comparison lisp/url/ChangeLog @ 79752:07f07e43c142

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 07 Jan 2008 11:41:11 +0000
parents b1e1fa55b0a6
children 5b75d8186a05 107ccd98fa12
comparison
equal deleted inserted replaced
79751:a9b80f99c836 79752:07f07e43c142
38 Rename `path' to `file'. Use `url-file-directory'. 38 Rename `path' to `file'. Use `url-file-directory'.
39 39
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
47 * url-parse.el (url-type, url-user, url-password, url-host) 47 * url-parse.el (url-type, url-user, url-password, url-host)
48 (url-port, url-filename, url-target, url-attributes) 48 (url-port, url-filename, url-target, url-attributes)
51 (url-set-attributes, url-set-full): Change macros to defuns. 51 (url-set-attributes, url-set-full): Change macros to defuns.
52 52
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
60 * url-news.el (url-news-fetch-newsgroup): Fix formatting of Gnus 60 * url-news.el (url-news-fetch-newsgroup): Fix formatting of Gnus
61 method. 61 method.
64 information to timezone-make-date-arpa-standard, since zone name 64 information to timezone-make-date-arpa-standard, since zone name
65 may be unknown. 65 may be unknown.
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.
73 73
74 2007-08-08 Glenn Morris <rgm@gnu.org> 74 2007-08-08 Glenn Morris <rgm@gnu.org>
918 2002-05-17 Dave Love <fx@gnu.org> 918 2002-05-17 Dave Love <fx@gnu.org>
919 919
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
927 * lisp/url-misc.el (man): Autoload to avoid warning. 927 * lisp/url-misc.el (man): Autoload to avoid warning.
928 (url-man): Don't require man here. 928 (url-man): Don't require man here.