From 924b604c80a975b07726aa493702b5489b47caaf Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 25 Sep 2001 08:37:59 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 9 +++++++++ src/ChangeLog | 5 +++++ 2 files changed, 14 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 70a64259254..e54a675c42e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2001-09-25 Eli Barzilay + + * calculator.el (calculator-copy-displayer): New user-option. + (calculator-displayer-prev, calculator-displayer-next): Renamed + from calculator-displayed-{left,right}. + (calculator, calculator-standard-displayer) + (calculator-num-to-string, calculator-update-display) + (calculator-copy, calculator-put-value): Bug and display fixes. + 2001-09-24 Vinicius Jose Latorre * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix. diff --git a/src/ChangeLog b/src/ChangeLog index 7e1b9c08440..f4bdfbe7303 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2001-09-25 Gerd Moellmann + + * process.c (send_process): Disable composition if from_byte < 0. + From Kenichi Handa . + 2001-09-24 Gerd Moellmann * xterm.c (refreshicon): Function removed. -- 2.39.2