# HG changeset patch # User Stefan Monnier # Date 1055378188 0 # Node ID 6f45454afdb2fdcff088ec801cd5576616a4c136 # Parent a5038d551293bc7a031432d4ec82d52eec8604ba *** empty log message *** diff -r a5038d551293 -r 6f45454afdb2 lisp/ChangeLog --- a/lisp/ChangeLog Wed Jun 11 21:44:12 2003 +0000 +++ b/lisp/ChangeLog Thu Jun 12 00:36:28 2003 +0000 @@ -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