changeset 58845:c05f062fa72f

*** empty log message ***
author Jay Belanger <jay.p.belanger@gmail.com>
date Wed, 08 Dec 2004 06:40:48 +0000
parents d598b3594142
children 4d7444f1a64c 5e454dd0d649
files lisp/ChangeLog
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <belanger@truman.edu>
+
+	* 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  <monnier@iro.umontreal.ca>
 
 	* isearch.el (isearch-quote-char): Fix up typo in last change.