]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Thu, 3 Nov 2005 21:48:00 +0000 (21:48 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 3 Nov 2005 21:48:00 +0000 (21:48 +0000)
admin/FOR-RELEASE
etc/NEWS
lisp/ChangeLog
lispref/ChangeLog
man/ChangeLog
src/ChangeLog

index be1a2f737d10d1789590e179977ffe3b901db95f..93f0064b152c0617f448bd29a9a22f9d44456620 100644 (file)
@@ -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.
 
index 4d7ce10fefef51fffba47031b7f119366a073865..ef4b8529e9ed67e4d4a15129ef2da8727e8b6706 100644 (file)
--- 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
index abe4e2acc226d20da6075859f34102dc51bc9326..967b723b1eccae949d9dfedf5daf0768140b0055 100644 (file)
@@ -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,
index 0b8b80760a2a50307fac837a2eb1b69be3e4e53e..b848c2641fa86b5bd3ce23b8dbaeac854be11d88 100644 (file)
@@ -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.
index c41066a9314c65691e4d24e30e9d1b2806a297b6..8d542180cf541dcb809ccc61c726f21d9d845685 100644 (file)
@@ -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.
index fd202cfd53ecef4e111f9cb116f719e65e3e158c..25fb3851afd0eefb82badb1bae137c54ba29918f 100644 (file)
@@ -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