comparison lisp/ChangeLog @ 86934:7130f9859927

*** empty log message ***
author Jay Belanger <jay.p.belanger@gmail.com>
date Sun, 02 Dec 2007 03:50:19 +0000
parents 29dfee94a77f
children cbc23e728425
comparison
equal deleted inserted replaced
86933:553d66dcf5fd 86934:7130f9859927
1 2007-12-02 Jay Belanger <jay.p.belanger@gmail.com>
2
3 * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
4 (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
5 (calc-lang-parens-are-subscripts): New variables.
6 (math-expr-special-function-mapping): Remove variable.
7 (math-eqn-ignore-words, math-tex-ignore-words)
8 (math-latex-ignore-words): Move to calc-lang.el.
9
10 * calc/calc-lang.el (math-compose-vector, math-compose-var)
11 (math-tex-expr-is-flat): Declare as functions.
12 (calc-lang-slash-idiv, calc-lang-allow-underscores)
13 (math-comp-left-bracket, math-comp-right-bracket)
14 (math-comp-comma, math-comp-vector-prec): Declare as variables.
15 (math-var-formatter, math-matrix-formatter)
16 (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
17 (math-punc-table, math-compose-subscr,math-dots)
18 (math-func-formatter): New property names to store language
19 specific information.
20 (math-compose-tex-var, math-compose-tex-intv)
21 (math-compose-maple-intv, math-compose-eqn-intv)
22 (math-compose-tex-sum, math-compose-tex-func)
23 (math-compose-tex-intv): New functions.
24 (math-eqn-ignore-words,math-tex-ignore-words)
25 (math-latex-ignore-words): Move from calc.el.
26 (math-special-function-table): Add entries for tex.
27 (calc-lang-slash-idiv, calc-lang-allows-underscores):
28 New variables.
29 (math-compose-latex-frac): Rename from `math-latex-print-frac'.
30 (math-compose-tex-matrix, math-compose-eqn-matrix)
31 (math-eqn-special-functions): Move from calccomp.el.
32
33 * calc/calccomp.el (math-compose-var): New function.
34 (math-compose-expr): Allow more special functions to be used.
35 Change test for formatting fractions. Use variables and property
36 names to help with language specific formatting.
37 (math-compose-tex-matrix, math-compose-eqn-matrix)
38 (math-eqn-special-functions): Move to calc-lang.el.
39 (math-compose-rows): Use property names to help with language
40 specific formatting.
41
42 * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
43 into nested subscripts.
44 (math-read-token): Use variables and property names to help with
45 language specific parsing.
46 (math-read-expression-level): Use variables to help with language
47 specific parsing.
48
1 2007-12-02 Stefan Monnier <monnier@iro.umontreal.ca> 49 2007-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2 50
3 * arc-mode.el (archive-find-type): Add recognition of rar-exe format. 51 * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
4 (archive-rar-summarize): Allow the file name to be passed as argument. 52 (archive-rar-summarize): Allow the file name to be passed as argument.
5 Remove unused vars `header' and `footer'. 53 Remove unused vars `header' and `footer'.