# HG changeset patch # User Juanma Barranquero # Date 1044289895 0 # Node ID 873d790b25ebe9998f57cb2d56525e96fb4a79d9 # Parent 336c18b62203dac786a4ea5f3b28012e48d0f56c *** empty log message *** diff -r 336c18b62203 -r 873d790b25eb lisp/ChangeLog --- a/lisp/ChangeLog Mon Feb 03 16:30:27 2003 +0000 +++ b/lisp/ChangeLog Mon Feb 03 16:31:35 2003 +0000 @@ -1,3 +1,9 @@ +2003-02-03 Juanma Barranquero + + * calculator.el (calculator): Don't use the minibuffer even in + electric mode; use a private buffer and display it in the minibuffer + window using `set-window-buffer'. + 2003-02-03 Dave Love * emacs-lisp/benchmark.el: New. @@ -122,8 +128,6 @@ * antlr-mode.el (antlr): Moved to SourceForge.net - Changes from 2002-02-28: - * antlr-mode.el: Minor bug fixes: insert options and indentation. (antlr-option-location): Don't use point as position where to insert options if point is in comment.