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