diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7d9cf969c1a..80c1b86e6f8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -4,6 +4,26 @@ | |||
| 4 | 4 | ||
| 5 | * w16select.c: Likewise. | 5 | * w16select.c: Likewise. |
| 6 | 6 | ||
| 7 | 2002-06-24 Kenichi Handa <handa@etl.go.jp> | ||
| 8 | |||
| 9 | * callproc.c (Fcall_process): If code detection is necessary, | ||
| 10 | call detect_coding directly here. | ||
| 11 | |||
| 12 | * coding.c (detect_eol): Preserve coding->cmp_data. | ||
| 13 | |||
| 14 | * w16select.c (Fw16_get_clipboard_data): Disable composition | ||
| 15 | handling. | ||
| 16 | |||
| 17 | * w32fns.c (w32_to_x_font): Disable composition handling. | ||
| 18 | |||
| 19 | * w32select.c (Fw32_get_clipboard_data): Disable composition | ||
| 20 | handling. | ||
| 21 | |||
| 22 | * xselect.c (selection_data_to_lisp_data): Disable composition | ||
| 23 | handling. | ||
| 24 | |||
| 25 | * xterm.c (XTread_socket): Disable composition handling. | ||
| 26 | |||
| 7 | 2002-06-22 Stefan Monnier <monnier@cs.yale.edu> | 27 | 2002-06-22 Stefan Monnier <monnier@cs.yale.edu> |
| 8 | 28 | ||
| 9 | * lread.c (Fread): Remove redundant and imprecise declaration. | 29 | * lread.c (Fread): Remove redundant and imprecise declaration. |