# HG changeset patch # User Eli Zaretskii # Date 1005474830 0 # Node ID 689a6f1793132f1eeb9a497643a8f4f05a6449b4 # Parent df97a382ad4312afa10aa8c462ed63d8f5f97bc9 *** empty log message *** diff -r df97a382ad43 -r 689a6f179313 lisp/ChangeLog --- a/lisp/ChangeLog Sun Nov 11 10:28:55 2001 +0000 +++ b/lisp/ChangeLog Sun Nov 11 10:33:50 2001 +0000 @@ -1,3 +1,34 @@ +2001-11-11 Colin Walters + + The following changes are based on patches from + Eli Zaretskii , Kai Gro,A_(Bjohann + , and others. + + * calc/calc.el (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'. + + * calc/calc-macs.el (calc-record-compilation-date-macro): Return a + simple `setq' form. + + * calc/calc-ext.el: (toplevel): Require calc. + (calc-fancy-prefix-map): New. + (calc-fancy-prefix): Use it. + (calc-fancy-prefix-other-key): New. + + * calc/calc-aent.el (toplevel): Require calc-macs during compilation. + (calc-do-quick-calc): Use `frame-width' instead of `screen-width'. + (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'. + (calcAlg-enter): Likewise. + (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'. + 2001-11-10 Richard M. Stallman * progmodes/compile.el (compile-goto-error): Fix previous change