diff options
| author | Jay Belanger | 2005-01-31 06:39:44 +0000 |
|---|---|---|
| committer | Jay Belanger | 2005-01-31 06:39:44 +0000 |
| commit | 1be70c6150ce8a16ad0526d6948bac42aeb99308 (patch) | |
| tree | 57cdb986ac40f620273105535a63b6f32db507eb | |
| parent | 0010f0335a38b1474e6670af0d4a9fab10534d91 (diff) | |
| download | emacs-1be70c6150ce8a16ad0526d6948bac42aeb99308.tar.gz emacs-1be70c6150ce8a16ad0526d6948bac42aeb99308.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f5b1550c2fa..4380bb77840 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,29 @@ | |||
| 1 | 2005-01-31 Jay Belanger <belanger@truman.edu> | ||
| 2 | |||
| 3 | * calc/calc-aent.el (math-read-token): Add support for LaTeX. | ||
| 4 | |||
| 5 | * calc/calc-ext.el: Add calc-latex-language to autoloads. | ||
| 6 | (calc-mode-map): Add calc-latex-language. | ||
| 7 | |||
| 8 | * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac) | ||
| 9 | (math-latex-print-frac): New functions. | ||
| 10 | (math-oper-table, math-function-table, math-variable-table) | ||
| 11 | (math-complex-format, math-input-filter): Add latex properties. | ||
| 12 | (calc-set-language): Set math-expr-special-function-mapping. | ||
| 13 | |||
| 14 | * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name) | ||
| 15 | (calc-write-parse-table-part): Add LaTeX support. | ||
| 16 | |||
| 17 | * calc/calc.el (calc-language): Adjust docstring. | ||
| 18 | (calc-set-mode-line): Add LaTeX support. | ||
| 19 | (math-expr-special-function-mapping): New variable. | ||
| 20 | |||
| 21 | * calc/calccomp.el (math-compose-expr, math-compose-rows): | ||
| 22 | Add LaTeX support. | ||
| 23 | (math-compose-expr): Add support for special functions. | ||
| 24 | |||
| 25 | * calc/calc-help.el (calc-d-prefix-help): Add LaTeX. | ||
| 26 | |||
| 1 | 2005-01-31 Nick Roberts <nickrob@snap.net.nz> | 27 | 2005-01-31 Nick Roberts <nickrob@snap.net.nz> |
| 2 | 28 | ||
| 3 | * progmodes/gdb-ui.el (gdb-memory-address) | 29 | * progmodes/gdb-ui.el (gdb-memory-address) |