emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp ChangeLog


From: Chong Yidong
Subject: [Emacs-diffs] emacs/lisp ChangeLog
Date: Wed, 28 Jan 2009 03:56:12 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/01/28 03:56:11

Modified files:
        lisp           : ChangeLog 

Log message:
        * calendar/todo-mode.el (todo-insert-item-here): Prevent insertion
        of a new entry inside of an existing entry.  Minor code cleanup.
        (todo-add-category): Change the interactive spec.  Signal an error
        if the Todo file is non-empty but contains no category.  Reject
        category names that could induce bugs and confusion.  Call
        todo-mode if the Todo file is new and unsaved.  Simplify handling
        of local variables cookie.  Properly display the newly added
        category in Todo mode.
        (todo-show): Call todo-initial-setup only if there is neither a
        Todo file nor a corresponding unsaved buffer.
        (todo-category-alist): Delete function.
        (todo-completing-read): New function.
        (todo-insert-item, todo-jump-to-category): Use it.
        (todo-insert-item): Make the use of the prefix argument conform to
        the doc string.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.15197&r2=1.15198

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.15197
retrieving revision 1.15198
diff -u -b -r1.15197 -r1.15198
--- ChangeLog   28 Jan 2009 02:50:41 -0000      1.15197
+++ ChangeLog   28 Jan 2009 03:56:08 -0000      1.15198
@@ -1,3 +1,21 @@
+2009-01-28  Stephen Berman  <address@hidden>
+
+       * calendar/todo-mode.el (todo-insert-item-here): Prevent insertion
+       of a new entry inside of an existing entry.  Minor code cleanup.
+       (todo-add-category): Change the interactive spec.  Signal an error
+       if the Todo file is non-empty but contains no category.  Reject
+       category names that could induce bugs and confusion.  Call
+       todo-mode if the Todo file is new and unsaved.  Simplify handling
+       of local variables cookie.  Properly display the newly added
+       category in Todo mode.
+       (todo-show): Call todo-initial-setup only if there is neither a
+       Todo file nor a corresponding unsaved buffer.
+       (todo-category-alist): Delete function.
+       (todo-completing-read): New function.
+       (todo-insert-item, todo-jump-to-category): Use it.
+       (todo-insert-item): Make the use of the prefix argument conform to
+       the doc string.
+
 2009-01-28  Glenn Morris  <address@hidden>
 
        * mail/rmail.el (rmail-expunge-and-save): Always show a message,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]