changeset 39431:a7835e5d1d5f

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Tue, 25 Sep 2001 08:37:59 +0000
parents 48633cf4ce7c
children 04336fed250c
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <eli@barzilay.org>
+
+	* 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  <vinicius@cpqd.com.br>
 
 	* ebnf2ps.el: Eliminate make-local-hook calls.  Doc fix.
--- 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  <gerd@gnu.org>
+
+	* process.c (send_process): Disable composition if from_byte < 0.
+	From Kenichi Handa <handa@etl.go.jp>.
+
 2001-09-24  Gerd Moellmann  <gerd@gnu.org>
 
 	* xterm.c (refreshicon): Function removed.