aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/ChangeLog5
-rw-r--r--etc/NEWS29
2 files changed, 31 insertions, 3 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 057125ea279..c8748396f60 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,8 @@
12013-06-27 Stephen Berman <stephen.berman@gmx.net>
2
3 * NEWS: Mention new version of todo-mode.el and obsoleting and
4 renaming of old version.
5
12013-06-27 Juanma Barranquero <lekktu@gmail.com> 62013-06-27 Juanma Barranquero <lekktu@gmail.com>
2 7
3 * NEWS: Mention policy change with respect to locallisppath dirs. 8 * NEWS: Mention policy change with respect to locallisppath dirs.
diff --git a/etc/NEWS b/etc/NEWS
index f94db746926..85cf3b80acd 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -167,9 +167,6 @@ for new options related to this function.
167** More packages look for ~/.emacs.d/<foo> additionally to ~/.<foo>. 167** More packages look for ~/.emacs.d/<foo> additionally to ~/.<foo>.
168Affected files: 168Affected files:
169~/.emacs.d/timelog replaces ~/.timelog 169~/.emacs.d/timelog replaces ~/.timelog
170~/.emacs.d/todo-do replaces ~/.todo-do
171~/.emacs.d/todo-done replaces ~/.todo-done
172~/.emacs.d/todo-top replaces ~/.todo-top
173~/.emacs.d/vip replaces ~/.vip 170~/.emacs.d/vip replaces ~/.vip
174~/.emacs.d/viper replaces ~/.viper 171~/.emacs.d/viper replaces ~/.viper
175~/.emacs.d/ido.last replaces ~/.ido.last 172~/.emacs.d/ido.last replaces ~/.ido.last
@@ -183,6 +180,11 @@ Affected files:
183~/.emacs.d/strokes replaces ~/.strokes 180~/.emacs.d/strokes replaces ~/.strokes
184~/.emacs.d/notes replaces ~/.notes 181~/.emacs.d/notes replaces ~/.notes
185~/.emacs.d/type-break replaces ~/.type-break 182~/.emacs.d/type-break replaces ~/.type-break
183Also the following files used by the now obsolete otodo-mode.el:
184~/.emacs.d/todo-do replaces ~/.todo-do
185~/.emacs.d/todo-done replaces ~/.todo-done
186~/.emacs.d/todo-top replaces ~/.todo-top
187
186 188
187** Delphi mode is now called OPascal mode. 189** Delphi mode is now called OPascal mode.
188*** All delphi-* variables and functions have been renamed to opascal-*. 190*** All delphi-* variables and functions have been renamed to opascal-*.
@@ -352,6 +354,25 @@ space, no spaces, or reverting to the original spacing. Like
352`just-one-space' command it can handle or ignore newlines and 354`just-one-space' command it can handle or ignore newlines and
353leave different number of spaces. 355leave different number of spaces.
354 356
357** Todo mode has been rewritten and enhanced.
358New features include:
359- support for multiple todo files and archive files of done items;
360- renaming, reordering, moving, merging, and deleting categories;
361- sortable tabular summaries of categories and the types of items they contain;
362- cross-categorial lists of items filtered by specific criteria;
363- more fine-grained interaction with the Emacs diary, by being able to decide
364 for each todo item whether it appears in the Fancy Diary display;
365- highly flexible new item insertion and item editing;
366- moving items between categories, storing done items in their category or in
367 archive files, undoing or unarchiving done items;
368- reprioritizing items by inputting a numerical priority;
369- extensive customizability of operation and display, including numerous faces.
370To support some of these features, a new file format is used, which is
371incompatible with the old format; however, you can convert old todo and done
372item files to the new format on initializing the first new todo file, or at any
373later time with the provided conversion command. The old version of
374todo-mode.el has been made obsolete and renamed otodo-mode.el.
375
355** Tramp 376** Tramp
356 377
357+++ 378+++
@@ -397,6 +418,8 @@ module.
397 418
398*** terminal.el is obsolete; use term.el instead. 419*** terminal.el is obsolete; use term.el instead.
399 420
421*** The previous version of todo-mode.el is obsolete and renamed otodo-mode.el.
422
400*** xesam.el. 423*** xesam.el.
401 424
402+++ 425+++