Mercurial > hg > xemacs-beta
comparison lisp/w3/ChangeLog @ 144:318232e2a3f0 r20-2b6
Import from CVS: tag r20-2b6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:34:14 +0200 |
parents | 6608ceec7cf8 |
children | 5a88923fcbfe |
comparison
equal
deleted
inserted
replaced
143:50e7fedfe353 | 144:318232e2a3f0 |
---|---|
1 Wed Mar 19 20:53:23 1997 Steven L Baur <steve@altair.xemacs.org> | 1 Wed Mar 19 20:53:23 1997 Steven L Baur <steve@altair.xemacs.org> |
2 | 2 |
3 * Makefile (xemacs-w3): Special target for XEmacs Build. | 3 * Makefile (xemacs-w3): Special target for XEmacs Build. |
4 | |
5 Thu May 8 14:06:40 1997 William M. Perry <wmperry@aventail.com> | |
6 | |
7 * mule-sysdp.el (mule-code-convert-region): Try to deal gracefully with | |
8 the recent XEmacs 20.0 -> 20.2 renaming of the autodetect coding system | |
9 to automatic-conversion | |
10 | |
11 * w3-sysdp.el (event-point): New stub. | |
12 | |
13 * url-cookie.el (url-cookie-handle-set-cookie): Don't use the 'warn' | |
14 facility for bad cookie 'set' commands, was too annoying. | |
15 | |
16 * w3.el (w3-save-as): Make sure to require ps-print before trying to | |
17 save/mail a document as postscript. The local binding of | |
18 ps-spool-buffer-name was causing the defvar not to happen, and you would | |
19 get errors when trying to kill emacs later. Ugh. | |
20 (w3-document-information): Make sure to escape entities for meta and | |
21 other info we throw in. | |
22 | |
23 * url-file.el (url-file): ftp/file retrieval can now be asynchronous | |
24 through the magic of [ange-ftp|efs]-copy-file-internal | |
25 | |
26 * url.el (url-sentinel): Allow a buffer as the first argument to | |
27 the sentinel function. | |
28 (url-retrieve-internally): Allow asynch ftp transfers | |
29 | |
30 * url-file.el (url-file): Asynchronous ftp downloads work now. | |
31 | |
32 * w3.el (w3-download-url): Made this function interactive. | |
33 | |
34 Mon Apr 28 13:31:36 1997 William M. Perry <wmperry@aventail.com> | |
35 | |
36 * w3.el (w3-download-url-at-point): new function to download document | |
37 under point. | |
38 (w3-download-this-url): new function to download current document. | |
39 | |
40 * w3-vars.el (w3-mode-map): Added 'D' and 'd' bindings for starting | |
41 document downloads. | |
4 | 42 |
5 Thu Apr 24 08:29:34 1997 William M. Perry <wmperry@aventail.com> | 43 Thu Apr 24 08:29:34 1997 William M. Perry <wmperry@aventail.com> |
6 | 44 |
7 * Emacs/W3 3.0.85 released | 45 * Emacs/W3 3.0.85 released |
8 | 46 |