Mercurial > hg > xemacs-beta
comparison lisp/url/ChangeLog @ 2:ac2d302a0011 r19-15b2
Import from CVS: tag r19-15b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:46:35 +0200 |
parents | 376386a54a3c |
children |
comparison
equal
deleted
inserted
replaced
1:c0c6a60d29db | 2:ac2d302a0011 |
---|---|
1 Thu Jun 13 00:20:04 1996 William Perry <wmperry@monolith.spry.com> | 1 Thu Aug 1 13:26:02 1996 William Perry <wmperry@cs.indiana.edu> |
2 | |
3 * url.el: made url-insert-file-contents interactive | |
4 | |
5 * url-sysdp.el: | |
6 added data-directory to sysdep version of x-library-search-path for | |
7 emacs under windows 95/nt | |
8 | |
9 Tue Jul 23 00:19:22 1996 William Perry <wmperry@cs.indiana.edu> | |
10 | |
11 * url.el: fix for no_proxy checking for local files | |
12 | |
13 Mon Jul 22 03:22:52 1996 William Perry <wmperry@cs.indiana.edu> | |
14 | |
15 * url-sysdp.el: added stub for make-local-hook - more Emacs 19.2x lossage. | |
16 | |
17 Sun Jul 21 20:10:42 1996 William Perry <wmperry@cs.indiana.edu> | |
18 | |
19 * url-vars.el: Created version 1.0.40 | |
20 | |
21 * url.el: | |
22 In url-after-change-function, don't change buffers if its been killed. | |
23 | |
24 Fri Jul 19 04:39:08 1996 William Perry <wmperry@cs.indiana.edu> | |
25 | |
26 * url-vars.el: Created version 1.0.39 | |
27 | |
28 Thu Jul 18 14:06:54 1996 William Perry <wmperry@cs.indiana.edu> | |
29 | |
30 * url-vars.el: duh - make url-current-server buffer local. | |
31 | |
32 Fri Jul 12 06:10:02 1996 William Perry <wmperry@cs.indiana.edu> | |
33 | |
34 * url.el: Only match against the hostname in the URL for the no_proxy checking | |
35 | |
36 * url-hash.el: removed old aliases for w3-*hash functions | |
37 | |
38 Thu Jul 11 05:10:47 1996 William Perry <wmperry@cs.indiana.edu> | |
39 | |
40 * url-sysdp.el: version of valid-color-name-p and device-class for the OS/2 | |
41 presentation manager. | |
42 | |
43 * url.el, url-file.el: handle : in filenames gracefully | |
44 | |
45 * url-vars.el: Created version 1.0.38 | |
46 | |
47 Wed Jul 10 23:33:39 1996 William Perry <wmperry@cs.indiana.edu> | |
48 | |
49 * dist.Makefile: fixed install target - duh | |
50 | |
51 * url-irc.el: fixed bad variable name | |
52 | |
53 * mm.el: require cl to avoid stupid compiler errors | |
54 | |
55 * url.el: new function url-remove-compressed-extensions | |
56 | |
57 * url-vars.el, mm.el: *** empty log message *** | |
58 | |
59 * url-cookie.el, url-vars.el: | |
60 can now control when/how/if an HTTP cookie is accepted | |
61 | |
62 Tue Jul 9 21:01:15 1996 William Perry <wmperry@cs.indiana.edu> | |
63 | |
64 * url-sysdp.el: added more overlay functions | |
65 | |
66 * url-vars.el: Created version 1.0.37 | |
67 | |
68 * url-vars.el, dist.Makefile, mm.el: *** empty log message *** | |
69 | |
70 * url.el: autoload url-nfs | |
71 | |
72 * url-http.el: *** empty log message *** | |
73 | |
74 * mm.el: Fixed mm-save-binary-file | |
75 | |
76 * url-vars.el: fix for mule stuff Emacs vs. XEmacs | |
77 | |
78 * url-wais.el: *** empty log message *** | |
79 | |
80 * url.el: turn off url-download-minor-mode stuff | |
81 | |
82 Mon Jul 1 15:32:13 1996 William Perry <wmperry@cs.indiana.edu> | |
83 | |
84 * url-sysdp.el: Added stub for buffer-substring-no-properties | |
85 | |
86 * url-sysdp.el: Fix to device-or-frame-type to work under Emacs 19.28 | |
87 | |
88 * url-sysdp.el: Added in stubs for plist-put and plist-get, and an Emacs 19.2x | |
89 specific version of facep. everything almost works in 19.28 now. | |
90 | |
91 Sun Jun 30 18:12:20 1996 William Perry <wmperry@cs.indiana.edu> | |
92 | |
93 * url-sysdp.el: Changed email address info | |
94 | |
95 Fri Jun 28 16:08:08 1996 William Perry <wmperry@cs.indiana.edu> | |
96 | |
97 * mm.el: Fix for stupid problem in mm-copy-tree | |
98 | |
99 Wed Jun 26 16:37:12 1996 William Perry <wmperry@cs.indiana.edu> | |
100 | |
101 * url-news.el, url.el: | |
102 Patch from Darrell Kindred <dkindred+@cmu.edu> for news problems | |
103 1. nnheader-init-server-buffer isn't called, so the | |
104 first call to nntp-open-server fails. (Patch inserts | |
105 a call to nnheader-init-server-buffer in url-news-open-host.) | |
106 2. The `&', '<', and '>' characters don't get turned into | |
107 entities in news from lines, subject, body, etc. The result | |
108 is that "William Perry <wmperry@monolith.spry.com>" shows up | |
109 as "William Perry @monolith.spry.com>". (The patch moves | |
110 w3-insert-entities-in-string to url.el and renames it to | |
111 url-insert-entities-in-string, then calls it from url-format-news. | |
112 3. When displayed, news articles get an extra, empty | |
113 "References" entry. (Patch inserts a `(delete "" ...)' | |
114 to remove the trailing empty reference from the list.) | |
115 | |
116 Tue Jun 25 18:44:30 1996 William Perry <wmperry@cs.indiana.edu> | |
117 | |
118 * mm.el: Potential fix for cl's version of copy-tree fucking things up in mm.el | |
119 | |
120 * url-sysdp.el: Added bogus definition of set-marker-insertion-type | |
121 | |
122 Fri Jun 14 17:45:16 1996 William Perry <wmperry@cs.indiana.edu> | |
123 | |
124 * url-cookie.el: fixed bug in cookie support | |
125 | |
126 * url-cookie.el: Require cl for the def. of assoc* | |
127 | |
128 * url-vars.el, url.el: | |
129 Fixes for mule from MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
130 | |
131 Thu Jun 13 00:20:04 1996 William Perry <wmperry@cs.indiana.edu> | |
2 | 132 |
3 * url-misc.el, url.el: fixed asynch stuff through a proxy | 133 * url-misc.el, url.el: fixed asynch stuff through a proxy |
4 | 134 |
5 Wed Jun 12 04:00:39 1996 William Perry <wmperry@monolith.spry.com> | 135 Wed Jun 12 04:00:39 1996 William Perry <wmperry@cs.indiana.edu> |
6 | 136 |
7 * url-nfs.el: Initial revision | 137 * url-nfs.el: Initial revision |
8 | 138 |
9 * url.el: Added 'nfs' url type as per the WebNFS specification | 139 * url.el: Added 'nfs' url type as per the WebNFS specification |
10 | 140 |
11 Tue Jun 11 17:28:53 1996 William Perry <wmperry@monolith.spry.com> | 141 Tue Jun 11 17:28:53 1996 William Perry <wmperry@cs.indiana.edu> |
12 | 142 |
13 * url-vars.el: *** empty log message *** | 143 * url-vars.el: *** empty log message *** |
14 | 144 |
15 * url-irc.el: Fixed bug when no channel was specified in the URL | 145 * url-irc.el: Fixed bug when no channel was specified in the URL |
16 | 146 |
17 * url.el: Added IRC loader | 147 * url.el: Added IRC loader |
18 | 148 |
19 * url-irc.el: Initial revision | 149 * url-irc.el: Initial revision |
20 | 150 |
21 Mon Jun 10 18:58:03 1996 William Perry <wmperry@monolith.spry.com> | 151 Mon Jun 10 18:58:03 1996 William Perry <wmperry@cs.indiana.edu> |
22 | 152 |
23 * md5.el: compilation warnings removed | 153 * md5.el: compilation warnings removed |
24 | 154 |
25 * md5.el: | 155 * md5.el: |
26 New version of md5.el that actually incorporates an md5 implementation | 156 New version of md5.el that actually incorporates an md5 implementation |
27 in lisp! Whoah. | 157 in lisp! Whoah. |
28 | 158 |
29 Sun Jun 9 17:32:55 1996 William Perry <wmperry@monolith.spry.com> | 159 Sun Jun 9 17:32:55 1996 William Perry <wmperry@cs.indiana.edu> |
30 | 160 |
31 * url-http.el: | 161 * url-http.el: |
32 protect against malformed HTTP URLs getting passed in via url-retrieve | 162 protect against malformed HTTP URLs getting passed in via url-retrieve |
33 | 163 |
34 * url.el: fixed problem with writing out a history file for the first time | 164 * url.el: fixed problem with writing out a history file for the first time |
35 | 165 |
36 * url-file.el: fixed problem with ftp links | 166 * url-file.el: fixed problem with ftp links |
37 | 167 |
38 * dist.Makefile: Initial revision | 168 * url-sysdp.el, dist.Makefile: Initial revision |
39 | 169 |
40 * base64.el, descrip.mms, docomp.el, md5.el, mm.el, ssl.el, url-cookie.el, url-file.el, url-gopher.el, url-hash.el, url-http.el, url-mail.el, url-misc.el, url-news.el, url-parse.el, url-pgp.el, url-sysdp.el, url-vars.el, url-wais.el, url.el, urlauth.el: | 170 * base64.el, descrip.mms, docomp.el, md5.el, mm.el, ssl.el, url-cookie.el, url-file.el, url-gopher.el, url-hash.el, url-http.el, url-mail.el, url-misc.el, url-news.el, url-parse.el, url-pgp.el, url-vars.el, url-wais.el, url.el, urlauth.el: |
41 Initial rev | 171 Initial rev |
42 | 172 |
43 Wed Jun 5 14:31:40 1996 William Perry <wmperry@cs.indiana.edu> | 173 Wed Jun 5 14:31:40 1996 William Perry <wmperry@cs.indiana.edu> |
44 | 174 |
45 * url-cookie.el: added :test to list of keywords url-cookie provides | 175 * url-cookie.el: added :test to list of keywords url-cookie provides |