aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2002-02-22 13:20:00 +0000
committerEli Zaretskii2002-02-22 13:20:00 +0000
commit23e16093ecd087847f494aaebbf58816415eed06 (patch)
tree8d8ba6e5cd0e956ced2a1f52619d8be5403775c5 /src/ChangeLog
parentfbbe0aceda052c399f798ea9817bcb3b095f8dbd (diff)
downloademacs-23e16093ecd087847f494aaebbf58816415eed06.tar.gz
emacs-23e16093ecd087847f494aaebbf58816415eed06.zip
Fix last change.
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.