summaryrefslogtreecommitdiff
path: root/lisp/dnd.el
Commit message (Collapse)AuthorAgeFilesLines
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* (dnd-get-local-file-name): Set fixcase to t in call toJan Djärv2007-06-281-1/+1
| | | | replace-regexp-in-string.
* (dnd-get-local-file-name): Decode both upper and lowerJason Rumney2007-04-111-1/+1
| | | | case hex. Do not try to decode non-hex letters.
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* * dnd.el (dnd-handle-one-url): Fix typo in doc-string.Jan Djärv2006-10-111-1/+1
| | | | | | | | * help-at-pt.el (scan-buf-move-to-region): Likewise. * longlines.el (longlines-window-change-function): Likewise. * simple.el (undo-ask-before-discard): Likewise. * wid-edit.el (widget-field-prompt-internal) (widget-documentation-link-p): Likewise
* (dnd-open-remote-file-function): Use dnd-open-local-file on ms-windows.Jason Rumney2006-09-151-22/+10
| | | | | | (dnd-open-unc-file): Remove. (dnd-open-local-file): Mention in doc string that it also handles remote files if the system natively supports unc file-names.
* * dnd.el: Fix bootstrappingJan Djärv2006-09-071-2/+1
|
* * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.Jan Djärv2006-09-071-6/+55
| | | | | | | | | | | | (dnd-open-remote-url): New function. (dnd-open-remote-file-function): Set to dnd-open-remote-url if not windows-nt. 2006-09-07 Jason Rumney <jasonr@gnu.org> * dnd.el (dnd-open-remote-file-function): New variable. (dnd-open-unc-file): New function. (dnd-open-file): Call dnd-open-remote-file-function if set.
* (dnd-handle-one-url): Change 3rd arg ARG to URL. Don't unescape URL.YAMAMOTO Mitsuharu2006-05-201-13/+13
| | | | | (dnd-get-local-file-name): Unescape URL on conversion to file name. Specify LITERAL in replace-regexp-in-string.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* Message format spec fixes (1)Deepak Goel2005-09-181-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-2/+1
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (dnd-protocol-alist): Add autoload.Richard M. Stallman2005-05-141-0/+1
|
* * dnd.el (dnd-protocol-alist): Improve custom type.Reiner Steib2005-05-111-1/+1
| | | | | | * dired.el (dired-dnd-protocol-alist): New variable. (dired-mode): Use `dired-dnd-protocol-alist'. Move call of `dired-mode-hook' to the end.
* Add arch taglinesMiles Bader2005-04-111-0/+1
|
* First versionJan Djärv2005-04-111-0/+191