Mercurial > hg > xemacs-beta
comparison lisp/w3/ChangeLog @ 2:ac2d302a0011 r19-15b2
Import from CVS: tag r19-15b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:46:35 +0200 |
parents | 376386a54a3c |
children | 9ee227acff29 |
comparison
equal
deleted
inserted
replaced
1:c0c6a60d29db | 2:ac2d302a0011 |
---|---|
1 Thu Jun 13 00:25:50 1996 William Perry <wmperry@monolith.spry.com> | 1 Sun Aug 11 16:41:58 1996 William Perry <wmperry@cs.indiana.edu> |
2 | |
3 * w3-vars.el: Created version 3.0.11 | |
4 | |
5 * font.el: | |
6 Fix for font-default-font-for-device under XEmacs when you use a font | |
7 like '10x20' instead of the fully specified version | |
8 | |
9 Sat Aug 10 16:14:08 1996 William Perry <wmperry@cs.indiana.edu> | |
10 | |
11 * w3-forms.el: | |
12 Do not encode the '.' in application/x-www-form-urlencoded. Fucking | |
13 netscape compatbility. What _SPEC_?! There aren't any specs on the | |
14 web, right?! | |
15 | |
16 * w3-forms.el: | |
17 Fixed problem with submissions of a form with the exact same arguments | |
18 causes elements from both form to be submitted. ack. | |
19 | |
20 Tue Aug 6 14:03:52 1996 William Perry <wmperry@cs.indiana.edu> | |
21 | |
22 * w3-parse.el: | |
23 fixed stupid mistake in DTD I made when changing to 3.2 DTD - left | |
24 'style' out of head's content-model so no in-document stylesheet stuff | |
25 was getting parsed. gack. | |
26 | |
27 * w3-forms.el: No longer put a 'choose' in front of option menus | |
28 | |
29 * w3-speak.el: fixed bugs | |
30 | |
31 Mon Aug 5 14:03:09 1996 William Perry <wmperry@cs.indiana.edu> | |
32 | |
33 * w3-vars.el: Created version 3.0.10 | |
34 | |
35 * default.css: A few mild changes, and docs. | |
36 | |
37 Sun Aug 4 23:51:26 1996 William Perry <wmperry@cs.indiana.edu> | |
38 | |
39 * w3-speak.el: new version of w3-speak from raman | |
40 | |
41 * w3-draw.el: Style search alg. now looks for tag/id|name first. Now supports | |
42 inlined 'style' keyword on any tag. Gack *sigh* | |
43 | |
44 * w3-style.el: | |
45 Can now have periods in class names. Fixed bug where the class would | |
46 be normalized to lowercase as well as the tag name. BAD BAD BAD. | |
47 | |
48 * w3-speak.el: some changes from raman | |
49 | |
50 * w3-style.el: Think I finally fixed some stylesheet weirdness | |
51 | |
52 * w3.el: Don't override user prefs w/w3-user-colors-take-precedence -duh | |
53 | |
54 * w3-parse.el: fixed graphical entities | |
55 | |
56 Sat Aug 3 20:09:50 1996 William Perry <wmperry@cs.indiana.edu> | |
57 | |
58 * w3-vars.el: | |
59 Added textual representation of the 'artist formerly known as prince' | |
60 graphical icons | |
61 | |
62 Thu Aug 1 13:32:54 1996 William Perry <wmperry@cs.indiana.edu> | |
63 | |
64 * w3-vars.el: Created version 3.0.9 | |
65 | |
66 * w3-sysdp.el: | |
67 added data-directory to sysdep version of x-library-search-path for | |
68 emacs under windows 95/nt | |
69 | |
70 * w3-vars.el: | |
71 Implemented &prince; and &princesymbol; graphical entities. Thanks | |
72 for the note Jamie Z! | |
73 | |
74 * w3-forms.el: fix for gopher searches | |
75 | |
76 * w3-draw.el: Added support for balloon-help | |
77 | |
78 Fri Jul 26 05:57:21 1996 William Perry <wmperry@cs.indiana.edu> | |
79 | |
80 * w3-display.el, w3-texinfo.el: Initial revision | |
81 | |
82 * w3-parse.el: *** empty log message *** | |
83 | |
84 * w3-hot.el: Should now be able to handle XMosaic style hotlist files | |
85 | |
86 * w3-parse.el: | |
87 Added some HTML 3.2 stuff, reorged some of the content-models, et. c | |
88 | |
89 * w3-draw.el: few fixes to the title handling. | |
90 don't display any text outside the <html></html> area | |
91 | |
92 * w3-style.el: | |
93 Changes to w3-style-parse-css to gracefully ignore <!-- and --> in a | |
94 stylesheet, for those losers who insist on using SGML comments to hide | |
95 the <style> tag from stupid browsers. | |
96 | |
97 * w3-parse.el: | |
98 Changed the content model of the <style> tag to CDATA so that idiots | |
99 who want to hide the style information from stupid old browsers by the absolutely braindead use of comments (<!-- ... -->) can. *sigh* | |
100 | |
101 Thu Jul 25 05:00:55 1996 William Perry <wmperry@cs.indiana.edu> | |
102 | |
103 * w3-style.el: Fixed stupid bug in :device: handling | |
104 | |
105 Tue Jul 23 00:40:54 1996 William Perry <wmperry@cs.indiana.edu> | |
106 | |
107 * w3-keyword.el: more keywords for speech stuff | |
108 | |
109 * docomp.el: *** empty log message *** | |
110 | |
111 * w3-draw.el: | |
112 Beginnings of support for the new and improved fucked up netscapism | |
113 <spacer> tag | |
114 | |
115 Mon Jul 22 03:22:52 1996 William Perry <wmperry@cs.indiana.edu> | |
116 | |
117 * w3-sysdp.el: added stub for make-local-hook - more Emacs 19.2x lossage. | |
118 | |
119 * w3-forms.el: | |
120 always encode hex strigs into uppercase for stupid broken fucking | |
121 braindead forms decoders!!! | |
122 | |
123 Sun Jul 21 20:07:50 1996 William Perry <wmperry@cs.indiana.edu> | |
124 | |
125 * w3-vars.el: Created version 3.0.8 | |
126 | |
127 * w3.txi: fixed a few compilation errors in w3.txi | |
128 | |
129 * w3.txi: Revamped a few nodes, removed the downloading/compiling notes, and | |
130 documented url-proxy-services and improved the proxy section in | |
131 general. | |
132 | |
133 * w3-hot.el: Should now auto-recognize HTML bookmark files | |
134 | |
135 * font.el: Allow a font to have a size like "+12pt" | |
136 | |
137 * w3-draw.el: | |
138 Now handles <font face="xxxx"> ala Internet Exploiter and Nutscrape | |
139 | |
140 * w3.el: Added function for reloading all stylesheets | |
141 | |
142 * w3-menu.el: Added option to the 'style' menu for reloading stylesheets | |
143 | |
144 * w3-forms.el: | |
145 fixed problem with dropwon menus with the same 'value' would show the first item with that value, not necessarily the one the user selected. | |
146 | |
147 * w3-widget.el: w3-follow-inlined-image works again | |
148 | |
149 * w3-draw.el, w3-keyword.el, w3-menu.el, w3-vars.el, w3-xemac.el, w3.el: | |
150 You can now load delayed images | |
151 | |
152 Sat Jul 20 05:15:06 1996 William Perry <wmperry@cs.indiana.edu> | |
153 | |
154 * w3.txi: Removed 16-bit windows section. | |
155 removed programming interface chapter. | |
156 fixed Gnus accessing function docs. | |
157 added pointer to browse-url-browser-function. | |
158 removed docs of w3-delimit-emphasis / w3-delimit-links. | |
159 | |
160 * w3-forms.el: | |
161 If a form has an invalid encoding type, issue a warning about the bad | |
162 html and the fall back on application/x-www-form-urlencoded | |
163 | |
164 * w3-style.el: | |
165 @import no longer causes a 'buffer-modified, kill it anyway?' question. | |
166 newer CSS font shorthand supported. | |
167 split the font-family on commas, not spaces, ala newer CSS. | |
168 | |
169 * font.el: A few changes to the default font-family-mappings | |
170 | |
171 * w3-draw.el: | |
172 Allow global document stuff to be specified on the 'body' tag as well | |
173 as the 'html' tag. | |
174 | |
175 Fri Jul 19 04:35:48 1996 William Perry <wmperry@cs.indiana.edu> | |
176 | |
177 * w3-vars.el: Created version 3.0.7 | |
178 | |
179 Thu Jul 18 14:20:20 1996 William Perry <wmperry@cs.indiana.edu> | |
180 | |
181 * default.css: | |
182 moved monospaced font declaration for pre/xmp into the :xemacs: section | |
183 | |
184 Tue Jul 16 02:49:55 1996 William Perry <wmperry@cs.indiana.edu> | |
185 | |
186 * w3-latex.el: Lots of patches from stephen peters. | |
187 * Fix to backslash handling code so that it works. | |
188 | |
189 * Fix to ~ (very important, that) so that it generates a | |
190 `\textasciitilde', since in a <tt> environment the previous call | |
191 would work incorrectly. Similar fix for ^ characters. | |
192 | |
193 * For carriage returns in a verbatim environment, use `\newline' | |
194 instead of `\ '. Also adds a \nullspace command for use in <pre> | |
195 environments, since the existing code for <pre> tended to eat | |
196 leading whitespace without it. | |
197 | |
198 * Use `\newline' instead of `\linebreak', since \linebreak tries to | |
199 justify the line out to the text width. | |
200 | |
201 * Added `\batchmode' call at the beginning of the generated LaTeX, to | |
202 force attempted recovery of any errors. | |
203 | |
204 * Added calls to not indent paragraphs and skip lines between | |
205 paragraphs. I'm not sure whether I like this better or not, but I | |
206 figured that most HTML browsers currently use that formatting. This | |
207 should be changed once stylesheets are working nicely, to use | |
208 whatever's specified in the stylesheet for LaTeX. | |
209 | |
210 Mon Jul 15 17:33:19 1996 William Perry <wmperry@cs.indiana.edu> | |
211 | |
212 * w3-draw.el: | |
213 tty-closest-color-matching now works for netscape-style color crap as | |
214 well as stylesheet stuff | |
215 | |
216 * w3-parse.el, w3-xemac.el: anal retentive patch for mispelling in comments | |
217 | |
218 Sat Jul 13 22:47:21 1996 William Perry <wmperry@cs.indiana.edu> | |
219 | |
220 * w3.el: | |
221 w3-echo-link stuff is now handled in the new widget-motion-hook variable. | |
222 | |
223 * widget-edit.el: | |
224 New hook - widget-motion-hook - called with the widget moved to. | |
225 | |
226 * w3-draw.el: | |
227 w3-echo-link stuff is now handled in the new widget-motion-hook variable. | |
228 when following a link, its color is changed correctly. | |
229 | |
230 Fri Jul 12 05:52:49 1996 William Perry <wmperry@cs.indiana.edu> | |
231 | |
232 * w3-style.el: fixed problem parsing class attributes in CSS | |
233 | |
234 * w3-style.el: *** empty log message *** | |
235 | |
236 Thu Jul 11 18:00:20 1996 William Perry <wmperry@cs.indiana.edu> | |
237 | |
238 * w3-style.el: deal gracefully with device-bitplanes returning nil | |
239 | |
240 * w3-style.el: You can now use a :speech: device section in a CSS stylesheet | |
241 | |
242 * patch-for-old-emacsen: Initial revision | |
243 | |
244 * w3-sysdp.el: version of valid-color-name-p and device-class for the OS/2 | |
245 presentation manager. | |
246 | |
247 * w3-e19.el: Some OS/2 hacks | |
248 | |
249 * w3-draw.el: | |
250 sanity check the fill-prefix before setting it, and issue a warning if | |
251 list indentation tries to overflow the right window margin. | |
252 | |
253 * w3-vars.el: Created version 3.0.6 | |
254 | |
255 Wed Jul 10 23:50:10 1996 William Perry <wmperry@cs.indiana.edu> | |
256 | |
257 * w3-draw.el: fixed problem with emacspeak | |
258 | |
259 * default.css: *** empty log message *** | |
260 | |
261 * dist.Makefile: fixed install target - duh | |
262 | |
263 * w3.el: some more mule fixing | |
264 | |
265 * w3.el: remove compression extensions from default save-as filenames | |
266 | |
267 * w3.el: fixed w3-save-binary-file to set initial-contents on the call to | |
268 read-file-name | |
269 | |
270 * w3-hot.el: fixed problem with w3-hotlist-add-document-at-point | |
271 | |
272 * w3-parse.el: Fix for mule and character entities > 127 | |
273 | |
274 * w3-draw.el: | |
275 fixed mysterious problem of stylesheet formatting info not working | |
276 correctly the first time a tag was seen. *dumb* mistake on my part. | |
277 | |
278 Tue Jul 9 21:01:15 1996 William Perry <wmperry@cs.indiana.edu> | |
279 | |
280 * w3-sysdp.el: added more overlay functions | |
281 | |
282 * w3-vars.el: Created version 3.0.5 | |
283 | |
284 * w3.el: *** empty log message *** | |
285 | |
286 * dist.Makefile: | |
287 Now uses 'install' to do the copying around, instead of trying to fake it. | |
288 | |
289 * dist.Makefile: *** empty log message *** | |
290 | |
291 * font.el: Require disp-table so that display table stuff is loaded (apparently | |
292 XEmacs 19.13 didn't autoload or dump it - *sigh*) | |
293 | |
294 * dist.Makefile: No longer mention THIS-IS-VERSION-XX in the makefile | |
295 | |
296 * w3.el: *** empty log message *** | |
297 | |
298 * w3.el: Fixed w3-save-binary-file | |
299 | |
300 * w3.el, w3-speak.el, w3-style.el, w3-draw.el: voices-via-stylesheet fixes | |
301 | |
302 * dtk-css-speech.el: Initial revision | |
303 | |
304 * w3-forms.el: wais submissions work again | |
305 | |
306 * w3-print.el: fix problem with ps-print and forms printing (read-only text) | |
307 | |
308 Sun Jul 7 22:04:07 1996 William Perry <wmperry@cs.indiana.edu> | |
309 | |
310 * w3-vars.el: Created version 3.0.4 | |
311 | |
312 * w3-forms.el: <input type=radio checked> works now | |
313 | |
314 * w3-forms.el: Radio buttons work again. *sigh* | |
315 | |
316 Thu Jul 4 16:32:06 1996 William Perry <wmperry@cs.indiana.edu> | |
317 | |
318 * w3-draw.el: Let stylesheets handle the w3-delimit-links stuff | |
319 | |
320 Mon Jul 1 15:42:21 1996 William Perry <wmperry@cs.indiana.edu> | |
321 | |
322 * w3-vars.el: Created version 3.0.3 | |
323 | |
324 * widget-edit.el: another patch to not require new-style backquote processing | |
325 | |
326 * w3-sysdp.el: Added stub for buffer-substring-no-properties | |
327 | |
328 * w3-menu.el: | |
329 Do not use menus under Emacs 19.28 - they are broken / incompatible | |
330 with that version of easymenu | |
331 | |
332 * w3-sysdp.el: Fix to device-or-frame-type to work under Emacs 19.28 | |
333 | |
334 * w3.el: fix for set-auto-mode lossage on null buffer-file-name | |
335 | |
336 * w3-sysdp.el: Added in stubs for plist-put and plist-get, and an Emacs 19.2x | |
337 specific version of facep. everything almost works in 19.28 now. | |
338 | |
339 * widget-edit.el: Don't assume native backquoting abilities | |
340 | |
341 Sun Jun 30 22:53:02 1996 William Perry <wmperry@cs.indiana.edu> | |
342 | |
343 * w3-vars.el: Created version 3.0.2 | |
344 | |
345 * w3.txi: *** empty log message *** | |
346 | |
347 * w3.el, w3-xemac.el, w3-widget.el, w3-toolbar.el, w3-sysdp.el, w3-style.el, w3-speak.el, w3-print.el, w3-prefs.el, w3-parse.el, w3-mule.el, w3-mouse.el, w3-menu.el, w3-latex.el, w3-keyword.el, w3-imap.el, w3-hot.el, w3-forms.el, w3-emulate.el, w3-e19.el, w3-draw.el, w3-annotat.el, w3-about.el, images.el, font.el, w3-vars.el: | |
348 Changed email address info | |
349 | |
350 * dist.Makefile: Added w3-latex.el to the dist.Makefile | |
351 | |
352 * w3-vars.el, default.css: *** empty log message *** | |
353 | |
354 * font.el: final fix for font-height lossage | |
355 | |
356 * docomp.el: added menubar-visible-p | |
357 | |
358 Wed Jun 26 16:38:12 1996 William Perry <wmperry@cs.indiana.edu> | |
359 | |
360 * font.el: | |
361 Use truncate instead of round for font sizes - usually gives better results | |
362 | |
363 * w3-annotat.el, w3.el: | |
364 Patch from Darrell Kindred <dkindred+@cmu.edu> for news problems | |
365 1. nnheader-init-server-buffer isn't called, so the | |
366 first call to nntp-open-server fails. (Patch inserts | |
367 a call to nnheader-init-server-buffer in url-news-open-host.) | |
368 2. The `&', '<', and '>' characters don't get turned into | |
369 entities in news from lines, subject, body, etc. The result | |
370 is that "William Perry <wmperry@monolith.spry.com>" shows up | |
371 as "William Perry @monolith.spry.com>". (The patch moves | |
372 w3-insert-entities-in-string to url.el and renames it to | |
373 url-insert-entities-in-string, then calls it from url-format-news. | |
374 3. When displayed, news articles get an extra, empty | |
375 "References" entry. (Patch inserts a `(delete "" ...)' | |
376 to remove the trailing empty reference from the list.) | |
377 | |
378 Tue Jun 25 19:00:48 1996 William Perry <wmperry@cs.indiana.edu> | |
379 | |
380 * w3-menu.el: Revamped the options menu - added the edit-preferences button. | |
381 | |
382 * w3.el: Fix for window-splitting with the back button | |
383 | |
384 * w3-sysdp.el: Added bogus definition of set-marker-insertion-type | |
385 | |
386 Mon Jun 24 14:51:18 1996 William Perry <wmperry@cs.indiana.edu> | |
387 | |
388 * w3-about.el: changed pointers for xemacs.cs.uiuc.edu to xemacs.org | |
389 | |
390 Fri Jun 14 16:50:26 1996 William Perry <wmperry@cs.indiana.edu> | |
391 | |
392 * w3-auto.el: *** empty log message *** | |
393 | |
394 * w3-vars.el, w3.el, w3-forms.el: | |
395 Fixes for mule from MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
396 | |
397 * w3-xem20.el: Initial revision | |
398 | |
399 * w3-prefs.el: fixed problem under FSFmacs | |
400 | |
401 Thu Jun 13 14:31:38 1996 William Perry <wmperry@cs.indiana.edu> | |
402 | |
403 * w3-menu.el: | |
404 Extended w3-menu-save-options to save more info. Different way of | |
405 turning menubar on/off in XEmacs 19.14 (menubar-visible-p specifier) | |
406 | |
407 * w3-latex.el: Applied hypertext link printing patches from Stephen Peters | |
408 <speters%samsun@us.oracle.com> | |
2 | 409 |
3 * w3.el: patch for imbalanced tags in w3-document-information | 410 * w3.el: patch for imbalanced tags in w3-document-information |
4 | 411 |
5 * w3-prefs.el: All the panels work to some degree now | 412 * w3-prefs.el: All the panels work to some degree now |
6 | 413 |
7 Wed Jun 12 03:25:39 1996 William Perry <wmperry@monolith.spry.com> | 414 Wed Jun 12 03:25:39 1996 William Perry <wmperry@cs.indiana.edu> |
8 | 415 |
9 * w3-prefs.el: More panels work | 416 * w3-prefs.el: More panels work |
10 | 417 |
11 * w3-forms.el: fix for radio button munging | 418 * w3-forms.el: fix for radio button munging |
12 | 419 |
13 Tue Jun 11 23:47:37 1996 William Perry <wmperry@monolith.spry.com> | 420 Tue Jun 11 23:47:37 1996 William Perry <wmperry@cs.indiana.edu> |
14 | 421 |
15 * widget-edit.el: | 422 * widget-edit.el: |
16 fixed bug in widget-forward if a widget extended to (point-max) | 423 fixed bug in widget-forward if a widget extended to (point-max) |
17 | 424 |
18 * w3.el: *** empty log message *** | 425 * w3.el: *** empty log message *** |
19 | 426 |
20 Sun Jun 9 21:21:35 1996 William Perry <wmperry@monolith.spry.com> | 427 Sun Jun 9 21:21:35 1996 William Perry <wmperry@cs.indiana.edu> |
21 | 428 |
22 * widget-edit.el: Few bug fixes for widget-backward behaviour | 429 * widget-edit.el: Few bug fixes for widget-backward behaviour |
23 | 430 |
24 * w3-speak.el: more renamings that I forgot before | 431 * w3-speak.el: more renamings that I forgot before |
25 | 432 |