Mercurial > emacs
changeset 66674:114b68892a38
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 03 Nov 2005 21:48:00 +0000 |
parents | a4d43f085476 |
children | 7e453939b0f8 |
files | admin/FOR-RELEASE etc/NEWS lisp/ChangeLog lispref/ChangeLog man/ChangeLog src/ChangeLog |
diffstat | 6 files changed, 48 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/admin/FOR-RELEASE Thu Nov 03 21:46:16 2005 +0000 +++ b/admin/FOR-RELEASE Thu Nov 03 21:48:00 2005 +0000 @@ -44,6 +44,9 @@ * BUGS +** Make where-is-internal detect when a key is shadowed by a shorter +prefix key that prevents you from entering it. + ** Clean up the confusion about what `unspecified' means in the face defaults for new frames. @@ -56,7 +59,7 @@ * DOCUMENTATION -** Update man/info.texi. +** Check man/info.texi. ** Add missing years in copyright notices of all files.
--- a/etc/NEWS Thu Nov 03 21:46:16 2005 +0000 +++ b/etc/NEWS Thu Nov 03 21:48:00 2005 +0000 @@ -240,8 +240,9 @@ +++ ** A prefix argument is no longer required to repeat a jump to a -previous mark, i.e. C-u C-SPC C-SPC C-SPC ... cycles through the -mark ring. Use C-u C-u C-SPC to set the mark immediately after a jump. +previous mark if you set `set-mark-command-repeat-pop' to t. I.e. C-u +C-SPC C-SPC C-SPC ... cycles through the mark ring. Use C-u C-u C-SPC +to set the mark immediately after a jump. +++ ** The info-search bindings on C-h C-f, C-h C-k and C-h C-i
--- a/lisp/ChangeLog Thu Nov 03 21:46:16 2005 +0000 +++ b/lisp/ChangeLog Thu Nov 03 21:48:00 2005 +0000 @@ -1,3 +1,26 @@ +2005-11-03 Richard M. Stallman <rms@gnu.org> + + * wid-edit.el (key-sequence): New widget type. + + * simple.el (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. + + * info.el (Info-fontify-node): Don't display extra "see" if there + already is one here. + + * mouse.el: 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]. + + * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer. + + * textmodes/ispell.el (ispell-command-loop): Change `i' description + not to assume it pertains to an affix. + + * textmodes/flyspell.el (flyspell-post-command-hook): + Bind deactivate-mark to prevent deactivation. + 2005-11-03 Lars Hansen <larsh@soem.dk> * dired-x.el: Add menu bindings for dired-do-find-marked-files, dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
--- a/lispref/ChangeLog Thu Nov 03 21:46:16 2005 +0000 +++ b/lispref/ChangeLog Thu Nov 03 21:48:00 2005 +0000 @@ -1,3 +1,7 @@ +2005-11-03 Richard M. Stallman <rms@gnu.org> + + * variables.texi (Frame-Local Variables): Small clarification. + 2005-10-29 Chong Yidong <cyd@stupidchicken.com> * os.texi (Init File): Document ~/.emacs.d/init.el.
--- a/man/ChangeLog Thu Nov 03 21:46:16 2005 +0000 +++ b/man/ChangeLog Thu Nov 03 21:48:00 2005 +0000 @@ -1,3 +1,7 @@ +2005-11-03 Richard M. Stallman <rms@gnu.org> + + * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop. + 2005-11-01 Bill Wohler <wohler@newt.com> * help.texi (Help Mode): Fix typo.
--- a/src/ChangeLog Thu Nov 03 21:46:16 2005 +0000 +++ b/src/ChangeLog Thu Nov 03 21:48:00 2005 +0000 @@ -1,3 +1,13 @@ +2005-11-03 Richard M. Stallman <rms@gnu.org> + + * window.c (Fenlarge_window): Rename SIDE to HORIZONTAL. + (enlarge_window): Rename WIDTHFLAG to HORIZ_FLAG. + (CURBEG, CURSIZE): Use HORIZ_FLAG instead of WIDTHFLAG. + + * sheap.c (STATIC_HEAP_SIZE): Increment both definitions. + + * alloc.c (refill_memory_reserve): Move decl out of conditionals. + 2005-11-03 Stefan Monnier <monnier@iro.umontreal.ca> * window.c (Fdisplay_buffer): Fix last change to not use