# HG changeset patch # User Jay Belanger # Date 1107208685 0 # Node ID 4346e62d3d4fe04d90e2434119f7d3ef7b2a0c2c # Parent d46309369c36b5c91dcf2f1b2912836080377d04 *** empty log message *** diff -r d46309369c36 -r 4346e62d3d4f lisp/ChangeLog --- a/lisp/ChangeLog Mon Jan 31 21:53:55 2005 +0000 +++ b/lisp/ChangeLog Mon Jan 31 21:58:05 2005 +0000 @@ -1,3 +1,20 @@ +2005-01-31 Jay Belanger + + * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX + parts. + + * calc/calc-embed.el (calc-embedded-open-formula) + (calc-embedded-close-formula): Ignore matrix environments. + + * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default + TeX mode. + + * calc/calc-lang.el (math-function-table, math-oper-table) + (math-variable-table): Adjust the LaTeX portions. + + * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion. + (math-latex-ignore-words): New constant. + 2005-01-31 Richard M. Stallman * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.