comparison lisp/ChangeLog @ 51555:a55a32d4725a

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 12 Jun 2003 22:31:29 +0000
parents 321bb549acc3
children 5eb0d359c572
comparison
equal deleted inserted replaced
51554:8cf86bc95fe5 51555:a55a32d4725a
1 2003-06-13 Ilya N. Golubev <gin@mo.msk.ru> (tiny change)
2
3 * shell.el (shell-command-separator-regexp): New variable.
4 (shell-directory-tracker): Make regexp used for skipping to next
5 command correspond to one used for command itself.
6
7 2003-06-13 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
8
9 * textmodes/texinfmt.el (texinfo-format-scan): Silence
10 `whitespace-cleanup'.
11
1 2003-06-12 Glenn Morris <gmorris@ast.cam.ac.uk> 12 2003-06-12 Glenn Morris <gmorris@ast.cam.ac.uk>
2 13
3 * calendar/timeclock.el (display-time-hook) 14 * calendar/timeclock.el (display-time-hook)
4 (timeclock-modeline-display): Define for byte-compiler. 15 (timeclock-modeline-display): Define for byte-compiler.
5 (timeclock-time-to-date, timeclock-workday-remaining) 16 (timeclock-time-to-date, timeclock-workday-remaining)
6 (timeclock-time-to-seconds, timeclock-seconds-to-time): Move 17 (timeclock-time-to-seconds, timeclock-seconds-to-time): Move
7 earlier in the file so defined before used. 18 earlier in the file so defined before used.
8 (timeclock-status-string): No need for `let*' so use `let'. 19 (timeclock-status-string): No need for `let*' so use `let'.
9 (timeclock-query-out): Always return a non-nil value. 20 (timeclock-query-out): Always return a non-nil value.
10 21