From e082564eaedf9df7f1828cd580a2cf716fd9f35a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 3 Nov 2005 21:48:00 +0000 Subject: [PATCH] *** empty log message *** --- admin/FOR-RELEASE | 5 ++++- etc/NEWS | 5 +++-- lisp/ChangeLog | 23 +++++++++++++++++++++++ lispref/ChangeLog | 4 ++++ man/ChangeLog | 4 ++++ src/ChangeLog | 10 ++++++++++ 6 files changed, 48 insertions(+), 3 deletions(-) diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index be1a2f737d1..93f0064b152 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE @@ -44,6 +44,9 @@ invalid pointer from string_free_list. * 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 @@ Seems to be a problem in sys_select in w32proc.c. * DOCUMENTATION -** Update man/info.texi. +** Check man/info.texi. ** Add missing years in copyright notices of all files. diff --git a/etc/NEWS b/etc/NEWS index 4d7ce10fefe..ef4b8529e9e 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -240,8 +240,9 @@ in the region, rather than on all complete lines in the region. +++ ** 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 --git a/lisp/ChangeLog b/lisp/ChangeLog index abe4e2acc22..967b723b1ec 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lispref/ChangeLog b/lispref/ChangeLog index 0b8b80760a2..b848c2641fa 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -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 --git a/man/ChangeLog b/man/ChangeLog index c41066a9314..8d542180cf5 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index fd202cfd53e..25fb3851afd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 -- 2.39.2