1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-12 09:28:24 +00:00

*** empty log message ***

This commit is contained in:
Gerd Moellmann 2001-09-25 08:37:59 +00:00
parent 4351784fd8
commit 924b604c80
2 changed files with 14 additions and 0 deletions

View File

@ -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.

View File

@ -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.