diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f8e46dcc148..cf4c24bdd2a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 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. |