emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog,v
Date: Sun, 10 Feb 2008 02:01:48 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/02/10 02:01:47

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/src/ChangeLog,v
retrieving revision 1.6145
retrieving revision 1.6146
diff -u -b -r1.6145 -r1.6146
--- ChangeLog   9 Feb 2008 18:03:09 -0000       1.6145
+++ ChangeLog   10 Feb 2008 02:01:47 -0000      1.6146
@@ -3541,6 +3541,13 @@
        string.  Use new_fontset_from_font_name to create a fontset from a
        font name.
 
+2008-02-01  Kenichi Handa  <address@hidden>
+
+       * syntax.c (Vfind_word_boundary_function_table): New name for
+       Vnext_word_boundary_function_table.
+       (find-word-boundary-function-table): New name for
+       next-word-boundary-function-table.
+
 2008-02-01  Dave Love  <address@hidden>
 
        * Makefile.in: Fix some dependencies.
@@ -4072,7 +4079,8 @@
 2008-02-01  Kenichi Handa  <address@hidden>
 
        * syntax.c (Vnext_word_boundary_function_table): New variable.
-       (syms_of_syntax): Declare it as a Lisp variable.
+       (next-word-boundary-function-table): Declare it as a Lisp variable
+       in syms_of_syntax.
        (scan_words): Call functions in Vnext_word_boundary_function_table
        if any.
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]