From: Stefan Monnier Date: Thu, 12 Jun 2003 00:36:28 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~9672 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=88c2c269287fca4ffbcb9df4024782c5a0e5be6a;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 42770d32987..9a4f200f990 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,11 +1,17 @@ 2003-06-10 Rajesh Vaidheeswarran - * whitespace.el (whitespace-version): bump to 3.3 + * whitespace.el (whitespace-version): Bump to 3.3 (whitespace-cleanup): Respect user preference for silence - * whitespace.el: Remove :tag in commentary :link. Remove empty + * whitespace.el: Remove :tag in commentary :link. Remove empty lines in comment, since commentary seems to have a problem with that. - + +2003-06-09 Stefan Monnier + + * textmodes/tex-mode.el (tex-search-noncomment): New macro. + (tex-last-unended-begin, tex-next-unmatched-end): Use it + so we don't get confused by \begin and \end in comments. + (tex-compile): Change dir before calling tex-compile-default. 2003-06-09 Luc Teirlinck