From: Stefan Monnier Date: Sat, 14 Jun 2003 20:02:59 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~9657 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=effe34908c6874c4026607ce715d58a3fb64a87c;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4ec801ef7dd..33c62e493f5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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.