diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ebb8d109f15..2e217312a7b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2001-04-10 John Wiegley <johnw@gnu.org> | ||
| 2 | |||
| 3 | * calendar/timeclock.el (timeclock-completing-read): new function. | ||
| 4 | (timeclock-ask-for-project, timeclock-ask-for-reason): Call | ||
| 5 | `timeclock-completing-read'. | ||
| 6 | |||
| 7 | * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was | ||
| 8 | required where `member' was being used. | ||
| 9 | |||
| 10 | 2001-04-09 Colin Walters <walters@cis.ohio-state.edu> | ||
| 11 | |||
| 12 | * eshell/em-hist.el (eshell-previous-matching-input): Don't | ||
| 13 | display "History item" if the the minibuffer is active. | ||
| 14 | |||
| 1 | 2001-04-11 Gerd Moellmann <gerd@gnu.org> | 15 | 2001-04-11 Gerd Moellmann <gerd@gnu.org> |
| 2 | 16 | ||
| 3 | * startup.el (command-line): Output a newline after printing | 17 | * startup.el (command-line): Output a newline after printing |