Mercurial > hg > xemacs-beta
comparison lisp/w3/ChangeLog @ 82:6a378aca36af r20-0b91
Import from CVS: tag r20-0b91
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:07:36 +0200 |
parents | 1ce6082ce73f |
children | 364816949b59 |
comparison
equal
deleted
inserted
replaced
81:ebca3d831cea | 82:6a378aca36af |
---|---|
1 Wed Jan 22 08:28:13 1997 William M. Perry <wmperry@aventail.com> | |
2 | |
3 * Emacs-W3 3.0.50 released | |
4 | |
5 * base64.el (base64-encode-region): Pulled in code from VM for quicker | |
6 encoding/decoding | |
7 | |
8 * mm.el (mm-content-transfer-encodings): Better base64 decoding | |
9 | |
10 Wed Jan 22 07:31:03 1997 Alf-Ivar Holm <alfh@ifi.uio.no> | |
11 | |
12 * w3-emulate.el (w3-lynx-emulation-minor-mode-map): Lynx [up] and [down] | |
13 bound to non-existing functions. | |
14 | |
15 * w3.el (w3-do-setup): Fixed installation of lynx emulation modes keymap. | |
16 | |
17 Tue Jan 21 07:56:51 1997 William M. Perry <wmperry@aventail.com> | |
18 | |
19 * url-misc.el (url-data): Make sure to url-decode the data before | |
20 inserting it into the buffer. | |
21 | |
22 * w3-menu.el (w3-toggle-minibuffer): better version | |
23 | |
24 * w3-forms.el (w3-form-create-integer): New form entry type | |
25 (w3-form-create-float): new form entry type | |
26 (w3-form-encode-helper): deal with the new integer/float types | |
27 | |
28 * w3-display.el (w3-display-node): Reimplemented <select multiple> as a | |
29 list of checkboxes | |
30 | |
31 Mon Jan 20 06:29:07 1997 William M. Perry <wmperry@aventail.com> | |
32 | |
33 * w3-display.el (w3-display-node): Keep track of the last form's action, | |
34 for theoretically 'naked' input fields that we want to try and handle as | |
35 best we can anyway. | |
36 | |
37 * w3-parse.el: Much more lenient about where form elements can be found. | |
38 | |
39 * w3-forms.el: summarizer functions now take the widget as an extra | |
40 parameter. | |
41 | |
42 * w3.el (w3-find-etc-directory): New function - not used yet. | |
43 | |
44 * w3.txi: Warning! You now need a very new version of texinfo to compile | |
45 the .info or .dvi file yourself. | |
46 | |
47 * url-mail.el (url-mail): Now tries to use message-mail if it is bound | |
48 instead of just plain old 'mail'. | |
49 | |
50 * w3-forms.el (w3-form-add-element): Duh, fix hidden form fields. | |
51 | |
52 * font.el (font-normalize-color): Hopefully fixed color lossage under OS/2 | |
53 and Windows | |
54 | |
55 * w3-forms.el (w3-form-summarize-field): Actually 'message' the string as | |
56 a workaround for emacspeak 5.0 | |
57 | |
58 Sun Jan 19 09:32:15 1997 William M. Perry <wmperry@aventail.com> | |
59 | |
60 * w3-xemac.el (w3-mouse-handler): Ditto | |
61 | |
62 * w3-e19.el (w3-mouse-handler): Protect against 'bad format string' errors | |
63 when showing a hexified URL | |
64 | |
65 * w3-forms.el (w3-form-mark-widget): Be super paranoid and mark all | |
66 children and their children's children, and the parents of a widget. | |
67 (w3-form-create-radio-button): Make sure radio button children always | |
68 get updated via w3-form-mark-widget. | |
69 (w3-form-summarize-radio-button): Slightly better summarization of radio | |
70 buttons. | |
71 | |
72 * Emacs-W3 3.0.49 released | |
73 | |
74 * Synch'ed up with widget 1.18 | |
75 | |
76 Fri Jan 17 06:25:36 1997 Dave Love <d.love@dl.ac.uk> | |
77 | |
78 * w3-display.el: w3-echo-link now prefers the URL to the text of a link | |
79 | |
80 Fri Jan 17 06:25:36 1997 William M. Perry <wmperry@aventail.com> | |
81 | |
82 * w3-display.el: Fixed handling of inlined styles | |
83 | |
84 * w3-mouse.el: Some fixes for XEmacs when built with no X support | |
85 | |
86 * default.css: Now uses the new @media directives instead of the old | |
87 :blah: stuff | |
88 | |
89 * css.el (css-handle-media-directive): New function to handle @media | |
90 directives. | |
91 (css-parse): Deprecate the old :mediatype: way of specifying media | |
92 dependent styles. | |
93 | |
94 * w3-style.el (w3-handle-style): Now gets passed a plist instead of an | |
95 assoc list. | |
96 (w3-handle-style): Pay attention to the new 'media' attribute on | |
97 stylesheet links, and don't load the stylesheet if we aren't currently | |
98 running on that type of media. | |
99 | |
100 * css.el (css-properties): Added proposed printing properties from a W3C | |
101 draft. | |
102 | |
103 Thu Jan 16 06:06:45 1997 William M. Perry <wmperry@aventail.com> | |
104 | |
105 * css.el (css-handle-media-directive): Implemented the @media processing | |
106 instruction. | |
107 | |
108 * w3-forms.el (w3-form-summarize-option-list): Changed the summarize | |
109 function for option lists. Much saner now. | |
110 | |
111 * w3.el (w3-read-url-with-default): Use the URL at point before falling | |
112 back to http://www. | |
113 (w3-source-document): When sourcing a document, let set-auto-mode do the | |
114 right thing. .html comes up in html-mode, or whatever now. | |
115 | |
116 * url-cookie.el: Fixed some compile warnings under Emacs | |
117 | |
118 * w3-forms.el (w3-form-summarize-option-list): Make each choice-item have | |
119 emacspeak-help set. | |
120 | |
121 * w3-speak.el (w3-widget-backward): New advice | |
122 (w3-widget-forward): New advice | |
123 | |
124 * w3-forms.el (w3-form-create-option-list): Renamed function | |
125 | |
126 * Emacs-W3 3.0.48 released | |
127 | |
128 * w3-display.el (w3-face-for-element): Use background-color instead of | |
129 just background for css property. | |
130 | |
131 * w3-forms.el (w3-form-encode-helper): Fixed radio buttons, duh. | |
132 | |
133 * url-misc.el (url-do-terminal-emulator): Fixed bad var reference left | |
134 from old code. | |
135 | |
136 * url-gw.el: Moved all the gateway variables into their own namespace to | |
137 make it easier to turn this into a standalone package. | |
138 | |
139 * dist.Makefile (SOURCES): Added url-gw and w3 to the build targets. | |
140 | |
141 Wed Jan 15 08:00:37 1997 William M. Perry <wmperry@aventail.com> | |
142 | |
143 * Emacs-W3 3.0.47 released | |
144 | |
145 * url.el (url-expand-file-name): Make sure to remove \r from the URL as | |
146 well as \n | |
147 | |
148 * url-gw.el (url-open-stream): Added in 'telnet' and 'rlogin' methods for | |
149 url-gateway-method. Code stolen from GNUS. Thanks lars! :) It would | |
150 be nice to make this file its own package and be able to override | |
151 open-network-stream so that all apps could get this for free. | |
152 | |
153 * url-misc.el (url-generic-emulator-loader): Consolidated the tn3270, | |
154 telnet, and rlogin URL loaders into one smarter function | |
155 | |
156 * url.el: Made cookie and auth modules autoloaded, removed some old autoloads | |
157 (url-open-stream) Moved to url-gw.el | |
158 | |
159 Mon Jan 13 22:11:00 1997 William M. Perry <wmperry@aventail.com> | |
160 | |
161 * w3-display.el (w3-widget-echo): w3-echo-link can now be a list, so the | |
162 user can explicitly control fallback behaviour. | |
163 | |
164 * w3.txi: Added some pointers to CSS documentation | |
165 | |
166 * mule-sysdp.el (mule-code-convert-region): ditto | |
167 | |
168 * w3.el (w3-convert-code-for-mule): Fixed bug in XEmacs 20.0 mule | |
169 | |
170 Mon Jan 13 11:14:29 1997 T. V. Raman <raman@Adobe.COM> | |
171 | |
172 * w3.el (w3-widget-forward): Call widget-forward interactively so that | |
173 emacspeak will hook it correctly. | |
174 | |
175 Mon Jan 13 11:14:29 1997 William M. Perry <wmperry@aventail.com> | |
176 | |
177 * w3-display.el (w3-refresh-buffer): Finally reimplemented | |
178 w3-refresh-buffer. | |
179 | |
180 Sun Jan 12 10:32:50 1997 Karl Eichwalder <ke@ke.Central.DE> | |
181 | |
182 * w3.txi: Add @dircategory and @direntry... @end. `install-info' | |
183 from texinfo-3.9 know about those. | |
184 | |
185 Sun Jan 12 21:49:44 1997 William M. Perry <wmperry@aventail.com> | |
186 | |
187 * w3.el (w3-save-as): Can now save a page as postscript again | |
188 | |
189 * w3-display.el (w3-display-node): inline styles work again | |
190 | |
191 * url-misc.el (url-data): Updated data: URL to the spec. | |
192 ftp://ietf.org/internet-drafts/draft-masinter-url-data-02.txt | |
193 | |
194 Sat Jan 11 20:47:24 1997 William M. Perry <wmperry@aventail.com> | |
195 | |
196 * Emacs-w3 3.0.45 released | |
197 | |
198 * url-misc.el (url-data): Now supports the 'data' URL type, which just | |
199 'fetches' everything after the data: chunk of the URL | |
200 | |
201 Fri Jan 10 11:49:43 1997 William M. Perry <wmperry@aventail.com> | |
202 | |
203 * w3-display.el (w3-display-node): Multicolumn works, but puts things | |
204 across instead of down | |
205 | |
206 * w3-parse.el: Basic support for parsing <multicol> | |
207 | |
208 * w3-display.el (w3-display-node): Make our semi-widgety hyperlinks | |
209 start/end open under XEmacs. | |
210 | |
211 * w3.el (w3-complete-link): Make sure we take case into account when doing | |
212 link completion. The user can use 'test' to complete to link titled | |
213 'Test'. Uses try-completion for this, which seems to work since we | |
214 require a match. Is this the best way to do this? Other than not being | |
215 case-insensitive at this point? | |
216 | |
217 * w3-forms.el (w3-form-default-widget-creator): Better way of handling | |
218 updates to text entry fields. | |
219 (w3-revert-form): Everything should be reverted correctly, both in | |
220 internal storage and in the buffer | |
221 (w3-form-create-radio-button): Get a more unique identifier to store | |
222 radio elements by - old way could theoretically get collisions. | |
223 | |
224 * w3-display.el (w3-display-handle-list-type): Updated use of 'list-style' | |
225 to use new property 'list-style-type' | |
226 (w3-prepare-buffer): Now kills the source buffer before it starts | |
227 drawing the tree, to avoid *URL-n* buffers when not really necessary. | |
228 | |
229 * css.el (css-properties): Updated all the properties to the W3C's latest | |
230 'recommendation' level CSS specification. | |
231 (css-handle-import): much better handling of @import | |
232 (css-parse): Better handling of '@' directives in general | |
233 (css-expand-value): General cleanup, reference the CSS and ACSS specs | |
234 for how/why we are parsing something the way we are. | |
235 | |
236 Thu Jan 9 06:17:08 1997 William M. Perry <wmperry@aventail.com> | |
237 | |
238 * Updated all copyright notices. Happy belated new year! | |
239 | |
240 * w3-display.el (w3-region): Fixed a few bugs with nuking too much of a | |
241 buffer when using w3-region | |
242 | |
243 * w3.el (w3-read-url-with-default): Use new variable. | |
244 | |
245 * w3-vars.el (w3-fetch-with-default): New variable to control whether or | |
246 not w3-fetch will figure out a good default value for the URL or not. | |
247 | |
248 * w3-forms.el (w3-form-mark-widget): New function to mark a widget and all | |
249 its children with an appropriate :emacspeak-help and 'w3-form-data | |
250 Now defines a few keywords to look more widget-y | |
251 | |
252 Wed Jan 8 09:27:47 1997 William M. Perry <wmperry@aventail.com> | |
253 | |
254 * css.el (css-expand-value): Added elevation, angle, and time units. | |
255 | |
256 * w3-display.el (w3-display-node): Turn on voice-lock-mode by default in | |
257 all w3 buffers. | |
258 | |
259 * css.el (css-properties): Added in new speech properties from the ACSS | |
260 note from the W3C. Please see | |
261 http://www.w3.org/pub/WWW/Style/CSS/Speech/NOTE-ACSS for more | |
262 information. | |
263 | |
264 * w3-forms.el: Moved all the form entry summarization functions from | |
265 w3-speak.el into w3-forms. Easier to keep in synch this way. | |
266 | |
267 * w3-display.el (w3-display-node): Reimplimented the 'keygen' form entry | |
268 type for netscape compatibility. | |
269 | |
270 Tue Jan 7 07:20:08 1997 William M. Perry <wmperry@aventail.com> | |
271 | |
272 * w3-display.el (w3-region): New function that parses the HTML in a region | |
273 'in-place', so that things like MIME mailers/gnus readers can show HTML | |
274 inline a lot easier. | |
275 | |
276 * w3-forms.el (w3-form-resurrect-widgets): Fixed case where a widget goes | |
277 all the way to point-max and next-single-property-change will return | |
278 nil. Would pass bad args to delete-region. | |
279 (w3-form-summarize-field): Moved some of the smarts about summarizing W3 | |
280 widgets from w3-speak into the core forms code. | |
281 | |
282 * font.el (define-font-keywords): New function for defining keywords that | |
283 will actually work across Emacs and XEmacs | |
284 | |
285 * w3-display.el (w3-display-node): Reimplemented 'note' functionality, by | |
286 converting it into a two-cell table. | |
287 (w3-display-node): Implemented <dir> as multi-column, as-per the RFC and | |
288 HTML 3.x specifications | |
289 | |
290 * default.css: Added default display type for dir and menu | |
291 | |
292 Mon Jan 6 21:49:52 1997 William M. Perry <wmperry@aventail.com> | |
293 | |
294 * url-http.el (url-create-mime-request): Fixed yet another stupid problem | |
295 in Host: header handling. Was never sending the right information if | |
296 you were not going through a proxy this time. *sigh* | |
297 | |
298 * w3-forms.el (w3-form-add-element): Fixed hidden form fields | |
299 | |
300 Sun Jan 5 22:38:54 1997 William M. Perry <wmperry@aventail.com> | |
301 | |
302 * url-vars.el (url-proxy-services): updated documentation string | |
303 | |
304 * w3-widget.el (widget-image-notify): Fixed client side handling of | |
305 imagemaps on a TTY or a delayed/broken image. Duhhh | |
306 | |
307 Fri Jan 3 Dave Love <d.love@dl.ac.uk> | |
308 | |
309 * w3-e19.el (w3-mouse-handler): Fix link echoing. | |
310 | |
1 Fri Jan 3 08:43:56 1997 William M. Perry <wmperry@aventail.com> | 311 Fri Jan 3 08:43:56 1997 William M. Perry <wmperry@aventail.com> |
312 | |
313 * Emacs-W3 3.0.43 released | |
2 | 314 |
3 * font.el (make-font): Treat args as a plist, just for sanity's sake. | 315 * font.el (make-font): Treat args as a plist, just for sanity's sake. |
4 | 316 |
5 Thu Jan 2 12:19:31 1997 William M. Perry <wmperry@aventail.com> | 317 Thu Jan 2 12:19:31 1997 William M. Perry <wmperry@aventail.com> |
6 | 318 |