aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Djärv2004-02-03 17:09:02 +0000
committerJan Djärv2004-02-03 17:09:02 +0000
commit0074d3a09565a15a27a1347f216d110fdd9ada1e (patch)
tree8fa947290d24401b11fc9a2a90cd315c5a89617c
parentb12f06619fc9bcb67b36827555b4ef341f1d6278 (diff)
downloademacs-0074d3a09565a15a27a1347f216d110fdd9ada1e.tar.gz
emacs-0074d3a09565a15a27a1347f216d110fdd9ada1e.zip
Add note about drag and drop support.
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 90dc12c732f..f2d912d2930 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -285,6 +285,11 @@ or when the frame is resized.
285These functions return the current locations of the vertical and 285These functions return the current locations of the vertical and
286horisontal scroll bars in a frame or window. 286horisontal 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