# HG changeset patch # User Glenn Morris # Date 1205018289 0 # Node ID 2355ad69d975815bf89c3c7830fb6ca6229f1598 # Parent c0e9d49498b9e046941f6c8649211f239fe52287 *** empty log message *** diff -r c0e9d49498b9 -r 2355ad69d975 lisp/ChangeLog --- a/lisp/ChangeLog Sat Mar 08 23:17:18 2008 +0000 +++ b/lisp/ChangeLog Sat Mar 08 23:18:09 2008 +0000 @@ -180,6 +180,11 @@ (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles): Use or. + * calendar/timeclock.el: Add doc-strings to all functions. + (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes. + (timeclock-entry-list-length, timeclock-entry-list-projects) + (timeclock-day-list-projects, timeclock-day-list): Use dolist. + * calendar/todo-mode.el: Remove un-needed eval-when-compile. * textmodes/org.el (list-diary-entries-hook): Declare for compiler.