comparison lisp/w3/ChangeLog @ 116:9f59509498e1 r20-1b10

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