aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2009-11-13 11:18:02 +0000
committerKenichi Handa2009-11-13 11:18:02 +0000
commit8a605fe839a119820e7e346bf860a9245872fa67 (patch)
tree92dfc31f6acad3e40142b4d62aa2184b75986062 /src/ChangeLog
parent14bd267de01f53607514a8e5b8cf4a7e8d351d9b (diff)
downloademacs-8a605fe839a119820e7e346bf860a9245872fa67.tar.gz
emacs-8a605fe839a119820e7e346bf860a9245872fa67.zip
(word_boundary_p): Adjusted for the change of the
semantics of Vword_combining_categories. (Vword_combining_categories): Describe the slight change of the semantics.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 35296685a65..9bc55ece62a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12009-11-13 Kenichi Handa <handa@m17n.org>
2
3 * category.c (word_boundary_p): Adjusted for the change of the
4 semantics of Vword_combining_categories.
5 (Vword_combining_categories): Describe the slight change of the
6 semantics.
7
12009-11-13 Eli Zaretskii <eliz@gnu.org> 82009-11-13 Eli Zaretskii <eliz@gnu.org>
2 9
3 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM. 10 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.