diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index dff9ee1b951..33fc4acb642 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2002-08-01 Kenichi Handa <handa@etl.go.jp> | 1 | 2002-08-01 Kenichi Handa <handa@etl.go.jp> |
| 2 | 2 | ||
| 3 | * syntax.c (Vnext_word_boundary_function_table): New variable. | ||
| 4 | (syms_of_syntax): Declare it as a Lisp variable. | ||
| 5 | (scan_words): Call functions in Vnext_word_boundary_function_table | ||
| 6 | if any. | ||
| 7 | |||
| 3 | * xterm.c (x_load_font): Initialize fontp->fontset to -1. | 8 | * xterm.c (x_load_font): Initialize fontp->fontset to -1. |
| 4 | 9 | ||
| 5 | * fontset.c (fs_load_font): If fontp->charset is not negative, | 10 | * fontset.c (fs_load_font): If fontp->charset is not negative, |