comparison lisp/ChangeLog @ 37458:7dea8001633f

Fix dates for the last few entries, so they increase monotonically.
author Eli Zaretskii <eliz@gnu.org>
date Wed, 25 Apr 2001 13:53:40 +0000
parents 6574f6462cca
children 51c21408401b
comparison
equal deleted inserted replaced
37457:b8928e6da49c 37458:7dea8001633f
38 eshell.el. 38 eshell.el.
39 39
40 * eshell/eshell.el (eshell-non-interactive-p): Moved this variable 40 * eshell/eshell.el (eshell-non-interactive-p): Moved this variable
41 here. 41 here.
42 42
43 2001-04-22 John Wiegley <johnw@gnu.org> 43 2001-04-23 John Wiegley <johnw@gnu.org>
44 44
45 * calendar/timeclock.el: Updated copyright. 45 * calendar/timeclock.el: Updated copyright.
46 (timeclock-generate-report): Don't report the daily or two-week 46 (timeclock-generate-report): Don't report the daily or two-week
47 total, if no time has been worked in that period. 47 total, if no time has been worked in that period.
48 (timeclock-find-discrep): Moved call to `file-readable-p'; removed 48 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
49 final computational form, which was unnecessary; corrected a 49 final computational form, which was unnecessary; corrected a
50 parsing problem when timeclock-relative was nil. 50 parsing problem when timeclock-relative was nil.
51 51
52 2001-04-22 Kahlil Hodgson <kahlil@discus.anu.edu.au> 52 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
53 53
54 * calendar/timeclock.el (timeclock-modeline-display): Check if 54 * calendar/timeclock.el (timeclock-modeline-display): Check if
55 `list-entry' is null. 55 `list-entry' is null.
56 (timeclock-use-display-time): The first argument to `set-variable' 56 (timeclock-use-display-time): The first argument to `set-variable'
57 must be a symbol. 57 must be a symbol.