aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReuben Thomas2014-05-28 13:54:58 +0100
committerReuben Thomas2014-05-28 13:54:58 +0100
commit8e6abb850674e59f5aba56bb28edade1a2ac0b47 (patch)
tree87c3386ce01be636117a0c3be38b4c1b14219ce8
parentdf384736fc4559b05c180a88a8b586bf9795ce02 (diff)
downloademacs-8e6abb850674e59f5aba56bb28edade1a2ac0b47.tar.gz
emacs-8e6abb850674e59f5aba56bb28edade1a2ac0b47.zip
etc/TODO: add note about using undo-tree for persistent undo
-rw-r--r--etc/ChangeLog5
-rw-r--r--etc/TODO2
2 files changed, 7 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 27ee804400e..a06b89d373b 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,8 @@
12014-05-28 Reuben Thomas <rrt@sc3d.org>
2
3 * TODO: add a note that undo-tree could be used to save undo
4 information (Bug #17581).
5
12014-05-27 Fabrice Popineau <fabrice.popineau@gmail.com> 62014-05-27 Fabrice Popineau <fabrice.popineau@gmail.com>
2 7
3 * NEWS: Mention build changes on MS-Windows. 8 * NEWS: Mention build changes on MS-Windows.
diff --git a/etc/TODO b/etc/TODO
index 10798688a35..31e54297433 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -428,6 +428,8 @@ rather than interactively. This a trivial one-liner in easy-mode.el.
428 428
429** Save undo information in special temporary files, and reload it 429** Save undo information in special temporary files, and reload it
430 when needed for undoing. This could extend undo capacity. 430 when needed for undoing. This could extend undo capacity.
431 undo-tree, in ELPA, already does this; its saving code could be
432 integrated without requiring the use of undo-tree.
431 433
432** Change the Windows NT menu code 434** Change the Windows NT menu code
433 so that it handles the deep_p argument and avoids 435 so that it handles the deep_p argument and avoids