comparison lisp/ChangeLog @ 37438:df3f22466392

*** empty log message ***
author John Wiegley <johnw@newartisans.com>
date Tue, 24 Apr 2001 01:39:55 +0000
parents db1fc2ae7eac
children c93600f74ebd
comparison
equal deleted inserted replaced
37437:ed485de91fcf 37438:df3f22466392
1 2001-04-23 John Wiegley <johnw@gnu.org>
2
3 * calendar/timeclock.el (timeclock-day-required): If the time
4 required for a particular day is not set, use `timeclock-workday'.
5 (timeclock-find-discrep): Added some sample code in a comment.
6
7 * eshell/eshell.el (eshell-command): Made a few changes so that
8 `eshell-command' could be called programmatically.
9
10 * eshell/esh-mode.el: Moved `eshell-non-interactive-p' to
11 eshell.el.
12
13 * eshell/eshell.el (eshell-non-interactive-p): Moved this variable
14 here.
15
16 2001-04-22 John Wiegley <johnw@gnu.org>
17
18 * calendar/timeclock.el: Updated copyright.
19 (timeclock-generate-report): Don't report the daily or two-week
20 total, if no time has been worked in that period.
21 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
22 final computational form, which was unnecessary; corrected a
23 parsing problem when timeclock-relative was nil.
24
25 2001-04-22 Kahlil Hodgson <kahlil@discus.anu.edu.au>
26
27 * calendar/timeclock.el (timeclock-modeline-display): Check if
28 `list-entry' is null.
29 (timeclock-use-display-time): The first argument to `set-variable'
30 must be a symbol.
31
1 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il> 32 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
2 33
3 * calendar/calendar.el (diary-entry-marker) 34 * calendar/calendar.el (diary-entry-marker)
4 (calendar-today-marker, calendar-holiday-marker): Use 35 (calendar-today-marker, calendar-holiday-marker): Use
5 display-color-p instead of window-system. 36 display-color-p instead of window-system.