diff options
| author | John Wiegley | 2001-04-11 15:51:19 +0000 |
|---|---|---|
| committer | John Wiegley | 2001-04-11 15:51:19 +0000 |
| commit | 978bd3eafc3d2944556e83abe9818ebdfcb04a02 (patch) | |
| tree | fe7a6c515c03af0642cb03a2b9ff606346cfd005 /lisp/ChangeLog | |
| parent | 3f75af1b60a0ec9ba85a24eb59210b93967d28b4 (diff) | |
| download | emacs-978bd3eafc3d2944556e83abe9818ebdfcb04a02.tar.gz emacs-978bd3eafc3d2944556e83abe9818ebdfcb04a02.zip | |
(timeclock-completing-read): new function.
(timeclock-ask-for-project, timeclock-ask-for-reason): Call
`timeclock-completing-read', which works under XEmacs as well.
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 |