diff options
| author | Glenn Morris | 2008-02-10 02:01:47 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-02-10 02:01:47 +0000 |
| commit | 1c8658b9954563c0659f062c16b6eac500af10a4 (patch) | |
| tree | 646c954c05bc445286052d477de0888a01276ed1 /src/ChangeLog | |
| parent | f30fd1ad90dff7a5a41007b12727552306bb4f51 (diff) | |
| download | emacs-1c8658b9954563c0659f062c16b6eac500af10a4.tar.gz emacs-1c8658b9954563c0659f062c16b6eac500af10a4.zip | |
(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).
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9fd2e55b129..fed26defa70 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -3541,6 +3541,13 @@ | |||
| 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. |
| @@ -4072,7 +4079,8 @@ | |||
| 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 | ||