comparison lisp/ChangeLog @ 62787:c9d4d5551d6b

*** empty log message ***
author John Wiegley <johnw@newartisans.com>
date Fri, 27 May 2005 02:12:39 +0000
parents f63d77804518
children ed936737c106
comparison
equal deleted inserted replaced
62786:dc758ba35d6c 62787:c9d4d5551d6b
1 2005-05-26 John Wiegley <johnw@newartisans.com>
2
3 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
4 character before a space at the end of a line is \, assume the
5 space is part of the last argument rather than a final argument
6 separator.
7
8 2005-05-25 John Wiegley <johnw@newartisans.com>
9
10 * eshell/esh-io.el (eshell-get-target): If
11 `eshell-buffer-shorthand' is in use, and the target is `t' or
12 `nil' (which are the most common values), don't assume that the
13 symbol target is a buffer.
14
1 2005-05-26 Luc Teirlinck <teirllm@auburn.edu> 15 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
2 16
3 * calendar/calendar.el (calendar-mode-line-format): 17 * calendar/calendar.el (calendar-mode-line-format):
4 Use mode-line-highlight as mouse-face. 18 Use mode-line-highlight as mouse-face.
5 19