| Commit message (Expand) | Author | Age | Files | Lines |
* | (url-get-normalized-date): Simplify | Teodor Zlatanov | 2008-02-28 | 2 | -27/+10 |
* | * url-handlers.el (file-remote-p): Add handler. | Michael Albinus | 2008-02-06 | 2 | -0/+26 |
* | (url-handler-unhandled-file-name-directory): | Stefan Monnier | 2008-02-06 | 2 | -5/+15 |
* | Require cl when compiling, for setf. | Magnus Henoch | 2008-02-04 | 2 | -0/+5 |
* | 2008-01-29 John Wiegley <johnw@newartisans.com> | John Wiegley | 2008-01-29 | 2 | -21/+38 |
* | (url-generic-parse-url): Fix docstring. | Stefan Monnier | 2008-01-26 | 1 | -3/+3 |
* | Merge from emacs--rel--22 | Miles Bader | 2008-01-22 | 2 | -0/+13 |
|\ |
|
| * | (unhandled-file-name-directory): Add handler. | Stefan Monnier | 2008-01-21 | 2 | -0/+13 |
* | | Merge from emacs--rel--22 | Miles Bader | 2008-01-08 | 31 | -34/+40 |
|\ \
| |/ |
|
| * | *** empty log message *** | Juanma Barranquero | 2008-01-07 | 1 | -4/+4 |
| * | * url-handlers.el (url-file-handler): Autoload. | Michael Albinus | 2008-01-07 | 2 | -1/+6 |
| * | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 31 | -31/+32 |
| * | (url-make-private-file): New function. | Glenn Morris | 2007-12-11 | 2 | -0/+29 |
| * | (url-history-save-history): Use url-make-private-file and with-temp-buffer. | Glenn Morris | 2007-12-11 | 1 | -24/+24 |
| * | (url-cookie-write-file): Use url-make-private-file and with-temp-buffer. | Glenn Morris | 2007-12-11 | 1 | -28/+25 |
| * | *** empty log message *** | Glenn Morris | 2007-12-02 | 1 | -0/+1 |
| * | (nntp-open-tls-stream, nntp-open-ssl-stream): | Glenn Morris | 2007-12-02 | 2 | -5/+9 |
| * | Diane Murray <disumu at x3y2z1.net> | Glenn Morris | 2007-11-28 | 2 | -9/+10 |
* | | *** empty log message *** | Juanma Barranquero | 2008-01-07 | 1 | -7/+7 |
* | | (url-history-save-history): Use url-make-private-file and with-temp-buffer. | Glenn Morris | 2007-12-11 | 2 | -20/+27 |
* | | (url-cookie-write-file): Use url-make-private-file and with-temp-buffer. | Glenn Morris | 2007-12-11 | 1 | -14/+11 |
* | | (url-make-private-file): New function. | Glenn Morris | 2007-12-11 | 1 | -0/+22 |
* | | (url-configuration-directory): Make it a defcustom. | Glenn Morris | 2007-12-11 | 1 | -7/+10 |
* | | Remove directory part from filenames in function declarations. | Glenn Morris | 2007-12-06 | 3 | -3/+8 |
* | | (top-level): Don't require cl when compiling. | Glenn Morris | 2007-12-02 | 2 | -2/+13 |
* | | (top-level): Don't require cl when compiling. | Glenn Morris | 2007-12-02 | 1 | -4/+6 |
* | | Don't require cl when compiling. | Glenn Morris | 2007-12-02 | 2 | -5/+0 |
* | | (url-dav-delete-directory): Fix message typo. | Glenn Morris | 2007-12-02 | 1 | -1/+1 |
* | | *** empty log message *** | Glenn Morris | 2007-12-02 | 1 | -0/+1 |
* | | (top-level): Don't require cl when compiling. | Glenn Morris | 2007-12-02 | 2 | -7/+14 |
* | | (top-level): Always require url-parse, not just when compiling. | Glenn Morris | 2007-12-01 | 2 | -1/+6 |
* | | (url-cookie-p): Declare as a function. | Glenn Morris | 2007-11-30 | 2 | -2/+5 |
* | | (zenirc, zenirc-send-line): Declare as functions. | Glenn Morris | 2007-11-29 | 2 | -0/+11 |
* | | (url-file-build-filename, url-file): Wrap uses of | Glenn Morris | 2007-11-29 | 1 | -10/+12 |
* | | Diane Murray <disumu at x3y2z1.net> | Glenn Morris | 2007-11-28 | 2 | -9/+10 |
* | | Comment. | Glenn Morris | 2007-11-27 | 1 | -0/+3 |
* | | (url-device-type): Fix typo. | Glenn Morris | 2007-11-24 | 1 | -1/+1 |
* | | mail_send -> mail-send.xpm. | Glenn Morris | 2007-11-24 | 1 | -0/+4 |
* | | Merge from emacs--rel--22 | Miles Bader | 2007-11-21 | 2 | -2/+8 |
|\ \
| |/ |
|
| * | (url-retrieve-synchronously): Call delete-process. | Richard M. Stallman | 2007-11-15 | 2 | -1/+7 |
* | | * frame.el (msdos-mouse-p): | Dan Nicolaescu | 2007-11-21 | 1 | -1/+1 |
* | | * progmodes/python.el (info-lookup-maybe-add-help): | Dan Nicolaescu | 2007-11-20 | 2 | -2/+3 |
* | | * progmodes/idlw-help.el: Require browse-url unconditionally, it | Dan Nicolaescu | 2007-11-20 | 5 | -3/+22 |
* | | (url-vars-unload-hook): Remove function and variable. | Juanma Barranquero | 2007-10-31 | 2 | -7/+6 |
* | | Merge from emacs--rel--22 | Miles Bader | 2007-10-15 | 4 | -30/+56 |
|\ \
| |/ |
|
| * | (url-default-expander): Use `url-file-directory'. | Richard M. Stallman | 2007-10-13 | 2 | -1/+13 |
| * | (url-digest-auth, url-basic-auth): | Richard M. Stallman | 2007-10-13 | 1 | -22/+22 |
| * | (url-basepath): Function deleted. | Richard M. Stallman | 2007-10-13 | 1 | -7/+13 |
| * | Diane Murray <disumu at x3y2z1.net> | Glenn Morris | 2007-10-13 | 2 | -0/+6 |
| * | (url-type, url-user, url-password, url-host) | Richard M. Stallman | 2007-10-09 | 2 | -38/+46 |