annotate lisp/url/ChangeLog @ 0:376386a54a3c r19-14

Import from CVS: tag r19-14
author cvs
date Mon, 13 Aug 2007 08:45:50 +0200
parents
children ac2d302a0011
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1 Thu Jun 13 00:20:04 1996 William Perry <wmperry@monolith.spry.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3 * url-misc.el, url.el: fixed asynch stuff through a proxy
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5 Wed Jun 12 04:00:39 1996 William Perry <wmperry@monolith.spry.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7 * url-nfs.el: Initial revision
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9 * url.el: Added 'nfs' url type as per the WebNFS specification
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11 Tue Jun 11 17:28:53 1996 William Perry <wmperry@monolith.spry.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13 * url-vars.el: *** empty log message ***
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15 * url-irc.el: Fixed bug when no channel was specified in the URL
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
17 * url.el: Added IRC loader
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
18
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
19 * url-irc.el: Initial revision
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
20
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
21 Mon Jun 10 18:58:03 1996 William Perry <wmperry@monolith.spry.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
22
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
23 * md5.el: compilation warnings removed
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
24
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
25 * md5.el:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
26 New version of md5.el that actually incorporates an md5 implementation
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
27 in lisp! Whoah.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
28
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
29 Sun Jun 9 17:32:55 1996 William Perry <wmperry@monolith.spry.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
30
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
31 * url-http.el:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
32 protect against malformed HTTP URLs getting passed in via url-retrieve
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
33
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
34 * url.el: fixed problem with writing out a history file for the first time
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
35
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
36 * url-file.el: fixed problem with ftp links
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
37
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
38 * dist.Makefile: Initial revision
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
39
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
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:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
41 Initial rev
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
42
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
43 Wed Jun 5 14:31:40 1996 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
44
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
45 * url-cookie.el: added :test to list of keywords url-cookie provides
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
46
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
47 Mon Jun 3 15:04:57 1996 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
48
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
49 * url-vars.el, url-mail.el:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
50 Added stub url-mail function that is just a wrapper around `mail' that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
51 will signal an error if the user says no to cancelling an unsent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
52 message.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
53
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
54 Thu May 30 14:05:07 1996 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
55
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
56 * url-sysdp.el: Added symbol-value-in-buffer
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
57
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
58 * url.el: made url-insert-file-contents never be asynch... duh
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
59
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
60 * url-sysdp.el: Added insert-file-contents-literally function
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
61
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
62 Wed May 29 18:10:31 1996 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
63
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
64 * url.el:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
65 New 'minor mode' for displaying whether you are downloading a url in the background
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
66
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
67 * url-news.el: few fixes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
68
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
69 * url-http.el: *** empty log message ***
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
70
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
71 * url-http.el, url-vars.el, url.el:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
72 Few fixes for not sending the user-agent at all if url-privacy-level
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
73 dictates so
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
74
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
75 * url.el: Make 'nntp' url type synonymous w/'news'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
76
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
77 Tue May 28 04:36:55 1996 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
78
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
79 * url.el: *** empty log message ***
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
80
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
81 * mm.el, url-file.el, url-vars.el, url.el:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
82 Standardize MULE checking between Emacs and XEmacs - use featurep 'mule
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
83
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
84 * url.el: fixed problem with detection of process-(get|put)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
85
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
86 * ssl.el: Changed the way to specify the ssl program
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
87
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
88 Sat May 25 14:42:53 1996 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
89
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
90 * url.el: fixed problem in url-open-stream where it would always abort the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
91 connection - have to hate bad variable initialization.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
92
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
93 Fri May 24 18:17:17 1996 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
94
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
95 * url.el: Asynch callbacks work for file downloads
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
96
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
97 * url.el: Changed sit-for to sleep-for to make sure it actually SITS!
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
98
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
99 * url.el: Retry connection automatically if you get the infamous 'address
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
100 already in use' error.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
101
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
102 * url.el, url-wais.el, url-pgp.el, url-file.el, mm.el:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
103 No longer use mm-insert-file-contents lossage
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
104
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
105 * url-file.el: Fix for url-host-is-local-p for urls like file:///blahblah/
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
106
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
107 Thu May 23 14:18:45 1996 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
108
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
109 * url-sysdp.el: synching up with XEmacs 19.14's version
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
110
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
111 * url-sysdp.el: Added lots more device functions
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
112
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
113 * url.el: Fixed url-extract-from-cache so that it wouldn't say 'loading blah'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
114
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
115 Wed May 22 17:07:25 1996 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
116
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
117 * url.el: Fixed problems with asynch image loading in emacs-w3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
118
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
119 Sun May 19 02:13:46 1996 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
120
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
121 * url-vars.el: *** empty log message ***
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
122
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
123 Fri May 17 14:55:16 1996 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
124
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
125 * url.el, url-vars.el, url-http.el:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
126 No longer do Session-ID - subsumed by the cookie support
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
127
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
128 Mon May 13 15:20:18 1996 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
129
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
130 * url-mail.el: *** empty log message ***
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
131
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
132 * url.el: If the user does not have a history file already, always default to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
133 using the Emacs-style history instead of prompting for it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
134
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
135 Fri May 10 23:06:34 1996 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
136
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
137 * url.el: duh
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
138
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
139 * url.el: New url-list-processes function
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
140
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
141 Thu May 2 21:34:50 1996 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
142
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
143 * url.el: When stripping off data from a URL for viewing, leave some indication
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
144 that a query was removed if necessary
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
145
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
146 * url-http.el: Always send off the attributes of URLs to the http server...
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
147
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
148 Wed May 1 15:52:10 1996 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
149
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
150 * url-vars.el: fixed docstring of url-inhibit-uncompression
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
151
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
152 * mm.el: *** empty log message ***
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
153
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
154 * url-http.el:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
155 No longer conditionalize some stuff on after-change-functions - all
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
156 Emacs19s support this.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
157
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
158 Tue Apr 30 16:51:07 1996 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
159
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
160 * url-sysdp.el: Added definition of alist-to-plist
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
161
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
162 * url-cookie.el: Don't downcase the cookie name stuff
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
163
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
164 * mm.el: changed calling of mm-parse-args... 3rd arg now specifies whether or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
165 not to never downcase the name portion of the name/value pairs.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
166
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
167 Tue Apr 23 16:38:24 1996 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
168
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
169 * url-cookie.el: Added in the security measures outlined in the cookie spec.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
170
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
171 Mon Apr 22 16:28:00 1996 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
172
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
173 * url.el: renamed url-cookies.el to url-cookie
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
174 now shrinks the error window down if it cannot make a connection, and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
175 kills the buffer afterwards
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
176
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
177 * url-http.el, url-cookie.el, dist.Makefile:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
178 renamed url-cookies.el to url-cookie
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
179
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
180 * base64.el: Much faster version of base64-decode-region, courtesy of Francesco
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
181 Potorti` <F.Potorti@cnuce.cnr.it>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
182
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
183 Fri Apr 12 03:51:20 1996 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
184
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
185 * url-sysdp.el, url-http.el: *** empty log message ***
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
186
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
187 Thu Apr 11 21:34:18 1996 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
188
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
189 * url-cookie.el: Now cleans up the cookie database when it writes it to disk
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
190
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
191 * url.el: *** empty log message ***
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
192
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
193 * url-cookie.el: Fixed bad logic in finding matching paths for cookies.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
194
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
195 * url-http.el, url-cookie.el: Now supports netscape-style cookies
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
196
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
197 Wed Apr 10 14:52:43 1996 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
198
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
199 * dist.Makefile, url-cookie.el: Beginnings of netscape-style cookie support
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
200
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
201 * url-cookie.el: Initial revision
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
202
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
203 * url-news.el: *** empty log message ***
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
204
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
205 * url-file.el:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
206 file:// hrefs now understand using your local hostname instead of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
207 localhost to mean local file access. Sheesh.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
208
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
209 * url-file.el:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
210 Fix for local/remote files with ':' in them getting parsed as full URLs.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
211
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
212 Tue Apr 9 20:44:07 1996 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
213
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
214 * url.el:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
215 url-truncate-url-for-viewing can now take an optional width parameter.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
216 If an unknown URL type is found, put quotes around it in the error
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
217 message so that its easier to know what exactly wasn't recognized.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
218
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
219 Fri Apr 5 14:52:42 1996 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
220
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
221 * url.el, url-http.el: removed excess whitespace from user-agent line
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
222
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
223 Wed Apr 3 15:55:16 1996 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
224
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
225 * url.el, url-vars.el: *** empty log message ***
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
226
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
227 * url-http.el: Now supports proxy authentication
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
228
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
229 Tue Apr 2 17:16:23 1996 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
230
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
231 * url-sysdp.el: Some extent functions for emacs19
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
232
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
233 Sun Mar 31 02:38:41 1996 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
234
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
235 * base64.el: added data the the LCD stuff
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
236
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
237 * dist.Makefile: Initial revision
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
238
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
239 * mm.el: *** empty log message ***
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
240
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
241 Wed Mar 27 19:51:08 1996 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
242
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
243 * url.el: Can now read and write the NCSA global history format version 2.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
244
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
245 * base64.el: Fixed _stupid_ problem in base64-decode-region
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
246
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
247 Mon Mar 25 14:53:56 1996 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
248
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
249 * url-sysdp.el: Changed some pointers to ben wing and pearl software.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
250
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
251 Wed Mar 20 14:01:04 1996 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
252
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
253 * url.el: url-file-attributes will no longer signal an error
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
254
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
255 Sun Mar 3 01:59:59 1996 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
256
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
257 * base64.el: added base64-decode-region
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
258
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
259 Fri Feb 23 01:58:21 1996 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
260
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
261 * url-sysdp.el: *** empty log message ***
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
262
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
263 Thu Feb 22 14:14:12 1996 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
264
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
265 * url.el:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
266 Fixed problem writing mosaic and netscape style history lists. D'ohh!
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
267
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
268 Wed Feb 21 15:35:04 1996 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
269
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
270 * url-sysdp.el: Added stub for add-minor-mode
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
271
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
272 * url-sysdp.el:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
273 Few fixes for #%!@ damn emacsen that don't sanely deal with make-face et. al
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
274 on a TTY interface.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
275
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
276 Sun Feb 18 06:26:03 1996 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
277
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
278 * url-news.el: *** empty log message ***
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
279
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
280 Sat Feb 17 06:10:51 1996 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
281
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
282 * url.el: Some url expansion problems fixed
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
283
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
284 * url.el: fixed autoload for url-news
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
285
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
286 * url.el, mm.el: *** empty log message ***
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
287
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
288 * url.el: Fixed problem with unescaped . in url-remove-relative-links - D'ohh!
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
289
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
290 Tue Jan 23 13:47:43 1996 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
291
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
292 * url.el: Don't choke and die if you can't find ange-ftp
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
293
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
294 Sun Jan 14 22:41:43 1996 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
295
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
296 * url-news.el: Fixed possible problem in recognizing new versions of GNUS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
297
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
298 Fri Jan 5 17:45:31 1996 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
299
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
300 * url-parse.el:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
301 Fixed some ftp problems that arose when url-generic-parse-url left a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
302 trailing ':' on the hostname sometimes.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
303
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
304 Wed Jan 3 18:40:54 1996 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
305
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
306 * url-vars.el: Fixed doc buglet in url-privacy-level
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
307
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
308 * url.el: *** empty log message ***
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
309
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
310 * url.el: Now no longer barfs on writing netscape/mosaic history files
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
311
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
312 Wed Dec 20 15:08:24 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
313
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
314 * url.el: No longer cache viewer information to disk... bad bad bad
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
315
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
316 Tue Dec 12 15:21:13 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
317
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
318 * url-sysdp.el:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
319 Added stubs for make-face set-face-foreground and set-face-background
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
320 for non-X emacsen
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
321
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
322 Sun Dec 10 16:27:41 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
323
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
324 * url-sysdp.el: Added stubs for face-property and set-face-property
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
325
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
326 Fri Dec 8 15:55:20 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
327
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
328 * url.el: Now correctly trims down urls like http://foo.bar.com/../x/y/z
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
329
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
330 Wed Dec 6 14:28:43 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
331
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
332 * url.el: Fixed problem in url-handle-no-scheme
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
333
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
334 * url.el: Added in stuff to do automatic link conversion from something like
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
335 'spry' to 'http://www.spry.com/' when typing in links by hand.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
336
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
337 Sun Dec 3 19:06:00 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
338
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
339 * url.el:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
340 url-view-url now returns nil instead of "" for documents that don't have
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
341 a URL associated with them.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
342
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
343 * url-news.el: Now checks to make sure that you have a correct version of GNUS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
344 installed and reports error messages instead of choking and dying.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
345
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
346 * url-news.el: The news support now requires (ding) GNUS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
347
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
348 Sat Dec 2 16:46:15 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
349
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
350 * url-file.el, url-gopher.el, url-news.el:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
351 Removed bogus use of <div1> in generated HTML
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
352
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
353 Wed Nov 29 15:06:58 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
354
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
355 * url-sysdp.el: Define x-font-regexp-foundry-and-family for Emacs 19
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
356
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
357 Fri Nov 24 22:54:09 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
358
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
359 * url.texi:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
360 Lots of changes and restructuring - will not compile at all right now
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
361
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
362 Sun Nov 19 22:35:20 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
363
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
364 * docomp.el: *** empty log message ***
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
365
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
366 * mm.el, url-misc.el: Fixed some problems with MULE and code conversion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
367
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
368 * urlauth.el:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
369 Removed bogus call/definition of 'warn' instead of using url-warn. Bleah.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
370
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
371 Fri Nov 17 18:48:16 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
372
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
373 * url.el: Fixed writing of the emacs-style global history file
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
374
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
375 * url-hash.el:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
376 Fixed hashtable stuff under XEmacs - the key of a hashtable must be
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
377 able to compare with 'eq', not 'equal', so had to change it to use
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
378 symbols instead of the url string.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
379
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
380 * url.el: Default to using user-mail-address for url-pgp/pem-entity and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
381 url-personal-mail-address
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
382
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
383 * url-parse.el: Fixed problem with parsing url fragments
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
384
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
385 Wed Nov 15 16:49:31 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
386
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
387 * url-file.el:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
388 Fixed some bad HTML that made the new parser break when it implied a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
389 </pre> tag
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
390
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
391 Tue Nov 14 01:23:13 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
392
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
393 * url-vars.el, url.el: Trying to make OS/2 happy with our CRLF handling
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
394
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
395 Fri Nov 10 17:41:39 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
396
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
397 * url-gopher.el: Fixed possible screwup in url-grok-gopher-line
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
398
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
399 Wed Nov 1 15:21:39 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
400
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
401 * url-http.el:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
402 Always default to basic authentication if no www-authenticate header was returned
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
403
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
404 * url.el:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
405 Don't leave backup copies of w3-hotlist-file or url-global-history-file
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
406
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
407 Sun Oct 29 02:38:49 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
408
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
409 * url.el: Don't do cacheing if doing asynchronous retrieval
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
410
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
411 * url-parse.el: *** empty log message ***
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
412
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
413 * url-file.el: Fixed a typo
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
414
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
415 * url-parse.el: Now unescapes the hostname part of a URL if necessary
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
416
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
417 Sat Oct 28 04:01:56 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
418
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
419 * url-vars.el, url.el:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
420 Now only saves the history list to disk via the timer if the list has
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
421 changed since the last time.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
422
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
423 * url.el: *** empty log message ***
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
424
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
425 * url-parse.el: Now correctly handles the ;xx=yy attributes on URLs, etc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
426
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
427 * mm.el: Added some new content-transfer-encodings ala the HTTP/1.1 draft
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
428
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
429 Wed Oct 25 22:50:55 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
430
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
431 * url.el: Extended url-truncate-url-for-viewing to actually do something.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
432 Really long URLs should no longer look like shit for V/v or mouse
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
433 tracking viewing. Could be fairly expensive string/GC wise
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
434
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
435 * url-parse.el:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
436 Fixed problem in parsing xxx@yyy hostnames in url-generic-parse-url
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
437
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
438 Sun Oct 15 22:17:06 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
439
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
440 * url-http.el: *** empty log message ***
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
441
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
442 * url-parse.el: No longer hangs on really fucking long URLs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
443
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
444 * url-hash.el: *** empty log message ***
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
445
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
446 * url-vars.el: Fixed regexp so it won't blow up in emacs18
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
447
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
448 * url-http.el: *** empty log message ***
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
449
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
450 * url-gopher.el: Fixed problem with tn3270 and telnet links from a gopher page.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
451
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
452 * url-misc.el:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
453 Fixed problem with telnet/tn3270/rlogin URLs popping up a bogus `Unkown' buffer
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
454
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
455 Tue Oct 10 13:28:40 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
456
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
457 * url-mail.el, url-http.el, url-file.el: Fixed header lines
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
458
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
459 Mon Oct 9 02:54:32 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
460
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
461 * mm.el: *** empty log message ***
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
462
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
463 Sun Oct 8 23:27:54 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
464
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
465 * mm.el: Fixed bug in mm-parse-args where it would (almost) always tack an
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
466 empty/unneeded ("") at the end of the list or argument/value pairs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
467
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
468 * url-sysdp.el: *** empty log message ***
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
469
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
470 Mon Oct 2 13:02:40 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
471
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
472 * url-http.el: Now sends the "Server" header on all requests, ala HTTP/1.1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
473
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
474 * url.el: *** empty log message ***
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
475
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
476 Thu Sep 28 13:18:17 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
477
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
478 * url-file.el, url.el: *** empty log message ***
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
479
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
480 Sun Sep 24 17:13:14 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
481
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
482 * url-sysdp.el: Added def of find-face
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
483
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
484 * url-vars.el:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
485 New variable url-extensions-header that is the list of http extensions
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
486 we support
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
487
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
488 * url-http.el: *** empty log message ***
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
489
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
490 * url-http.el:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
491 Improved url-parse-viewer-types to only stick something in the accept
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
492 list once
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
493
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
494 Sat Sep 23 23:13:29 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
495
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
496 * docomp.el, url.texi, descrip.mms, url-file.el, url-gopher.el, url-http.el, url-mail.el, url-misc.el, url-news.el, url-pgp.el, url-wais.el, url.el, urlauth.el:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
497 *** empty log message ***
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
498
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
499 * url-parse.el: Initial revision
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
500
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
501 * url.el, docomp.el: *** empty log message ***
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
502
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
503 * docomp.el, url-gopher.el, url-hash.el, url-http.el, url-mail.el, url-misc.el, url-news.el, url-pgp.el, url-vars.el, url-wais.el, url.el, urlauth.el, url-file.el:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
504 Initial revision
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
505
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
506 * descrip.mms: *** empty log message ***
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
507
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
508 Wed Sep 20 13:46:55 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
509
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
510 * url-sysdp.el: *** empty log message ***
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
511
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
512 Mon Sep 18 18:13:14 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
513
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
514 * url-sysdp.el: *** empty log message ***
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
515
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
516 Sun Sep 17 16:54:09 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
517
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
518 * url-sysdp.el: *** empty log message ***
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
519
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
520 * url-sysdp.el:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
521 make-hashtable now finds the next highest prime for the initial size.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
522
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
523 * url-sysdp.el: Added def of clrhash
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
524
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
525 * url-sysdp.el: *** empty log message ***
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
526
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
527 * url-sysdp.el: Added hashtable functions
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
528
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
529 Sat Sep 16 01:37:18 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
530
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
531 * mm.el: Some MULE stuff
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
532
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
533 * mm.el: *** empty log message ***
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
534
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
535 Mon Sep 11 14:32:40 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
536
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
537 * url-sysdp.el: *** empty log message ***
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
538
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
539 Sun Sep 10 23:26:47 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
540
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
541 * url-sysdp.el: Added defvar for x-library-search-path
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
542
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
543 Sun Sep 3 18:56:21 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
544
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
545 * mm.el: put in appropriate test clauses for the bulitin viewers that have a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
546 'needsx11' tag present.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
547
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
548 * url-sysdp.el: fixed typo in device-mm-width
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
549
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
550 Wed Aug 30 20:25:26 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
551
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
552 * mm.el: Applied patch from jbw@cs.bu.edu (Joe Wells) for handling invalid
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
553 mailcap entries gracefully
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
554
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
555 Sat Aug 26 06:21:20 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
556
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
557 * url-sysdp.el: Added split-string
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
558
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
559 Fri Aug 25 18:56:55 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
560
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
561 * url-sysdp.el: Added definition of try-font-name
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
562
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
563 * url-sysdp.el: *** empty log message ***
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
564
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
565 Wed Aug 23 19:51:43 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
566
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
567 * mm.el: Added a default mpeg audio player
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
568
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
569 Sat Aug 19 23:26:18 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
570
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
571 * mm.el: *** empty log message ***
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
572
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
573 * mm.el: Some MULE fixes for mm-insert-file-contents
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
574
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
575 * mm.el:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
576 Added image/* -> open %s mapping for external viewer if running under NS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
577
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
578 Sat Aug 12 00:54:10 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
579
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
580 * mm.el:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
581 Always set coding-system to *noconv* in MULE when inserting file contents
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
582
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
583 Tue Aug 1 15:54:26 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
584
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
585 * mm.el: *** empty log message ***
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
586
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
587 Mon Jul 31 04:21:42 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
588
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
589 * mm.el: Some NeXT viewers added
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
590
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
591 Sun Jul 23 17:12:46 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
592
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
593 * mm.el: Moved some less standard extensions (.ai -> postscript, etc) to the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
594 end of the list so that they won'tbe picked up as the default
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
595 extension when viewing files.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
596
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
597 Thu Jun 29 14:55:14 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
598
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
599 * mm.el:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
600 Various patches from Katsumi Yamaoka <yamaoka@ga.sony.co.jp> Katsumi Yamaoka <yamaoka@ga.sony.co.jp> for MULE stuff
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
601 ]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
602
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
603 Tue Jun 27 04:18:13 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
604
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
605 * mm.el: *** empty log message ***
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
606
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
607 Sun Jun 25 20:03:18 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
608
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
609 * mm.el: *** empty log message ***
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
610
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
611 * url-sysdp.el: Some more device-* functions
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
612
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
613 * url-sysdp.el: More NS problems resolved
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
614
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
615 * url-sysdp.el: Fixed problem in w3-device-class on NeXTstep
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
616
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
617 * mm.el, url-sysdp.el:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
618 Continue movement to using w3-sysdp.el defined functions instead of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
619 url-* funcs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
620
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
621 Mon Jun 19 12:46:46 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
622
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
623 * url-sysdp.el: *** empty log message ***
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
624
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
625 * url-sysdp.el: Fixed problem in device-class with arg not being optional
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
626
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
627 Sun Jun 18 21:41:36 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
628
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
629 * url-sysdp.el:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
630 Fixed bug in emacs-19 version of device-class on non-color displays
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
631
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
632 * url-sysdp.el: Rewrote device-class
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
633 Added device-pixel-width and device-pixel-height
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
634
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
635 * url-sysdp.el: *** empty log message ***
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
636
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
637 Sat Jun 17 16:35:46 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
638
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
639 * url-sysdp.el: Few more bugfixes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
640
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
641 * url-sysdp.el: Fixes for nextstep
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
642
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
643 * url-sysdp.el:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
644 Fixed definition of device-class so that it won't choke and die under
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
645 NeXTstep.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
646
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
647 Fri Jun 16 01:10:44 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
648
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
649 * url-sysdp.el: Removed scrollbar functions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
650
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
651 Wed Jun 14 23:30:43 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
652
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
653 * url-sysdp.el:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
654 Changed sysdep-defalias to make sure that 'def' is fboundp if its a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
655 symbol, so that bogus defs of make-frame, etc, are not created in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
656 emacs18
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
657
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
658 * url-sysdp.el: More functions added
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
659
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
660 * mm.el: Few things to get a nice clean compile using w3-sysdp
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
661
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
662 Tue Jun 13 15:38:32 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
663
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
664 * url-sysdp.el: *** empty log message ***
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
665
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
666 Mon Jun 12 15:09:51 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
667
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
668 * descrip.mms:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
669 Added back in the requiring of w3-wemac - just too much different
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
670 stuff between it and even 19.10.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
671
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
672 * descrip.mms:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
673 Added the VMS build file from Richard Levitte <levitte@vms.stacken.kth.se>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
674
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
675 * descrip.mms: Initial revision
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
676
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
677 Mon May 29 18:10:13 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
678
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
679 * mm.el: Removed lots of function documentation and left it as comments. These
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
680 functions are not meant to be seen by everyone, and this saves space
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
681 in the .elc files.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
682
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
683 Thu May 25 16:55:24 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
684
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
685 * mm.el: Added in a bunch of new file extensions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
686 VRML stuff turned on by default.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
687
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
688 Mon May 8 16:20:30 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
689
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
690 * ssl.el: Initial revision
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
691
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
692 Sun May 7 15:58:25 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
693
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
694 * mm.el: Fixed typo that made mm-play-sound-file always show up as the sound
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
695 player. Ack.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
696
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
697 * base64.el: Made a few performance tweaks (macros)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
698
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
699 * mm.el: mm-parse-args can now take an 'allow-math' flag, so that name/value
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
700 pairs can look like '*=', etc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
701
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
702 * base64.el: Removed dependency on url.el
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
703
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
704 * mm.el: Now uses the base64.el package to do decoding
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
705
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
706 * base64.el: Initial revision
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
707
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
708 Sat May 6 17:14:12 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
709
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
710 * mm.el: Reorded text/plain viewers again
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
711
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
712 Tue Apr 25 17:39:48 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
713
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
714 * mm.el: More content-transfer-encodings
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
715
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
716 * mm.el: New function to decode quoted printable
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
717
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
718 Wed Apr 19 03:25:01 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
719
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
720 * url-sysdp.el: Updated to latest version from XEmacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
721
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
722 * url-sysdp.el: Removed keywords
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
723
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
724 Sun Apr 16 05:14:10 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
725
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
726 * mm.el: Changes to mm-parse-args to make it more rfc822-y.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
727
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
728 Fri Apr 14 23:48:49 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
729
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
730 * mm.el: Changed keywords
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
731
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
732 * md5.el: Added keywords
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
733
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
734 * mm.el: Reverse 'passed' list in mm-mime-info to get it back in the original
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
735 order. Because the loop through the main list puts them in reversed
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
736 order.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
737
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
738 * mm.el: Replaced stupid mistake of using w3-dump-to-disk as a function
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
739
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
740 Tue Apr 11 23:11:58 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
741
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
742 * url-sysdp.el: Added some more stuff from chuck
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
743
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
744 Mon Apr 10 21:31:13 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
745
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
746 * mm.el: MM will now play sounds internally if in XEmacs and nas-sound or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
747 native-sound is compiled in.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
748
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
749 Tue Mar 28 15:19:18 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
750
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
751 * mm.el: Fixed concat'ing of ints
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
752
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
753 Sun Mar 26 05:24:03 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
754
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
755 * mm.el: Added default dumper for application/octet-stream
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
756
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
757 Sat Mar 25 22:23:46 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
758
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
759 * mm.el: Fixes for emacs 18.59
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
760
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
761 * url-sysdp.el: A few new functions for the latest and greatest beta
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
762
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
763 Thu Mar 16 16:56:59 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
764
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
765 * mm.el: *** empty log message ***
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
766
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
767 * mm.el: Fixed viewers once and for all.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
768
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
769 * mm.el:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
770 Fixed unencoding of mime viewers when requesting the entire viewer data.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
771
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
772 * md5.el: Initial revision
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
773
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
774 Mon Mar 13 05:51:41 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
775
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
776 * mm.el: Lots and lots of doc fixes to meet FSF/GNU guidelines.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
777
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
778 * mm.el: Few doc string fixes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
779
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
780 Sat Mar 11 21:41:47 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
781
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
782 * mm.el:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
783 Fixed mm-mime-info so that it returns the correctly unescaped mime viewer
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
784
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
785 Wed Mar 1 16:22:46 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
786
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
787 * url-sysdp.el: Removed function call causing problems
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
788
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
789 Sat Feb 25 22:23:46 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
790
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
791 * url-sysdp.el:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
792 Removed anonymous lambda without 'function' wrapper for WinEmacs and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
793 early versoins of lucid emacs.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
794
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
795 Sat Feb 18 19:15:37 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
796
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
797 * mm.el: Fixed a few compilation warnings.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
798
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
799 * url-sysdp.el: Initial revision
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
800
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
801 Sun Feb 5 17:12:25 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
802
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
803 * mm.el: *** empty log message ***
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
804
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
805 * mm.el: Rewrote how viewers are chosen if more than one passes its test. Use
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
806 sort, with funky function. Basically, fully-specified MIME types with
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
807 lisp viewers take precedence, then lisp-viewers, then fully-specified.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
808
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
809 * mm.el: Added a few more default viewers
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
810
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
811 Sat Jan 28 06:49:34 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
812
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
813 * mm.el: Added headers for finder package
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
814
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
815 Thu Jan 26 04:56:08 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
816
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
817 * mm.el: Removed some more dependencies on w3.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
818
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
819 Mon Jan 23 16:15:15 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
820
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
821 * mm.el: Few changes to how it writes into mm-mime-data
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
822
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
823 Sat Jan 21 17:50:04 1995 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
824
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
825 * mm.el: replaced all occurances of htmlplus with html
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
826
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
827 Mon Dec 26 05:15:28 1994 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
828
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
829 * url.texi: *** empty log message ***
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
830
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
831 * mm.el: Updated copyright notices for 1995
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
832
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
833 Sun Dec 25 18:36:53 1994 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
834
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
835 * mm.el: Added default viewer for text/enriched.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
836
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
837 * mm.el: Added in checks for windows-nt system-type when figuring out the path
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
838 separator char.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
839
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
840 Sat Dec 24 20:11:57 1994 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
841
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
842 * url.texi: *** empty log message ***
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
843
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
844 Mon Dec 12 05:25:46 1994 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
845
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
846 * mm.el: Changed lots of the version variables so that they don't rely on
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
847 having the RCS headers in them.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
848
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
849 Sun Dec 11 07:18:44 1994 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
850
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
851 * mm.el: Added new function mm-type-to-file that will take a MIME-type as its
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
852 argument and return the file spec.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
853
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
854 Mon Nov 28 17:11:38 1994 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
855
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
856 * mm.el: More misc. name changes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
857
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
858 Wed Nov 2 17:02:24 1994 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
859
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
860 * url.texi: *** empty log message ***
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
861
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
862 * mm.el: Let the variable shell-file-name take precedence over environment
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
863 variables and guessing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
864
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
865 * url.texi: Initial revision
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
866
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
867 Fri Sep 16 17:18:03 1994 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
868
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
869 * mm.el: Lots of little fixes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
870
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
871 Sun Aug 21 14:20:50 1994 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
872
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
873 * mm.el: Fixed problem on ms-dos/ms-windows systems where I was still using :
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
874 as the path separator instead of ;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
875
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
876 Sun Aug 14 20:11:45 1994 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
877
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
878 * mm.el: More fixes to work under DOS/Windows
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
879
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
880 Sat Aug 6 15:51:17 1994 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
881
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
882 * mm.el: *** empty log message ***
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
883
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
884 * mm.el: New viewer for multipart/* messages.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
885
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
886 Mon Aug 1 13:43:43 1994 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
887
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
888 * mm.el: Lots more default mime viewers
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
889
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
890 Sun Jul 24 19:32:43 1994 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
891
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
892 * mm.el: New defaults for x-gzip and a few multipart styles.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
893
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
894 * mm.el: Changed mm-possible-viewers to return a sorted list. Favors exact
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
895 matches (text/html) before wildcard (text/h* or text/*)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
896
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
897 * mm.el: Changed all references to wmperry@indiana.edu to use w3-bug-address
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
898 instead. Changed all copyright notices to use my new email address
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
899 also.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
900
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
901 * mm.el: Don't show messages about 'couldn't read xxx'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
902
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
903 Sat Jul 23 19:49:05 1994 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
904
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
905 * mm.el: Fixed problem with 'test' clause of mm-mime-info
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
906
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
907 Thu Jul 14 03:16:00 1994 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
908
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
909 * mm.el: *** empty log message ***
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
910
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
911 Wed Jul 13 05:07:38 1994 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
912
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
913 * mm.el: *** empty log message ***
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
914
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
915 Mon Jul 11 05:27:46 1994 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
916
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
917 * mm.el: *** empty log message ***
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
918
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
919 Sun Jul 10 18:52:08 1994 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
920
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
921 * mm.el: Changed where ~/.mailcap comes in the default MAILCAPS entry, so that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
922 it takes precedence over the others in mm-mime-data
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
923
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
924 Mon Jul 4 17:38:52 1994 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
925
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
926 * mm.el: Various patches from Alastair Burt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
927
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
928 Sat May 28 12:03:42 1994 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
929
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
930 * mm.el: mm-mime-info now favors the embedded lisp functions/lists when
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
931 retrieving mailcap data. This way things will go into
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
932 w3-prepare-buffer even if text/html is redefined in the mailcap file.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
933
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
934 Fri May 27 13:44:56 1994 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
935
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
936 * mm.el: Fixed problem with mm-unescape-mime-test when it tried to take a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
937 symbol or list as a parameter.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
938
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
939 Wed May 25 11:48:20 1994 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
940
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
941 * mm.el: Downcase a file extension before looking in the assoc list for it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
942
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
943 * mm.el: Always add new viewers onto the list, but don't replace them.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
944
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
945 Wed May 18 18:53:17 1994 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
946
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
947 * mm.el: Fixed problem with passing nil to mm-mime-info
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
948
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
949 Tue May 17 20:55:51 1994 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
950
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
951 * mm.el: Properly unescape \; in viewers/composers/etc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
952
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
953 * mm.el: Lots of changes, especially regarding mm-unescape-mime-tester
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
954
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
955 Sun May 15 18:50:37 1994 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
956
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
957 * mm.el: *** empty log message ***
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
958
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
959 * mm.el: Added a few more default content-type bindings
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
960
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
961 * mm.el: Added in extension-to-mime parsing/mapping. Also put in some decent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
962 defaults for the common mime types.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
963
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
964 * mm.el: *** empty log message ***
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
965
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
966 * mm.el: Correctly checks for the default info if no viewer is matching
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
967 content-type is found
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
968
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
969 Sat May 14 20:33:50 1994 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
970
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
971 * mm.el: Lots of little tweaks.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
972
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
973 Fri May 13 22:06:10 1994 William Perry <wmperry@cs.indiana.edu>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
974
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
975 * mm.el: Initial revision
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
976