From: Kenichi Handa Date: Mon, 24 Jun 2002 08:49:22 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~14467 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=24df0f360f55c804f4a40212ffcf14e0b17623e2;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 7d9cf969c1a..80c1b86e6f8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -4,6 +4,26 @@ * w16select.c: Likewise. +2002-06-24 Kenichi Handa + + * callproc.c (Fcall_process): If code detection is necessary, + call detect_coding directly here. + + * coding.c (detect_eol): Preserve coding->cmp_data. + + * w16select.c (Fw16_get_clipboard_data): Disable composition + handling. + + * w32fns.c (w32_to_x_font): Disable composition handling. + + * w32select.c (Fw32_get_clipboard_data): Disable composition + handling. + + * xselect.c (selection_data_to_lisp_data): Disable composition + handling. + + * xterm.c (XTread_socket): Disable composition handling. + 2002-06-22 Stefan Monnier * lread.c (Fread): Remove redundant and imprecise declaration.