Mercurial > emacs
comparison lisp/ChangeLog @ 58456:1eaf1ae3f842
*** empty log message ***
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Tue, 23 Nov 2004 06:18:51 +0000 |
parents | 6e4821835989 |
children | d9968d54d759 |
comparison
equal
deleted
inserted
replaced
58455:61e76fb7d4c9 | 58456:1eaf1ae3f842 |
---|---|
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 |
4 substitute-env-vars -- not quite shell compatible but better than | 15 substitute-env-vars -- not quite shell compatible but better than |
5 nothing. | 16 nothing. |