diff options
| author | Jan Djärv | 2004-02-03 17:09:02 +0000 |
|---|---|---|
| committer | Jan Djärv | 2004-02-03 17:09:02 +0000 |
| commit | 0074d3a09565a15a27a1347f216d110fdd9ada1e (patch) | |
| tree | 8fa947290d24401b11fc9a2a90cd315c5a89617c | |
| parent | b12f06619fc9bcb67b36827555b4ef341f1d6278 (diff) | |
| download | emacs-0074d3a09565a15a27a1347f216d110fdd9ada1e.tar.gz emacs-0074d3a09565a15a27a1347f216d110fdd9ada1e.zip | |
Add note about drag and drop support.
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -285,6 +285,11 @@ or when the frame is resized. | |||
| 285 | These functions return the current locations of the vertical and | 285 | These functions return the current locations of the vertical and |
| 286 | horisontal scroll bars in a frame or window. | 286 | horisontal scroll bars in a frame or window. |
| 287 | 287 | ||
| 288 | --- | ||
| 289 | ** Emacs now supports drag and drop for X. Dropping a file on a window | ||
| 290 | opens it, dropping text inserts the text. Dropping a file on a dired | ||
| 291 | buffer copies or moves the file to that directory. | ||
| 292 | |||
| 288 | ** Under X, mouse-wheel-mode is turned on by default. | 293 | ** Under X, mouse-wheel-mode is turned on by default. |
| 289 | 294 | ||
| 290 | ** The X resource useXIM can be used to turn off use of XIM, which may | 295 | ** The X resource useXIM can be used to turn off use of XIM, which may |