Mercurial > emacs
comparison lisp/ChangeLog @ 53913:e83b3b3941cf
x-dnd.el: Add COMPOUND_TEXT, handle FILE_NAME correctly, add Motif (CDE)
protocol.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Tue, 10 Feb 2004 17:27:26 +0000 |
parents | a3d8d6695154 |
children | 8f2eb0390cdc |
comparison
equal
deleted
inserted
replaced
53912:f1902ef89df7 | 53913:e83b3b3941cf |
---|---|
1 2004-02-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | |
2 | |
3 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME | |
4 handeled by x-dnd-handle-file-name. | |
5 (x-dnd-known-types): Add COMPOUND_TEXT. | |
6 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame. | |
7 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on | |
8 x-dnd-empty-state. | |
9 (x-dnd-forget-drop): Ditto. | |
10 (x-dnd-save-state): Add optional parameter extra-data (for Motif). | |
11 (x-dnd-handle-one-url): Return private when inserting text. | |
12 (x-dnd-insert-ctext): New function. | |
13 (x-dnd-handle-file-name): New function for FILE_NAME. | |
14 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error. | |
15 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value) | |
16 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions. | |
17 | |
1 2004-02-10 Kenichi Handa <handa@m17n.org> | 18 2004-02-10 Kenichi Handa <handa@m17n.org> |
2 | 19 |
3 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings | 20 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings |
4 instead of while loop. | 21 instead of while loop. |
5 | 22 |