diff options
| author | Juanma Barranquero | 2008-01-07 11:41:11 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-01-07 11:41:11 +0000 |
| commit | 2a5be7dc2b5a582dd3a21db1f8f77cb5d361cb99 (patch) | |
| tree | c43ff3fba9081b070e1a4743e2bf2572b9dc8e25 | |
| parent | 57ebf0bedb54f24bd1deb59250abe2d3fa34456f (diff) | |
| download | emacs-2a5be7dc2b5a582dd3a21db1f8f77cb5d361cb99.tar.gz emacs-2a5be7dc2b5a582dd3a21db1f8f77cb5d361cb99.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/url/ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 24fe44214b6..040a6a46d81 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog | |||
| @@ -40,7 +40,7 @@ | |||
| 40 | 2007-10-12 Diane Murray <disumu@x3y2z1.net> | 40 | 2007-10-12 Diane Murray <disumu@x3y2z1.net> |
| 41 | 41 | ||
| 42 | * url-auth.el (url-basic-auth): Set path to "/" when URL has an | 42 | * url-auth.el (url-basic-auth): Set path to "/" when URL has an |
| 43 | empty string filename. | 43 | empty string filename. |
| 44 | 44 | ||
| 45 | 2007-10-09 Richard Stallman <rms@gnu.org> | 45 | 2007-10-09 Richard Stallman <rms@gnu.org> |
| 46 | 46 | ||
| @@ -53,7 +53,7 @@ | |||
| 53 | 2007-09-22 Diane Murray <disumu@x3y2z1.net> | 53 | 2007-09-22 Diane Murray <disumu@x3y2z1.net> |
| 54 | 54 | ||
| 55 | * url-misc.el (url-generic-emulator-loader): Send the port as a | 55 | * url-misc.el (url-generic-emulator-loader): Send the port as a |
| 56 | string to `url-do-terminal-emulator'. | 56 | string to `url-do-terminal-emulator'. |
| 57 | 57 | ||
| 58 | 2007-09-21 Diane Murray <disumu@x3y2z1.net> | 58 | 2007-09-21 Diane Murray <disumu@x3y2z1.net> |
| 59 | 59 | ||
| @@ -66,7 +66,7 @@ | |||
| 66 | 66 | ||
| 67 | 2007-09-03 Diane Murray <disumu@x3y2z1.net> | 67 | 2007-09-03 Diane Murray <disumu@x3y2z1.net> |
| 68 | 68 | ||
| 69 | * url-http.el: (url-http-parse-headers): Bind the current buffer | 69 | * url-http.el (url-http-parse-headers): Bind the current buffer |
| 70 | rather than calling `url-mark-buffer-as-dead' with | 70 | rather than calling `url-mark-buffer-as-dead' with |
| 71 | `current-buffer', so that the correct buffer is killed if | 71 | `current-buffer', so that the correct buffer is killed if |
| 72 | `url-retrieve-synchronously' gets redirected to a new URL. | 72 | `url-retrieve-synchronously' gets redirected to a new URL. |
| @@ -920,7 +920,7 @@ | |||
| 920 | * texi/url.txi: Start making it vaguely useful. | 920 | * texi/url.txi: Start making it vaguely useful. |
| 921 | 921 | ||
| 922 | * texi/Makefile.in (install): Cope with Debian install-info. | 922 | * texi/Makefile.in (install): Cope with Debian install-info. |
| 923 | From Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann). | 923 | From Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Grossjohann). |
| 924 | 924 | ||
| 925 | 2002-04-22 Dave Love <fx@gnu.org> | 925 | 2002-04-22 Dave Love <fx@gnu.org> |
| 926 | 926 | ||