comparison lisp/w3/ChangeLog @ 120:cca96a509cfe r20-1b12

Import from CVS: tag r20-1b12
author cvs
date Mon, 13 Aug 2007 09:25:29 +0200
parents 7d55a9ba150c
children d2f30a177268
comparison
equal deleted inserted replaced
119:d101af7320b8 120:cca96a509cfe
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 4
5 Mon Apr 7 06:23:11 1997 William M. Perry <wmperry@aventail.com>
6
7 * w3-parse.el: Some more transitions - don't imply <p> after some form
8 tags.
9
10 * url-misc.el (url-finger): Ditto
11
12 * url-http.el (url-http): Ditto
13
14 * url-gopher.el (url-gopher-retrieve): Put in a process-sentinel of
15 'ignore so that stupid 'process xxx exited with code nnn' messages are
16 not shown.
17
18 * url.el (url-sentinel): Ditto
19
20 * w3.el (w3-sentinel): remove call to url-clean-text - no longer needed
21
22 Mon Apr 7 02:57:19 1997 Greg Stark <gsstark@mit.edu>
23
24 * url.el (url-sentinel): once and for all eliminate the "first character
25 goes to wrong buffer" bug through brute force by setting the current
26 buffer to the buffer of the selected window at the end of a sentinel.
27
28 * w3.el (w3-viewer-sentinel): ditto
29
30 * w3-widget.el (widget-image-value-create): set tab-order to -1 on the
31 choice-items of client-side imagemaps to avoid having tab stop on them
32 three times, (it still stops on them twice)
33
34 * Makefile: add "make fast" rule to not run a bazillion emacsen
35
36 * FAQ: typos
37
38 * docomp.el: try setting byte-compile-dynamic to t to reduce memory usage
39
40 Fri Apr 4 06:23:31 1997 William M. Perry <wmperry@aventail.com>
41
42 * url-file.el (url-format-directory): Use insert-file-contents instead of
43 -literally, so that ftp index files will work.
44
45 * w3-emulate.el: lots of new commands to spoof the user-agent string. See
46 turn-[on|off]-[lynx|netscape|ie|arena]-masquerade-mode functions.
47
5 Thu Apr 3 07:22:27 1997 William M. Perry <wmperry@aventail.com> 48 Thu Apr 3 07:22:27 1997 William M. Perry <wmperry@aventail.com>
49
50 * Emacs/W3 3.0.79 released
6 51
7 * w3-parse.el: Put in <p> as part of the content-model of <ul/ol> so that 52 * w3-parse.el: Put in <p> as part of the content-model of <ul/ol> so that
8 <p> at the front of a list doesn't cause a bogus list item to be shown. 53 <p> at the front of a list doesn't cause a bogus list item to be shown.
9 54
10 * url-http.el (url-parse-mime-headers): Make proxy authentication sort of 55 * url-http.el (url-parse-mime-headers): Make proxy authentication sort of