diff options
| author | Kenichi Handa | 2003-09-30 23:28:01 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-09-30 23:28:01 +0000 |
| commit | fa85a32548087220d0602686d2bcb1a917713b4e (patch) | |
| tree | 0456d33ac3433a8b69c5e93af5371ed81c87e2ef /src | |
| parent | c1900b7e609f4f2419ebae3ca829c959e3b21774 (diff) | |
| download | emacs-fa85a32548087220d0602686d2bcb1a917713b4e.tar.gz emacs-fa85a32548087220d0602686d2bcb1a917713b4e.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.22 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog.22 b/src/ChangeLog.22 index 5046ef0a04f..bed514504ae 100644 --- a/src/ChangeLog.22 +++ b/src/ChangeLog.22 | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2003-09-30 Kenichi Handa <handa@m17n.org> | 1 | 2003-09-30 Kenichi Handa <handa@m17n.org> |
| 2 | 2 | ||
| 3 | * character.c (char_string): Use ASCII_CHAR_P instead of | ||
| 4 | SINGLE_BYTE_CHAR_P. | ||
| 5 | |||
| 6 | 2003-09-30 Kenichi Handa <handa@m17n.org> | ||
| 7 | |||
| 3 | * xdisp.c (handle_auto_composed_prop): Check if the last | 8 | * xdisp.c (handle_auto_composed_prop): Check if the last |
| 4 | characters of auto-composed region is newly composed with the | 9 | characters of auto-composed region is newly composed with the |
| 5 | following characters. | 10 | following characters. |
| @@ -63,6 +68,7 @@ | |||
| 63 | * window.c (Fdisplay_buffer, Fframe_selected_window): Remove | 68 | * window.c (Fdisplay_buffer, Fframe_selected_window): Remove |
| 64 | unsued vars. | 69 | unsued vars. |
| 65 | 70 | ||
| 71 | >>>>>>> 1.1.2.8 | ||
| 66 | 2003-09-26 Dave Love <fx@gnu.org> | 72 | 2003-09-26 Dave Love <fx@gnu.org> |
| 67 | 73 | ||
| 68 | * xterm.c (x_bitmap_mask): Declare. | 74 | * xterm.c (x_bitmap_mask): Declare. |