1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-28 02:40:46 -08:00
Commit graph

60439 commits

Author SHA1 Message Date
Nick Roberts
2b02eddfec *** empty log message *** 2005-11-03 22:04:36 +00:00
Richard M. Stallman
e082564eae *** empty log message *** 2005-11-03 21:48:00 +00:00
Richard M. Stallman
987cee9728 (key-sequence): New widget type. 2005-11-03 21:46:16 +00:00
Richard M. Stallman
f6b8e4e7b6 (Mark Ring): Mention set-mark-command-repeat-pop. 2005-11-03 21:44:12 +00:00
Richard M. Stallman
6a936796a6 (set-mark-command-repeat-pop): New variable.
(set-mark-command): Only interpret plan C-@ after a pop as a pop
if set-mark-command-repeat-pop is true.
2005-11-03 21:41:20 +00:00
Richard M. Stallman
e8e6694b12 (Info-fontify-node): Don't display extra "see" if there already is one here. 2005-11-03 21:38:35 +00:00
Richard M. Stallman
c3bb6d703f Fix special handling of DEL after dragging a region:
(mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
(mouse-region-delete-keys): Add [backspace].
2005-11-03 21:37:21 +00:00
Richard M. Stallman
bf71490505 Use insert-buffer-substring, not insert-buffer. 2005-11-03 21:34:54 +00:00
Richard M. Stallman
d27a3d1684 (ispell-command-loop): Change `i' description not to assume it
pertains to an affix.
2005-11-03 21:34:12 +00:00
Richard M. Stallman
3c8404e66f (flyspell-post-command-hook): Bind deactivate-mark to prevent deactivation. 2005-11-03 21:33:22 +00:00
Richard M. Stallman
33a992c298 (Frame-Local Variables): Small clarification. 2005-11-03 21:32:08 +00:00
Richard M. Stallman
5afc696a37 (Fenlarge_window): Rename SIDE to HORIZONTAL.
(enlarge_window): Rename WIDTHFLAG to HORIZ_FLAG.
(CURBEG, CURSIZE): Use HORIZ_FLAG instead of WIDTHFLAG.
2005-11-03 21:13:57 +00:00
Richard M. Stallman
acebbab350 (STATIC_HEAP_SIZE): Increment both definitions. 2005-11-03 21:12:07 +00:00
Richard M. Stallman
225ccad65e (refill_memory_reserve): Move decl out of conditionals. 2005-11-03 21:11:20 +00:00
Bill Wohler
be33fce45d * mh-customize.el (mh-refile-preserves-sequences-flag)
(mh-tick-seq, mh-update-sequences-after-mh-show-flag): Sync docstrings
with manual.

* mh-e.el (mh-update-sequences): Sync docstrings with manual.

* mh-seq.el (mh-delete-seq, mh-list-sequences, mh-narrow-to-seq)
(mh-widen, mh-toggle-tick, mh-narrow-to-tick): Sync docstrings with
manual.
2005-11-03 19:59:38 +00:00
Lars Hansen
438fc25384 Add menu bindings for dired-do-find-marked-files,
dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
2005-11-03 19:40:39 +00:00
Stefan Monnier
49e993450c (Fdisplay_buffer): Fix last change to not use a dedicated window. 2005-11-03 17:14:11 +00:00
Andreas Schwab
11bdfcdd82 *** empty log message *** 2005-11-03 17:01:03 +00:00
Andreas Schwab
d95f329f2b (GZIP_PROG): Renamed from GZIP.
(install): Adjust.
2005-11-03 17:00:51 +00:00
Andreas Schwab
a220d97b5f (GZIP_PROG): Renamed from GZIP.
(install-arch-indep): Adjust.
2005-11-03 17:00:25 +00:00
Andreas Schwab
46e35e9fe3 Regenerate. 2005-11-03 17:00:04 +00:00
Andreas Schwab
19b6b5d397 Use GZIP_PROG instead of GZIP. 2005-11-03 16:59:33 +00:00
Romain Francoise
4d63dc38ca Copyright assigned to FSF. 2005-11-03 16:27:14 +00:00
Stefan Monnier
13d65a03e3 *** empty log message *** 2005-11-03 15:41:37 +00:00
Romain Francoise
719e04b607 Update FSF's address. 2005-11-03 14:51:48 +00:00
Romain Francoise
ebce92c797 Now part of GNU Emacs. Update FSF's address. Update copyright years. 2005-11-03 14:49:14 +00:00
Sam Steingold
c7280fb559 (mouse-wheel-down-event, mouse-wheel-up-event): Use system-type instead
of window-system because window-system is not correctly defined during loadup.
2005-11-03 14:35:26 +00:00
Mark A. Hershberger
aaaa8abbd0 xml.el fixes 2005-11-03 03:56:38 +00:00
Nick Roberts
0a24fa8037 (Note): GDB can sometimes expand macros. 2005-11-03 02:03:24 +00:00
Nick Roberts
99ac518222 *** empty log message *** 2005-11-03 02:02:34 +00:00
Andreas Schwab
c80eca7195 (byte-optimize-pure-func): Quote the
folded value.
2005-11-02 22:18:56 +00:00
Stefan Monnier
4cd305ac33 (byte-optimize-pure-func): Quote the eval'd value so it's not re-eval'd. 2005-11-02 21:56:15 +00:00
Stefan Monnier
1c7c774b86 Various comment syntax fixes. 2005-11-02 21:43:21 +00:00
Stefan Monnier
cfa1d4c6d1 (string-to-syntax): Mark it as pure. 2005-11-02 19:03:17 +00:00
Stefan Monnier
8b9e43d1ce (perl-font-lock-special-syntactic-constructs):
Rename from perl-font-lock-syntactic-face-function.
Change the calling convention so it can be used as a font-lock MATCHER.
Do the parse-partial-sexp loop outselves.
(perl-font-lock-syntactic-keywords): Use it.
(perl-mode): Don't set font-lock-syntactic-face-function any more.
2005-11-02 17:33:28 +00:00
Nick Roberts
4d7e274115 (gdb-mouse-until): Make it work in the disassembly buffer too.
(gdb-exited): Remove overlay arrows when execution has finished.
(gdb-info-frames-custom, gdb-info-threads-custom)
(gdb-info-registers-custom): Don't add inappropriate text
properties if inferior is not active.
2005-11-02 10:44:00 +00:00
Nick Roberts
c2205a03e7 *** empty log message *** 2005-11-02 10:42:29 +00:00
Glenn Morris
7533f3b573 (fortran-blink-match): Use `blink-matching-delay'. 2005-11-02 08:30:45 +00:00
Glenn Morris
c046af9511 From John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
(f90-match-end): Use `blink-matching-delay'.
2005-11-02 08:30:25 +00:00
Glenn Morris
3631f99348 *** empty log message *** 2005-11-02 08:27:59 +00:00
Lars Hansen
e89cd3e696 (tramp-action-out-of-band): Handle scp message "Permission denied". 2005-11-02 07:05:56 +00:00
Richard M. Stallman
b57148527d (flyspell-external-point-words): Pass nil to flyspell-get-word. 2005-11-02 01:34:04 +00:00
Bill Wohler
f38a12bdc9 *** empty log message *** 2005-11-02 01:21:56 +00:00
Bill Wohler
b2064e0839 * mh-comp.el (mh-redist-full-contents) Convert defvar to defcustom.
(mh-smail, mh-extract-rejected-mail, mh-forward, mh-redistribute)
(mh-reply, mh-send, mh-send-other-window)
(mh-fill-paragraph-function): Sync docstrings with manual.

* mh-customize.el (mh-redist-full-contents-flag): Convert defvar to
defcustom.
(mh-compose-forward-as-mime-flag)
(mh-compose-letter-function, mh-forward-subject-format)
(mh-insert-x-mailer-flag, mh-reply-default-reply-to)
(mh-reply-show-message-flag, mh-letter-mode-hook): Sync docstrings
with manual.
2005-11-02 01:13:07 +00:00
Kim F. Storm
899481b730 (menu-bar-options-menu): Show "Shift Movement (CUA)"
item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
2005-11-01 23:21:39 +00:00
Kim F. Storm
8f15921bb5 *** empty log message *** 2005-11-01 23:21:20 +00:00
Miles Bader
4515ae7c14 Add arch tagline 2005-11-01 23:06:16 +00:00
Kim F. Storm
b15d77dddb (update_window_fringes): Undo 2005-10-27 change.
Instead, rotate the bottom angle bitmap 180 degrees to indicate
that the bottom row does not end in a newline.
2005-11-01 22:32:24 +00:00
Andreas Schwab
b4235a80c8 *** empty log message *** 2005-11-01 21:34:43 +00:00
Andreas Schwab
825dad898e (unexec): Handle .plt section in BSS segment. 2005-11-01 21:32:27 +00:00