diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8bd48cb74f5..db8271e3d13 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2003-10-03 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * macterm.c (x_load_font): Clear all members of FONTP before start | ||
| 4 | filling them. | ||
| 5 | |||
| 6 | 2003-10-02 Kenichi Handa <handa@m17n.org> | ||
| 7 | |||
| 8 | * fontset.c (fs_load_font): Don't set fontp->font_encoder to NULL | ||
| 9 | before calling find_ccl_program_func. Call find_ccl_program_func | ||
| 10 | only when fontp->font_encoder is not NULL. | ||
| 11 | |||
| 12 | * xterm.c (x_load_font): Clear all members of FONTP before start | ||
| 13 | filling them. | ||
| 14 | |||
| 1 | 2003-10-03 John Paul Wallington <jpw@gnu.org> | 15 | 2003-10-03 John Paul Wallington <jpw@gnu.org> |
| 2 | 16 | ||
| 3 | * keymap.c (map_keymap): Don't abort when binding is a vector. | 17 | * keymap.c (map_keymap): Don't abort when binding is a vector. |