Mercurial > emacs
changeset 59839:9128c1837a85
*** empty log message ***
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Mon, 31 Jan 2005 23:32:36 +0000 |
parents | 5e3ad3077141 |
children | a4073cba09cb |
files | etc/NEWS lispref/ChangeLog man/ChangeLog |
diffstat | 3 files changed, 10 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Mon Jan 31 23:31:21 2005 +0000 +++ b/etc/NEWS Mon Jan 31 23:32:36 2005 +0000 @@ -175,8 +175,8 @@ +++ ** 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.
--- a/lispref/ChangeLog Mon Jan 31 23:31:21 2005 +0000 +++ b/lispref/ChangeLog Mon Jan 31 23:32:36 2005 +0000 @@ -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.
--- a/man/ChangeLog Mon Jan 31 23:31:21 2005 +0000 +++ b/man/ChangeLog Mon Jan 31 23:32:36 2005 +0000 @@ -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