aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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