# HG changeset patch # User Luc Teirlinck # Date 1107214356 0 # Node ID 9128c1837a8591f06b5d1cb8b4e8fb9816cf6a32 # Parent 5e3ad3077141c1420212cce9383a5e755d124222 *** empty log message *** diff -r 5e3ad3077141 -r 9128c1837a85 etc/NEWS --- 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. diff -r 5e3ad3077141 -r 9128c1837a85 lispref/ChangeLog --- 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 + + * text.texi (Maintaining Undo): Add `undo-outer-limit'. + 2005-02-01 Kim F. Storm * text.texi (Undo) : Describe `apply' elements. diff -r 5e3ad3077141 -r 9128c1837a85 man/ChangeLog --- 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 + + * basic.texi (Undo): Update description of `undo-outer-limit'. + 2005-02-01 Nick Roberts * building.texi: Update documentation relating to GDB Graphical