From 61def2bd7fc6b36582651d1c9da60dfb6b6cbe8e Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 9 Jul 2002 00:52:26 +0000 Subject: [PATCH] *** empty log message *** --- leim/ChangeLog | 5 +++++ src/ChangeLog | 18 ++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/leim/ChangeLog b/leim/ChangeLog index 67897f7ef24..16d1784095b 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog @@ -1,3 +1,8 @@ +2002-06-20 Dave Love + + * quail/latin-pre.el ("latin-3-prefix"): Remove bogus Latin-3 + characters and ~o -> ,Cu(B, ~O -> ,CU(B. + 2002-05-17 Eli Zaretskii * Makefile.in (install): Use "tar -chf", to follow symlinks. diff --git a/src/ChangeLog b/src/ChangeLog index ba81e2dc996..6a7c850c7cb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,21 @@ +2002-07-09 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-07-06 Eli Zaretskii * xselect.c (syms_of_xselect): The default value of -- 2.39.5