Mercurial > emacs
comparison lisp/ChangeLog @ 53789:7efe8089eadf
* x-dnd.el: New file for drag and drop.
* term/x-win.el: require x-dnd, set after-make-frame-functions
to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
drag-n-drop event.
* dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
(dired-dnd-do-ask-action, dired-dnd-handle-local-file)
(dired-dnd-handle-file): New functions for drag and drop support.
(dired-mode): Initialize drag and drop if x-dnd present.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Tue, 03 Feb 2004 16:55:30 +0000 |
parents | f0be34d8f61f |
children | ce01a24ee08f |
comparison
equal
deleted
inserted
replaced
53788:1d5b9f5ee0d4 | 53789:7efe8089eadf |
---|---|
1 2004-02-03 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | |
2 | |
3 * x-dnd.el: New file for drag and drop. | |
4 | |
5 * term/x-win.el: require x-dnd, set after-make-frame-functions | |
6 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle | |
7 drag-n-drop event. | |
8 | |
9 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice) | |
10 (dired-dnd-do-ask-action, dired-dnd-handle-local-file) | |
11 (dired-dnd-handle-file): New functions for drag and drop support. | |
12 (dired-mode): Initialize drag and drop if x-dnd present. | |
13 | |
1 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us> | 14 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us> |
2 | 15 |
3 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'. | 16 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'. |
4 | 17 |
5 2004-02-02 David Kastrup <dak@gnu.org> | 18 2004-02-02 David Kastrup <dak@gnu.org> |