aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog18
1 files changed, 17 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f3f943a52a..22fac866e3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2004-12-27 Richard M. Stallman <[email protected]>
+
+ * simple.el (undo): Fix previous change.
+
2004-12-27 YAMAMOTO Mitsuharu <[email protected]>
* term/mac-win.el: Sync with x-win.el. Rearrange the contents.
@@ -6,6 +10,16 @@
2004-12-27 Richard M. Stallman <[email protected]>
+ * 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.