diff options
| author | Jay Belanger | 2005-01-31 21:58:05 +0000 |
|---|---|---|
| committer | Jay Belanger | 2005-01-31 21:58:05 +0000 |
| commit | 998858ae208ae0305396e6a69369d260b8a0381d (patch) | |
| tree | e9d0586dd783f01c91695d0f0ab07e0b406f408c /lisp/ChangeLog | |
| parent | 62a54f6ca5cf9b66ee35ad348097dc285c884f38 (diff) | |
| download | emacs-998858ae208ae0305396e6a69369d260b8a0381d.tar.gz emacs-998858ae208ae0305396e6a69369d260b8a0381d.zip | |
(math-tex-ignore-words): Remove LaTeX portion.
(math-latex-ignore-words): New constant.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fcbfa0c2d4a..5141e5999cd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2005-01-31 Jay Belanger <belanger@truman.edu> | ||
| 2 | |||
| 3 | * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX | ||
| 4 | parts. | ||
| 5 | |||
| 6 | * calc/calc-embed.el (calc-embedded-open-formula) | ||
| 7 | (calc-embedded-close-formula): Ignore matrix environments. | ||
| 8 | |||
| 9 | * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default | ||
| 10 | TeX mode. | ||
| 11 | |||
| 12 | * calc/calc-lang.el (math-function-table, math-oper-table) | ||
| 13 | (math-variable-table): Adjust the LaTeX portions. | ||
| 14 | |||
| 15 | * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion. | ||
| 16 | (math-latex-ignore-words): New constant. | ||
| 17 | |||
| 1 | 2005-01-31 Richard M. Stallman <rms@gnu.org> | 18 | 2005-01-31 Richard M. Stallman <rms@gnu.org> |
| 2 | 19 | ||
| 3 | * textmodes/ispell.el (ispell-local-dictionary-overridden): New var. | 20 | * textmodes/ispell.el (ispell-local-dictionary-overridden): New var. |