diff options
| author | Jay Belanger | 2004-11-23 06:18:51 +0000 |
|---|---|---|
| committer | Jay Belanger | 2004-11-23 06:18:51 +0000 |
| commit | 298a667cdf72ce4987692f64885f533f18ed8946 (patch) | |
| tree | 00723c5cc7e1ee632a36c976c9cef6ee301b987f | |
| parent | c4446fc2e900c69730162fa816ee45ec8290a464 (diff) | |
| download | emacs-298a667cdf72ce4987692f64885f533f18ed8946.tar.gz emacs-298a667cdf72ce4987692f64885f533f18ed8946.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 942dcd6500b..dc34438691b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2004-11-23 Jay Belanger <belanger@truman.edu> | ||
| 2 | |||
| 3 | * calc/calc-ext.el (math-read-replacement-list) | ||
| 4 | (math-read-superscripts): New variables. | ||
| 5 | (math-read-preprocess-string): New function. | ||
| 6 | (math-read-expr): Filter input through | ||
| 7 | math-read-preprocess-string. | ||
| 8 | |||
| 9 | * calc/calc-aent.el (math-read-exprs): Filter input through | ||
| 10 | math-read-preprocess-string. | ||
| 11 | |||
| 1 | 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org> | 12 | 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org> |
| 2 | 13 | ||
| 3 | * progmodes/compile.el (compilation-start): In cd command use | 14 | * progmodes/compile.el (compilation-start): In cd command use |