Mercurial > emacs
comparison lisp/ChangeLog @ 33366:756e811e42d2
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 10 Nov 2000 11:43:55 +0000 |
parents | 19438cccc556 |
children | e2dab599ef4a |
comparison
equal
deleted
inserted
replaced
33365:2c0585b6e6d6 | 33366:756e811e42d2 |
---|---|
1 2000-11-10 Stefan Monnier <monnier@cs.yale.edu> | |
2 | |
3 * textmodes/fill.el (fill-indent-according-to-mode): New var. | |
4 (fill-region-as-paragraph): Use it. | |
5 | |
6 * textmodes/tex-mode.el (standard-latex-block-names): Add "math". | |
7 (latex-mode): Tweak tex-*-(head|trail)er regexps. | |
8 Tweak paragraph regexps to allow a leading [ \t]*. | |
9 (tex-latex-block): Insert a newline if necessary. | |
10 (latex-insert-item): Only insert a newline if necessary. | |
11 (tex-guess-main-file): New function. | |
12 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'. | |
13 Set tex-main-file if TeX-master is provided. | |
14 (tex-latex-indent-syntax-table): Map ( and ) to punctuation. | |
15 | |
1 2000-11-10 Gerd Moellmann <gerd@gnu.org> | 16 2000-11-10 Gerd Moellmann <gerd@gnu.org> |
2 | 17 |
3 * startup.el (command-line): Set the default tooltip-mode | 18 * startup.el (command-line): Set the default tooltip-mode |
4 to t for graphical displays which implement x-show-tip. | 19 to t for graphical displays which implement x-show-tip. |
5 | 20 |