aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2005-09-24 17:44:30 +0000
committerStefan Monnier <[email protected]>2005-09-24 17:44:30 +0000
commit621f893a9dfdaa782756a47ce99790dd026efce9 (patch)
tree1a766c13809190bcb5e8631f88d4ab3f11e67330 /lisp/ChangeLog
parent81df110a292f64172818df0ce94579a5429563e4 (diff)
(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/ChangeLog17
1 files changed, 11 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3000e2bd79..3807037e57 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
+2005-09-24 Stefan Monnier <[email protected]>
+
+ * textmodes/tex-mode.el (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.
+
2005-09-24 Emilio C. Lopes <[email protected]>
* woman.el (woman-file-name):
@@ -77,8 +83,8 @@
2005-09-24 Magnus Henoch <[email protected]>
- * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries): New
- function, code extracted from ispell-valid-dictionary-list.
+ * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
+ New function, code extracted from ispell-valid-dictionary-list.
(ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
Call it.
@@ -87,8 +93,7 @@
* subr.el (version-regexp-alist): Extend valid syntax for version
strings: allow any of the characters -,_,+ to separate the
alpha/beta/rc part from the version part. Doc fix.
- (version-to-list): Doc fix. Bind case-fold-search to t, as
- advertised.
+ (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
2005-09-23 David Reitter <[email protected]>
@@ -100,8 +105,8 @@
(flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
Doc fixes.
- * progmodes/cc-mode.el (c-font-lock-init): Specify
- font-lock-lines-before.
+ * progmodes/cc-mode.el (c-font-lock-init):
+ Specify font-lock-lines-before.
2005-09-23 Stefan Monnier <[email protected]>