aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKim F. Storm2005-01-31 23:17:42 +0000
committerKim F. Storm2005-01-31 23:17:42 +0000
commitfb89c330967ec70bb2cfc5d0af0b440fffbe29df (patch)
tree0933edcf3d208fa8f32b18d676d4981978916597 /lisp
parent63f3351cc0c2c18539acb1205528bf51ab927a94 (diff)
downloademacs-fb89c330967ec70bb2cfc5d0af0b440fffbe29df.tar.gz
emacs-fb89c330967ec70bb2cfc5d0af0b440fffbe29df.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog13
1 files changed, 10 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5141e5999cd..b3b9034620d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12005-01-31 Kim F. Storm <storm@cua.dk>
2
3 * ses.el (ses-create-cell-variable-range)
4 (ses-destroy-cell-variable-range, ses-reset-header-string)
5 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
6 (ses-insert-row): Fix format of apply undo entries.
7
12005-01-31 Jay Belanger <belanger@truman.edu> 82005-01-31 Jay Belanger <belanger@truman.edu>
2 9
3 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX 10 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
@@ -31,8 +38,8 @@
31 user preferences. 38 user preferences.
32 (ispell-internal-change-dictionary): New function 39 (ispell-internal-change-dictionary): New function
33 to change the current dictionary in use. 40 to change the current dictionary in use.
34 (ispell-region, ispell-process-line, ispell-buffer-local-dict): 41 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
35 Use ispell-current-dictionary. 42 Use ispell-current-dictionary.
36 Handle ispell-local-dictionary-overridden. 43 Handle ispell-local-dictionary-overridden.
37 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary. 44 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
38 45
@@ -56,7 +63,7 @@
56 (calc-set-mode-line): Add LaTeX support. 63 (calc-set-mode-line): Add LaTeX support.
57 (math-expr-special-function-mapping): New variable. 64 (math-expr-special-function-mapping): New variable.
58 (math-tex-ignore-words): Add to list. 65 (math-tex-ignore-words): Add to list.
59 66
60 * calc/calccomp.el (math-compose-expr, math-compose-rows): 67 * calc/calccomp.el (math-compose-expr, math-compose-rows):
61 Add LaTeX support. 68 Add LaTeX support.
62 (math-compose-expr): Add support for special functions. 69 (math-compose-expr): Add support for special functions.