comparison lisp/w3/ChangeLog @ 44:8d2a9b52c682 r19-15prefinal

Import from CVS: tag r19-15prefinal
author cvs
date Mon, 13 Aug 2007 08:55:10 +0200
parents 1a767b41a199
children 6a22abad6937
comparison
equal deleted inserted replaced
43:23cafc5d2038 44:8d2a9b52c682
1 Tue Mar 25 16:06:28 1997 William M. Perry <wmperry@aventail.com>
2
3 * Emacs-W3 3.0.74 released
4
5 Tue Mar 25 15:31:56 1997 Greg Stark <gsstark@great-white>
6
7 * url-cookie.el (url-cookie-handle-set-cookie): don't deal with #!%@ed
8 microsoft web site cookies - they break good, clean, wholesome sites
9 like yahoo's stock pages.
10
11 * ssl.el (ssl-program-arguments): Make sure everything gets turned into a
12 string, not an integer.
13 (open-ssl-stream): use a pipe instead of a pty if possible (why?)
14
15 * w3-display.el (w3-display-node): Added back in <keygen> support
16
17 * w3.el (w3-notify-when-ready): protect against bad buffer switching
18 (minibuffer as active window lossage, etc)
19
20 * w3-toolbar.el (w3-toolbar-make-buttons): Don't warn about toolbar
21 directory on Emacsen that can't do toolbars!
22
23 * Emacs-W3 3.0.73 released
24
25 * w3-display.el (w3-get-face-info): Allow passing in a second argument
26 that means 'check this attribute of the html tag if you don't find
27 something in the stylesheet'. This automatically enables <font color>
28 and <table|td|tr bgcolor>.
29
30 Tue Mar 25 06:45:02 1997 T. V. Raman <raman@Adobe.COM>
31
32 * w3-forms.el (w3-form-keymap): patch to avoid lossage with emacspeak &
33 using terminal.el
34
35 Tue Mar 25 06:45:02 1997 William M. Perry <wmperry@aventail.com>
36
37 * ssl.el (ssl-program-arguments): Removed -quiet switch, since it requires
38 patches to s_client
39
40 Mon Mar 24 10:56:11 1997 William M. Perry <wmperry@aventail.com>
41
42 * Emacs-W3 3.0.72 released
43
44 * w3-display.el (w3-display-node): Better handling of body and html style
45 attributes in XEmacs
46
47 * w3.el (w3-mode): Removed call to kill-all-local-variables, as it
48 nukes buffer-local faces as well.
49
50 * css.el (css-expand-length): Don't choke and use the wrong damn thing to
51 base percentages off of on percentage heights (ie: font-size: 80%)
52
53 Mon Mar 24 07:12:52 1997 Gerry S Hayes <sumner@CMU.EDU>
54
55 * url-gw.el (url-open-telnet): Fixed stupid typo into-to-string ->
56 int-to-string
57 (url-open-rlogin): Ditto.
58
59 Sun Mar 23 09:43:24 1997 William M. Perry <wmperry@aventail.com>
60
61 * w3-display.el (w3-table-ascii-border-chars): Use a '+' in the ascii art
62 version of table borders.
63
64 Sat Mar 22 00:45:34 1997 William M. Perry <wmperry@aventail.com>
65
66 * w3-menu.el (w3-use-menus): Customized this variable
67
68 * w3-display.el (w3-display-node): Don't run multiline text area's default
69 value through w3-normalize-spaces
70
71 Thu Mar 20 23:44:50 1997 Greg Stark <gsstark@mit.edu>
72
73 * w3-cus.el (w3-use-terminal-characters): New variable
74 (w3-use-terminal-characters-on-tty): New variable
75 (w3-use-terminal-glyphs): New variable
76 (w3-horizontal-rule-char): Make setting it to nil allow use of graphic
77 characters (also means people can avoid using graphic charactes for
78 horizontal rules if they wish)
79 * w3-display.el (w3-handle-image): clean up whitespace in alt tags
80 (w3-table-glyph-border-chars): New variable
81 (w3-table-graphic-border-chars): New variable
82 (w3-terminal-properties): New variable
83 (w3-insert-terminal-char): New inline function
84 (w3-horizontal-rule-char): New inline function
85 (w3-setup-terminal-chars): Set up all of these and make using graphic
86 characters work on XEmacs using text properties (and optionally use text
87 properties on FSF Emacs too).
88 (w3-table-hack-borders): Remove, obsoleted by w3-setup-terminal-chars
89 (w3-table-unhack-borders): don't have to fiddle with
90 w3-horizontal-rule-char any more.
91 (w3-display-table): Use w3-insert-terminal-char
92 (w3-size-of-tree): Use w3-horizontal-rule-char
93 (w3-display-node): Use w3-horizontal-rule-char, w3-insert-terminal-char,
94 uhm, i'm not sure if it was correct to remove the handle-content
95 * w3-forms.el (w3-fixup-eol-faces): try to remove mouse-face from end-of-lines as
96 well, uhm, this doesn't seem to work though.
97 (w3-form-determine-size): add keygen
98 (w3-form-encode-helper): add keygen support for the day when the ssl code
99 itself is released.
100 * w3-widget.el (widget-image-value-create): use 'item widgets instead of
101 'push-button widgets and specify the format ourselves so we don't get
102 widget.el's arbitrary formatting.
103 * w3.el (w3-do-setup): call w3-setup-terminal-chars to make nice tables and
104 horizontal rules the default at least under X.
105 * mm.el added x-x509-ca-cert and x-x509-user-cert viewers but the tests
106 will fail so no one should should see this change until i release the
107 functions.
108
109 Fri Mar 21 18:52:31 1997 William M. Perry <wmperry@aventail.com>
110
111 * css.el (css-expand-length): Better support for percentage values in
112 lengths
113
114 Thu Mar 20 06:22:29 1997 Istvan Marko <istvan@cmdmail.amd.com>
115
116 * Added slot for no_proxy settings under the preferences panel
117
1 Thu Mar 20 06:22:29 1997 William M. Perry <wmperry@aventail.com> 118 Thu Mar 20 06:22:29 1997 William M. Perry <wmperry@aventail.com>
119
120 * Emacs-W3 3.0.71 released
2 121
3 * w3-parse.el:Added more transitions for error handling of raw 'td' or 122 * w3-parse.el:Added more transitions for error handling of raw 'td' or
4 'th' outside of a 'tr' in tablebody. 123 'th' outside of a 'tr' in tablebody.
5 124
6 * url.el (url-default-callback): asynch downloads should now be cached 125 * url.el (url-default-callback): asynch downloads should now be cached