comparison lisp/w3/ChangeLog @ 38:1a767b41a199 r19-15b102

Import from CVS: tag r19-15b102
author cvs
date Mon, 13 Aug 2007 08:54:01 +0200
parents c53a95d3c46d
children 8d2a9b52c682
comparison
equal deleted inserted replaced
37:ad40ac360d14 38:1a767b41a199
1 Thu Mar 20 06:22:29 1997 William M. Perry <wmperry@aventail.com>
2
3 * w3-parse.el:Added more transitions for error handling of raw 'td' or
4 'th' outside of a 'tr' in tablebody.
5
6 * url.el (url-default-callback): asynch downloads should now be cached
7
8 * w3-script.el (w3-do-scripting): Customized, turned off by default
9
10 Wed Mar 19 20:53:23 1997 Steven L Baur <steve@altair.xemacs.org>
11
12 * Makefile (xemacs-w3): Special target for XEmacs Build.
13
14 Wed Mar 19 05:56:56 1997 William M. Perry <wmperry@aventail.com>
15
16 * font.el (x-font-families-for-device): Just in case
17 font-default-family-for-device fails under Emacs/NT, return "monospace"
18 at the front of the list.
19
20 * url-vars.el (url-privacy-level): Now defaults to not sending your email
21 address in HTTP requests.
22
23 Tue Mar 18 13:09:13 1997 William M. Perry <wmperry@aventail.com>
24
25 * url-cookie.el (url-cookie-handle-set-cookie): Fixed variable typos -
26 doh. Today just hasn't been my day.
27
28 * Emacs-W3 3.0.70 released
29
30 * We now pass all tests on the forms tester page
31 http://www.research.digital.com/nsl/formtest/home.html
32
33 * w3-display.el (w3-display-node): Better handling of <select multiple>
34 and <select> in general.
35
36 * w3-forms.el (w3-form-encode-xwfu): Encode : and / in xwfu, since the
37 form tester expects it.
38
39 * url-cookie.el (url-cookie-trusted-urls): New variable - list of regexps
40 of URLs that you will accept cookies from without question.
41 (url-cookie-untrusted-urls): New variable - list of regexps of URLs that
42 you will _never_ accept cookies from.
43 (url-cookie-handle-set-cookie): Use them
44 (url-cookie-handle-set-cookie): When asking whether to allow a site to
45 set a cookie, show the cookies they are wanting to set.
46
47 Tue Mar 18 06:47:46 1997 Thierry Emery <Thierry.Emery@aar.alcatel-alsthom.fr>
48
49 * w3-display.el: Latest round of patches for <frames> support.
50
51 * w3-cus.el (w3-display-frames): can now have 4 values.
52 nil no frame display whatsoever (currently the default)
53 'as-links display frame hyperlinks, but do not fetch them
54 'ask display frame hyperlinks and ask whether to fetch them
55 t display frame hyperlinks and fetch them
56
57 Tue Mar 18 06:47:46 1997 William M. Perry <wmperry@aventail.com>
58
59 * w3-parse.el (w3-parse-buffer): Duh, don't do `=' comparison on results
60 of char-after, since it is nil at the end of the buffer.
61
1 Mon Mar 17 08:44:46 1997 William M. Perry <wmperry@aventail.com> 62 Mon Mar 17 08:44:46 1997 William M. Perry <wmperry@aventail.com>
63
64 * Emacs-W3 3.0.69 released
2 65
3 * w3-sysdp.el (buffer-substring-no-properties): Added stub 66 * w3-sysdp.el (buffer-substring-no-properties): Added stub
4 67
5 * url-gopher.el (url-gopher-retrieve): Ditto. 68 * url-gopher.el (url-gopher-retrieve): Ditto.
6 69