diff options
| author | Eli Zaretskii | 2001-11-11 10:33:50 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-11-11 10:33:50 +0000 |
| commit | 91e51f9a78a97e8d1a4d5d293ec675798e93b66e (patch) | |
| tree | 9c4ab5e2213e60d05ad5d4cc70f2f10ad073d0d5 /lisp/ChangeLog | |
| parent | cb765059d7378e8d6b6904c0a73f49fc3f11ff66 (diff) | |
| download | emacs-91e51f9a78a97e8d1a4d5d293ec675798e93b66e.tar.gz emacs-91e51f9a78a97e8d1a4d5d293ec675798e93b66e.zip | |
(toplevel): Require calc-macs.
(calc-minibuffer-size): New.
(calcDigit-nondigit): Use it instead of `buffer-size'.
(calcDigit-backspace): Likewise.
(calcDigit-nondigit): Use `minibuffer-contents' instead of `buffer-string'.
(calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of `point-min'.
(calcDigit-key): Use `calc-minibuffer-contains' instead of a `save-excursion'.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 68aaedb3882..2a395e7876e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,34 @@ | |||
| 1 | 2001-11-11 Colin Walters <walters@verbum.org> | ||
| 2 | |||
| 3 | The following changes are based on patches from | ||
| 4 | Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro,A_(Bjohann | ||
| 5 | <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others. | ||
| 6 | |||
| 7 | * calc/calc.el (toplevel): Require calc-macs. | ||
| 8 | (calc-minibuffer-size): New. | ||
| 9 | (calcDigit-nondigit): Use it instead of `buffer-size'. | ||
| 10 | (calcDigit-backspace): Likewise. | ||
| 11 | (calcDigit-nondigit): Use `minibuffer-contents' instead of | ||
| 12 | `buffer-string'. | ||
| 13 | (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of | ||
| 14 | `point-min'. | ||
| 15 | (calcDigit-key): Use `calc-minibuffer-contains' instead of a | ||
| 16 | `save-excursion'. | ||
| 17 | |||
| 18 | * calc/calc-macs.el (calc-record-compilation-date-macro): Return a | ||
| 19 | simple `setq' form. | ||
| 20 | |||
| 21 | * calc/calc-ext.el: (toplevel): Require calc. | ||
| 22 | (calc-fancy-prefix-map): New. | ||
| 23 | (calc-fancy-prefix): Use it. | ||
| 24 | (calc-fancy-prefix-other-key): New. | ||
| 25 | |||
| 26 | * calc/calc-aent.el (toplevel): Require calc-macs during compilation. | ||
| 27 | (calc-do-quick-calc): Use `frame-width' instead of `screen-width'. | ||
| 28 | (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'. | ||
| 29 | (calcAlg-enter): Likewise. | ||
| 30 | (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'. | ||
| 31 | |||
| 1 | 2001-11-10 Richard M. Stallman <rms@gnu.org> | 32 | 2001-11-10 Richard M. Stallman <rms@gnu.org> |
| 2 | 33 | ||
| 3 | * progmodes/compile.el (compile-goto-error): Fix previous change | 34 | * progmodes/compile.el (compile-goto-error): Fix previous change |