comparison src/ChangeLog @ 35882:77f591ec2038

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Mon, 05 Feb 2001 01:20:37 +0000
parents 6ca400aa87d9
children 6557a29284df
comparison
equal deleted inserted replaced
35881:d72bdac750d6 35882:77f591ec2038
1 2001-02-05 Kenichi Handa <handa@etl.go.jp>
2
3 * ccl.c (CCL_WRITE_CHAR): Check if CH is valid or not. If
4 invalid, execute CCL_INVALID_CMD.
5 (ccl_driver): If the CCL program is terminated because of
6 CCL_STAT_INVALID_CMD, copy the remaining source data to the
7 destination instead of throwing them away.
8
1 2001-02-02 Gerd Moellmann <gerd@gnu.org> 9 2001-02-02 Gerd Moellmann <gerd@gnu.org>
2 10
3 * xfns.c (x_set_font): If font hasn't changed, avoid recomputing 11 * xfns.c (x_set_font): If font hasn't changed, avoid recomputing
4 faces and other things. 12 faces and other things.
5 13