# HG changeset patch # User Stefan Monnier # Date 1055620979 0 # Node ID 5eb0d359c572419d0db1c5c630906a09a97bc8b3 # Parent 65f7a99a6241c4ae7fda981f24fd1961abbe401a *** empty log message *** diff -r 65f7a99a6241 -r 5eb0d359c572 lisp/ChangeLog --- a/lisp/ChangeLog Sat Jun 14 19:56:50 2003 +0000 +++ b/lisp/ChangeLog Sat Jun 14 20:02:59 2003 +0000 @@ -1,3 +1,11 @@ +2003-06-14 Stefan Monnier + + * textmodes/tex-mode.el (tex-compile-commands): + Handle tex-start-commands like tex-start-tex does. + + * cus-edit.el (custom-get-fresh-buffer): Kill overlays before erasing + the buffer. + 2003-06-13 Ilya N. Golubev (tiny change) * shell.el (shell-command-separator-regexp): New variable. @@ -6,16 +14,16 @@ 2003-06-13 Katsumi Yamaoka (tiny change) - * textmodes/texinfmt.el (texinfo-format-scan): Silence - `whitespace-cleanup'. + * 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-seconds, timeclock-seconds-to-time): Move - earlier in the file so defined before used. + (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'. (timeclock-query-out): Always return a non-nil value.