diff options
| -rw-r--r-- | etc/NEWS | 4 | ||||
| -rw-r--r-- | lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | man/ChangeLog | 4 |
3 files changed, 10 insertions, 2 deletions
@@ -175,8 +175,8 @@ modes do. +++ ** When the undo information of the current command gets really large -(beyond the value of `undo-outer-limit'), Emacs asks you whether to -discard it or keep it. +(beyond the value of `undo-outer-limit'), Emacs discards it and warns +you about it. ** line-move-ignore-invisible now defaults to t. diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 75e9b4cdd29..c327bfc9058 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,7 @@ +2005-01-31 Luc Teirlinck <teirllm@auburn.edu> + + * text.texi (Maintaining Undo): Add `undo-outer-limit'. + 2005-02-01 Kim F. Storm <storm@cua.dk> * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements. diff --git a/man/ChangeLog b/man/ChangeLog index 4983b362f02..2559bdfaa61 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,7 @@ +2005-01-31 Luc Teirlinck <teirllm@auburn.edu> + + * basic.texi (Undo): Update description of `undo-outer-limit'. + 2005-02-01 Nick Roberts <nickrob@snap.net.nz> * building.texi: Update documentation relating to GDB Graphical |
