Mercurial > emacs
comparison lisp/ChangeLog @ 59816:b1f8d50fb879
*** empty log message ***
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Mon, 31 Jan 2005 06:39:44 +0000 |
parents | 2bfff402d420 |
children | b8bd77aeda0d |
comparison
equal
deleted
inserted
replaced
59815:4d497d47983e | 59816:b1f8d50fb879 |
---|---|
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) |
4 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit) | 30 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit) |
5 (gdb-memory-mode-map, gdb-memory-format-keymap) | 31 (gdb-memory-mode-map, gdb-memory-format-keymap) |