# HG changeset patch # User Eli Zaretskii # Date 1014383795 0 # Node ID c6e68db7db51808ef4535830a4842a43c68a971f # Parent 0ccb9431ca7b41f49d491f9ebd1459065cbfa6a6 *** empty log message *** diff -r 0ccb9431ca7b -r c6e68db7db51 src/ChangeLog --- a/src/ChangeLog Fri Feb 22 13:15:47 2002 +0000 +++ b/src/ChangeLog Fri Feb 22 13:16:35 2002 +0000 @@ -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-21 Kim F. Storm * frame.c (syms_of_frame): Change mouse-highlight default to t.