From 72d6b6f41642b2e138c18f5d4cbd4365145e4d00 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 22 Feb 2002 10:46:14 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 13 +++++++++++++ src/ChangeLog | 18 ++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 406c6ce4a47..196e2dbff63 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,16 @@ +2002-02-22 Eli Zaretskii + + Support for ICCCM Extended Segments in X selections: + + * international/mule-conf.el (ctext-no-compositions) + (compound-text-with-extensions): New coding systems. + (x-ctext-with-extensions, ctext-with-extensions): Aliases for + compound-text-with-extensions. + (non-standard-icccm-encodings-alist) + (non-standard-designations-alist): New variables. + (ctext-post-read-conversion, ctext-pre-write-conversion): New + functions. + 2002-02-18 Andreas Schwab * replace.el (query-replace-regexp-eval): Doc fix. diff --git a/src/ChangeLog b/src/ChangeLog index 6dc6063e6cb..fe88fde5900 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,21 @@ +2002-02-22 Eli Zaretskii + + Support for ICCCM Extended Segments in X selections: + + * xselect.c : New variable. + (syms_of_xselect): Intern and staticpro it. + (selection_data_to_lisp_data): Run post-read-conversion on decoded + selection text. + (lisp_data_to_selection_data): If next-selection-coding-system is + compound-text-with-extensions, set the type of selection to be + compound-text. + + * xterm.h (x_encode_text): Update prototype. + + * xfns.c (x_encode_text): Accept additional arg SELECTIONP; all + callers changed. If SELECTIONP is non-zero, run the + pre-write-conversion function before encoding the selection text. + 2002-02-20 Pavel Jan,Bm(Bk * xfns.c (gif_load): Use correct width and height for GIF images. -- 2.39.2