emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Sat, 29 Jan 2005 12:31:44 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.6933 emacs/lisp/ChangeLog:1.6934
*** emacs/lisp/ChangeLog:1.6933 Sat Jan 29 15:52:07 2005
--- emacs/lisp/ChangeLog        Sat Jan 29 17:31:43 2005
***************
*** 1,3 ****
--- 1,31 ----
+ 2005-01-29  Richard M. Stallman  <address@hidden>
+ 
+       * ses.el (undo-more): defadvice deleted.
+       (ses-begin-change): Doc fix.
+ 
+       * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
+       instead of rebinding C-x u and C-_.
+ 
+       * files.el (normal-backup-enable-predicate): Return nil for files
+       in /tmp, regardless of temporary-file-directory.
+ 
+       * man.el (Man-getpage-in-background): Disable undo in Man buffer.
+ 
+       * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
+       (open-rectangle, delete-whitespace-rectangle-line)
+       (clear-rectangle-line): If FILL, pass t instead of FILL 
+       for move-to-column's 2nd arg.
+ 
+       * simple.el (undo): Fix the test for continuing a series of undos.
+       (undo-more): Set pending-undo-list to t when we reach end.
+       (pending-undo-list): defvar moved up.
+ 
+       * wid-edit.el (widget-button-click):
+       Shorten the range of the track-mouse binding.
+ 
+       * comint.el (comint-insert-input): Undo previous changes;
+       use last-input-event in interactive spec.
+ 
  2005-01-29  Eli Zaretskii  <address@hidden>
  
        * progmodes/compile.el (compilation-start): Bind buffer-read-only




reply via email to

[Prev in Thread] Current Thread [Next in Thread]