# HG changeset patch # User Juanma Barranquero # Date 1055457089 0 # Node ID a55a32d4725a941d253f61c1e2263c66cc280d57 # Parent 8cf86bc95fe5cb8ab9b179f0cb99408ee9713ccc *** empty log message *** diff -r 8cf86bc95fe5 -r a55a32d4725a lisp/ChangeLog --- a/lisp/ChangeLog Thu Jun 12 22:20:49 2003 +0000 +++ b/lisp/ChangeLog Thu Jun 12 22:31:29 2003 +0000 @@ -1,8 +1,19 @@ +2003-06-13 Ilya N. Golubev (tiny change) + + * shell.el (shell-command-separator-regexp): New variable. + (shell-directory-tracker): Make regexp used for skipping to next + command correspond to one used for command itself. + +2003-06-13 Katsumi Yamaoka (tiny change) + + * textmodes/texinfmt.el (texinfo-format-scan): Silence + `whitespace-cleanup'. + 2003-06-12 Glenn Morris * calendar/timeclock.el (display-time-hook) (timeclock-modeline-display): Define for byte-compiler. - (timeclock-time-to-date, timeclock-workday-remaining) + (timeclock-time-to-date, timeclock-workday-remaining) (timeclock-time-to-seconds, timeclock-seconds-to-time): Move earlier in the file so defined before used. (timeclock-status-string): No need for `let*' so use `let'.