aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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.