aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2005-06-06 21:15:03 +0000
committerStefan Monnier2005-06-06 21:15:03 +0000
commit29a47b89ace7745fab5ca91e487fe32565ba0e2f (patch)
tree75f587ea4bdd86281b42d6371c0470ebb7da7c33 /lisp/ChangeLog
parent7ad046405db028a9012aeacb8da7b32dc471c905 (diff)
downloademacs-29a47b89ace7745fab5ca91e487fe32565ba0e2f.tar.gz
emacs-29a47b89ace7745fab5ca91e487fe32565ba0e2f.zip
(tex-guess-mode): Add RequirePackage.
(tex-compile-default): In the absence of any history, use the order in tex-compile-alist to choose the preferred command. (tex-compile-commands): Reorder a bit.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e18366bb692..c6e5323109d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,10 @@
12005-06-06 Stefan Monnier <monnier@iro.umontreal.ca> 12005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
4 (tex-compile-default): In the absence of any history, use the order in
5 tex-compile-alist to choose the preferred command.
6 (tex-compile-commands): Reorder a bit.
7
3 * textmodes/flyspell.el (flyspell-auto-correct-binding) 8 * textmodes/flyspell.el (flyspell-auto-correct-binding)
4 (flyspell-incorrect-face, flyspell-duplicate-face): 9 (flyspell-incorrect-face, flyspell-duplicate-face):
5 Use (X)Emacs-agnostic code. 10 Use (X)Emacs-agnostic code.