From: Eli Zaretskii Date: Fri, 22 Feb 2002 10:46:14 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-21.2~61 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=72d6b6f41642b2e138c18f5d4cbd4365145e4d00;p=emacs.git *** empty log message *** --- 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.