diff options
| author | Kenichi Handa | 2006-09-22 12:56:44 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2006-09-22 12:56:44 +0000 |
| commit | 2e77924dcfd3fbfe4c56a36d49d83a0e8c7b3d98 (patch) | |
| tree | f38c955b2b822751de19615bd74ded4ff8207b6d | |
| parent | f8e85ea8a78a47e86498a084d5546a203e86fe4d (diff) | |
| download | emacs-2e77924dcfd3fbfe4c56a36d49d83a0e8c7b3d98.tar.gz emacs-2e77924dcfd3fbfe4c56a36d49d83a0e8c7b3d98.zip | |
*** empty log message ***
| -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 |