# HG changeset patch # User YAMAMOTO Mitsuharu # Date 1148099477 0 # Node ID 66beff5880e7c93167e25a633cb374406c67932c # Parent 0cfc01cbdd7361beabf0fe98765f2c570a2cff20 *** empty log message *** diff -r 0cfc01cbdd73 -r 66beff5880e7 lisp/ChangeLog --- a/lisp/ChangeLog Sat May 20 04:30:46 2006 +0000 +++ b/lisp/ChangeLog Sat May 20 04:31:17 2006 +0000 @@ -1,3 +1,26 @@ +2006-05-20 Masayuki FUJII (tiny change) + + * dnd.el (dnd-get-local-file-name): Specify LITERAL in + replace-regexp-in-string. + + * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\', + encode, and escape file name on conversion to URL. + +2006-05-20 YAMAMOTO Mitsuharu + + * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL. Don't + unescape URL. + (dnd-get-local-file-name): Unescape URL on conversion to file name. + + * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names + on conversion to URLs. + + * net/browse-url.el (browse-url-file-url): Encode file name on + conversion to URL. + + * term/mac-win.el (mac-ae-open-documents): Escape file name on + conversion to URL. + 2006-05-19 Eli Zaretskii * progmodes/cc-styles.el (c-style-alist): Doc fix.