emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Sun, 11 Nov 2001 05:33:51 -0500

Index: emacs/lisp/ChangeLog
diff -u emacs/lisp/ChangeLog:1.2998 emacs/lisp/ChangeLog:1.2999
--- emacs/lisp/ChangeLog:1.2998 Sat Nov 10 18:19:54 2001
+++ emacs/lisp/ChangeLog        Sun Nov 11 05:33:50 2001
@@ -1,3 +1,34 @@
+2001-11-11  Colin Walters  <address@hidden>
+
+       The following changes are based on patches from
+       Eli Zaretskii <address@hidden>, Kai Gro,A_(Bjohann
+       <address@hidden>, 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  <address@hidden>
 
        * progmodes/compile.el (compile-goto-error): Fix previous change



reply via email to

[Prev in Thread] Current Thread [Next in Thread]