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: Mon, 27 Dec 2004 17:42:58 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.6781 emacs/lisp/ChangeLog:1.6782
*** emacs/lisp/ChangeLog:1.6781 Mon Dec 27 17:23:01 2004
--- emacs/lisp/ChangeLog        Mon Dec 27 22:12:53 2004
***************
*** 1,3 ****
--- 1,7 ----
+ 2004-12-27  Richard M. Stallman  <address@hidden>
+ 
+       * simple.el (undo): Fix previous change.
+ 
  2004-12-27  YAMAMOTO Mitsuharu  <address@hidden>
  
        * term/mac-win.el: Sync with x-win.el.  Rearrange the contents.
***************
*** 6,11 ****
--- 10,25 ----
  
  2004-12-27  Richard M. Stallman  <address@hidden>
  
+       * files.el (buffer-save-without-query): New var (buffer-local).
+       (save-some-buffers): Save those buffers first, w/o asking.
+ 
+       * files.el (insert-directory-ls-version): New variable.
+       (insert-directory): When ls returns an error, test the version
+       number to decide what the return code means.
+       With --dired output format, detect and distinguish lines
+       that are really error messages.
+       (insert-directory-adj-pos): New function.
+       
        * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
  
        * battery.el (battery-mode-line-format): Remove initial spaces.
***************
*** 59,65 ****
  
        * simple.el (undo-list-saved): New variable (buffer-local).
        (undo): Set and test it.
! 
        * international/mule.el (decode-coding-inserted-region): 
        Set buffer-undo-list in a correct and optimal way.
  
--- 73,81 ----
  
        * simple.el (undo-list-saved): New variable (buffer-local).
        (undo): Set and test it.
!       (buffer-disable-undo): Moved here from buffer.c.
!       Clear out undo-list-saved.
!       
        * international/mule.el (decode-coding-inserted-region): 
        Set buffer-undo-list in a correct and optimal way.
  




reply via email to

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