# HG changeset patch # User Gerd Moellmann # Date 1001407079 0 # Node ID a7835e5d1d5ff20c4a135284d0dccb140ad6d9ff # Parent 48633cf4ce7c8bb0896f500f6eed64a27ba5dfc8 *** empty log message *** diff -r 48633cf4ce7c -r a7835e5d1d5f lisp/ChangeLog --- a/lisp/ChangeLog Tue Sep 25 08:37:33 2001 +0000 +++ b/lisp/ChangeLog Tue Sep 25 08:37:59 2001 +0000 @@ -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 -r 48633cf4ce7c -r a7835e5d1d5f src/ChangeLog --- a/src/ChangeLog Tue Sep 25 08:37:33 2001 +0000 +++ b/src/ChangeLog Tue Sep 25 08:37:59 2001 +0000 @@ -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.