aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorLuc Teirlinck2005-01-30 00:43:04 +0000
committerLuc Teirlinck2005-01-30 00:43:04 +0000
commit03c64f2e02d2bb55e335beb1c6f8f420a3489167 (patch)
treefa519e9bc9a320959792a4fdfa2d93c239376309 /lisp
parent62d776fd34a8d47520070916e8af9b732fa06903 (diff)
downloademacs-03c64f2e02d2bb55e335beb1c6f8f420a3489167.tar.gz
emacs-03c64f2e02d2bb55e335beb1c6f8f420a3489167.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8e3414fe20d..ed352686eb6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12005-01-29 Luc Teirlinck <teirllm@auburn.edu>
2
3 * simple.el (undo-ask-before-discard): New var.
4 (undo-outer-limit-truncate): Implement it.
5 (undo-extra-outer-limit): Doc update.
6
12005-01-29 Richard M. Stallman <rms@gnu.org> 72005-01-29 Richard M. Stallman <rms@gnu.org>
2 8
3 * ses.el (undo-more): defadvice deleted. 9 * ses.el (undo-more): defadvice deleted.
@@ -13,7 +19,7 @@
13 19
14 * rect.el (delete-rectangle-line, delete-extract-rectangle-line) 20 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
15 (open-rectangle, delete-whitespace-rectangle-line) 21 (open-rectangle, delete-whitespace-rectangle-line)
16 (clear-rectangle-line): If FILL, pass t instead of FILL 22 (clear-rectangle-line): If FILL, pass t instead of FILL
17 for move-to-column's 2nd arg. 23 for move-to-column's 2nd arg.
18 24
19 * simple.el (undo): Fix the test for continuing a series of undos. 25 * simple.el (undo): Fix the test for continuing a series of undos.