# HG changeset patch # User Jay Belanger # Date 1102488048 0 # Node ID c05f062fa72fc6cec46d2b29b092ba115914ee56 # Parent d598b3594142a2dbf1eacd500339ec73eecb4d7c *** empty log message *** diff -r d598b3594142 -r c05f062fa72f lisp/ChangeLog --- a/lisp/ChangeLog Wed Dec 08 06:10:56 2004 +0000 +++ b/lisp/ChangeLog Wed Dec 08 06:40:48 2004 +0000 @@ -1,3 +1,15 @@ +2004-12-08 Jay Belanger + + * calc/calc.el: Add math-read-preprocess-string to autoloads. + + * calc/calc-ext.el (math-read-replacement-list) + (math-read-superscripts, math-read-preprocess-string): Move to + calc-aent.el. + + * calc/calc-aent.el (math-read-replacement-list) + (math-read-superscripts, math-read-preprocess-string): Move from + calc-ext.el. + 2004-12-07 Stefan Monnier * isearch.el (isearch-quote-char): Fix up typo in last change.