# HG changeset patch # User Stefan Monnier # Date 973856635 0 # Node ID 756e811e42d2c7dfa91e756250479bf840c48494 # Parent 2c0585b6e6d616c279b67da83a2005100c048b2c *** empty log message *** diff -r 2c0585b6e6d6 -r 756e811e42d2 lisp/ChangeLog --- a/lisp/ChangeLog Fri Nov 10 11:43:40 2000 +0000 +++ b/lisp/ChangeLog Fri Nov 10 11:43:55 2000 +0000 @@ -1,3 +1,18 @@ +2000-11-10 Stefan Monnier + + * textmodes/fill.el (fill-indent-according-to-mode): New var. + (fill-region-as-paragraph): Use it. + + * textmodes/tex-mode.el (standard-latex-block-names): Add "math". + (latex-mode): Tweak tex-*-(head|trail)er regexps. + Tweak paragraph regexps to allow a leading [ \t]*. + (tex-latex-block): Insert a newline if necessary. + (latex-insert-item): Only insert a newline if necessary. + (tex-guess-main-file): New function. + (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'. + Set tex-main-file if TeX-master is provided. + (tex-latex-indent-syntax-table): Map ( and ) to punctuation. + 2000-11-10 Gerd Moellmann * startup.el (command-line): Set the default tooltip-mode