Mercurial > emacs
comparison lisp/ChangeLog @ 65683:b8bdecc9aa11
(tex-font-lock-append-prop, tex-font-lock-suscript, tex-insert-quote)
(latex-indent): Adjust to the new symbol used for the tex-verbatim face.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sat, 24 Sep 2005 17:44:30 +0000 |
parents | ed770a0a7846 |
children | 4a796295f477 |
comparison
equal
deleted
inserted
replaced
65682:c16795de963a | 65683:b8bdecc9aa11 |
---|---|
1 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * textmodes/tex-mode.el (tex-font-lock-append-prop) | |
4 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the | |
5 new symbol used for the tex-verbatim face. | |
6 | |
1 2005-09-24 Emilio C. Lopes <eclig@gmx.net> | 7 2005-09-24 Emilio C. Lopes <eclig@gmx.net> |
2 | 8 |
3 * woman.el (woman-file-name): | 9 * woman.el (woman-file-name): |
4 * wid-edit.el (widget-file-prompt-value) | 10 * wid-edit.el (widget-file-prompt-value) |
5 (widget-coding-system-prompt-value): | 11 (widget-coding-system-prompt-value): |
75 * progmodes/python.el (python-describe-symbol): Add globals() and | 81 * progmodes/python.el (python-describe-symbol): Add globals() and |
76 locals() to the arguments of emacs.ehelp. | 82 locals() to the arguments of emacs.ehelp. |
77 | 83 |
78 2005-09-24 Magnus Henoch <mange@freemail.hu> | 84 2005-09-24 Magnus Henoch <mange@freemail.hu> |
79 | 85 |
80 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries): New | 86 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries): |
81 function, code extracted from ispell-valid-dictionary-list. | 87 New function, code extracted from ispell-valid-dictionary-list. |
82 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs): | 88 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs): |
83 Call it. | 89 Call it. |
84 | 90 |
85 2005-09-24 Eli Zaretskii <eliz@gnu.org> | 91 2005-09-24 Eli Zaretskii <eliz@gnu.org> |
86 | 92 |
87 * subr.el (version-regexp-alist): Extend valid syntax for version | 93 * subr.el (version-regexp-alist): Extend valid syntax for version |
88 strings: allow any of the characters -,_,+ to separate the | 94 strings: allow any of the characters -,_,+ to separate the |
89 alpha/beta/rc part from the version part. Doc fix. | 95 alpha/beta/rc part from the version part. Doc fix. |
90 (version-to-list): Doc fix. Bind case-fold-search to t, as | 96 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised. |
91 advertised. | |
92 | 97 |
93 2005-09-23 David Reitter <david.reitter@gmail.com> | 98 2005-09-23 David Reitter <david.reitter@gmail.com> |
94 | 99 |
95 * mail/mailclient.el: New file. | 100 * mail/mailclient.el: New file. |
96 | 101 |
98 | 103 |
99 * textmodes/flyspell.el (flyspell-highlight-incorrect-region) | 104 * textmodes/flyspell.el (flyspell-highlight-incorrect-region) |
100 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region): | 105 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region): |
101 Doc fixes. | 106 Doc fixes. |
102 | 107 |
103 * progmodes/cc-mode.el (c-font-lock-init): Specify | 108 * progmodes/cc-mode.el (c-font-lock-init): |
104 font-lock-lines-before. | 109 Specify font-lock-lines-before. |
105 | 110 |
106 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca> | 111 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca> |
107 | 112 |
108 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the | 113 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the |
109 whole conflict. | 114 whole conflict. |