comparison lisp/ChangeLog @ 58845:c05f062fa72f

*** empty log message ***
author Jay Belanger <jay.p.belanger@gmail.com>
date Wed, 08 Dec 2004 06:40:48 +0000
parents 1cdfec9f283d
children 8b6cf3720007 5e454dd0d649
comparison
equal deleted inserted replaced
58844:d598b3594142 58845:c05f062fa72f
1 2004-12-08 Jay Belanger <belanger@truman.edu>
2
3 * calc/calc.el: Add math-read-preprocess-string to autoloads.
4
5 * calc/calc-ext.el (math-read-replacement-list)
6 (math-read-superscripts, math-read-preprocess-string): Move to
7 calc-aent.el.
8
9 * calc/calc-aent.el (math-read-replacement-list)
10 (math-read-superscripts, math-read-preprocess-string): Move from
11 calc-ext.el.
12
1 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca> 13 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2 14
3 * isearch.el (isearch-quote-char): Fix up typo in last change. 15 * isearch.el (isearch-quote-char): Fix up typo in last change.
4 16
5 2004-12-07 Luc Teirlinck <teirllm@auburn.edu> 17 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>