comparison src/ChangeLog @ 43456:bfca0eb3e752

Fix last change.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 22 Feb 2002 13:20:00 +0000
parents c6e68db7db51
children 2f55ddccecee
comparison
equal deleted inserted replaced
43455:c6e68db7db51 43456:bfca0eb3e752
1 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il> 1 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
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.
14 14
15 * xfns.c (x_encode_text): Accept additional arg SELECTIONP; all 15 * xfns.c (x_encode_text): Accept additional arg SELECTIONP; all