# HG changeset patch # User Richard M. Stallman # Date 1131054480 0 # Node ID 114b68892a380a19471ee701f560c9690a52325d # Parent a4d43f085476a70497015589816cf2bd86f118ef *** empty log message *** diff -r a4d43f085476 -r 114b68892a38 admin/FOR-RELEASE --- 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. diff -r a4d43f085476 -r 114b68892a38 etc/NEWS --- 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 diff -r a4d43f085476 -r 114b68892a38 lisp/ChangeLog --- 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 + + * 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 * dired-x.el: Add menu bindings for dired-do-find-marked-files, dired-do-relsymlink, dired-flag-extension, dired-mark-extension, diff -r a4d43f085476 -r 114b68892a38 lispref/ChangeLog --- 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 + + * variables.texi (Frame-Local Variables): Small clarification. + 2005-10-29 Chong Yidong * os.texi (Init File): Document ~/.emacs.d/init.el. diff -r a4d43f085476 -r 114b68892a38 man/ChangeLog --- 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 + + * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop. + 2005-11-01 Bill Wohler * help.texi (Help Mode): Fix typo. diff -r a4d43f085476 -r 114b68892a38 src/ChangeLog --- 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 + + * 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 * window.c (Fdisplay_buffer): Fix last change to not use