aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/url/url-handlers.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs-24; up to 2014-06-11T19:33:[email protected]Glenn Morris2014-06-251-6/+10
|\
| * Fix last changeLeo Liu2014-06-261-1/+1
| * * lisp/url/url-handlers.el (url-http-parse-response): Remove unused autoload.Leo Liu2014-06-261-6/+10
* | Merge from emacs-24; up to 2014-05-12T06:15:[email protected]Glenn Morris2014-05-111-23/+30
|\|
| * * url-handlers.el (url-file-handler-load-in-progress): New defvar.Michael Albinus2014-05-091-14/+21
* | Pass some protocols to Tramp, like ssh and friends.Michael Albinus2014-04-011-15/+25
|/
* * lisp/emacs-lisp/package.el: Fix bug#16733 (again).Juanma Barranquero2014-03-261-2/+10
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * lisp/url/url-handlers.el (url-file-name-completion)Stefan Monnier2013-07-311-2/+8
* Add some declarations to url-handlers.elGlenn Morris2013-05-221-4/+8
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* * lisp/url/url-handlers.el (url-file-handler): Don't assume any url-FOOStefan Monnier2012-09-291-10/+21
* lisp/url/url-handlers.el (url-handler-regexp): Declare.Juanma Barranquero2012-06-131-0/+2
* * url-handlers.el: Re-order file to avoid recursive load.Chong Yidong2012-06-121-15/+14
* Various minor variable/hook cleanups.Chong Yidong2012-06-121-17/+25
* Remove * characters from the front of variable docstrings.Chong Yidong2012-04-091-1/+1
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Fix more minor mode docstrings.Chong Yidong2011-10-191-1/+4
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
* Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * url-handlers.el (url-copy-file): Add fifth arg for compatibilityChong Yidong2009-09-131-1/+3
* (url-file-handler): Save match data.Stefan Monnier2009-03-271-1/+1
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* Typo and docstring fixes.Juanma Barranquero2008-07-021-1/+1
* (url-file-name-completion): Add missing argument.Stefan Monnier2008-05-301-1/+1
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-8/+6
* * url-handlers.el (file-remote-p): Add handler.Michael Albinus2008-02-061-0/+21
* (url-handler-unhandled-file-name-directory):Stefan Monnier2008-02-061-5/+10
* Merge from emacs--rel--22Miles Bader2008-01-221-0/+8
|\
| * (unhandled-file-name-directory): Add handler.Stefan Monnier2008-01-211-0/+8
* | Merge from emacs--rel--22Miles Bader2008-01-081-1/+2
|\|
| * * url-handlers.el (url-file-handler): Autoload.Michael Albinus2008-01-071-0/+1
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
* | Don't require cl when compiling.Glenn Morris2007-12-021-3/+0
* | (top-level): Always require url-parse, not just when compiling.Glenn Morris2007-12-011-1/+1
|/
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* (url-file-local-copy): Tell url-copy-file that the dest file will already exist.Stefan Monnier2006-08-251-1/+1
* (url-insert): New function.Stefan Monnier2006-04-261-21/+35
* (url-handler-directory-file-name): New handler.Stefan Monnier2006-03-291-1/+20
* (url-retrieve-synchronously): Don't autoload.Stefan Monnier2006-01-021-2/+1
* (url-insert-file-contents): Use the charset infoStefan Monnier2005-11-161-6/+8
* Remove XEmacs conditionals.Eli Zaretskii2005-10-201-13/+2
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (vc-registered): Explicitly disable VC for URL files.Stefan Monnier2005-06-101-0/+3
* (url-handler-mode): Specify :group.Lute Kamstra2005-04-041-2/+2
* Don't `require' everything eagerly.Stefan Monnier2004-12-111-5/+15