aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2002-08-01 12:36:32 +0000
committerKenichi Handa2002-08-01 12:36:32 +0000
commit54b70fe38669a44428d241a17a0dfb70f5465e51 (patch)
tree093928482e95ea206af360eb909b6a7fc6989daf /src
parente7259832459a099acdd67075fe10a3258a3a61ab (diff)
downloademacs-54b70fe38669a44428d241a17a0dfb70f5465e51.tar.gz
emacs-54b70fe38669a44428d241a17a0dfb70f5465e51.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
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 @@
12002-08-01 Kenichi Handa <handa@etl.go.jp> 12002-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,