diff options
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7fbff94578e..f1e1f7615cb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-09-22 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * bindings.el: Fix setting self-insert-command for multibyte | ||
| 4 | characters in global-map. | ||
| 5 | |||
| 1 | 2006-09-21 David Kastrup <dak@gnu.org> | 6 | 2006-09-21 David Kastrup <dak@gnu.org> |
| 2 | 7 | ||
| 3 | * mouse.el (mouse-posn-property): Fix typo for `event-start' in | 8 | * mouse.el (mouse-posn-property): Fix typo for `event-start' in |
diff --git a/src/ChangeLog b/src/ChangeLog index a6f3f79cfdf..b4ddda11f88 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-09-22 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * fns.c (optimize_sub_char_table): Don't optimize a sub-char-table | ||
| 4 | whose default value is non-nil. | ||
| 5 | |||
| 1 | 2006-09-22 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 6 | 2006-09-22 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 2 | 7 | ||
| 3 | * gtkutil.c (xg_get_file_with_chooser): Only show C-l help for | 8 | * gtkutil.c (xg_get_file_with_chooser): Only show C-l help for |