aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDaniel Pfeiffer2004-11-10 00:43:48 +0000
committerDaniel Pfeiffer2004-11-10 00:43:48 +0000
commitdd0f1553b7d8db1ac00025e49a85ea6aa83ca9da (patch)
treeb007a3356c637f3ba6d8f04d4ae3e7e4cb3ec811 /lisp/ChangeLog
parent80174d35b9e39d37b5e1ebf5b8a10d012986ba9f (diff)
downloademacs-dd0f1553b7d8db1ac00025e49a85ea6aa83ca9da.tar.gz
emacs-dd0f1553b7d8db1ac00025e49a85ea6aa83ca9da.zip
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog28
1 files changed, 17 insertions, 11 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8b7f5c6b709..31a6ac57fda 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,41 +1,47 @@
12004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
2
3 * textmodes/conf-mode.el: New file.
4
5 * files.el (auto-mode-alist, magic-mode-alist): Use it.
6
12004-11-09 Jay Belanger <belanger@truman.edu> 72004-11-09 Jay Belanger <belanger@truman.edu>
2 8
3 * calc/calc-ext.el (calc-init-extensions): Remove old code. 9 * calc/calc-ext.el (calc-init-extensions): Remove old code.
4 10
5 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func) 11 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
6 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables. 12 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
7 (calc-z-prefix-help, calc-user-function-list): Use declared 13 (calc-z-prefix-help, calc-user-function-list): Use declared
8 variables calc-z-prefix-buf, calc-z-prefix-msgs. 14 variables calc-z-prefix-buf, calc-z-prefix-msgs.
9 (math-map-tree, math-map-tree-rec): Use declared variables 15 (math-map-tree, math-map-tree-rec): Use declared variables
10 math-mt-many, math-mt-func. 16 math-mt-many, math-mt-func.
11 (math-read-expression, math-read-string): Use declared variable 17 (math-read-expression, math-read-string): Use declared variable
12 math-expr-data. 18 math-expr-data.
13 19
14 * calc/calc-ext.el (math-normalize-nonstandard): Use declared 20 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
15 variable math-normalize-a. 21 variable math-normalize-a.
16 22
17 * calc/calc.el (math-normalize-a): New variable. 23 * calc/calc.el (math-normalize-a): New variable.
18 (math-normalize): Use declared variable math-normalize-a. 24 (math-normalize): Use declared variable math-normalize-a.
19 25
20 * calc/calc-poly.el (math-expand-form): Use declared variable 26 * calc/calc-poly.el (math-expand-form): Use declared variable
21 math-mt-many. 27 math-mt-many.
22 28
23 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase): Use 29 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase): Use
24 declared variable math-mt-many. 30 declared variable math-mt-many.
25 (math-rewrite): Use declared variable math-mt-func. 31 (math-rewrite): Use declared variable math-mt-func.
26 32
27 * calc/calc-vec.el (math-read-brackets, math-read-vector) 33 * calc/calc-vec.el (math-read-brackets, math-read-vector)
28 (math-read-matrix): Use declared variable math-expr-data. 34 (math-read-matrix): Use declared variable math-expr-data.
29 35
30 * calc/calc-lang.el (math-parse-fortran-vector) 36 * calc/calc-lang.el (math-parse-fortran-vector)
31 (math-parse-fortran-vector-end, math-parse-tex-sum) 37 (math-parse-fortran-vector-end, math-parse-tex-sum)
32 (math-parse-eqn-matrix, math-parse-eqn-prime) 38 (math-parse-eqn-matrix, math-parse-eqn-prime)
33 (math-read-math-subscr): Use declared variable math-expr-data. 39 (math-read-math-subscr): Use declared variable math-expr-data.
34 40
35 * calc/calc-aent.el (math-read-exprs, math-read-expr-list) 41 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
36 (math-read-expr-level, math-read-token, calc-check-user-syntax) 42 (math-read-expr-level, math-read-token, calc-check-user-syntax)
37 (calc-match-user-syntax, math-read-if, math-factor-after) 43 (calc-match-user-syntax, math-read-if, math-factor-after)
38 (math-read-factor): Use declared variable math-expr-data. 44 (math-read-factor): Use declared variable math-expr-data.
39 45
402004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk> 462004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
41 47