From b8f931edac1ae4269f59bd1dce10427805b19a0a Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Sun, 18 Nov 2007 09:13:58 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog.unicode | 17 +++++++++++++++++ src/ChangeLog.unicode | 7 +++++++ 2 files changed, 24 insertions(+) diff --git a/lisp/ChangeLog.unicode b/lisp/ChangeLog.unicode index 74b846968ae..dad01ee3f0c 100644 --- a/lisp/ChangeLog.unicode +++ b/lisp/ChangeLog.unicode @@ -1,3 +1,20 @@ +2007-11-18 Kenichi Handa + + * select.el (selection-coding-system) + (next-selection-coding-system): Declaration moded from xselect.c. + (x-get-selection): Decode by selection-coding-system if it is + non-nil. If it is nil, decode by a proper coding system. Handle + C_STRING. + (ccl-check-utf-8, string-utf-8-p): Delete them. + (xselect-convert-to-string): Fix determining data-type in the case + that TEXT is requested. Don't use selection-coding-system if it's + not proper for the data-type. + +2007-11-17 Kenichi Handa + + * term/x-win.el (x-selection-value): If x-select-request-type is + nil, simply try UTF8_STRING and COMPOUND-TEXT in this order. + 2007-11-14 Jason Rumney * term/w32-win.el (w32-initialize-window-system): Use t, not nil diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode index dfd2714fd31..a263d622d47 100644 --- a/src/ChangeLog.unicode +++ b/src/ChangeLog.unicode @@ -1,3 +1,10 @@ +2007-11-18 Kenichi Handa + + * xselect.c (Vselection_coding_system) + (Vnext_selection_coding_system): Delete them. + (syms_of_xselect): Don't declare selection-coding-system and + next-selection-coding-system. They are declared in select.el. + 2007-11-17 Jason Rumney * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already. -- 2.39.5