comparison src/ChangeLog @ 91707:092bc31f6c4f

(find-word-boundary-function-table): Add missing entry for this unicode change, in approximately the right place (after the end of emacs-unicode branch, before the start of emacs-unicode-2).
author Glenn Morris <rgm@gnu.org>
date Sun, 10 Feb 2008 02:01:47 +0000
parents b7a5a89054dc
children 673d6dc12d34
comparison
equal deleted inserted replaced
91706:6547235dbe7c 91707:092bc31f6c4f
3539 3539
3540 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp 3540 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
3541 string. Use new_fontset_from_font_name to create a fontset from a 3541 string. Use new_fontset_from_font_name to create a fontset from a
3542 font name. 3542 font name.
3543 3543
3544 2008-02-01 Kenichi Handa <handa@m17n.org>
3545
3546 * syntax.c (Vfind_word_boundary_function_table): New name for
3547 Vnext_word_boundary_function_table.
3548 (find-word-boundary-function-table): New name for
3549 next-word-boundary-function-table.
3550
3544 2008-02-01 Dave Love <fx@gnu.org> 3551 2008-02-01 Dave Love <fx@gnu.org>
3545 3552
3546 * Makefile.in: Fix some dependencies. 3553 * Makefile.in: Fix some dependencies.
3547 3554
3548 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but 3555 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
4070 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1. 4077 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
4071 4078
4072 2008-02-01 Kenichi Handa <handa@m17n.org> 4079 2008-02-01 Kenichi Handa <handa@m17n.org>
4073 4080
4074 * syntax.c (Vnext_word_boundary_function_table): New variable. 4081 * syntax.c (Vnext_word_boundary_function_table): New variable.
4075 (syms_of_syntax): Declare it as a Lisp variable. 4082 (next-word-boundary-function-table): Declare it as a Lisp variable
4083 in syms_of_syntax.
4076 (scan_words): Call functions in Vnext_word_boundary_function_table 4084 (scan_words): Call functions in Vnext_word_boundary_function_table
4077 if any. 4085 if any.
4078 4086
4079 * xterm.c (x_load_font): Initialize fontp->fontset to -1. 4087 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
4080 4088