diff options
| author | Kenichi Handa | 2001-02-05 01:20:37 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2001-02-05 01:20:37 +0000 |
| commit | 789ce87553de2d2bfdb1f21c28fa19a8a1531742 (patch) | |
| tree | 4c527220944acc1a03c55bb29d9e54e7f58822f6 /src/ChangeLog | |
| parent | 37b20c9be56aa972cfd5e1388dc029d27ae19828 (diff) | |
| download | emacs-789ce87553de2d2bfdb1f21c28fa19a8a1531742.tar.gz emacs-789ce87553de2d2bfdb1f21c28fa19a8a1531742.zip | |
*** empty log message ***
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 |