aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2002-02-22 13:16:35 +0000
committerEli Zaretskii2002-02-22 13:16:35 +0000
commitfbbe0aceda052c399f798ea9817bcb3b095f8dbd (patch)
tree3cac748ea9ea84c79809aa564a9d949f410365be /src/ChangeLog
parentb443e0bd7d63d496f7f17a8044c2fc43f0306c2e (diff)
downloademacs-fbbe0aceda052c399f798ea9817bcb3b095f8dbd.tar.gz
emacs-fbbe0aceda052c399f798ea9817bcb3b095f8dbd.zip
<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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9bd94125c7e..078a6178f7d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,21 @@
12002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
2
3 Support for ICCCM Extended Segments in X selections:
4
5 * xselect.c <Qcompound_text_with_extensions>: New variable.
6 (syms_of_xselect): Intern and staticpro it.
7 (selection_data_to_lisp_data): Run post-read-conversion on decoded
8 selection text.
9 (lisp_data_to_selection_data): If next-selection-coding-system is
10 compound-text-with-extensions, set the type of selection to be
11 compound-text.
12
13 * xterm.h (x_encode_text): Update prototype.
14
15 * xfns.c (x_encode_text): Accept additional arg SELECTIONP; all
16 callers changed. If SELECTIONP is non-zero, run the
17 pre-write-conversion function before encoding the selection text.
18
12002-02-21 Kim F. Storm <storm@cua.dk> 192002-02-21 Kim F. Storm <storm@cua.dk>
2 20
3 * frame.c (syms_of_frame): Change mouse-highlight default to t. 21 * frame.c (syms_of_frame): Change mouse-highlight default to t.