# HG changeset patch # User Richard M. Stallman # Date 1104185573 0 # Node ID add143f9cac986d8769e9ce274cff51c6279d53f # Parent 349f61f37d67c96dd0111f43147f82972a5f85a0 *** empty log message *** diff -r 349f61f37d67 -r add143f9cac9 lisp/ChangeLog --- a/lisp/ChangeLog Mon Dec 27 22:12:39 2004 +0000 +++ b/lisp/ChangeLog Mon Dec 27 22:12:53 2004 +0000 @@ -1,3 +1,7 @@ +2004-12-27 Richard M. Stallman + + * simple.el (undo): Fix previous change. + 2004-12-27 YAMAMOTO Mitsuharu * term/mac-win.el: Sync with x-win.el. Rearrange the contents. @@ -6,6 +10,16 @@ 2004-12-27 Richard M. Stallman + * 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,7 +73,9 @@ * 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.