comparison lisp/ChangeLog @ 51602:5dccfdd80acb

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Tue, 17 Jun 2003 11:14:25 +0000
parents 1e29218d0fc8
children 978e262c8f3a
comparison
equal deleted inserted replaced
51601:c2c18aa16be3 51602:5dccfdd80acb
1 2003-06-17 Kenichi Handa <handa@m17n.org>
2
3 * term/x-win.el (x-select-request-type): New variable.
4 (x-select-utf8-or-ctext): New function.
5 (x-selection-value): New function.
6 (x-cut-buffer-or-selection-value): Call x-selection-value to get
7 a selection data. Set next-selection-coding-system to nil.
8
9 * select.el (x-get-selection): If the string returned by
10 x-get-selection-internal has text property `foreign-selection',
11 decode it while preserving that property.
12
1 2003-06-16 Luc Teirlinck <teirllm@mail.auburn.edu> 13 2003-06-16 Luc Teirlinck <teirllm@mail.auburn.edu>
2 14
3 * simple.el (vis-mode): New function. 15 * simple.el (vis-mode): New function.
4 (saved-buffer-invisibility-spec): New variable. 16 (saved-buffer-invisibility-spec): New variable.
5 17