comparison src/ChangeLog @ 45992:3da7c4263b4c

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Mon, 24 Jun 2002 08:49:22 +0000
parents e7a524eacdfc
children d34b2d6f0c7a
comparison
equal deleted inserted replaced
45991:67f188b516ca 45992:3da7c4263b4c
1 2002-06-24 Juanma Barranquero <lektu@terra.es> 1 2002-06-24 Juanma Barranquero <lektu@terra.es>
2 2
3 * w32select.c: Include composite.h 3 * w32select.c: Include composite.h
4 4
5 * w16select.c: Likewise. 5 * w16select.c: Likewise.
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.
6 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.
10 30