aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 078a6178f7d..579370e65cd 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,12 +2,12 @@
2 2
3 Support for ICCCM Extended Segments in X selections: 3 Support for ICCCM Extended Segments in X selections:
4 4
5 * xselect.c <Qcompound_text_with_extensions>: New variable. 5 * xselect.c <Qcompound_text_no_extensions>: New variable.
6 (syms_of_xselect): Intern and staticpro it. 6 (syms_of_xselect): Intern and staticpro it.
7 (selection_data_to_lisp_data): Run post-read-conversion on decoded 7 (selection_data_to_lisp_data): Run post-read-conversion on decoded
8 selection text. 8 selection text.
9 (lisp_data_to_selection_data): If next-selection-coding-system is 9 (lisp_data_to_selection_data): If next-selection-coding-system is
10 compound-text-with-extensions, set the type of selection to be 10 compound-text-no-extensions, set the type of selection to be
11 compound-text. 11 compound-text.
12 12
13 * xterm.h (x_encode_text): Update prototype. 13 * xterm.h (x_encode_text): Update prototype.