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