Mercurial > emacs
comparison lisp/ChangeLog @ 33790:7cb7e5a3030c
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 22 Nov 2000 21:38:04 +0000 |
parents | 9f63b158eb6b |
children | 827a267b3540 |
comparison
equal
deleted
inserted
replaced
33789:3cb3c23bbe84 | 33790:7cb7e5a3030c |
---|---|
1 2000-11-22 Stefan Monnier <monnier@cs.yale.edu> | |
2 | |
3 * textmodes/tex-mode.el (tex-font-lock-keywords-1): | |
4 Fix ARG regexp to skip quoted braces. | |
5 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces. | |
6 Remove `bf' and `it' from `bold' and `italic' (they were wrong and | |
7 are (correctly) handled separately). | |
8 Remove `caption' and `footnote' from `citations': they contain text. | |
9 Don't highlight `textmd', `texttt' and `textrm' with bold-italic. | |
10 (latex-skeleton-end-hook): New function. | |
11 (latex-mode): Use it. | |
12 (tex-start-tex-marker): Remove. | |
13 (tex-send-tex-command): Don't set tex-start-tex-marker. | |
14 (tex-error-parse-syntax-table): New var. | |
15 (tex-compilation-parse-errors): Use it. | |
16 Ignore tex-start-tex-marker. Don't bother with marker-position. | |
17 (tex-validate-buffer): Don't bother with marker-position. | |
18 | |
19 * textmodes/flyspell.el (flyspell-prog-text-faces): New var. | |
20 (flyspell-generic-progmode-verify): Use it.n | |
21 | |
1 2000-11-22 Sam Steingold <sds@gnu.org> | 22 2000-11-22 Sam Steingold <sds@gnu.org> |
2 | 23 |
3 * simple.el (delete-trailing-whitespace): New interactive function. | 24 * simple.el (delete-trailing-whitespace): New interactive function. |
4 * progmodes/ada-mode.el (ada-mode): Use it instead of | 25 * progmodes/ada-mode.el (ada-mode): Use it instead of |
5 `ada-remove-trailing-spaces' | 26 `ada-remove-trailing-spaces' |
6 (ada-remove-trailing-spaces): Removed. | 27 (ada-remove-trailing-spaces): Removed. |
7 * textmodes/two-column.el (2C-merge): Recommend it in the doc. | 28 * textmodes/two-column.el (2C-merge): Recommend it in the doc. |
8 * textmodes/picture.el (picture-mode-exit): Call it instead of | 29 * textmodes/picture.el (picture-clean): Removed. |
9 `picture-clean'. | 30 (picture-mode-exit): Call it instead of `picture-clean'. |
10 (picture-clean): Removed. | |
11 | 31 |
12 2000-11-22 Gerd Moellmann <gerd@gnu.org> | 32 2000-11-22 Gerd Moellmann <gerd@gnu.org> |
13 | 33 |
14 * frame.el (show-cursor-in-non-selected-windows): Doc fix. | 34 * frame.el (show-cursor-in-non-selected-windows): Doc fix. |
15 | 35 |
10876 | 10896 |
10877 * bindings.el (mode-line-format): Fix line-number and | 10897 * bindings.el (mode-line-format): Fix line-number and |
10878 column-number items. Add help-echo for the background. | 10898 column-number items. Add help-echo for the background. |
10879 (mode-line-mule-info): Modify help-echo. | 10899 (mode-line-mule-info): Modify help-echo. |
10880 | 10900 |
10881 * avoid.el (mouse-avoidance-mode): Add autoload cookie to | 10901 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom. |
10882 defcustom. | |
10883 | 10902 |
10884 * files.el (load-file): Allow completion to .elc. | 10903 * files.el (load-file): Allow completion to .elc. |
10885 | 10904 |
10886 * man.el: Doc fixes. | 10905 * man.el: Doc fixes. |
10887 (Man-init-defvars): Use display-color-p to set fontification. | 10906 (Man-init-defvars): Use display-color-p to set fontification. |