Mercurial > emacs
comparison lisp/ChangeLog @ 37325:56555e5142a2
*** empty log message ***
author | John Wiegley <johnw@newartisans.com> |
---|---|
date | Wed, 11 Apr 2001 15:51:19 +0000 |
parents | 8bc0bd3d9924 |
children | 086b7dd058d9 |
comparison
equal
deleted
inserted
replaced
37324:570c667b4d1c | 37325:56555e5142a2 |
---|---|
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 |
4 an error from loading the window system's init file. | 18 an error from loading the window system's init file. |
5 | 19 |