Mercurial > emacs
comparison lisp/ChangeLog @ 91303:1ae1f4066439
Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-307
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sat, 29 Dec 2007 02:51:57 +0000 |
parents | 56a72e2bd635 5ab8819dee6c |
children | c938ab6810a4 |
comparison
equal
deleted
inserted
replaced
91302:56a72e2bd635 | 91303:1ae1f4066439 |
---|---|
1 2007-12-29 Jay Belanger <jay.p.belanger@gmail.com> | |
2 | |
3 * calc/calc-aent.el (math-read-token): Fix misplaced | |
4 parentheses. | |
5 | |
6 * calc/calc-lang.el (calc-yacas-language, calc-maxima-language) | |
7 (calc-giac-language, math-yacas-parse-Sum, math-yacas-compose-sum) | |
8 (math-yacas-compose-deriv, math-yacas-compose-taylor) | |
9 (math-maxima-parse-subst, math-maxima-parse-taylor) | |
10 (math-maxima-compose-taylor, math-maxima-compose-subst) | |
11 (math-maxima-compose-if, math-lang-switch-args) | |
12 (math-lang-compose-switch-args, math-read-giac-subscr): | |
13 New functions. | |
14 (calc-lang-allow-underscores, calc-lang-allow-percentsigns) | |
15 (calc-lang-brackets-are-subscripts, calc-lang-c-type-hex): | |
16 Add languages. | |
17 (math-vector-brackets, math-complex-format, math-variable-table) | |
18 (math-parse-table, math-oper-table, math-function-table) | |
19 (math-special-function-table, math-compose-subscr): | |
20 Add values for new languages. | |
21 | |
22 * calc/calccomp.el (math-compose-expr): Add new languages. | |
23 | |
24 * calc/calc.el (calc-language): Add languages to docstring. | |
25 | |
26 * calc/calc-ext.el (calc-init-extensions): Add keybindings | |
27 for new languages. Autoload commands to change languages. | |
28 | |
29 * calc/calc-help.el (calc-d-prefix-help): Add new languages. | |
30 | |
31 * calc/calc-menu.el (calc-modes-menu): Add new languages. | |
32 | |
33 2007-12-28 Dan Nicolaescu <dann@ics.uci.edu> | |
34 | |
35 * vc-hg.el (vc-hg-registered): Return the false when vc-hg-state | |
36 returns 'ignored or 'unregistered. | |
37 (vc-hg-state): Pass "-A" to the status command and deal with the | |
38 output. | |
39 (vc-hg-dir-state): Pass "-A" to the status command. | |
40 | |
1 2007-12-29 Richard Stallman <rms@gnu.org> | 41 2007-12-29 Richard Stallman <rms@gnu.org> |
2 | 42 |
3 * progmodes/compile.el (compilation-start): Set initial visible | 43 * progmodes/compile.el (compilation-start): Set initial visible |
4 point properly even when compilation buffer already current. | 44 point properly even when compilation buffer already current. |
5 | 45 |