diff options
| author | Kenichi Handa | 2003-03-13 11:38:35 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-03-13 11:38:35 +0000 |
| commit | 20b853f3c9cc117cd90d54a4c097a0b45f1605c3 (patch) | |
| tree | d3d0105ee344fd5591bd260e7a377bea12aa9270 /src | |
| parent | 40fd536ccc3095e395f6685219b994ab5cca3b20 (diff) | |
| download | emacs-20b853f3c9cc117cd90d54a4c097a0b45f1605c3.tar.gz emacs-20b853f3c9cc117cd90d54a4c097a0b45f1605c3.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d67bc3de95d..36cd7d86f9f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2003-03-13 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * coding.c (Fdetect_coding_region): Fix docstring. | ||
| 4 | (Fdetect_coding_string): Fix docstring. | ||
| 5 | |||
| 1 | 2003-03-13 Andreas Schwab <schwab@suse.de> | 6 | 2003-03-13 Andreas Schwab <schwab@suse.de> |
| 2 | 7 | ||
| 3 | * gtkutil.c: Add prototype for create_menus. | 8 | * gtkutil.c: Add prototype for create_menus. |
| @@ -84,7 +89,7 @@ | |||
| 84 | * xterm.c (handle_one_xevent): Pass ReparentNotify to Xt even if | 89 | * xterm.c (handle_one_xevent): Pass ReparentNotify to Xt even if |
| 85 | the event isn't for a frame (i.e. for dialogs). | 90 | the event isn't for a frame (i.e. for dialogs). |
| 86 | 91 | ||
| 87 | 2003-03-07 Kenichi Handa <handa@etlken2> | 92 | 2003-03-07 Kenichi Handa <handa@m17n.org> |
| 88 | 93 | ||
| 89 | * coding.c (CODING_ADD_COMPOSITION_COMPONENT): If the number of | 94 | * coding.c (CODING_ADD_COMPOSITION_COMPONENT): If the number of |
| 90 | composition components reaches the limit, terminate composing. | 95 | composition components reaches the limit, terminate composing. |