aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Belanger <[email protected]>2004-12-08 06:40:48 +0000
committerJay Belanger <[email protected]>2004-12-08 06:40:48 +0000
commit3073399bdafd5283661fae867983d0d30c7f2536 (patch)
tree5af3a264c80997625f5ce978704fbb1a8d3bbdcb
parent19649cc93c33d33115b6a9761228b2aca40d9b02 (diff)
*** empty log message ***
-rw-r--r--lisp/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3ff15d336f..47cf7a9ba8 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,15 @@
+2004-12-08 Jay Belanger <[email protected]>
+
+ * 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 <[email protected]>
* isearch.el (isearch-quote-char): Fix up typo in last change.