diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1d669e1c0ea..f3efdee3f28 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 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 |