20
|
1 Sat Feb 8 13:54:43 1997 William M. Perry <wmperry@aventail.com>
|
|
2
|
|
3 * Emacs-W3 3.0.56 released. Getting closer!
|
|
4
|
|
5 * w3-forms.el (w3-form-summarize-radio-button): Finally, a decent
|
|
6 summarization of radio buttons
|
|
7 Fixed typo in specifying summarizer for hidden form fields.
|
|
8 (w3-form-keymap): Bind C-a and C-e by default.
|
|
9
|
|
10 * w3-widget.el (widget-image-value-create): When using emacspeak, show
|
|
11 client side imagemaps as a table. Need a more general solution for
|
|
12 this, but this makes us nicer than IE again. :)
|
|
13
|
|
14 * Updated to widget 1.30
|
|
15
|
|
16 Fri Feb 7 16:49:55 1997 William M. Perry <wmperry@aventail.com>
|
|
17
|
|
18 * w3-display.el (w3-handle-string-content): Make sure faces text
|
|
19 properties are closed, so that things don't bleed over.
|
|
20 (w3-fixup-eol-faces): New function for Emacs 19 that removes face
|
|
21 information at newlines, so that underlining will not extend from the
|
|
22 end of a line to the window edges - very ugly.
|
|
23
|
|
24 * w3-menu.el (w3-menu-initialize-w3-mode-menu-map): Don't support 'emacs
|
|
25 in w3-use-menus under Emacs in Windows 95/NT.
|
|
26
|
|
27 * w3-display.el (w3-finalize-image-download): Deal with bad images better.
|
|
28 (w3-finish-drawing): Better protection of putting images in.
|
|
29
|
|
30 * url-gw.el (url-open-stream): Don't auto-retry connections. Don't throw
|
|
31 an error if you fail to connect to a site. This is for image loadings
|
|
32 that fail for some reason or another.
|
|
33
|
|
34 * css.el (css-expand-length): better handling of float values and 'ex'
|
|
35 unit type.
|
|
36
|
|
37 * font.el (x-font-create-object): Unconditionally make case-fold-search
|
|
38 non-nil so that we don't lose big-time. This was the cause of the very
|
|
39 weird font-spatial-to-canonical lossage under XEmacs with font sizes of
|
|
40 something like '+12pt'
|
|
41
|
|
42 * w3.el (w3-view-this-url): Use widget-echo-help if we didn't find a URL
|
|
43 under point.
|
|
44
|
|
45 Fri Feb 7 15:22:25 1997 Charles Levert <charles@comm.polymtl.ca>
|
|
46
|
|
47 * w3-widget.el (widget-image-notify): Bad data being fed to w3-fetch if a
|
|
48 client-side imagemap had an alt attribute (but only if the <map> came
|
|
49 _after_ the use.
|
|
50
|
|
51 Fri Feb 7 15:22:25 1997 William M. Perry <wmperry@aventail.com>
|
|
52
|
|
53 * font.el (font-spatial-to-canonical): protect against bad input to this
|
|
54 function.
|
|
55
|
|
56 Fri Feb 7 15:19:36 1997 Toby Speight <tms@ansa.co.uk>
|
|
57
|
|
58 * w3-parse.el (w3-parse-buffer): Parser didn't allow for the fact that
|
|
59 TAGC is optional on end-tags as well as on start-tags (i.e. "<b<i>
|
|
60 bold-italic</i</b>" is legal).
|
|
61
|
|
62 Fri Feb 7 06:28:37 1997 William M. Perry <wmperry@aventail.com>
|
|
63
|
|
64 * w3-forms.el (w3-form-keymap): Now inherits from widget-keymap, with a
|
|
65 few exceptions.
|
|
66
|
|
67 * url.el (url-uncompress): This function now no longer looks at the file
|
|
68 extension to determine a compression/encoding method. This is so that
|
|
69 doing searches on `foo.tar.gz' will not bogusly cause the decompression
|
|
70 steps to run. Ick!
|
|
71
|
|
72 * url-file.el (url-insert-possibly-compressed-file): This function no
|
|
73 longer atempts to decompress the file after loading it in. Instead, it
|
|
74 sets an appropriate content-transfer-encoding header based on the
|
|
75 filename, so that this will allow url-uncompress to work correctly on the
|
|
76 buffer.
|
|
77
|
|
78 Thu Feb 6 06:24:26 1997 William M. Perry <wmperry@aventail.com>
|
|
79
|
|
80 * w3-print.el (w3-postscript-print-function): New variable to control what
|
|
81 function is used to generate postscript output.
|
|
82 (w3-print-this-url): Use it.
|
|
83
|
|
84 * w3-display.el (w3-handle-string-content): Make all inserted text
|
|
85 read-only
|
|
86
|
|
87 * w3-forms.el (w3-form-use-old-style): New variable to control whether to
|
|
88 use the old-style interaction with form fields instead of the 'type
|
|
89 directly into the buffer' method
|
|
90 (w3-form-determine-size): Use it.
|
|
91 (w3-form-create-integer): Use it.
|
|
92 (w3-form-create-float): Use it.
|
|
93 (w3-form-create-text): Use it.
|
|
94 (w3-form-create-password): Use it.
|
|
95 (w3-revert-form): Fixed error with 'reset' buttons on forms that had
|
|
96 hidden form fields.
|
|
97
|
|
98 * w3-vars.el (w3-mode-map): Define [backtab] by default
|
|
99
|
|
100 * w3-display.el (w3-size-of-tree): Removed some warnings
|
|
101 (w3-display-table-dimensions): ditto
|
|
102
|
|
103 * Updated to widget 1.26
|
|
104
|
|
105 * default.css: Some default formatting changes for input fields.
|
|
106 Everything is underlined by default except submit/reset/image/button
|
|
107 fields, so that they are a little easier to spot.
|
|
108
|
|
109 * w3-parse.el (w3-parse-buffer): Now slaps pseudo-elements into input
|
|
110 fields so that stylesheets can access them.
|
|
111
|
|
112 Wed Feb 5 14:42:12 1997 William M. Perry <wmperry@aventail.com>
|
|
113
|
|
114 * Updated to widget 1.24
|
|
115
|
|
116 * Happy birthday Jenny P.
|
|
117
|
|
118 Tue Feb 4 08:21:03 1997 William M. Perry <wmperry@aventail.com>
|
|
119
|
|
120 * font.el (x-font-create-name): Better checking/optimizing of when to just
|
|
121 return the default font.
|
|
122
|
|
123 * w3-forms.el: Make use of the new information, and pass it down to the
|
|
124 widget library appropriately.
|
|
125
|
|
126 * w3-display.el (w3-display-node): Now passes in the entire list of active
|
|
127 faces to form creation functions.
|
|
128
|
|
129 Mon Feb 3 07:26:18 1997 William M. Perry <wmperry@aventail.com>
|
|
130
|
|
131 * w3-emulate.el (w3-lynx-emulation-minor-mode-map): Lots of new
|
|
132 keybindings for lynx emulation minor mode.
|
|
133
|
|
134 * Emacs-W3 3.0.55 released
|
|
135
|
|
136 * w3-forms.el (w3-form-determine-size): Fixed _STUPID_ problem where
|
|
137 option lists would lose everything but the first option in them. I'm a
|
|
138 dumbass. Sort modifies its list parameter! ICK ICK ICK.
|
|
139
|
|
140 * url.el (url-after-change-function): Show prettier status messages.
|
|
141 Sizes are converted to bytes, k, or M, depending on how big the file
|
|
142 is.
|
|
143
|
|
144 * w3.txi: Lots of documentation changes - volunteers welcome.
|
|
145
|
|
146 * Removed personal annotation support, since it wasn't shown with the new
|
|
147 display engine, it needs to be rethought, and nobody had complained in
|
|
148 the entire beta cycle.
|
|
149
|
|
150 * w3.el (w3-history-find-url-internal): Redid the history mechanism.
|
|
151 Toolbar and menu entries are now grayed out appropriately.
|
|
152
|
|
153 * url-http.el (url-create-mime-request): Fixed cookie support if not going
|
|
154 through a proxy gateway.
|
|
155
|
|
156 Sun Feb 2 22:05:41 1997 William M. Perry <wmperry@aventail.com>
|
|
157
|
|
158 * w3-display.el (w3-display-table): Fix for negative colwidth
|
|
159
|
|
160 Fri Jan 31 14:28:54 1997 William M. Perry <wmperry@aventail.com>
|
|
161
|
|
162 * w3.el (w3-fetch): Fixed targetted links (http://blah/#foo)
|
|
163
|
|
164 Fri Jan 31 11:20:47 1997 Alf-Ivar Holm <alfh@ifi.uio.no>
|
|
165
|
|
166 * w3.el (w3-mail-current-document): Fixed problem with calling
|
|
167 w3-parse-buffer with too many arguments when mailing LaTeX-ified
|
|
168 files.
|
|
169
|
|
170 Fri Jan 31 11:19:37 1997 Cord Kielhorn <kielhorn@thphy.uni-duesseldorf.de>
|
|
171
|
|
172 * css.el (css-expand-length): Fixed bad regexps for percentage and
|
|
173 character based lengths
|
|
174
|
16
|
175 Thu Jan 30 20:27:06 1997 William M. Perry <wmperry@aventail.com>
|
|
176
|
20
|
177 * Emacs-W3 3.0.52 released
|
|
178
|
16
|
179 * w3-display.el (w3-handle-image): When doing table auto layout, don't
|
|
180 start loading the images.
|
|
181
|
|
182 Wed Jan 29 06:15:37 1997 William M. Perry <wmperry@aventail.com>
|
|
183
|
|
184 * font.el (x-font-create-name): Yet another fix for not screwing up the
|
|
185 line-height in Emacs 19.
|
|
186
|
|
187 * w3-display.el (w3-face-for-element): Uhh, oblique seems to work.
|
|
188
|
|
189 * font.el (set-font-style-by-keywords): now deals with arguments that
|
|
190 aren't lists, for the font-style and font-variant CSS stuff
|
|
191
|
|
192 * w3-display.el (w3-display-node): Reimplemented <cookie> tag.
|
|
193 (w3-display-node): Reimplemented <flame> tag.
|
|
194
|
|
195 * url.el (url-insert-file-contents): url-insert-file-contents now
|
|
196 decodes/uncompresses the data before returning.
|
|
197
|
|
198 * w3-display.el (w3-display-node): Reimplemented <pinhead> tag
|
|
199
|
|
200 Tue Jan 28 06:22:08 1997 William M. Perry <wmperry@aventail.com>
|
|
201
|
|
202 * font.el (x-font-create-name): Never take font size into account under
|
|
203 Emacs - too much chance of totally screwing up the users leading by
|
|
204 choosing a bigger font than their default. This sucks. But I can't
|
|
205 find a better solution.
|
|
206
|
|
207 * w3.el: w3-mode now turns on truncate-lines by default.
|
|
208
|
|
209 * w3-forms.el (w3-form-create-image): Better image input type support.
|
|
210
|
|
211 Mon Jan 27 08:21:58 1997 William M. Perry <wmperry@aventail.com>
|
|
212
|
|
213 * w3-forms.el (w3-form-create-password): Now uses real password entry
|
|
214 widgets provided by 'widget' - you _MUST_USE_ the widget library that
|
|
215 comes with Emacs-W3 for this, otherwise the info won't be hidden
|
|
216 correctly.
|
|
217 (w3-form-add-element): Deal with hidden text areas better when they are
|
|
218 in forms
|
|
219
|
|
220 * Synch'd up to widget 1.22
|
|
221
|
|
222 Sun Jan 26 16:50:09 1997 William M. Perry <wmperry@aventail.com>
|
|
223
|
|
224 * Emacs-W3 3.0.51 released
|
|
225
|
|
226 * w3-forms.el (w3-form-create-text): Now uses the real text entry widgets
|
|
227 provided by 'widget' - still can't do this for password fields yet
|
|
228 though.
|
|
229
|
|
230 * Synch'd up to Widget 1.20
|
|
231
|
|
232 Sat Jan 25 13:38:12 1997 William M. Perry <wmperry@aventail.com>
|
|
233
|
|
234 * url.el (url-expand-file-name): Now strips out spaces as well as
|
|
235 newlines/carriage returns. More fixes for that bastardized microsoft
|
|
236 home page.
|
|
237
|
|
238 * url-http.el (url-create-mime-request): Make sure that we retrieve the
|
|
239 cookies for the real URL we are retrieving when going through a proxy.
|
|
240 Now the psychotic crap that is the microsoft home page should be
|
|
241 successfully retrieved if going through an HTTP proxy.
|
|
242
|
|
243 * url-cookie.el (url-cookie-handle-set-cookie): Attempt to deal with
|
|
244 idiotic microsoft home page that sends out set-cookie headers that look
|
|
245 like MC1=ID=abc, and expects two cookies MC1='' and ID='abc' *sigh*
|
|
246
|
|
247 * w3-forms.el, w3-display.el: Form elements now keep all their attributes
|
|
248 with them. Will be useful when we start allowing scripting.
|
|
249 (w3-form-create-custom): Rudimentary patches to allow embedding 'custom'
|
|
250 widgets into the buffer. Interesting.
|
|
251
|
|
252 * w3-forms.el (w3-form-determine-size): New function to calculate how big
|
|
253 a form field will be - option lists should look much better now.
|
|
254
|
|
255 Thu Jan 23 08:48:59 1997 William M. Perry <wmperry@aventail.com>
|
|
256
|
|
257 * Synch'ed up to custom 1.19
|
|
258
|
|
259 * url-parse.el: document extra slots of url-generic-parse-url
|
|
260
|
|
261 Thu Jan 23 08:34:34 1997 Joe Wells <jbw@cs.bu.edu>
|
|
262
|
|
263 * url-file.el (url-file): Patch to tell ange-ftp and/or efs the password
|
|
264 in a file/ftp URL so that you won't be prompted for the password, even
|
|
265 if one was specified in the URL
|
|
266
|
|
267 * url-parse.el (url-generic-parse-url): Fixed bug where specifying a
|
|
268 username and password in the URL would downcase the username and
|
|
269 password as well as the hostname.
|
|
270
|
|
271 Wed Jan 22 08:28:13 1997 William M. Perry <wmperry@aventail.com>
|
|
272
|
|
273 * Emacs-W3 3.0.50 released
|
|
274
|
|
275 * base64.el (base64-encode-region): Pulled in code from VM for quicker
|
|
276 encoding/decoding
|
|
277
|
|
278 * mm.el (mm-content-transfer-encodings): Better base64 decoding
|
|
279
|
|
280 Wed Jan 22 07:31:03 1997 Alf-Ivar Holm <alfh@ifi.uio.no>
|
|
281
|
|
282 * w3-emulate.el (w3-lynx-emulation-minor-mode-map): Lynx [up] and [down]
|
|
283 bound to non-existing functions.
|
|
284
|
|
285 * w3.el (w3-do-setup): Fixed installation of lynx emulation modes keymap.
|
|
286
|
|
287 Tue Jan 21 07:56:51 1997 William M. Perry <wmperry@aventail.com>
|
|
288
|
|
289 * url-misc.el (url-data): Make sure to url-decode the data before
|
|
290 inserting it into the buffer.
|
|
291
|
|
292 * w3-menu.el (w3-toggle-minibuffer): better version
|
|
293
|
|
294 * w3-forms.el (w3-form-create-integer): New form entry type
|
|
295 (w3-form-create-float): new form entry type
|
|
296 (w3-form-encode-helper): deal with the new integer/float types
|
|
297
|
|
298 * w3-display.el (w3-display-node): Reimplemented <select multiple> as a
|
|
299 list of checkboxes
|
|
300
|
|
301 Mon Jan 20 06:29:07 1997 William M. Perry <wmperry@aventail.com>
|
|
302
|
|
303 * w3-display.el (w3-display-node): Keep track of the last form's action,
|
|
304 for theoretically 'naked' input fields that we want to try and handle as
|
|
305 best we can anyway.
|
|
306
|
|
307 * w3-parse.el: Much more lenient about where form elements can be found.
|
|
308
|
|
309 * w3-forms.el: summarizer functions now take the widget as an extra
|
|
310 parameter.
|
|
311
|
|
312 * w3.el (w3-find-etc-directory): New function - not used yet.
|
|
313
|
|
314 * w3.txi: Warning! You now need a very new version of texinfo to compile
|
|
315 the .info or .dvi file yourself.
|
|
316
|
|
317 * url-mail.el (url-mail): Now tries to use message-mail if it is bound
|
|
318 instead of just plain old 'mail'.
|
|
319
|
|
320 * w3-forms.el (w3-form-add-element): Duh, fix hidden form fields.
|
|
321
|
|
322 * font.el (font-normalize-color): Hopefully fixed color lossage under OS/2
|
|
323 and Windows
|
|
324
|
|
325 * w3-forms.el (w3-form-summarize-field): Actually 'message' the string as
|
|
326 a workaround for emacspeak 5.0
|
|
327
|
|
328 Sun Jan 19 09:32:15 1997 William M. Perry <wmperry@aventail.com>
|
|
329
|
|
330 * w3-xemac.el (w3-mouse-handler): Ditto
|
|
331
|
|
332 * w3-e19.el (w3-mouse-handler): Protect against 'bad format string' errors
|
|
333 when showing a hexified URL
|
|
334
|
|
335 * w3-forms.el (w3-form-mark-widget): Be super paranoid and mark all
|
|
336 children and their children's children, and the parents of a widget.
|
|
337 (w3-form-create-radio-button): Make sure radio button children always
|
|
338 get updated via w3-form-mark-widget.
|
|
339 (w3-form-summarize-radio-button): Slightly better summarization of radio
|
|
340 buttons.
|
|
341
|
|
342 * Emacs-W3 3.0.49 released
|
|
343
|
|
344 * Synch'ed up with widget 1.18
|
|
345
|
|
346 Fri Jan 17 06:25:36 1997 Dave Love <d.love@dl.ac.uk>
|
|
347
|
|
348 * w3-display.el: w3-echo-link now prefers the URL to the text of a link
|
|
349
|
|
350 Fri Jan 17 06:25:36 1997 William M. Perry <wmperry@aventail.com>
|
|
351
|
|
352 * w3-display.el: Fixed handling of inlined styles
|
|
353
|
|
354 * w3-mouse.el: Some fixes for XEmacs when built with no X support
|
|
355
|
|
356 * default.css: Now uses the new @media directives instead of the old
|
|
357 :blah: stuff
|
|
358
|
|
359 * css.el (css-handle-media-directive): New function to handle @media
|
|
360 directives.
|
|
361 (css-parse): Deprecate the old :mediatype: way of specifying media
|
|
362 dependent styles.
|
|
363
|
|
364 * w3-style.el (w3-handle-style): Now gets passed a plist instead of an
|
|
365 assoc list.
|
|
366 (w3-handle-style): Pay attention to the new 'media' attribute on
|
|
367 stylesheet links, and don't load the stylesheet if we aren't currently
|
|
368 running on that type of media.
|
|
369
|
|
370 * css.el (css-properties): Added proposed printing properties from a W3C
|
|
371 draft.
|
|
372
|
|
373 Thu Jan 16 06:06:45 1997 William M. Perry <wmperry@aventail.com>
|
|
374
|
|
375 * css.el (css-handle-media-directive): Implemented the @media processing
|
|
376 instruction.
|
|
377
|
|
378 * w3-forms.el (w3-form-summarize-option-list): Changed the summarize
|
|
379 function for option lists. Much saner now.
|
|
380
|
|
381 * w3.el (w3-read-url-with-default): Use the URL at point before falling
|
|
382 back to http://www.
|
|
383 (w3-source-document): When sourcing a document, let set-auto-mode do the
|
|
384 right thing. .html comes up in html-mode, or whatever now.
|
|
385
|
|
386 * url-cookie.el: Fixed some compile warnings under Emacs
|
|
387
|
|
388 * w3-forms.el (w3-form-summarize-option-list): Make each choice-item have
|
|
389 emacspeak-help set.
|
|
390
|
|
391 * w3-speak.el (w3-widget-backward): New advice
|
|
392 (w3-widget-forward): New advice
|
|
393
|
|
394 * w3-forms.el (w3-form-create-option-list): Renamed function
|
|
395
|
|
396 * Emacs-W3 3.0.48 released
|
|
397
|
|
398 * w3-display.el (w3-face-for-element): Use background-color instead of
|
|
399 just background for css property.
|
|
400
|
|
401 * w3-forms.el (w3-form-encode-helper): Fixed radio buttons, duh.
|
|
402
|
|
403 * url-misc.el (url-do-terminal-emulator): Fixed bad var reference left
|
|
404 from old code.
|
|
405
|
|
406 * url-gw.el: Moved all the gateway variables into their own namespace to
|
|
407 make it easier to turn this into a standalone package.
|
|
408
|
|
409 * dist.Makefile (SOURCES): Added url-gw and w3 to the build targets.
|
|
410
|
|
411 Wed Jan 15 08:00:37 1997 William M. Perry <wmperry@aventail.com>
|
|
412
|
|
413 * Emacs-W3 3.0.47 released
|
|
414
|
|
415 * url.el (url-expand-file-name): Make sure to remove \r from the URL as
|
|
416 well as \n
|
|
417
|
|
418 * url-gw.el (url-open-stream): Added in 'telnet' and 'rlogin' methods for
|
|
419 url-gateway-method. Code stolen from GNUS. Thanks lars! :) It would
|
|
420 be nice to make this file its own package and be able to override
|
|
421 open-network-stream so that all apps could get this for free.
|
|
422
|
|
423 * url-misc.el (url-generic-emulator-loader): Consolidated the tn3270,
|
|
424 telnet, and rlogin URL loaders into one smarter function
|
|
425
|
|
426 * url.el: Made cookie and auth modules autoloaded, removed some old autoloads
|
|
427 (url-open-stream) Moved to url-gw.el
|
|
428
|
|
429 Mon Jan 13 22:11:00 1997 William M. Perry <wmperry@aventail.com>
|
|
430
|
|
431 * w3-display.el (w3-widget-echo): w3-echo-link can now be a list, so the
|
|
432 user can explicitly control fallback behaviour.
|
|
433
|
|
434 * w3.txi: Added some pointers to CSS documentation
|
|
435
|
|
436 * mule-sysdp.el (mule-code-convert-region): ditto
|
|
437
|
|
438 * w3.el (w3-convert-code-for-mule): Fixed bug in XEmacs 20.0 mule
|
|
439
|
|
440 Mon Jan 13 11:14:29 1997 T. V. Raman <raman@Adobe.COM>
|
|
441
|
|
442 * w3.el (w3-widget-forward): Call widget-forward interactively so that
|
|
443 emacspeak will hook it correctly.
|
|
444
|
|
445 Mon Jan 13 11:14:29 1997 William M. Perry <wmperry@aventail.com>
|
|
446
|
|
447 * w3-display.el (w3-refresh-buffer): Finally reimplemented
|
|
448 w3-refresh-buffer.
|
|
449
|
|
450 Sun Jan 12 10:32:50 1997 Karl Eichwalder <ke@ke.Central.DE>
|
|
451
|
|
452 * w3.txi: Add @dircategory and @direntry... @end. `install-info'
|
|
453 from texinfo-3.9 know about those.
|
|
454
|
|
455 Sun Jan 12 21:49:44 1997 William M. Perry <wmperry@aventail.com>
|
|
456
|
|
457 * w3.el (w3-save-as): Can now save a page as postscript again
|
|
458
|
|
459 * w3-display.el (w3-display-node): inline styles work again
|
|
460
|
|
461 * url-misc.el (url-data): Updated data: URL to the spec.
|
|
462 ftp://ietf.org/internet-drafts/draft-masinter-url-data-02.txt
|
|
463
|
|
464 Sat Jan 11 20:47:24 1997 William M. Perry <wmperry@aventail.com>
|
|
465
|
|
466 * Emacs-w3 3.0.45 released
|
|
467
|
|
468 * url-misc.el (url-data): Now supports the 'data' URL type, which just
|
|
469 'fetches' everything after the data: chunk of the URL
|
|
470
|
|
471 Fri Jan 10 11:49:43 1997 William M. Perry <wmperry@aventail.com>
|
|
472
|
|
473 * w3-display.el (w3-display-node): Multicolumn works, but puts things
|
|
474 across instead of down
|
|
475
|
|
476 * w3-parse.el: Basic support for parsing <multicol>
|
|
477
|
|
478 * w3-display.el (w3-display-node): Make our semi-widgety hyperlinks
|
|
479 start/end open under XEmacs.
|
|
480
|
|
481 * w3.el (w3-complete-link): Make sure we take case into account when doing
|
|
482 link completion. The user can use 'test' to complete to link titled
|
|
483 'Test'. Uses try-completion for this, which seems to work since we
|
|
484 require a match. Is this the best way to do this? Other than not being
|
|
485 case-insensitive at this point?
|
|
486
|
|
487 * w3-forms.el (w3-form-default-widget-creator): Better way of handling
|
|
488 updates to text entry fields.
|
|
489 (w3-revert-form): Everything should be reverted correctly, both in
|
|
490 internal storage and in the buffer
|
|
491 (w3-form-create-radio-button): Get a more unique identifier to store
|
|
492 radio elements by - old way could theoretically get collisions.
|
|
493
|
|
494 * w3-display.el (w3-display-handle-list-type): Updated use of 'list-style'
|
|
495 to use new property 'list-style-type'
|
|
496 (w3-prepare-buffer): Now kills the source buffer before it starts
|
|
497 drawing the tree, to avoid *URL-n* buffers when not really necessary.
|
|
498
|
|
499 * css.el (css-properties): Updated all the properties to the W3C's latest
|
|
500 'recommendation' level CSS specification.
|
|
501 (css-handle-import): much better handling of @import
|
|
502 (css-parse): Better handling of '@' directives in general
|
|
503 (css-expand-value): General cleanup, reference the CSS and ACSS specs
|
|
504 for how/why we are parsing something the way we are.
|
|
505
|
|
506 Thu Jan 9 06:17:08 1997 William M. Perry <wmperry@aventail.com>
|
|
507
|
|
508 * Updated all copyright notices. Happy belated new year!
|
|
509
|
|
510 * w3-display.el (w3-region): Fixed a few bugs with nuking too much of a
|
|
511 buffer when using w3-region
|
|
512
|
|
513 * w3.el (w3-read-url-with-default): Use new variable.
|
|
514
|
|
515 * w3-vars.el (w3-fetch-with-default): New variable to control whether or
|
|
516 not w3-fetch will figure out a good default value for the URL or not.
|
|
517
|
|
518 * w3-forms.el (w3-form-mark-widget): New function to mark a widget and all
|
|
519 its children with an appropriate :emacspeak-help and 'w3-form-data
|
|
520 Now defines a few keywords to look more widget-y
|
|
521
|
|
522 Wed Jan 8 09:27:47 1997 William M. Perry <wmperry@aventail.com>
|
|
523
|
|
524 * css.el (css-expand-value): Added elevation, angle, and time units.
|
|
525
|
|
526 * w3-display.el (w3-display-node): Turn on voice-lock-mode by default in
|
|
527 all w3 buffers.
|
|
528
|
|
529 * css.el (css-properties): Added in new speech properties from the ACSS
|
|
530 note from the W3C. Please see
|
|
531 http://www.w3.org/pub/WWW/Style/CSS/Speech/NOTE-ACSS for more
|
|
532 information.
|
|
533
|
|
534 * w3-forms.el: Moved all the form entry summarization functions from
|
|
535 w3-speak.el into w3-forms. Easier to keep in synch this way.
|
|
536
|
|
537 * w3-display.el (w3-display-node): Reimplimented the 'keygen' form entry
|
|
538 type for netscape compatibility.
|
|
539
|
|
540 Tue Jan 7 07:20:08 1997 William M. Perry <wmperry@aventail.com>
|
|
541
|
|
542 * w3-display.el (w3-region): New function that parses the HTML in a region
|
|
543 'in-place', so that things like MIME mailers/gnus readers can show HTML
|
|
544 inline a lot easier.
|
|
545
|
|
546 * w3-forms.el (w3-form-resurrect-widgets): Fixed case where a widget goes
|
|
547 all the way to point-max and next-single-property-change will return
|
|
548 nil. Would pass bad args to delete-region.
|
|
549 (w3-form-summarize-field): Moved some of the smarts about summarizing W3
|
|
550 widgets from w3-speak into the core forms code.
|
|
551
|
|
552 * font.el (define-font-keywords): New function for defining keywords that
|
|
553 will actually work across Emacs and XEmacs
|
|
554
|
|
555 * w3-display.el (w3-display-node): Reimplemented 'note' functionality, by
|
|
556 converting it into a two-cell table.
|
|
557 (w3-display-node): Implemented <dir> as multi-column, as-per the RFC and
|
|
558 HTML 3.x specifications
|
|
559
|
|
560 * default.css: Added default display type for dir and menu
|
|
561
|
|
562 Mon Jan 6 21:49:52 1997 William M. Perry <wmperry@aventail.com>
|
|
563
|
|
564 * url-http.el (url-create-mime-request): Fixed yet another stupid problem
|
|
565 in Host: header handling. Was never sending the right information if
|
|
566 you were not going through a proxy this time. *sigh*
|
|
567
|
|
568 * w3-forms.el (w3-form-add-element): Fixed hidden form fields
|
|
569
|
|
570 Sun Jan 5 22:38:54 1997 William M. Perry <wmperry@aventail.com>
|
|
571
|
|
572 * url-vars.el (url-proxy-services): updated documentation string
|
|
573
|
|
574 * w3-widget.el (widget-image-notify): Fixed client side handling of
|
|
575 imagemaps on a TTY or a delayed/broken image. Duhhh
|
|
576
|
|
577 Fri Jan 3 Dave Love <d.love@dl.ac.uk>
|
|
578
|
|
579 * w3-e19.el (w3-mouse-handler): Fix link echoing.
|
|
580
|
14
|
581 Fri Jan 3 08:43:56 1997 William M. Perry <wmperry@aventail.com>
|
|
582
|
16
|
583 * Emacs-W3 3.0.43 released
|
|
584
|
14
|
585 * font.el (make-font): Treat args as a plist, just for sanity's sake.
|
|
586
|
|
587 Thu Jan 2 12:19:31 1997 William M. Perry <wmperry@aventail.com>
|
|
588
|
|
589 * w3-display.el (w3-table-hack-borders): Fix stupid use of 'otheriwse'
|
|
590 instead of 'otherwise' in a case statement.
|
|
591
|
|
592 * w3-forms.el (w3-form-add-element): Fix stupid use of 'otheriwse'
|
|
593 instead of 'otherwise' in a case statement.
|
|
594 (w3-form-resurrect-widgets): Fixed XEmacs handling of widget recreation,
|
|
595 and also fixed problem where some widgets would be skipped.
|
|
596
|
|
597 Tue Dec 31 07:37:17 1996 William M. Perry <wmperry@aventail.com>
|
|
598
|
|
599 * w3-e19.el: All the menus in Emacs-19 now use the same constructors that
|
|
600 the :filter entries under XEmacs do. This will make things much easier
|
|
601 in the future in not duplicating crufty menu-construction code once for
|
|
602 XEmacs menu-structs and once for Emacs keymaps.
|
|
603
|
|
604 * w3-menu.el (w3-menu-html-links-constructor): Now works with the Emacs 19
|
|
605 implementation of property lists.
|
|
606
|
|
607 Mon Dec 30 06:25:28 1996 William M. Perry <wmperry@aventail.com>
|
|
608
|
|
609 * w3-menu.el (w3-popup-menu): context-sensitive menus over delayed images
|
|
610 work again
|
|
611
|
|
612 * w3-display.el (w3-parse-link): New way to store <link> information from
|
|
613 an HTML document.
|
|
614
|
|
615 * w3.el (w3-search): Deal with new <link> storage
|
|
616
|
|
617 * w3-menu.el (w3-menu-html-links-constructor): Deal with new way <link>
|
|
618 items are stored - now uses the 'title' attribute if present.
|
|
619
|
|
620 * w3-auto.el (w3-form-resurrect-widgets): Added autoload
|
|
621
|
|
622 * url-file.el (url-format-directory): Removed url-forms-based-ftp option -
|
|
623 didn't really work anyway.
|
|
624
|
|
625 Sun Dec 29 15:54:21 1996 William M. Perry <wmperry@aventail.com>
|
|
626
|
|
627 * w3-forms.el (w3-form-resurrect-widgets): fixed stupid problem in munging
|
|
628 of the size of form elements.
|
|
629
|
|
630 * Emacs-W3 3.0.42 released
|
|
631
|
|
632 * w3-display.el (w3-table-hack-borders): Deal gracefully with not finding
|
|
633 a 'terminal' font to display hacked border chars in
|
|
634
|
|
635 * w3-hot.el (w3-hotlist-add-document): don't hexify a url before sticking
|
|
636 it in the hotlist buffer
|
|
637
|
|
638 * w3-display.el (w3-display-node): hyperlinks with images at the start
|
|
639 will now have a button associated with the entire link, not just the
|
|
640 image part.
|
|
641
|
|
642 * w3-sysdp.el (fillin-text-property): made it work under Emacs19
|
|
643
|
|
644 Sun Dec 29 00:07:39 1996 Takahiro Hayata <hayata@sc511t.s.kobe-u.ac.jp>
|
|
645
|
|
646 * mule-sysdp.el (mule-write-region-no-coding-system): Patch for Mule 2.3
|
|
647
|
|
648 Sun Dec 29 00:07:39 1996 William M. Perry <wmperry@aventail.com>
|
|
649
|
|
650 * w3-forms.el (w3-form-add-element): Only insert stubs of the right length
|
|
651 for a for element, and do munging of that text into the actual widgets
|
|
652 later. This saves us a lot of grief and heartache when handling things
|
|
653 like radio buttons that span table elements because the markers have
|
|
654 become completely insane by the time the next widget is ready to be
|
|
655 created.
|
|
656
|
|
657 Sat Dec 28 17:24:08 1996 William M. Perry <wmperry@aventail.com>
|
|
658
|
|
659 * w3-display.el (w3-display-table): Don't crap out on invalid tables where
|
|
660 table-dimensions tells us we have a 0 column or 0 row table.
|
|
661
|
|
662 * w3-widget.el (widget-image-value-create): Use :action instead of :notify
|
|
663 for widget-image-callback - hyperlinked images under Emacs 19 should
|
|
664 work again.
|
|
665
|
|
666 Thu Dec 26 18:26:25 1996 William M. Perry <wmperry@aventail.com>
|
|
667
|
|
668 * w3.el (w3-widget-forward): Use this instead of widget-forward.
|
|
669 (w3-widget-backward): Ditto. Need to make both of these smart for w3.
|
|
670
|
|
671 * w3-display.el (w3-display-node): Implemented the display class 'none'
|
|
672 for turning off the rendering of an element and its subcontent.
|
|
673
|
|
674 Thu Dec 26 07:21:58 1996 William Perry <wmperry@aventail.com>
|
|
675
|
|
676 * w3-parse.el (w3-parse-buffer): *sigh* Allow _ in attribute names.
|
|
677
|
|
678 * Emacs-W3 3.0.41 released
|
|
679
|
|
680 * url-parse.el (url-generic-parse-url): bind inhibit-read-only to 't' in
|
|
681 url parsing buffers, to avoid 'attempt to modify read-only text'
|
|
682 problems when the string passed to url-generic-parse-url has the
|
|
683 read-only text property set.
|
|
684
|
|
685 * w3-e19.el (w3-setup-version-specifics): popup menus should work in
|
|
686 Emacs19 again.
|
|
687
|
|
688 * css.el (css-expand-value): For margin and padding, make sure we _always_
|
|
689 convert into a valid length spec. Setting a 'margin' or 'padding'
|
|
690 property group instead of individual margin-* or padding-* values would
|
|
691 cause the display engine to crap out.
|
|
692 (css-get): Fixed generic class-only lookups (.foo, etc)
|
|
693
|
|
694 * w3-display.el (w3-display-handle-list-type): Tweaks to list indentation
|
|
695
|
|
696 * w3-menu.el (w3-menu-html-links-constructor): Fixed stupid problem with
|
|
697 the new navigate menu under XEmacs.
|
|
698
|
|
699 Tue Dec 24 22:46:11 1996 William M. Perry <wmperry@aventail.com>
|
|
700
|
|
701 * css.el (css-expand-color): Better handling of X-style color specs -
|
|
702 convert them to internal RGB format.
|
|
703
|
|
704 Tue Dec 24 02:50:08 1996 Christian Limpach <chris@nice.ch>
|
|
705
|
|
706 * font.el (ns-font-families-for-device): added test for unbound
|
|
707 device-fonts-cache variable.
|
|
708 (ns-font-create-name): handle font-styles which are numbers.
|
|
709
|
|
710 * w3-sysdp.el (try-font-name): added support for Nextstep.
|
|
711
|
|
712 Tue Dec 24 06:16:33 1996 William M. Perry <wmperry@aventail.com>
|
|
713
|
|
714 * w3.el (w3-open-local): Send filename through expand-file-name in
|
|
715 w3-open-local to avoid having illegal URLs like file:/~/test.html
|
|
716
|
|
717 * w3-widget.el (widget-image-value-create): fixed new problem with client
|
|
718 side imagemaps. Should really work this time.
|
|
719
|
|
720 * w3.el (w3-map-links): w3-map-links and hence w3-complete-link will now
|
|
721 find images that are also hyperlinks.
|
|
722
|
|
723 Mon Dec 23 22:28:58 1996 William M. Perry <wmperry@aventail.com>
|
|
724
|
|
725 * Emacs-W3 3.0.40 released
|
|
726
|
|
727 * w3-menu.el (w3-menu-go-menu): Added 'navigate' submenu to hold the
|
|
728 predefined <link> types.
|
|
729
|
|
730 * w3-widget.el (widget-image-summarize): Image widgets should now be much
|
|
731 better at identifying themselves when being tab'ed to or waggled at with
|
|
732 the mouse.
|
|
733
|
|
734 * w3-prefs.el: Fixed a few references to w3-glyphp (now widget-glyphp)
|
|
735
|
|
736 * w3.el (w3-url-completion-function): Fixed completion of URLs
|
|
737
|
|
738 Sat Dec 21 Dave Love <d.love@dl.ac.uk>
|
|
739
|
|
740 * w3-display.el, w3-vars.el, w3.el: Define and use
|
|
741 w3-defined-link-types to canonicalize link descriptions' case for
|
|
742 ease of use.
|
|
743
|
|
744 * w3-e19.el (w3-build-FSF19-menu): Add any recognised <link> items
|
|
745 to the menu in the absence of a toolbar.
|
|
746
|
|
747 Thu Dec 19 13:52:35 1996 William Perry <wmperry@aventail.com>
|
|
748
|
|
749 * Emacs-W3 3.0.39 released
|
|
750
|
|
751 * w3-forms.el (w3-form-encode-xwfu): Ditto.
|
|
752
|
|
753 * url.el (url-hexify-string): Updated to use url-unreserved-chars when
|
|
754 escaping, ala
|
|
755 http://www.ics.uci.edu/pub/ietf/uri/draft-fielding-url-syntax-02.txt
|
|
756
|
|
757 Wed Dec 18 22:09:41 1996 William M. Perry <wmperry@aventail.com>
|
|
758
|
|
759 * w3.el (w3-mode): Removed bogus setting of widget-motion-hook from way
|
|
760 back
|
|
761
|
|
762 * w3-parse.el (w3-parse-buffer): Better handling of <base> tag.
|
|
763
|
|
764 * w3-display.el (w3-widget-echo): Better falling-back when the preferred
|
|
765 echo method yields nil.
|
|
766
|
|
767 * url.el, w3-display.el, w3.el: Remove last vestiges of url-hash.el and
|
|
768 removed it from the distribution.
|
|
769
|
|
770 Wed Dec 18 08:07:32 1996 William Perry <wmperry@aventail.com>
|
|
771
|
|
772 * dsssl.el: Moved the DSSSL parser and friends into its own namespace.
|
|
773
|
|
774 Removed dependencies on url-hash.
|
|
775
|
|
776 * custom.el: Synch'd up to custom 1.13
|
|
777
|
|
778 Tue Dec 17 16:36:05 1996 William M. Perry <wmperry@aventail.com>
|
|
779
|
|
780 * url.el (url-expand-file-name): If we weren't given a base object to work
|
|
781 from, and url-current-object is null, set it to the object returned by
|
|
782 parsing url-view-url.
|
|
783
|
|
784 * url-http.el (url-create-mime-request): Send the right information in the
|
|
785 'Host' header field when going through a proxy.
|
|
786 (url-setup-reload-timer): Emacs 19 doesn't deal well with 0-length
|
|
787 timeouts, so protect against trying to create one when dealing with the
|
|
788 refresh header.
|
|
789
|
|
790 * w3-parse.el: Removed lots of crap for the old display engine - shouldn't
|
|
791 cons up as much garbage as before. Now it will just cons up garbage
|
|
792 that we actually need.
|
|
793
|
|
794 Tue Dec 17 07:10:47 1996 William Perry <wmperry@aventail.com>
|
|
795
|
|
796 * css.el (css-properties): New property type 'string-list' for font-family
|
|
797
|
|
798 * w3.el (w3-find-default-stylesheets): Make sure to look in
|
|
799 data-directory/../../w3 for stylesheets
|
|
800
|
|
801 Tue Dec 17 06:07:08 1996 William M. Perry <wmperry@aventail.com>
|
|
802
|
|
803 * w3-toolbar.el: wrapped a condition-case around the require for
|
|
804 xpm-button and xbm-button so that it will compile under Emacs
|
|
805
|
|
806 Mon Dec 16 08:19:40 1996 William Perry <wmperry@aventail.com>
|
|
807
|
|
808 * Emacs-W3 3.0.38 released.
|
|
809
|
|
810 * dist.Makefile (OBJECTS): Removed xpm-button and xbm-button from the
|
|
811 distribution. Any version of XEmacs that can run the latest 3.0 stuff
|
|
812 has them already.
|
|
813
|
|
814 * default.css: Make nested ol/ul items display class 'line' so they look
|
|
815 prettier.
|
|
816
|
|
817 * w3-display.el (w3-display-node): EVIL hack to make the first item in a
|
|
818 nested list get indented correctly.
|
|
819
|
|
820 * w3-about.el (w3-about): Fixed the about:style stylesheet to be
|
|
821 up-to-date with new CSS spec.
|
|
822
|
|
823 * default.css: Turned down indentation on list items by default.
|
|
824
|
|
825 * w3-display.el (w3-display-node): Mouse tracking should work under XEmacs
|
|
826 again.
|
|
827
|
|
828 * dist.Makefile (all): Removed 'emacs' from dependency list.
|
|
829
|
|
830 Mon Dec 16 06:03:14 1996 William M. Perry <wmperry@aventail.com>
|
|
831
|
|
832 * w3-display.el (w3-table-hack-borders): This should work on TTY's again.
|
|
833
|
|
834 Sun Dec 15 14:19:53 1996 William M. Perry <wmperry@aventail.com>
|
|
835
|
|
836 * Emacs-W3 3.0.37 released
|
|
837
|
|
838 * w3-display.el: Better handling of paragraphs (well, any block-level
|
|
839 element within a list-item display group.
|
|
840
|
|
841 * default.css (address): Changed <address> display tpye to line so that
|
|
842 right-justification will take effect.
|
|
843
|
|
844 Sat Dec 14 10:24:13 1996 William M. Perry <wmperry@aventail.com>
|
|
845
|
|
846 * w3-sysdp.el: Removed stubs for add-submenu - it was confusing 'custom'
|
|
847
|
|
848 * dist.Makefile: More GNU-ish project makefile
|
|
849
|
|
850 * url.el (url-default-find-proxy-for-url): Fixed no_proxy handling
|
|
851 (url-default-find-proxy-for-url): Don't pass 'www://' links to a proxy
|
|
852
|
|
853 Fri Dec 13 22:50:45 1996 William M. Perry <wmperry@aventail.com>
|
|
854
|
|
855 * dist.Makefile (URLSOURCES): Added socks.el to the distribution. Not
|
|
856 used just yet.
|
|
857
|
|
858 * css.el (css-copy-stylesheet): Fixed problem with sharing the list
|
|
859 structure between the hash tables - document stylesheets would infect
|
|
860 the main w3-user-stylesheet and cause weirdness.
|
|
861
|
|
862 Fri Dec 13 09:47:40 1996 William Perry <wmperry@aventail.com>
|
|
863
|
|
864 * w3-style.el (w3-display-stylesheet): Fixed problem where
|
|
865 w3-display-stylesheet would override the buffer css-display was showing
|
|
866 the stylesheet in. Duhh.
|
|
867
|
|
868 * mule-sysdp.el (mule-encode-string): Fixed stupid problem on non-XEmacs
|
|
869 mule
|
|
870 (mule-sysdep-version): Ditto.
|
|
871
|
|
872 Fri Dec 13 06:25:45 1996 William M. Perry <wmperry@aventail.com>
|
|
873
|
|
874 * css.el (css-get): Removed bogus recursive call to css-get, and moved the
|
|
875 guts of css-get out into its own fuction, which is in turn inlined into
|
|
876 css-get. Might even make things faster. At the least, I expect it to
|
|
877 get rid of the 'takes two makes to make w3-display.elc' problem some
|
|
878 people have been seeing.
|
|
879
|
|
880 * w3-display.el (w3-display-handle-list-type): Fixed stupid problem with
|
|
881 margin handling where list-item display items were always flush-left
|
|
882
|
|
883 Fri Dec 13 02:51:24 1996 Greg Stark <gsstark@mit.edu>
|
|
884 * w3-display.el (w3-display-line-break): correct right justification code
|
|
885 (w3-min-size-of-string): removed unused function that didn't work.
|
|
886 (w3-size-of-tree): maintain consistent w3-display-open-element-stack
|
|
887 don't hard code assumption that hr's are drawn with '-'
|
|
888 (w3-display-table-dimensions): major bug if the last column rowspans
|
|
889 (w3-table-lookup-char): new function
|
|
890 (w3-table-hack-borders): new function makes table borders use pretty
|
|
891 graphic characters instead of ascii characters.
|
|
892 (w3-table-unhack-borders): new function restore lame ascii borders.
|
|
893 (w3-display-table): Major changes to support drawing better borders
|
|
894 also fix various bugs and tweak various things.
|
|
895
|
|
896 * w3-parse.el: remove = from set of characters that terminate an attribute
|
|
897 when guessing about an syntactically invalid attribute.
|
|
898 (didn't this get changed once already?)
|
|
899
|
|
900 * w3.el (w3-sentinel): hack around bug that bit w3-preview-this-buffer
|
|
901 but I don't know what the right thing for Mule.
|
|
902
|
|
903 Thu Dec 12 08:36:01 1996 William Perry <wmperry@aventail.com>
|
|
904 * Synch'd up to widget 1.13
|
|
905
|
|
906 * w3-display.el (w3-get-pad-string): Ack - watch for negative values in
|
|
907 w3-get-pad-string
|
|
908
|
|
909 * Released 3.0.36
|
|
910
|
|
911 * w3-style.el (w3-display-stylesheet): Use new css-display function
|
|
912
|
|
913 * css.el (css-get): Better class checking
|
|
914 (css-display): New function to pretty-print a stylesheet that is in
|
|
915 memory.
|
|
916
|
|
917 * w3-parse.el (w3-parse-buffer): *sigh* Parser now keeps track of 'base'
|
|
918 of this document. Also normalizes 'align' attribute, as well as
|
|
919 auto-expanding any SRC or HREF attributes.
|
|
920
|
|
921 * w3-display.el (w3-display-handle-list-type): Now handles text-indent
|
|
922 style property.
|
|
923 (w3-display-table): Can now specify properties on 'tr', for
|
|
924 vertical-alignment, etc.
|
|
925 (w3-display-node): Lots of changes to deal with new method of munging
|
|
926 class/align/etc in the parser.
|
|
927
|
|
928 Wed Dec 11 17:37:14 1996 William M. Perry <wmperry@aventail.com>
|
|
929
|
|
930 * w3-parse.el (w3-parse-buffer): Do munging of align/src/href/class
|
|
931 attributes to save time in w3-display-node and friends.
|
|
932
|
|
933 * w3-prefs.el (w3-preferences-compatibility-variables): Fixed problems
|
|
934 with renaming of w3-style-ie-compatibility to css-ie-compatibility
|
|
935
|
|
936 * w3-display.el (w3-display-node): fix for hyperlinks / form info in
|
|
937 tables. Duhh.
|
|
938
|
|
939 Wed Dec 11 07:36:08 1996 William Perry <wmperry@aventail.com>
|
|
940
|
|
941 * css.el (css-copy-stylesheet): New function
|
|
942
|
|
943 * w3-display.el (w3-display-node): use it
|
|
944
|
|
945 * mule-sysdp.el (mule-encode-string): Fixes for XEmacs w/mule
|
|
946 (mule-decode-string): Fixes for XEmacs w/mule
|
|
947
|
|
948 * w3-display.el (w3-display-node): Fixed problem in isindex handling.
|
|
949 Using forms for isindex handling should work again.
|
|
950
|
|
951 * css.el (css-specificity): new function css-specificity to find how
|
|
952 specific a certain rule is. Need to use this to sort rules in css-get.
|
|
953
|
|
954 Tue Dec 10 22:37:59 1996 William M. Perry <wmperry@aventail.com>
|
|
955
|
|
956 * w3-display.el (w3-get-style-info): Changes to deal with new css.el -
|
|
957 should be much much faster now.
|
|
958
|
|
959 * css.el (css-get): Radically changed the internal representation of
|
|
960 stylesheets, and how they are looked up.
|
|
961
|
|
962 Mon Dec 9 22:31:11 1996 William M. Perry <wmperry@aventail.com>
|
|
963
|
|
964 * w3-display.el (w3-face-for-element): Fixed bug in w3-face-for-element
|
|
965 where weight of the element wasn't being taken into account.
|
|
966
|
|
967 * css.el: Changed font-variant style type from string to symbol-list
|
|
968
|
|
969 Mon Dec 9 12:29:59 1996 William Perry <wmperry@aventail.com>
|
|
970
|
|
971 * default.css: Changed default header sizes - should look better on most
|
|
972 machines
|
|
973
|
|
974 Sun Dec 8 19:21:07 1996 William M. Perry <wmperry@aventail.com>
|
|
975
|
|
976 * Emacs-w3 3.0.34 Released
|
|
977
|
|
978 * w3-display.el: New macro w3-get-attribute to replace
|
|
979 (cdr (assq 'blah args)), just in case I ever decide to replace the
|
|
980 assoc list currently used.
|
|
981
|
|
982 * New file mule-sysdp.el, to make supporting Mule 2.3, Mule 2.4, and
|
|
983 XEmacs 20.0 easier.
|
|
984
|
|
985 * url-file.el (url-insert-possibly-compressed-file): handle mule 2.4
|
|
986
|
|
987 Fri Dec 6 06:54:03 1996 William Perry <wmperry@aventail.com>
|
|
988
|
|
989 * w3-parse.el: Emit warnings when people try to slap attribute/value pairs
|
|
990 on end tags. Evil bastards.
|
|
991 Added SPAN, BDO, OBJECT, BASEFONT
|
|
992
|
|
993 Fri Dec 6 04:42:24 1996 Greg Stark <gsstark@mit.edu>
|
|
994
|
|
995 * default.css: add th td and caption text-align information
|
|
996
|
|
997 * docomp.el: increase max-specpdl-size so it can compile w3-display
|
|
998
|
|
999 * url.el (url-sentinel): avoid save-excursion around switch-buffer
|
|
1000
|
|
1001 * w3-display (w3-display-line-break): if we're in nowrap mode but the
|
|
1002 region doesn't end on a newline insert an extra newline, otherwise <br>
|
|
1003 gets ignored inside a <pre> or nowrap environment.
|
|
1004 Also protect against fill-column less than the length of fill-prefix.
|
|
1005 Also avoid infloop in right justification, and
|
|
1006 fix bug that caused right justification to never be executed.
|
|
1007
|
|
1008 * w3-display (table-cut table-dimensions w3-display-table):
|
|
1009 lots of new code to handle rowspan and autolayout.
|
|
1010
|
|
1011 * (w3-display-fix-widgets): be more agressive adjust even markers that have
|
|
1012 buffers and adjust parent markers.
|
|
1013
|
|
1014 * w3-display (w3-display-node): These changes are important for tables
|
|
1015 Don't insert insert-before on <a> tags before the class is adjusted
|
|
1016 Don't insert more than one class into an <a> tag when we adjust it.
|
|
1017 Protect against a negative fill-column when drawing <hr>s
|
|
1018 Set adaptive-fill-mode (what's filladapt-mode?)
|
|
1019
|
|
1020 * w3-parse.el: remove font from %block. WARNING, i have little idea what
|
|
1021 consequences this has but it seems to have the desired effect of
|
|
1022 handling table cells whose first tag is a <font> without discarding the
|
|
1023 implied <p> tag.
|
|
1024
|
|
1025 * w3-parse.el: skip-chars-forward "^>" when parsing end tags
|
|
1026 (some people seem to think you can put attributes in end tags)
|
|
1027
|
|
1028 Fri Dec 6 14:08:30 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1029
|
|
1030 * css.el: Better handling of text-decoration, to go along with the new version
|
|
1031 of set-font-style-by-keywords
|
|
1032
|
|
1033 * font.el: Faster version of set-font-style-by-keywords.
|
|
1034 Fixed RGB spec. problem if you used non-floats.
|
|
1035
|
|
1036 * w3-display.el: (w3-face-for-element) Obey some font function renaming.
|
|
1037 (w3-face-for-element) Changed format specification on w3-style-face-xxx
|
|
1038 creation.
|
|
1039 (w3-display-node) Alignment specified via attributes overrides
|
|
1040 stylesheet, not vice versa.
|
|
1041 (w3-display-node) Fixed stupid mistake in 'link' handling where
|
|
1042 stylesheets were ignored.
|
|
1043
|
|
1044 Thu Dec 5 17:51:37 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1045
|
|
1046 * url.el: (url-retrieve-internally) Can now specify an alternative
|
|
1047 function to determine whether a URL should be proxied or not. modelled
|
|
1048 off the netscape auto-proxy-configuration crap, so hopefully someday we
|
|
1049 can just suck down one of their files and be 'happy' with it.
|
|
1050
|
|
1051 * w3-display.el, css.el:
|
|
1052 Modified some of the css properties to not be inherited - let
|
|
1053 w3-display figure it out on its own - quicker this way. Saves a few
|
|
1054 thousand lookups over the life of a parse.
|
|
1055
|
|
1056 Mon Dec 2 20:22:12 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1057
|
|
1058 * w3-display.el: use better face names... avoids problems in xemacs
|
|
1059 resource name checking.
|
|
1060
|
|
1061 * w3-vars.el: Created version 3.0.33
|
|
1062
|
|
1063 * w3-parse.el: Fixed problem parsing attribute values like <img alt=''> -
|
|
1064 the regexp didn't like empty attribute values specified with single
|
|
1065 quotes.
|
|
1066
|
|
1067 * w3.el: -Patches from Dave Love
|
|
1068
|
|
1069 * font.el: Renamed the font-set-*-p to set-font-*-p, to be more in line with
|
|
1070 set-face-underline-p and friends. Fixed stupid problem in
|
|
1071 set-font-*-p where it would always just toggle the property, not
|
|
1072 actually set it. Blah. Added code in x-font-create-name to try
|
|
1073 oblique and italic versions of a font if italic is set.
|
|
1074
|
|
1075 * default.css: Prettied up the :speech: section
|
|
1076
|
|
1077 * w3-display.el:
|
|
1078 Conditionalized get-style-info calls in w3-voice-for-element on
|
|
1079 feature 'emacspeak
|
|
1080
|
|
1081 * w3.el: Added code to try loading dtk-css-speech and w3-speak if the feature
|
|
1082 'emacspeak' is available.
|
|
1083
|
|
1084 * css.el: Fixed a few stupid problems.
|
|
1085
|
|
1086 * font.el:
|
|
1087 made tty-font-create-object return a 12pt font object, just for reference.
|
|
1088
|
|
1089 * w3.txi: More updates to the documentation
|
|
1090
|
|
1091 * w3.el, w3-style.el: Moved to using the new 'css' package
|
|
1092
|
|
1093 * w3-parse.el:
|
|
1094 Removed some old functions. Save some string creation by downcasing
|
|
1095 tag and atribute names in the buffer instead of using 'downcase'.
|
|
1096
|
|
1097 * w3-display.el: Moved to using the new 'css' package
|
|
1098
|
|
1099 * w3-auto.el: Removed some outdated autoloads
|
|
1100
|
|
1101 * font.el: Added function font-set-style-by-keywords
|
|
1102
|
|
1103 * css.el: Better handling of various entities - beter way of specifying new
|
|
1104 properties and how they should be handled.
|
|
1105
|
|
1106 * default.css: *** empty log message ***
|
|
1107
|
|
1108 * dist.Makefile: Added 'css.el' to targets
|
|
1109
|
|
1110 * css.el: Initial revision
|
|
1111
|
|
1112 * w3-vars.el: Renamed w3-right-border to w3-right-margin
|
|
1113
|
|
1114 Sat Nov 30 17:42:38 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1115
|
|
1116 * custom-edit.el, custom.el, widget-edit.el, widget.el:
|
|
1117 -Synch'd up to Custom/Widget 1.09
|
|
1118
|
|
1119 Fri Nov 29 23:12:42 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1120
|
|
1121 * font.el: Actually try to use the 'oblique' property under X
|
|
1122
|
|
1123 * w3-display.el:
|
|
1124 Fix for sometimes getting an invalid glyph error in image retrieval.
|
|
1125 Fixed problem where table display would pop something off the open element stack.
|
|
1126
|
|
1127 * custom-edit.el, custom.el, widget-edit.el, widget.el:
|
|
1128 -Synch'd up to Custom/Widget 1.08
|
|
1129
|
|
1130 * w3-display.el: List filling seems to line up correctly now.
|
|
1131 Fixed bug in ordered list handling (wrong arg passed to a format).
|
|
1132 Changed the way spacing is handled.
|
|
1133
|
|
1134 * w3-menu.el: Added new 'search' menu with common web indexes
|
|
1135
|
|
1136 * dist.Makefile:
|
|
1137 Don't specify widget*.el twice in SOURCES _AND_ CUSTOMSOURCES or
|
|
1138 install under FreeBSD chokes.
|
|
1139
|
|
1140 * w3-display.el: Protect against list-item display property outside of a list.
|
|
1141
|
|
1142 * w3-sysdp.el: Fixed free var reference in make-device
|
|
1143
|
|
1144 Thu Nov 28 23:01:11 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1145
|
|
1146 * w3-display.el:
|
|
1147 Protect against bad values of w3-last-fill-pos in w3-display-line-break
|
|
1148
|
|
1149 * w3-e19.el, w3-menu.el:
|
|
1150 -Patches from Dave Love <d.love@dl.ac.uk> for using title of link in menus
|
|
1151
|
|
1152 Wed Nov 27 22:59:56 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1153
|
|
1154 * w3-vars.el: Created version 3.0.32
|
|
1155
|
|
1156 * w3.txi: Started revamping some of the documentation
|
|
1157
|
|
1158 * url-custom.el: Initial revision
|
|
1159
|
|
1160 * w3-display.el: Handle 'menu' list type correctly
|
|
1161
|
|
1162 * url.el: Patch from Thierry.Emery@aar.alcatel-alsthom.fr;
|
|
1163 - insert information about processes in buffer "URL Status Display"
|
|
1164 instead of *URL-<i>* : added a local variable `url-status-buf' and a
|
|
1165 call to `set-buffer'
|
|
1166
|
|
1167 - changed `url-get-working-buffer' to `url-get-working-buffer-name',
|
|
1168 because `url-working-buffer' is expected to be a name, not a buffer
|
|
1169 (my mistake)
|
|
1170
|
|
1171 * w3-xemac.el, w3-vars.el:
|
|
1172 Removed some old variables that aren't used anywhere now.
|
|
1173
|
|
1174 * w3-e19.el:
|
|
1175 Patch from Dave Love <d.love@dl.ac.uk> for 'title' version of w3-echo-link.
|
|
1176
|
|
1177 * w3-display.el:
|
|
1178 Patch from Dave Love <d.love@dl.ac.uk> for 'title' version of w3-echo-link.
|
|
1179 Form info is now stuck on a stack instead of in a let-bound variable.
|
|
1180 Only call w3-display-fix-widgets once! recursive calls to
|
|
1181 w3-display-node when rendering tables caused it to happen more than it
|
|
1182 should.
|
|
1183
|
|
1184 * w3-forms.el:
|
|
1185 Patch from Dave Love <d.love@dl.ac.uk> to protect against bad value
|
|
1186 for 'next' in w3-next-widget.
|
|
1187
|
|
1188 * dist.Makefile: Don't use `install -d', use mkdir -p if necessary
|
|
1189
|
|
1190 Tue Nov 26 16:21:32 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1191
|
|
1192 * custom-edit.el, custom.el: synch'd up to custom 1.05
|
|
1193
|
|
1194 * widget.el, widget-edit.el: *** empty log message ***
|
|
1195
|
|
1196 * widget-edit.el, widget.el: synch'd up to widget 1.05
|
|
1197
|
|
1198 * w3-display.el: Handles the 'dir' list type correctly now.
|
|
1199
|
|
1200 * url.el:
|
|
1201 Quick patch to check for url-working-buffer being a buffer, not a string.
|
|
1202
|
|
1203 * w3-display.el:
|
|
1204 Backed out _BAD BAD BAD_ change to protect against invalid values for
|
|
1205 w3-last-fill-pos that basically fucked everything in regards to
|
|
1206 vertical whitespace.
|
|
1207
|
|
1208 Mon Nov 25 21:12:17 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1209
|
|
1210 * w3-display.el: *** empty log message ***
|
|
1211
|
|
1212 * w3-display.el:
|
|
1213 Now only does incrememental display around block level elements.
|
|
1214 Does better munging of pre-formatted text CR -> LF CRLF->LF, etc.
|
|
1215
|
|
1216 * w3.el: Protect against errors in w3-sentinel on bad buffers.
|
|
1217
|
|
1218 * w3-vars.el: Created version 3.0.31
|
|
1219
|
|
1220 * widget-edit.el: Fixed compile problems under emacs
|
|
1221
|
|
1222 * w3-vars.el: *** empty log message ***
|
|
1223
|
|
1224 * widget.el: Made widget.el compile in emacsen w/o native backquote support
|
|
1225
|
|
1226 * w3-display.el: *** empty log message ***
|
|
1227
|
|
1228 * w3-parse.el:
|
|
1229 Patch from greg stark for dealing with '=' in misquoted attribute value pairs
|
|
1230
|
|
1231 Sun Nov 24 23:25:25 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1232
|
|
1233 * w3-display.el: Reimplemented targetted anchors (#foo)
|
|
1234
|
|
1235 * url.el: *** empty log message ***
|
|
1236
|
|
1237 * url-vars.el:
|
|
1238 Changed default of url-mime-language-string to '*' to make some sites happy.
|
|
1239
|
|
1240 * w3-display.el: Protect against w3-last-fill-pos getting an invalid position
|
|
1241
|
|
1242 * w3.el, w3-display.el, w3-vars.el:
|
|
1243 Patch from Dave Love <d.love@dl.ac.uk> to add new possibility 'title'
|
|
1244 to w3-echo-link to show the 'title' attribute of a link if its there.
|
|
1245
|
|
1246 * w3-speak.el: Patch from raman.
|
|
1247
|
|
1248 * font.el:
|
|
1249 Patch from nagae@mickey.ai.kyutech.ac.jp to handle fontsets correctly in mule
|
|
1250
|
|
1251 * w3-display.el: Implemented a few more CSS properties.
|
|
1252 list-style - control how list items are displayed. Ordered lists are
|
|
1253 now different from unordered only in their list-style.
|
|
1254 Need to implement contextual selectors to get ordered
|
|
1255 lists to work out of the box though.
|
|
1256 white-space - control whether whitespace is collapsed or not, and
|
|
1257 whether text is wrapped. <pre> <xmp> and <plaintext>
|
|
1258 are now all specified to use this in the default
|
|
1259 stylesheet.
|
|
1260 text-align - this replaces the old 'align' attribute
|
|
1261
|
|
1262 Reimplemented inlined styles.
|
|
1263
|
|
1264 * default.css: Varius updates to take advantage of the new CSS properties
|
|
1265 white-space, list-style, etc.
|
|
1266
|
|
1267 * w3-style.el: Handle url() and rgb() notation in color specifications
|
|
1268
|
|
1269 * w3-vars.el: Removed a few outdated variables
|
|
1270
|
|
1271 Sat Nov 23 02:10:37 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1272
|
|
1273 * w3-display.el: *** empty log message ***
|
|
1274
|
|
1275 * dsssl.el: Got rid of yet more compilation warnings.
|
|
1276
|
|
1277 * custom.el, custom-edit.el: Synch'd up to custom 1.0.1
|
|
1278
|
|
1279 * w3-display.el:
|
|
1280 Better handling of <hr> and <center>, and line spacing in general
|
|
1281
|
|
1282 * default.css: Updates to default stylesheet to deal with <center> and <div>
|
|
1283
|
|
1284 * w3.el, url.el, url-vars.el, url-http.el:
|
|
1285 Patches from Thierry Emery to allow multiple asynch fetches.
|
|
1286
|
|
1287 Fri Nov 22 22:26:35 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1288
|
|
1289 * widget-edit.el, widget.el: -Synch'd up to widget 1.01
|
|
1290
|
|
1291 * w3-style.el: Fixed a few fRemoved a few free variable sets/refs
|
|
1292
|
|
1293 * w3.el:
|
|
1294 When saving a document as html source, try to get into the 'head' before inserting the base.
|
|
1295
|
|
1296 * w3-display.el, w3-style.el:
|
|
1297 Stylesheets now store all there information as property lists instead
|
|
1298 of assoc lists. Just easier.
|
|
1299
|
|
1300 * font.el: Fix for font-normalize-color under nextstep
|
|
1301
|
|
1302 Thu Nov 21 04:01:22 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1303
|
|
1304 * widget-edit.el, widget.el: synch'd to 1.00 of widget/custom
|
|
1305
|
|
1306 Mon Nov 18 16:26:06 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1307
|
|
1308 * install.sh: Initial revision
|
|
1309
|
|
1310 * html32.dsl: Updated to latest from jon bosak
|
|
1311
|
|
1312 * w3-vars.el: Created version 3.0.30
|
|
1313
|
|
1314 Thu Nov 14 22:39:36 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1315
|
|
1316 * w3.el: Changed this so you can actually just do a (require 'w3-sysdp) and
|
|
1317 each function will check to see if it should overwrite, instead of
|
|
1318 conditionalizing that on the whole file.
|
|
1319
|
|
1320 * url.el: *** empty log message ***
|
|
1321
|
|
1322 * images.el, font.el, docomp.el, w3-sysdp.el:
|
|
1323 Changed this so you can actually just do a (require 'w3-sysdp) and
|
|
1324 each function will check to see if it should overwrite, instead of
|
|
1325 conditionalizing that on the whole file.
|
|
1326
|
|
1327 * w3-display.el: Moved some macros around.
|
|
1328
|
|
1329 * widget.el, widget-edit.el, w3-forms.el: Sync'd up to Widget 0.999
|
|
1330
|
|
1331 * w3-auto.el, w3-menu.el: *** empty log message ***
|
|
1332
|
|
1333 Sun Nov 10 18:08:24 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1334
|
|
1335 * w3-vars.el: Created version 3.0.29
|
|
1336
|
|
1337 * dsssl.el: Various changes, starting on the actual flow object stuff
|
|
1338
|
|
1339 Tue Nov 5 05:26:07 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1340
|
|
1341 * url-news.el: Updated version checking of news to deal with 'red' gnus
|
|
1342
|
|
1343 Mon Nov 4 14:47:47 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1344
|
|
1345 * w3-display.el: Don't show the content of 'script' - typo
|
|
1346
|
|
1347 Fri Nov 1 15:08:45 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1348
|
|
1349 * default.css: Changes from raman
|
|
1350
|
|
1351 Thu Oct 31 18:51:52 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1352
|
|
1353 * widget-edit.el: -
|
|
1354
|
|
1355 Tue Oct 29 19:53:38 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1356
|
|
1357 * w3-display.el: *** empty log message ***
|
|
1358
|
|
1359 Thu Oct 24 02:25:03 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1360
|
|
1361 * w3-widget.el: Updated the image widget to the new widget stuff.
|
|
1362
|
|
1363 Wed Oct 23 13:26:09 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1364
|
|
1365 * docomp.el: *** empty log message ***
|
|
1366
|
|
1367 * url.el: Fixed bug in url-remove-relative-links that would choke on something
|
|
1368 like: /foo/bar/./../baz/ - they /../ was removed first, removing its
|
|
1369 parent directory, the /./ - ack.
|
|
1370
|
|
1371 * w3-display.el: Image loading is back!
|
|
1372 Client-side imagemaps are back!
|
|
1373 Forms that span tables are working now.
|
|
1374
|
|
1375 Mon Oct 21 21:32:33 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1376
|
|
1377 * w3-vars.el: Created version 3.0.28
|
|
1378
|
|
1379 * url-mail.el: Make mail handling a little more generic.
|
|
1380
|
|
1381 * w3-display.el:
|
|
1382 Fix for w3-display-fix-widgets so that links right up against each
|
|
1383 other don't cause it to skip every-other-one.
|
|
1384
|
|
1385 Sun Oct 20 16:47:05 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1386
|
|
1387 * w3-style.el: don't map a pitch of 9 to 0.
|
|
1388
|
|
1389 * w3-speak.el:
|
|
1390 Added back in the advice for url-lazy-message that provided auditory
|
|
1391 feedback during URL retrieval. Also added back in the
|
|
1392 w3-speak-browse-page command.
|
|
1393
|
|
1394 * w3-speak.el:
|
|
1395 Some patches from TV Raman to fix multiline text entry area speaking
|
|
1396 and a bogus call to widget-get in text entry area speaking.
|
|
1397
|
|
1398 Fri Oct 18 12:27:04 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1399
|
|
1400 * w3-display.el:
|
|
1401 Patches from Thierry Emery <Thierry.Emery@aar.alcatel-alsthom.fr> to
|
|
1402 implement 'colspan' on tables. Patch to support align=xxx on
|
|
1403 arbitrary tags.
|
|
1404
|
|
1405 Thu Oct 17 22:27:44 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1406
|
|
1407 * w3-vars.el: Created version 3.0.27
|
|
1408
|
|
1409 * w3-display.el:
|
|
1410 fixed voicification of hyperlinks. Fixed problem in w3-normalize-spaces
|
|
1411 and multi-line strings.
|
|
1412
|
|
1413 Wed Oct 16 20:56:40 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1414
|
|
1415 * w3-speak.el: Fix stupid problem. function renaming lossage. Fun
|
|
1416
|
|
1417 * w3-display.el:
|
|
1418 Fixed <select> form items that had no <option value=xxx selected>
|
|
1419 entry in them. Wheee.
|
|
1420
|
|
1421 * w3-display.el:
|
|
1422 Fixed <select> form items that had an <option value=xxx selected>
|
|
1423 entry in them. Wheee.
|
|
1424
|
|
1425 * w3.el: document info is now shown as a table.
|
|
1426
|
|
1427 * w3.el: Document information is now shown as a table.
|
|
1428
|
|
1429 * w3-display.el, w3-vars.el: Now keeps better track of the <meta> tag info
|
|
1430
|
|
1431 * w3-vars.el: Created version 3.0.26
|
|
1432
|
|
1433 * w3-display.el: *** empty log message ***
|
|
1434
|
|
1435 Tue Oct 15 13:21:54 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1436
|
|
1437 * w3-display.el: Added back in <meta> and <link> handling.
|
|
1438 Fixed insert-before and insert-after for 'a' tag and pseudo-classes
|
|
1439
|
|
1440 * w3-display.el:
|
|
1441 Fixed some potential runaway style inheritance - need to think about a
|
|
1442 better way to pop style info off the various stacks than
|
|
1443 (w3-handle-content node) on an empty element.
|
|
1444
|
|
1445 * w3-display.el: Fixed <textarea> elements in forms
|
|
1446
|
|
1447 * w3-display.el, w3-forms.el: Fixed <select> elements in forms
|
|
1448
|
|
1449 Sun Oct 13 23:50:03 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1450
|
|
1451 * w3-vars.el: Created version 3.0.25
|
|
1452
|
|
1453 * dsssl.el: Bug fixes
|
|
1454
|
|
1455 * url-hash.el:
|
|
1456 Fixed bug in url-gethash where it wasn't honoring the 'default' parameter
|
|
1457
|
|
1458 Sat Oct 12 20:32:49 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1459
|
|
1460 * widget.el, widget-edit.el: Synched up to widget 0.99.4
|
|
1461
|
|
1462 Fri Oct 11 18:55:02 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1463
|
|
1464 * w3-display.el: fix for xemacs w/ temp faces
|
|
1465
|
|
1466 * w3-display.el: Fixed a bug with the insert-after handling. Duhh.
|
|
1467
|
|
1468 * default.css, w3-display.el: Implemented insert-before and insert-after
|
|
1469
|
|
1470 Wed Oct 9 19:00:59 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1471
|
|
1472 * ssl.el, url-cookie.el, url-file.el, url-gopher.el, url-hash.el, url-http.el, url-irc.el, url-mail.el, url-misc.el, url-news.el, url-nfs.el, url-parse.el, url-pgp.el, url-vars.el, url-wais.el, url.el, urlauth.el, w3-about.el, w3-annotat.el, w3-display.el, w3-e19.el, w3-emulate.el, w3-forms.el, w3-hot.el, w3-imap.el, w3-keyword.el, w3-latex.el, w3-menu.el, w3-mouse.el, w3-mule.el, w3-parse.el, w3-prefs.el, w3-print.el, w3-speak.el, w3-style.el, w3-toolbar.el, w3-vars.el, w3-widget.el, w3-xem20.el, w3-xemac.el, w3.el, xbm-button.el, xpm-button.el, base64.el, dsssl.el, font.el, images.el, md5.el, mm.el:
|
|
1473 -Updated copyrights/addresses
|
|
1474
|
|
1475 Tue Oct 8 14:56:22 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1476
|
|
1477 * w3-display.el: Tables now default to having no border
|
|
1478
|
|
1479 * w3-forms.el: Require w3-vars so Gnus will work
|
|
1480
|
|
1481 * w3-vars.el: Created version 3.0.24
|
|
1482
|
|
1483 * w3-speak.el:
|
|
1484 Added a few patches from raman and the latest version of emacspeak -
|
|
1485 everything appears to work out of the box now.
|
|
1486
|
|
1487 * w3-style.el:
|
|
1488 Added in a few autoloads for getting emacspeak to work right out of the box.
|
|
1489
|
|
1490 * w3-display.el: Added back in the :help-echo stuff on widgets
|
|
1491
|
|
1492 Mon Oct 7 18:09:17 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1493
|
|
1494 * w3-display.el:
|
|
1495 <isindex> works again. Automatically turns off filladapt-mode now,
|
|
1496 since we apparently don't play well together.
|
|
1497
|
|
1498 * default.css: Added some margins
|
|
1499
|
|
1500 * w3-display.el: Fix for emacs 19
|
|
1501
|
|
1502 Fri Oct 4 17:08:51 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1503
|
|
1504 * dsssl.el:
|
|
1505 Fixed a few errors in calling w3-dsssl-check-args. Now _EVERYTHING_
|
|
1506 compiles cleanly.
|
|
1507
|
|
1508 * docomp.el: Added a few more variables to the 'expected-to-be-free' list.
|
|
1509 Everything but dsssl.el compiles cleanly now.
|
|
1510
|
|
1511 * url-news.el: Fixed a few typos that resulted in free variable references.
|
|
1512
|
|
1513 * w3-display.el: New function w3-make-face to 'do the right thing' in
|
|
1514 Emacs/XEmacs/Emacs-with-no-X-support.
|
|
1515 Implemented margin-left and margin-right.
|
|
1516 Fixed a few problems with runaway or insufficient application of styles.
|
|
1517
|
|
1518 Mon Sep 30 19:43:35 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1519
|
|
1520 * url-hash.el:
|
|
1521 Nasty hack to fix the !! error (("file \"cl-extra\" didn't define \"gethash\"")) stuff people are seeing under Emacs-19
|
|
1522
|
|
1523 * w3-vars.el: Created version 3.0.23
|
|
1524
|
|
1525 * w3-prefs.el: Updates for new widget package
|
|
1526
|
|
1527 * w3-display.el:
|
|
1528 No more recursion! Lots more shit broke though. Lists are totally broken.
|
|
1529
|
|
1530 * w3.el: Updates for new widget package
|
|
1531
|
|
1532 * w3-keyword.el: *** empty log message ***
|
|
1533
|
|
1534 Sun Sep 29 21:26:47 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1535
|
|
1536 * widget.el, widget-edit.el: Updated to version 0.99 of the library
|
|
1537
|
|
1538 * widget-edit.el: Allow the :help-echo widget stuff to be a symbol
|
|
1539
|
|
1540 * w3.el: More updates for the latest widget package
|
|
1541
|
|
1542 * w3-sysdp.el: New functions prepend-text-property, append-text-property,
|
|
1543 fillin-text-property
|
|
1544
|
|
1545 * default.css, url.el: *** empty log message ***
|
|
1546
|
|
1547 Wed Sep 25 10:53:08 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1548
|
|
1549 * dist.Makefile: Removed custom.el and custom-edit.el from the distribution.
|
|
1550
|
|
1551 Tue Sep 24 05:04:47 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1552
|
|
1553 * w3-vars.el: Created version 3.0.22
|
|
1554
|
|
1555 * widget.el, widget-edit.el: Updated to latest widget stuff from Per.
|
|
1556
|
|
1557 * w3-parse.el:
|
|
1558 Added <script> to %body.content so that stupid IE 3.0 demo pages would work.
|
|
1559
|
|
1560 * w3-keyword.el:
|
|
1561 Added some new keyword defs to get rid of compile-time warnings
|
|
1562
|
|
1563 * w3-forms.el, w3-display.el: Now works with newest widget stuff
|
|
1564
|
|
1565 * url.el: New function url-parse-query-string, to return an assoc list of name
|
|
1566 value pairs from a URL-style query. url-unhex-string now takes an
|
|
1567 optional second argument for whether to allow decoding of newlines or
|
|
1568 not.
|
|
1569
|
|
1570 * url-mail.el:
|
|
1571 Now understands netscape-style 'extensions' to the mailto: specifier.
|
|
1572 ie: mailto:wmperry?subject=thesubject&bcc=root
|
|
1573
|
|
1574 * font.el:
|
|
1575 Now always converts to points instead of pixels, seems to give better
|
|
1576 results this way.
|
|
1577
|
|
1578 Mon Sep 23 04:53:56 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1579
|
|
1580 * w3-vars.el: Created version 3.0.20
|
|
1581
|
|
1582 * dsssl.el: Made dsssl depend on url-hash
|
|
1583
|
|
1584 Sun Sep 22 05:16:06 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1585
|
|
1586 * w3-display.el, w3-parse.el: *** empty log message ***
|
|
1587
|
|
1588 * w3-display.el: Some spacing changes, fix for nested lists
|
|
1589
|
|
1590 * custom.el, widget-edit.el, widget.el: -
|
|
1591
|
|
1592 * custom-edit.el: *** empty log message ***
|
|
1593
|
|
1594 Fri Sep 20 05:07:12 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1595
|
|
1596 * w3-vars.el: Created version 3.0.19
|
|
1597
|
|
1598 * w3-display.el: *** empty log message ***
|
|
1599
|
|
1600 * w3-sysdp.el: Added in stub for set-keymap-parents
|
|
1601
|
|
1602 * w3-speak.el: Patches from raman
|
|
1603
|
|
1604 * w3-prefs.el, w3-imap.el: *** empty log message ***
|
|
1605
|
|
1606 * w3-hot.el: Fixed w3-read-html-bookmarks to work with some parser changes.
|
|
1607
|
|
1608 * w3-forms.el: Made forms work again.
|
|
1609
|
|
1610 * w3-display.el: Changed how the borders on tables are drawn.
|
|
1611 Added back in the voice support.
|
|
1612
|
|
1613 Thu Sep 19 05:12:49 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1614
|
|
1615 * w3-vars.el: Created version 3.0.18
|
|
1616
|
|
1617 * dist.Makefile:
|
|
1618 Moved the URL and W3 packages back into one big distrubtion again
|
|
1619
|
|
1620 * w3-vars.el: Created version 3.0.18
|
|
1621
|
|
1622 * w3-vars.el: Created version 3.0.19
|
|
1623
|
|
1624 * w3-display.el: Don't crap out on tables with 0 columns
|
|
1625
|
|
1626 * docomp.el, url.el: *** empty log message ***
|
|
1627
|
|
1628 Wed Sep 18 12:50:03 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1629
|
|
1630 * w3-vars.el: Created version 3.0.18
|
|
1631
|
|
1632 * docomp.el: *** empty log message ***
|
|
1633
|
|
1634 * w3-display.el: Space filling fixes
|
|
1635
|
|
1636 * w3-auto.el: Added autoload for w3-style-post-process-stylesheet
|
|
1637
|
|
1638 Tue Sep 17 12:50:47 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1639
|
|
1640 * w3-vars.el: Created version 3.0.16
|
|
1641
|
|
1642 * w3-display.el, w3-e19.el: *** empty log message ***
|
|
1643
|
|
1644 Mon Sep 16 04:46:18 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1645
|
|
1646 * custom-edit.el, custom.el, widget-edit.el, widget-example.el, widget.el:
|
|
1647 Initial revision
|
|
1648
|
|
1649 Sun Sep 15 22:47:53 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1650
|
|
1651 * w3-vars.el: Created version 3.0.15
|
|
1652
|
|
1653 * w3-display.el: Alignment stuff works (right, left, full, center).
|
|
1654 Tables can now be borderless, and if it has borders, they are all there.
|
|
1655 <pre>/<xmp> work.
|
|
1656
|
|
1657 * url-vars.el: Created version 1.0.42
|
|
1658
|
|
1659 * url-http.el: *** empty log message ***
|
|
1660
|
|
1661 * w3-vars.el: Created version 3.0.14
|
|
1662
|
|
1663 * html32.dsl: Initial revision
|
|
1664
|
|
1665 * w3.el: Use the new display code.
|
|
1666
|
|
1667 * w3-forms.el: A few changes for the latest display code
|
|
1668
|
|
1669 * w3-vars.el: Created version 3.0.14
|
|
1670
|
|
1671 * w3-display.el: Actually mostly works
|
|
1672
|
|
1673 * w3-parse.el: Removed hooks into the old display engine
|
|
1674
|
|
1675 * url.el: *** empty log message ***
|
|
1676
|
|
1677 * w3-speak.el: Update from raman
|
|
1678
|
|
1679 * url.el: *** empty log message ***
|
|
1680
|
|
1681 Sat Sep 14 16:48:24 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1682
|
|
1683 * url-gopher.el, url.el:
|
|
1684 Added '...' to the downloading messages so that they do not show up in
|
|
1685 the message log buffer under Emacs 19.xx
|
|
1686
|
|
1687 * w3-parse.el: Changed content-model of <script> to fix problems on some sites
|
|
1688 (notably netscape's) that use an unescaped </ in the script. BAD SGML
|
|
1689 DAMMIT.
|
|
1690
|
|
1691 Fri Sep 13 05:24:53 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1692
|
|
1693 * w3-vars.el: Created version 3.0.13
|
|
1694
|
|
1695 * w3-forms.el: Use the new :ignore-case stuff for choice items
|
|
1696
|
|
1697 Thu Sep 12 05:57:47 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1698
|
|
1699 * w3-display.el: Holy shit tables work.
|
|
1700
|
|
1701 Tue Sep 10 03:11:55 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1702
|
|
1703 * w3-speak.el: Bug-fixes from raman.
|
|
1704
|
|
1705 Mon Sep 9 05:18:37 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1706
|
|
1707 * dsssl.el:
|
|
1708 Removed a few compiler warnings and fixed a few bugs (equal, error, time
|
|
1709
|
|
1710 * dsssl.el:
|
|
1711 DSSSL (define ...)'d functions are now called correctly. Wow. Added
|
|
1712 in most of the rest of the DSSSL(o) application profile functions.
|
|
1713
|
|
1714 * dsssl.el: Initial revision
|
|
1715
|
|
1716 * w3-parse.el: *** empty log message ***
|
|
1717
|
|
1718 * w3-about.el, w3-annotat.el, w3-draw.el, w3-e19.el, w3-emulate.el, w3-forms.el, w3-hot.el, w3-imap.el, w3-keyword.el, w3-menu.el, w3-mouse.el, w3-mule.el, w3-prefs.el, w3-print.el, w3-speak.el, w3-style.el, w3-toolbar.el, w3-vars.el, w3-widget.el, w3.el, w3-xemac.el, images.el:
|
|
1719 Changed copyright assignment
|
|
1720
|
|
1721 * font.el: changed copyright assignment
|
|
1722
|
|
1723 Sun Sep 8 00:31:52 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1724
|
|
1725 * w3-draw.el:
|
|
1726 Added in a stub handler for the 'frame' tag, so that you can still get
|
|
1727 to frame pages written by idiots who don't use a decent 'noframe'
|
|
1728 subdocument.
|
|
1729
|
|
1730 * url.el: Removed nntp-after-change-function, since it screwed up GNUS
|
|
1731
|
|
1732 Sat Sep 7 01:45:17 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1733
|
|
1734 * w3-latex.el: updated email address for stephen peters
|
|
1735
|
|
1736 Wed Sep 4 02:09:08 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1737
|
|
1738 * socks.el: Initial revision
|
|
1739
|
|
1740 Sun Sep 1 16:22:50 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1741
|
|
1742 * w3-draw.el: Don't load images on a TTY device in XEmacs. General speedup
|
|
1743
|
|
1744 Thu Aug 29 04:09:40 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1745
|
|
1746 * w3-vars.el: Created version 3.0.12
|
|
1747
|
|
1748 Sun Aug 25 17:12:32 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1749
|
|
1750 * w3-draw.el: Added some stubs for tables
|
|
1751
|
|
1752 Mon Aug 19 03:30:47 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1753
|
|
1754 * w3.el: fixed bug in w3-insert-formatted-url
|
|
1755
|
|
1756 Mon Aug 12 03:10:30 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1757
|
|
1758 * w3-style.el: Don't make a null voice of paul-5555 if no stuff is specified.
|
|
1759
|
|
1760 * default.css: Added speech elements to the default stylesheet.
|
|
1761
|
|
1762 Sun Aug 11 16:41:58 1996 William M. Perry <wmperry@cs.indiana.edu>
|
2
|
1763
|
|
1764 * w3-vars.el: Created version 3.0.11
|
|
1765
|
|
1766 * font.el:
|
|
1767 Fix for font-default-font-for-device under XEmacs when you use a font
|
|
1768 like '10x20' instead of the fully specified version
|
|
1769
|
14
|
1770 Sat Aug 10 16:14:08 1996 William M. Perry <wmperry@cs.indiana.edu>
|
2
|
1771
|
|
1772 * w3-forms.el:
|
|
1773 Do not encode the '.' in application/x-www-form-urlencoded. Fucking
|
|
1774 netscape compatbility. What _SPEC_?! There aren't any specs on the
|
|
1775 web, right?!
|
|
1776
|
|
1777 * w3-forms.el:
|
|
1778 Fixed problem with submissions of a form with the exact same arguments
|
|
1779 causes elements from both form to be submitted. ack.
|
|
1780
|
14
|
1781 Tue Aug 6 14:03:52 1996 William M. Perry <wmperry@cs.indiana.edu>
|
2
|
1782
|
|
1783 * w3-parse.el:
|
|
1784 fixed stupid mistake in DTD I made when changing to 3.2 DTD - left
|
|
1785 'style' out of head's content-model so no in-document stylesheet stuff
|
|
1786 was getting parsed. gack.
|
|
1787
|
|
1788 * w3-forms.el: No longer put a 'choose' in front of option menus
|
|
1789
|
|
1790 * w3-speak.el: fixed bugs
|
|
1791
|
14
|
1792 Mon Aug 5 14:03:09 1996 William M. Perry <wmperry@cs.indiana.edu>
|
2
|
1793
|
|
1794 * w3-vars.el: Created version 3.0.10
|
|
1795
|
|
1796 * default.css: A few mild changes, and docs.
|
|
1797
|
14
|
1798 Sun Aug 4 23:51:26 1996 William M. Perry <wmperry@cs.indiana.edu>
|
2
|
1799
|
|
1800 * w3-speak.el: new version of w3-speak from raman
|
|
1801
|
|
1802 * w3-draw.el: Style search alg. now looks for tag/id|name first. Now supports
|
|
1803 inlined 'style' keyword on any tag. Gack *sigh*
|
|
1804
|
|
1805 * w3-style.el:
|
|
1806 Can now have periods in class names. Fixed bug where the class would
|
|
1807 be normalized to lowercase as well as the tag name. BAD BAD BAD.
|
|
1808
|
|
1809 * w3-speak.el: some changes from raman
|
|
1810
|
|
1811 * w3-style.el: Think I finally fixed some stylesheet weirdness
|
|
1812
|
|
1813 * w3.el: Don't override user prefs w/w3-user-colors-take-precedence -duh
|
|
1814
|
|
1815 * w3-parse.el: fixed graphical entities
|
|
1816
|
14
|
1817 Sat Aug 3 20:09:50 1996 William M. Perry <wmperry@cs.indiana.edu>
|
2
|
1818
|
|
1819 * w3-vars.el:
|
|
1820 Added textual representation of the 'artist formerly known as prince'
|
|
1821 graphical icons
|
|
1822
|
14
|
1823 * md5.el: removed /bin/sh dependency in md5
|
|
1824
|
|
1825 Fri Aug 2 14:08:38 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1826
|
|
1827 * url-vars.el: Created version 1.0.41
|
|
1828
|
|
1829 * url.el:
|
|
1830 no longer special case file:// urls when checking for no_proxy - thats
|
|
1831 just stupid.
|
|
1832
|
|
1833 Thu Aug 1 13:32:54 1996 William M. Perry <wmperry@cs.indiana.edu>
|
2
|
1834
|
|
1835 * w3-vars.el: Created version 3.0.9
|
|
1836
|
14
|
1837 * url.el: made url-insert-file-contents interactive
|
|
1838
|
2
|
1839 * w3-sysdp.el:
|
|
1840 added data-directory to sysdep version of x-library-search-path for
|
|
1841 emacs under windows 95/nt
|
|
1842
|
|
1843 * w3-vars.el:
|
|
1844 Implemented &prince; and &princesymbol; graphical entities. Thanks
|
|
1845 for the note Jamie Z!
|
|
1846
|
|
1847 * w3-forms.el: fix for gopher searches
|
|
1848
|
|
1849 * w3-draw.el: Added support for balloon-help
|
|
1850
|
14
|
1851 Fri Jul 26 05:57:21 1996 William M. Perry <wmperry@cs.indiana.edu>
|
2
|
1852
|
|
1853 * w3-display.el, w3-texinfo.el: Initial revision
|