diff options
| author | Stefan Monnier | 2005-09-24 17:44:30 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2005-09-24 17:44:30 +0000 |
| commit | 621f893a9dfdaa782756a47ce99790dd026efce9 (patch) | |
| tree | 1a766c13809190bcb5e8631f88d4ab3f11e67330 /lisp/ChangeLog | |
| parent | 81df110a292f64172818df0ce94579a5429563e4 (diff) | |
| download | emacs-621f893a9dfdaa782756a47ce99790dd026efce9.tar.gz emacs-621f893a9dfdaa782756a47ce99790dd026efce9.zip | |
(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.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3000e2bd79f..3807037e57d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 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): |
| @@ -77,8 +83,8 @@ | |||
| 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 | ||
| @@ -87,8 +93,7 @@ | |||
| 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 | ||
| @@ -100,8 +105,8 @@ | |||
| 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 | ||