diff options
| author | Jay Belanger | 2007-12-02 03:50:19 +0000 |
|---|---|---|
| committer | Jay Belanger | 2007-12-02 03:50:19 +0000 |
| commit | 27c11d0fd756451b659ccb26d4c6c90a2500c683 (patch) | |
| tree | e44e2ef82bcb4c7adf9477d3743cf7a31b16b52f /lisp | |
| parent | 105140567b269add43b40734a25c8f3608af7a02 (diff) | |
| download | emacs-27c11d0fd756451b659ccb26d4c6c90a2500c683.tar.gz emacs-27c11d0fd756451b659ccb26d4c6c90a2500c683.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index db23a638f98..aa0ad4788f3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,51 @@ | |||
| 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. |