From: Jay Belanger Date: Sat, 29 Dec 2007 01:06:40 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~8781 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=06f02c7df8fd604d9d7efb5a53ef3b4cfb54dc55;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5b25d7336e3..7512e96dd33 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,35 @@ +2007-12-29 Jay Belanger + + * calc/calc-aent.el (math-read-token): Fix misplaced + parentheses. + + * calc/calc-lang.el (calc-yacas-language, calc-maxima-language) + (calc-giac-language, math-yacas-parse-Sum, math-yacas-compose-sum) + (math-yacas-compose-deriv, math-yacas-compose-taylor) + (math-maxima-parse-subst, math-maxima-parse-taylor) + (math-maxima-compose-taylor, math-maxima-compose-subst) + (math-maxima-compose-if, math-lang-switch-args) + (math-lang-compose-switch-args, math-read-giac-subscr): + New functions. + (calc-lang-allow-underscores, calc-lang-allow-percentsigns) + (calc-lang-brackets-are-subscripts, calc-lang-c-type-hex): + Add languages. + (math-vector-brackets, math-complex-format, math-variable-table) + (math-parse-table, math-oper-table, math-function-table) + (math-special-function-table, math-compose-subscr): + Add values for new languages. + + * calc/calccomp.el (math-compose-expr): Add new languages. + + * calc/calc.el (calc-language): Add languages to docstring. + + * calc/calc-ext.el (calc-init-extensions): Add keybindings + for new languages. + + * calc/calc-help.el (calc-d-prefix-help): Add new languages. + + * calc/calc-menu.el (calc-modes-menu): Add new languages. + 2007-12-28 Dan Nicolaescu * vc-hg.el (vc-hg-registered): Return the false when vc-hg-state