]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorEli Zaretskii <eliz@gnu.org>
Fri, 22 Feb 2002 10:46:14 +0000 (10:46 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 22 Feb 2002 10:46:14 +0000 (10:46 +0000)
lisp/ChangeLog
src/ChangeLog

index 406c6ce4a4738005d05717ff23ec4f41e30b7a88..196e2dbff63d6b95e105e671e2b2f65046c7fe8b 100644 (file)
@@ -1,3 +1,16 @@
+2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       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  <schwab@suse.de>
 
        * replace.el (query-replace-regexp-eval): Doc fix.
index 6dc6063e6cb609731edc9a6ed7a73f583c109984..fe88fde590023f665160dc91613485234d531d59 100644 (file)
@@ -1,3 +1,21 @@
+2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       Support for ICCCM  Extended Segments in X selections:
+
+       * xselect.c <Qcompound_text_with_extensions>: 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\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * xfns.c (gif_load): Use correct width and height for GIF images.