comparison lisp/w3/ChangeLog @ 114:8619ce7e4c50 r20-1b9

Import from CVS: tag r20-1b9
author cvs
date Mon, 13 Aug 2007 09:21:54 +0200
parents fe104dbd9147
children 9f59509498e1
comparison
equal deleted inserted replaced
113:2ec2fe4a4c89 114:8619ce7e4c50
1 Wed Mar 19 20:53:23 1997 Steven L Baur <steve@altair.xemacs.org>
2
3 * Makefile (xemacs-w3): Special target for XEmacs Build.
4
5 Thu Mar 20 06:22:29 1997 William M. Perry <wmperry@aventail.com>
6
7 * w3-parse.el:Added more transitions for error handling of raw 'td' or
8 'th' outside of a 'tr' in tablebody.
9
10 * url.el (url-default-callback): asynch downloads should now be cached
11
12 * w3-script.el (w3-do-scripting): Customized, turned off by default
13
14 Wed Mar 19 20:53:23 1997 Steven L Baur <steve@altair.xemacs.org>
15
16 * Makefile (xemacs-w3): Special target for XEmacs Build.
17
18 Wed Mar 19 05:56:56 1997 William M. Perry <wmperry@aventail.com>
19
20 * font.el (x-font-families-for-device): Just in case
21 font-default-family-for-device fails under Emacs/NT, return "monospace"
22 at the front of the list.
23
24 * url-vars.el (url-privacy-level): Now defaults to not sending your email
25 address in HTTP requests.
26
27 Tue Mar 18 13:09:13 1997 William M. Perry <wmperry@aventail.com>
28
29 * url-cookie.el (url-cookie-handle-set-cookie): Fixed variable typos -
30 doh. Today just hasn't been my day.
31
32 * Emacs-W3 3.0.70 released
33
34 * We now pass all tests on the forms tester page
35 http://www.research.digital.com/nsl/formtest/home.html
36
37 * w3-display.el (w3-display-node): Better handling of <select multiple>
38 and <select> in general.
39
40 * w3-forms.el (w3-form-encode-xwfu): Encode : and / in xwfu, since the
41 form tester expects it.
42
43 * url-cookie.el (url-cookie-trusted-urls): New variable - list of regexps
44 of URLs that you will accept cookies from without question.
45 (url-cookie-untrusted-urls): New variable - list of regexps of URLs that
46 you will _never_ accept cookies from.
47 (url-cookie-handle-set-cookie): Use them
48 (url-cookie-handle-set-cookie): When asking whether to allow a site to
49 set a cookie, show the cookies they are wanting to set.
50
51 Tue Mar 18 06:47:46 1997 Thierry Emery <Thierry.Emery@aar.alcatel-alsthom.fr>
52
53 * w3-display.el: Latest round of patches for <frames> support.
54
55 * w3-cus.el (w3-display-frames): can now have 4 values.
56 nil no frame display whatsoever (currently the default)
57 'as-links display frame hyperlinks, but do not fetch them
58 'ask display frame hyperlinks and ask whether to fetch them
59 t display frame hyperlinks and fetch them
60
61 Tue Mar 18 06:47:46 1997 William M. Perry <wmperry@aventail.com>
62
63 * w3-parse.el (w3-parse-buffer): Duh, don't do `=' comparison on results
64 of char-after, since it is nil at the end of the buffer.
65
66 Mon Mar 17 08:44:46 1997 William M. Perry <wmperry@aventail.com>
67
68 * Emacs-W3 3.0.69 released
69
70 * w3-sysdp.el (buffer-substring-no-properties): Added stub
71
72 * url-gopher.el (url-gopher-retrieve): Ditto.
73
74 * url.el: Ditto
75
76 * w3-parse.el: Removed all sorts of fun (following-char) commands that can
77 cause ebola warnings under XEmacs 20.x
78
79 * w3.el (w3-popup-info): Default to the URL under point instead of the
80 documents URL
81
82 * w3-auto.el: updated autoloads - made sure everything was interactive if
83 appropriate.
84
85 * w3-menu.el (w3-popup-menu): If w3-popup-menu-on-mouse-3 is nil, call
86 whatever button3 is bound to in global-map
87
88 * w3-display.el: Added XEmacs version of frame-char-height and
89 frame-char-width
90 (w3-frames): If w3-display-frames is non-nil, then do a refresh with it
91 bound locally, so everything should just work.
92
93 * url.el (url-do-setup): Global history file now defaults to ~/.w3/history
94 (url-do-setup): Cookie storage now defaults to ~/.w3/cookies
95
96 Mon Mar 17 06:51:07 1997 Paul Stodghill <stodghil@CS.Cornell.EDU>
97
98 * mm.el (mm-temporary-directory): Initialize variable from TMPDIR
99 environment variable
100
101 Fri Mar 14 13:35:56 1997 William M. Perry <wmperry@aventail.com>
102
103 * w3-forms.el (w3-form-create-custom): Fixed the 'custom' input type for
104 new filenames in the widget/custom package.
105
106 * ssl.el (ssl-certificate-verification-depth): New variable to control how
107 far up a cert chain to look.
108 (ssl-view-certificate-program-name): New variable.
109 (ssl-view-certificate-program-arguments): New variable.
110 (ssl-certificate-directory-style): New variable.
111 (ssl-rehash-program-name): New variable.
112 (ssl-certificate-directory): New variable.
113 (ssl-program-arguments): Use some of them.
114 (ssl-accept-ca-certificate): Use the rest.
115
116 * css.el (css-parse-args): Removed old code that could cause infinite loop
117 in stylesheet parsing on bad things like "foo=bar" instead of "foo:bar"
118
119 * w3-cus.el: Added better groupings for the customization stuff.
120
1 Thu Mar 13 19:54:50 1997 William M. Perry <wmperry@aventail.com> 121 Thu Mar 13 19:54:50 1997 William M. Perry <wmperry@aventail.com>
122
123 * Emacs-W3 3.0.68 released
2 124
3 * w3-cus.el: Added customization support for Emacs-W3 125 * w3-cus.el: Added customization support for Emacs-W3
4 126
5 * w3.el (w3-mail-current-document): Use url-mail-command instead of 127 * w3.el (w3-mail-current-document): Use url-mail-command instead of
6 w3-mail-command 128 w3-mail-command