diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
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 @@ | |||
| 1 | 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2005-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. |