diff options
| author | Stephen Berman | 2014-05-02 16:10:11 +0200 |
|---|---|---|
| committer | Stephen Berman | 2014-05-02 16:10:11 +0200 |
| commit | 7bd9ce641f414853e5a2d2fe83b8cadea1a47d44 (patch) | |
| tree | d196a5f5d8b555c56635dc234f4105f2e43845cb /lisp/ChangeLog | |
| parent | aed4b12d6a24698e87e48e3e677c00451fadc430 (diff) | |
| download | emacs-7bd9ce641f414853e5a2d2fe83b8cadea1a47d44.tar.gz emacs-7bd9ce641f414853e5a2d2fe83b8cadea1a47d44.zip | |
Add a warning and a menu.
* calendar/todo-mode.el (todo-edit-file): Use display-warning.
(todo-menu): Uncomment and update.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 816c25cf716..9edc7641c74 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2014-05-02 Stephen Berman <stephen.berman@gmx.net> | 1 | 2014-05-02 Stephen Berman <stephen.berman@gmx.net> |
| 2 | 2 | ||
| 3 | * calendar/todo-mode.el (todo-edit-file): Use display-warning. | ||
| 4 | (todo-menu): Uncomment and update. | ||
| 5 | |||
| 6 | 2014-05-02 Stephen Berman <stephen.berman@gmx.net> | ||
| 7 | |||
| 3 | * calendar/todo-mode.el: Reimplement item editing to have the same | 8 | * calendar/todo-mode.el: Reimplement item editing to have the same |
| 4 | basic user interface as item insertion, and make small UI and | 9 | basic user interface as item insertion, and make small UI and |
| 5 | larger internal improvements to the latter. | 10 | larger internal improvements to the latter. |