diff options
| author | Eli Zaretskii | 2002-02-22 13:16:35 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-02-22 13:16:35 +0000 |
| commit | fbbe0aceda052c399f798ea9817bcb3b095f8dbd (patch) | |
| tree | 3cac748ea9ea84c79809aa564a9d949f410365be /src/ChangeLog | |
| parent | b443e0bd7d63d496f7f17a8044c2fc43f0306c2e (diff) | |
| download | emacs-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/ChangeLog | 18 |
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 @@ | |||
| 1 | 2002-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 | |||
| 1 | 2002-02-21 Kim F. Storm <storm@cua.dk> | 19 | 2002-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. |