1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-04 11:40:22 +00:00
Commit Graph

17 Commits

Author SHA1 Message Date
Richard M. Stallman
69a069faab (x-dnd-drop-data): Check for dedicated windows. 2005-10-04 20:29:50 +00:00
Jan Djärv
03714c7f09 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
to nil if dropping on a window.  Handle dropping on a minibuffer window
like dropping on a non-window part of Emacs.
2005-10-03 19:41:49 +00:00
Thien-Thi Nguyen
0d30b33766 Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
Lute Kamstra
086add1519 Update FSF's address. 2005-07-04 23:32:44 +00:00
Jan Djärv
67988557be * x-dnd.el: Require dnd.
(x-dnd-handle-uri-list, x-dnd-handle-file-name): Call
dnd-handle-one-url.
(x-dnd-types-alist, x-dnd-insert-utf8-text)
(x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
to dnd-insert-text.
(x-dnd-protocol-alist, x-dnd-open-file-other-window,
x-dnd-handle-one-url, x-dnd-get-local-file-uri,
x-dnd-get-local-file-name,  x-dnd-open-local-file,
x-dnd-open-file, x-dnd-insert-text): Moved to dnd.el (without x-).
2005-04-11 19:25:38 +00:00
Kim F. Storm
bf247b6ed0 Change release version from 21.4 to 22.1 throughout.
Change development version from 21.3.50 to 22.0.50.
2005-02-09 15:50:47 +00:00
Jan Djärv
18daafed96 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
isn't a cons (i.e. the version is 0).
2005-02-05 16:53:22 +00:00
Jan Djärv
67156185a7 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
(x-dnd-types-alist, x-dnd-open-file-other-window)
(x-dnd-known-types): Add :version.
2004-10-31 08:33:38 +00:00
Jan Djärv
7a01b04085 * x-dnd.el (x-dnd-protocol-alist): Document update.
(x-dnd-known-types): Defcustom it.
(x-dnd-handle-motif): Print message-atom in error message.
2004-08-31 11:24:10 +00:00
Jan Djärv
d8dc1cccf6 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improved error
messages.
2004-04-19 12:45:28 +00:00
Jan Djärv
bcfa9925a6 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text): Use
utf-16le on little endian machines and utf-16be otherwise.
2004-04-02 17:29:52 +00:00
Jan Djärv
49f87d230f * x-dnd.el: Mention support for Motif in commentary.
(x-dnd-handle-drag-n-drop-event): Ditto.
2004-02-15 12:30:04 +00:00
Jan Djärv
b9aafad504 x-dnd.el: Add COMPOUND_TEXT, handle FILE_NAME correctly, add Motif (CDE)
protocol.
2004-02-10 17:27:26 +00:00
Jan Djärv
14ca885408 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning 2004-02-05 11:46:57 +00:00
Miles Bader
95e224b7e3 Resolve CVS conflicts 2004-02-03 21:46:35 +00:00
Jan Djärv
b12f06619f Fix typo. 2004-02-03 17:00:50 +00:00
Jan Djärv
133aad747d * 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.
2004-02-03 16:55:30 +00:00