36
|
1 Mon Mar 17 08:44:46 1997 William M. Perry <wmperry@aventail.com>
|
|
2
|
|
3 * w3-sysdp.el (buffer-substring-no-properties): Added stub
|
|
4
|
|
5 * url-gopher.el (url-gopher-retrieve): Ditto.
|
|
6
|
|
7 * url.el: Ditto
|
|
8
|
|
9 * w3-parse.el: Removed all sorts of fun (following-char) commands that can
|
|
10 cause ebola warnings under XEmacs 20.x
|
|
11
|
|
12 * w3.el (w3-popup-info): Default to the URL under point instead of the
|
|
13 documents URL
|
|
14
|
|
15 * w3-auto.el: updated autoloads - made sure everything was interactive if
|
|
16 appropriate.
|
|
17
|
|
18 * w3-menu.el (w3-popup-menu): If w3-popup-menu-on-mouse-3 is nil, call
|
|
19 whatever button3 is bound to in global-map
|
|
20
|
|
21 * w3-display.el: Added XEmacs version of frame-char-height and
|
|
22 frame-char-width
|
|
23 (w3-frames): If w3-display-frames is non-nil, then do a refresh with it
|
|
24 bound locally, so everything should just work.
|
|
25
|
|
26 * url.el (url-do-setup): Global history file now defaults to ~/.w3/history
|
|
27 (url-do-setup): Cookie storage now defaults to ~/.w3/cookies
|
|
28
|
|
29 Mon Mar 17 06:51:07 1997 Paul Stodghill <stodghil@CS.Cornell.EDU>
|
|
30
|
|
31 * mm.el (mm-temporary-directory): Initialize variable from TMPDIR
|
|
32 environment variable
|
|
33
|
|
34 Fri Mar 14 13:35:56 1997 William M. Perry <wmperry@aventail.com>
|
|
35
|
|
36 * w3-forms.el (w3-form-create-custom): Fixed the 'custom' input type for
|
|
37 new filenames in the widget/custom package.
|
|
38
|
|
39 * ssl.el (ssl-certificate-verification-depth): New variable to control how
|
|
40 far up a cert chain to look.
|
|
41 (ssl-view-certificate-program-name): New variable.
|
|
42 (ssl-view-certificate-program-arguments): New variable.
|
|
43 (ssl-certificate-directory-style): New variable.
|
|
44 (ssl-rehash-program-name): New variable.
|
|
45 (ssl-certificate-directory): New variable.
|
|
46 (ssl-program-arguments): Use some of them.
|
|
47 (ssl-accept-ca-certificate): Use the rest.
|
|
48
|
|
49 * css.el (css-parse-args): Removed old code that could cause infinite loop
|
|
50 in stylesheet parsing on bad things like "foo=bar" instead of "foo:bar"
|
|
51
|
|
52 * w3-cus.el: Added better groupings for the customization stuff.
|
|
53
|
32
|
54 Thu Mar 13 19:54:50 1997 William M. Perry <wmperry@aventail.com>
|
|
55
|
36
|
56 * Emacs-W3 3.0.68 released
|
|
57
|
32
|
58 * w3-cus.el: Added customization support for Emacs-W3
|
|
59
|
|
60 * w3.el (w3-mail-current-document): Use url-mail-command instead of
|
|
61 w3-mail-command
|
|
62
|
|
63 Thu Mar 13 11:41:42 1997 Greg Stark <gsstark@mit.edu>
|
|
64
|
|
65 * w3-prefs.el: Implemented privacy panel
|
|
66
|
|
67 Wed Mar 12 10:25:38 1997 William M. Perry <wmperry@aventail.com>
|
|
68
|
|
69 * w3-e19.el (w3-mode-version-specifics): Use the nasty crufty
|
|
70 buffer-access-fontify-functions to make sure that we never yank
|
|
71 read-only text out of the Emacs-W3 buffer.
|
|
72
|
|
73 * Synch'd up to Widget 1.62
|
|
74
|
|
75 Wed Mar 12 06:36:41 1997 Paul Stodghill <stodghil@CS.Cornell.EDU>
|
|
76
|
|
77 * base64.el (base64-decode-region): Fixed typo in calling
|
|
78 command-on-region.
|
|
79
|
|
80 Tue Mar 11 07:03:48 1997 William M. Perry <wmperry@aventail.com>
|
|
81
|
|
82 * w3-auto.el (w3-use-hotlist): Made autoload interactive
|
|
83
|
|
84 * w3-widget.el (widget-image-value-create): Was a little too aggressive
|
|
85 about when to apply the -1 :tab-order property. Now only images that
|
|
86 are not hyperlinks or imagemaps will not be tabbed to.
|
|
87
|
|
88 * w3-prefs.el (w3-preferences-init-proxy-panel): Updated preferences panel
|
|
89 for new format of url-proxy-services
|
|
90
|
|
91 * w3-vars.el (w3-hyperlink-menu): Fixed problem with calling wrong
|
|
92 bookmark function - would create a bookmark to the current document, not
|
|
93 the document under the mouse.
|
|
94 (w3-popup-menu): Added a few menu itmes (reload, show images, add bookmark)
|
|
95
|
|
96 * w3-hot.el (w3-hotlist-add-document-at-point): Extract the title
|
|
97 correctly for the new widget implementation of hyperlinks.
|
|
98
|
|
99 Mon Mar 10 06:31:48 1997 William M. Perry <wmperry@aventail.com>
|
|
100
|
|
101 * w3-menu.el (w3-menu-options-menu): Fixed problem with XEmacs when
|
|
102 building without toolbars - would insert nil in the menu in a very wrong
|
|
103 place.
|
|
104
|
|
105 * font.el (font-normalize-color): Under win32, make sure we define the
|
|
106 color before we try to use it, since Emacs doesn't support raw #RRGGBB
|
|
107 color specifications yet.
|
|
108 (font-rgb-color-p): make all #RRGGBB color specs go through
|
|
109 font-normalize-color
|
|
110
|
|
111 * Emacs-W3 3.0.67 released
|
|
112
|
|
113 Mon Mar 10 1997 Dave Love <d.love@dl.ac.uk>
|
|
114
|
|
115 * w3.el (w3-do-setup): Make configuration file loading contingent
|
|
116 on init-file-user (i.e. suppressed with -q).
|
|
117
|
|
118 Sun Mar 9 13:09:38 1997 William M. Perry <wmperry@aventail.com>
|
|
119
|
|
120 * w3-widget.el (widget-image-value-create): Set :tab-order to -1 so the
|
|
121 latest widget library won't tab to image widgets.
|
|
122
|
|
123 * w3.el (w3-mode): Make sure w3-mode-hook is run last, so that people can
|
|
124 turn off truncate-lines if they want.
|
|
125
|
|
126 * ssl.el (open-ssl-stream): ssl-program-arguments is now dynamically
|
|
127 evaluated, similar to ps-lpr-switches. The special symbols 'host' and
|
|
128 'port' are available, and bound to the hostname and port#/service we are
|
|
129 about to connect to.
|
|
130
|
|
131 * w3-display.el (w3-finish-drawing): Remove all read-only properties on
|
|
132 text.
|
|
133
|
|
134 * url-cache.el (url-cache-expired): fixed standalone mode
|
|
135
|
|
136 Sat Mar 8 09:13:59 1997 William M. Perry <wmperry@aventail.com>
|
|
137
|
|
138 * Emacs-W3 3.0.66 released.
|
|
139
|
|
140 * url-cache.el (url-cache-prepare): Threw a condition-case around the
|
|
141 make-directory call, just in case we can't create the file for some
|
|
142 reason. Also fixed bug where the file wouldn't be cached until the
|
|
143 second time you visited it.
|
|
144
|
|
145 * url.el (url-retrieve-internally): Deal with https asynch
|
|
146
|
|
147 * w3-xemac.el (w3-mode-version-specifics): Don't try to add the toolbar if
|
|
148 device-type == 'stream.
|
|
149
|
|
150 * w3-vars.el (w3-temporary-directory): Ditto.
|
|
151
|
|
152 * url-vars.el (url-temporary-directory): Initialize from TMPDIR
|
|
153 environment variable.
|
|
154
|
|
155 * w3.el (w3-start-viewer): Ditto.
|
|
156
|
|
157 * md5.el (md5): Ditto.
|
|
158
|
|
159 * mm.el (mm-compose-type): Don't use hardcoded /bin/sh and -c - use
|
|
160 shell-file-name and shell-command-switch
|
|
161 (mm-viewer-passes-test): ditto.
|
|
162
|
|
163 * w3-sysdp.el: Better device-* functions for Emacs-19 under win32 and OS/2
|
|
164
|
|
165 * w3-display.el (w3-display-node): Better handling for <noframes> support.
|
|
166
|
30
|
167 Fri Mar 7 06:13:20 1997 William M. Perry <wmperry@aventail.com>
|
|
168
|
32
|
169 * w3-script.el (w3-script-evaluate-form): protect against bad input during
|
|
170 the read-from-string when parsing emacs-lisp scripts.
|
|
171
|
|
172 * w3-auto.el (w3-preferences-edit): Make the autoload for this be
|
|
173 interactive so that the user can actually find it!
|
|
174
|
|
175 * Emacs-W3 3.0.65 released.
|
|
176
|
30
|
177 * w3.el (w3-document-information): Better handling of last-modified
|
|
178 findings.
|
|
179
|
|
180 * w3-forms.el (w3-form-create-image): Try to use the value of an
|
|
181 image-input area as the label for the widget we create.
|
|
182
|
|
183 * w3-elisp.el (w3-elisp-safe-eval): Throw a condition-case() around the
|
|
184 eval to catch bad forms, etc.
|
|
185
|
|
186 * w3-script.el (w3-script-evaluate-form): Don't signal an error on unknown
|
|
187 scripting languages, just show a warning.
|
|
188
|
|
189 Thu Mar 6 08:24:49 1997 William M. Perry <wmperry@aventail.com>
|
|
190
|
|
191 * w3.el (w3-complete-link): Protect against malformed widgets (null :from
|
|
192 or :to). Is this from delayed image widgets?
|
|
193
|
|
194 * w3-vars.el (w3-mode-map): Changed binding of M-s to w3-save-as instead
|
|
195 of w3-search - does anybody use that instead of the forms interface?
|
|
196
|
|
197 * w3.el (w3-document-information): Show document size
|
|
198
|
|
199 * css.el (css-parse): Removed warning about old-style stuff for
|
|
200 device-dependent styles - was too annoying. Need to just remove this
|
|
201 support totally for the 3.0 release.
|
|
202
|
|
203 * w3.el (w3-internal-handle-preview): When previewing a buffer, remove all
|
|
204 text properties from the document source before doing anything.
|
|
205 (w3-mail-current-document): Bind case-fold-search when looking for where
|
|
206 to insert the <base> tag.
|
|
207 (w3-loaded-stylesheets): New variable to keep track of what stylesheets
|
|
208 were loaded at startup.
|
|
209
|
|
210 * url-cache.el (url-cache-create-filename-human-readable): New function to
|
|
211 create cached filenames using the old method, that was slightly more
|
|
212 human readable.
|
|
213
|
|
214 Wed Mar 5 15:38:00 1997 William M. Perry <wmperry@aventail.com>
|
|
215
|
|
216 * Emacs-W3 3.0.64 released
|
|
217
|
|
218 * w3-parse.el: OH god, finally got raw text inside a <tr> to push a <td>
|
|
219 onto the parse tree. got raw text inside a <table> to push a <tr>
|
|
220 onto the parse tee.
|
|
221
|
|
222 * w3-widget.el: Support 'target' in img widgets
|
|
223
|
|
224 Tue Mar 4 07:55:56 1997 William M. Perry <wmperry@aventail.com>
|
|
225
|
|
226 * w3-display.el (w3-display-node): Support 'seqnum' attribute
|
|
227
|
|
228 * w3.el (w3-mail-document-author): Fixed for new 'link' representation
|
|
229 (w3-document-information): If a document has a 'Last modified: blah' line,
|
|
230 use it as the last modified information as a last resort.
|
|
231
|
|
232 * Synch'ed up with widget 1.50
|
|
233
|
|
234 * w3-forms.el: Try to play nice with old and new versions of
|
|
235 widget-edit/wid-edit.el
|
|
236
|
|
237 Tue Mar 4 06:23:41 1997 Michael Ernst <mernst@cs.washington.edu>
|
|
238
|
|
239 * url.el (url-get-url-at-point): If a possible URL starts with www., slap
|
|
240 on 'http://', as someone probably just forgot it.
|
|
241
|
|
242 Tue Mar 4 06:23:41 1997 William M. Perry <wmperry@aventail.com>
|
|
243
|
|
244 * w3-prefs.el (w3-preferences-hooks-variables): Removed some old variables.
|
|
245 (w3-preferences-edit): The preferences panel actually works again. No
|
|
246 longer tries to use an imagemap - a dropdown is good enough dammit.
|
|
247
|
|
248 * w3-vars.el: Removed some old variables
|
|
249
|
|
250 * w3-display.el (w3-display-node): For <a> tags, do not embed a widget in
|
|
251 the buffer unless it actually has an 'href' attribute. This helps a
|
|
252 _lot_ with <a name="blah">...</a> constructs.
|
|
253
|
|
254 Tue Mar 4 06:18:06 1997 Toby Speight <tms@ansa.co.uk>
|
|
255
|
|
256 * w3.el (w3-mail-current-document): Allow TM (if it's in use) to choose
|
|
257 the appropriate Transfer-Encoding of a mailed document.
|
|
258 (w3-mail-current-document): Try real hard to put <base> where it belongs
|
|
259 (in the <head>, if that is not found, then just after <html>, otherwise
|
|
260 just at the beginning of the document)
|
|
261
|
|
262 Mon Mar 3 07:10:11 1997 William M. Perry <wmperry@aventail.com>
|
|
263
|
|
264 * Emacs-W3 3.0.63 released
|
|
265
|
|
266 * w3-forms.el (w3-form-field-label): Labels are now reimplemented for form
|
|
267 fields
|
|
268
|
|
269 * w3-display.el (w3-parse-link): Now honors the old variable
|
|
270 w3-honor-stylesheets, which hadn't made it back onto the reimplemented
|
|
271 features list yet.
|
|
272
|
|
273 * font.el: Added quite a few autoloads. Package no longer overwrites the
|
|
274 set-face-* functions, as this was deemed evil in the extreme.
|
|
275
|
|
276 * w3-display.el (w3-face-for-element): Use the font-set-face-* functions
|
|
277 instead of the raw set-face-* functions.
|
|
278
|
|
279 * w3-widget.el (widget-image-inaudible-p): New variable that controls
|
|
280 whether image widgets are rendered inaudible by emacspeak or not.
|
|
281 (widget-image-value-set): Use it.
|
|
282
|
|
283 * url-cache.el (url-cache-directory): New variable that controls where you
|
|
284 cache files will be stored. Defaults to "~/.w3/cache"
|
|
285 (url-cache-creation-function): New variable that controls what function
|
|
286 will be used to create cached filenames.
|
|
287 (url-cache-create-filename-using-md5): This is now the default (and
|
|
288 only) cache-file-creation function. Suitably fast under Emacs 19 (lisp
|
|
289 implementation), _very_ fast under XEmacs, where it is written in C.
|
|
290
|
|
291 Thu Feb 27 07:27:43 1997 William M. Perry <wmperry@aventail.com>
|
|
292
|
|
293 * w3-sysdp.el: Added alias of make-symbolic-link to copy-file for NTEmacs
|
|
294
|
|
295 * w3-elisp.el: Removed face functions from the safe list.
|
|
296
|
|
297 Wed Feb 26 16:08:08 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
298
|
|
299 * font.el (font-create-object): Added autoload.
|
|
300
|
|
301 Wed Feb 26 08:17:37 1997 William M. Perry <wmperry@aventail.com>
|
|
302
|
|
303 * w3-display.el (w3-region): Fixed typo when binding
|
|
304 w3-display-same-buffer - no wonder it wasn't working right.
|
|
305
|
|
306 * images.el (image-normalize): Bind file-coding-system to the appropriate
|
|
307 no-conversion so that running subprocesses doesn't munge the data when
|
|
308 running under MULE.
|
|
309 (image-normalize): Now uses call-process-region instead of
|
|
310 shell-command-on-region, and removed the explicit mention of '/bin/sh'
|
|
311 and friends. Uses the ability of call-process-region to specify a
|
|
312 separate file to use for stderr - yipeee.
|
|
313
|
|
314 * url.el (url-setup-privacy-info): Slight change as to how url-system-type
|
|
315 and url-os-type are set up. No longer uses nested parens, as this seems
|
|
316 to confuse some sites that try to use the User-Agent header as a
|
|
317 state-tracker.
|
|
318
|
|
319 Mon Feb 24 10:15:45 1997 William M. Perry <wmperry@aventail.com>
|
|
320
|
|
321 * w3-display.el (w3-widget-echo): Make sure that nothing that will be
|
|
322 echoed is the empty string.
|
|
323
|
|
324 Sun Feb 23 08:34:18 1997 William M. Perry <wmperry@aventail.com>
|
|
325
|
|
326 * url-cache.el (url-store-in-cache): fixed stupid bug in caching logic
|
|
327
|
|
328 Sat Feb 22 07:21:29 1997 William M. Perry <wmperry@aventail.com>
|
|
329
|
|
330 * Emacs-W3 3.0.62 released
|
|
331
|
26
|
332 Thu Feb 20 13:40:22 1997 William M. Perry <wmperry@aventail.com>
|
|
333
|
|
334 * w3-forms.el (w3-form-summarize-password): By default, don't summarize
|
|
335 password entry boxes.
|
|
336
|
|
337 Thu Feb 20 07:33:59 1997 Thierry Emery <Thierry.Emery@aar.alcatel-alsthom.fr>
|
|
338
|
|
339 * w3-display.el (w3-frames): Better support for Frames
|
|
340
|
|
341 Thu Feb 20 07:33:59 1997 William M. Perry <wmperry@aventail.com>
|
|
342
|
|
343 * w3.el (w3-complete-link): Fixed bug in using try-completion to make sure
|
|
344 we have a match before passing a URL off to w3-fetch.
|
|
345
|
|
346 * Synch'd up to widget 1.44
|
|
347
|
|
348 * url.el (url-default-callback): Caching works in asynch mode now.
|
|
349
|
|
350 Wed Feb 19 05:48:40 1997 William M. Perry <wmperry@aventail.com>
|
|
351
|
|
352 * css.el (css-split-font-shorthand): Make sure that the subelements of the
|
|
353 'font' shorthand property get run through the property value-expansion
|
|
354 routines before getting returned. This royally screwed up font-family,
|
|
355 font-weight, and friends.
|
|
356 (css-expand-color): Now recognizes 'transparent' and 'none' as special
|
|
357 color names.
|
|
358 (css-expand-value): When dealing with color-shorthand, make sure
|
|
359 everything gets run through the value-expansion routines as well. Ack.
|
|
360
|
|
361 * w3-elisp.el (w3-elisp-safe-function): You can now supply a validation
|
|
362 function for the arguments of a script-enabled function, its no longer a
|
|
363 binary operation on just the function name. You can also give it a
|
|
364 variable name, and the value of that variable at the time of execution
|
|
365 is what controls whether it is safe or not.
|
|
366
|
|
367 * w3.el (w3-download-url): Finally fixed bug where w3-download-url would
|
|
368 not save in the correct directory if you just accepted the default
|
|
369 pathname it offered.
|
|
370
|
|
371 * url-cache.el (url-cache-ignored-protocols): New variable controlling
|
|
372 what protocols we should never cache to disk.
|
|
373 (url-cache-cachable-p): use it.
|
|
374
|
|
375 * w3.txi: Updated all nodes and menus, a few stylistic changes
|
|
376
|
|
377 * w3-elisp.el: Added read-access to devices, frames, windows, buffers, and
|
|
378 property-lists. Also added function, lambda, point, and list accessors
|
|
379 (member, memq, assoc)
|
|
380
|
|
381 * w3-display.el (w3-display-node): Bind widget-push-button-gui to nil in
|
|
382 w3-display-node so that images don't run into the
|
|
383 visible-portion-of-buffer-is-not-modifiable-bug. Ick.
|
|
384
|
|
385 * w3-elisp.el: Don't allow access to 'set'-type text-property functions
|
|
386 from scripts.
|
|
387
|
|
388 Tue Feb 18 15:11:08 1997 William M. Perry <wmperry@aventail.com>
|
|
389
|
|
390 * Emacs-W3 3.0.61 released
|
|
391
|
|
392 * w3.txi (Supported URLs): added sections on each protocol supported -
|
|
393 needs lots of fleshing out.
|
|
394
|
|
395 * url-misc.el (url-info): Info URL loader now unhex's the target, so that
|
|
396 you can have something like info:w3.info#Getting%20Started
|
|
397
|
|
398 * url.el (url-do-setup): Removed secure-http (SHTTP) handler - who the
|
|
399 hell cares anymore, it lost.
|
|
400
|
|
401 * w3-display.el (w3-display-node): Correctly calculates right margin as
|
|
402 documented (from window-width and right-margin)
|
|
403
|
|
404 * w3.el: Removed w3-batch-fetch
|
|
405
|
|
406 * url-vars.el: Removed lots of old variables
|
|
407
|
|
408 * url-misc.el: Removed x-exec URL handler - no interest anymore.
|
|
409
|
|
410 * w3-script.el (w3-script-evaluate-form): Use it.
|
|
411 (w3-do-scripting): New variable to control whether to do _any_ scripting
|
|
412 or not.
|
|
413
|
|
414 * The URL package now stores the current parsed URL object instead of 5 or
|
|
415 6 separate variables.
|
|
416
|
|
417 * dist.Makefile: Removed old pgp and wais support, it was gross and
|
|
418 apparently nobody was using it.
|
|
419
|
|
420 Tue Feb 18 06:13:03 1997 "T. V. Raman" <raman@adobe.com>
|
|
421
|
|
422 * w3-forms.el (w3-form-summarize-radio-button): Better radio button
|
|
423 summarizer.
|
|
424
|
|
425 Tue Feb 18 06:13:03 1997 William M. Perry <wmperry@aventail.com>
|
|
426
|
|
427 * w3-display.el (w3-finish-drawing): Moved #blah target finding in here,
|
|
428 where it belongs.
|
|
429
|
|
430 * w3-vars.el (w3-mode-map): Added binding for raw '\t' instead of relying
|
|
431 on [tab]. Apparently this keysym isn't aliased under Emacs 19 on a
|
|
432 TTY.
|
|
433
|
|
434 Mon Feb 17 15:10:38 1997 William M. Perry <wmperry@aventail.com>
|
|
435
|
|
436 * w3-elisp.el: Interface to Emacs-Lisp for safe scripting.
|
|
437
|
|
438 * w3-script.el: Basic client-side scripting has been implemented.
|
|
439
|
|
440 * w3-xemac.el (w3-mouse-handler): Ditto
|
|
441
|
|
442 * w3-e19.el (w3-mouse-handler): Plugged in handling of the onMouseOver event
|
|
443
|
|
444 * w3-display.el (w3-handle-string-content): Now adds a text property that
|
|
445 contains w3-display-open-element-stack, so that from anywhere in the
|
|
446 buffer you can find out where you are in the parse tree.
|
|
447
|
|
448 * default.css (input): ome default stylesheet updates for input fields on
|
|
449 TTYs
|
|
450
|
|
451 Sun Feb 16 09:01:18 1997 Shuji Narazaki <narazaki@InetQ.or.jp>
|
|
452
|
|
453 * mule-sysdp.el: Updated for mule 3.0
|
|
454
|
24
|
455 Sat Feb 15 15:35:15 1997 William M. Perry <wmperry@aventail.com>
|
|
456
|
26
|
457 * Emacs-W3 3.0.60 released
|
|
458
|
24
|
459 * w3-display.el (w3-display-node): use it.
|
|
460
|
|
461 * w3-vars.el (w3-display-frames): New variable for whether to show 'frame'
|
|
462 documents as a list of the subelements.
|
|
463
|
|
464 * w3.txi (Speech Properties): finished this chapter.
|
|
465 (Media Selection): ditto
|
|
466 (Time Units): ditto
|
|
467 (Angle Units): ditto
|
|
468 (Properties): Explanatory text at beginnign of section
|
|
469
|
22
|
470 Fri Feb 14 09:34:35 1997 William M. Perry <wmperry@aventail.com>
|
|
471
|
24
|
472 * Emacs-W3 3.0.59 released
|
|
473
|
22
|
474 * w3.txi: Lots of documentation about stylesheets, chapter layout
|
|
475 changes.
|
|
476
|
|
477 Thu Feb 13 07:01:59 1997 William M. Perry <wmperry@aventail.com>
|
|
478
|
|
479 * Synch'd up to widget 1.38
|
|
480
|
|
481 * w3-forms.el (w3-form-resurrect-widgets): For now, don't use the nice new
|
|
482 GUI pushbuttons - they appear to suffer badly on long lines.
|
|
483
|
|
484 * w3-mouse.el (w3-running-FSF19): Use new w3-popup-menu-on-mouse-3 variable
|
|
485
|
|
486 * w3-vars.el: Removed _lots_ of obsolete variables
|
|
487 (w3-popup-menu-on-mouse-3): New variable to control whether W3 should
|
|
488 override mouse-3 or not.
|
|
489
|
|
490 * Emacs-W3 3.0.58 released
|
|
491
|
|
492 * w3.txi: Added stubs for stylesheet chapters and supported URLs
|
|
493
|
|
494 * images.el (image-register-netpbm-utilities): This is now safe to call
|
|
495 multiple times again.
|
|
496
|
|
497 Wed Feb 12 06:26:55 1997 William M. Perry <wmperry@aventail.com>
|
|
498
|
|
499 * w3-forms.el (w3-form-keymap): When binding widget-end-of-line, make sure
|
|
500 that we do not overwrite Emacspeak's prefix-key. Now does a
|
|
501 where-is-internal to find the correct binding in global-map to
|
|
502 override.
|
|
503
|
|
504 * w3-display.el (w3-display-node): bind :emacspeak-help to 'w3-widget-echo
|
|
505 in all the hypertext links.
|
|
506
|
|
507 * w3-vars.el (w3-mode-map): New binding for \M-\t - this _should_ have
|
|
508 been taken care of by the [(meta tab)] definition, but evidently it
|
|
509 doesn't. *sigh*
|
|
510
|
|
511 Tue Feb 11 07:33:50 1997 William M. Perry <wmperry@aventail.com>
|
|
512
|
|
513 * w3-forms.el (w3-form-create-option-list): Specify :menu-tag-get so that
|
|
514 keyboard-based-completion doesn't get confused by the fact that some
|
|
515 items will have spaces slapped in at the end.
|
|
516
|
|
517 * ssl.el (ssl-program-arguments): New variable - a list of command line
|
|
518 switches to send to the SSL program in a subprocess, before the hostname
|
|
519 and port number.
|
|
520 (open-ssl-stream): Use it.
|
|
521
|
|
522 Mon Feb 10 07:45:31 1997 William M. Perry <wmperry@aventail.com>
|
|
523
|
|
524 * url-file.el (url-file): Removed refs to variable url-use-hypertext-dired
|
|
525
|
|
526 * url-vars.el: Removed obsolete variable url-use-hypertext-dired
|
|
527
|
|
528 * url-file.el (url-dired-find-file-mouse): fixed bad typo of
|
|
529 (interactive...) spec, added documentation to a few functions.
|
|
530 (url-file): Removed refs to obsolete variable url-use-hypertext-dired
|
|
531
|
|
532 * w3-xemac.el (w3-setup-version-specifics): Workaround for users of XEmacs
|
|
533 19.14 or 20.0 with the bad bad bad lossage with text properties that
|
|
534 have null values. This bug is fixed in XEmacs 19.15, and will be in
|
|
535 20.1 as well. This bug would cause you to get errors like:
|
|
536 internal error: no text-prop <#extent ....> start-open
|
|
537
|
|
538 * w3.el (w3-widget-button-click): Deal with new image capabilities of the
|
|
539 widget checkbox/radio-button stuff.
|
|
540
|
|
541 * Synch'ed up to widget 1.31
|
|
542
|
|
543 Sun Feb 9 15:39:19 1997 William M. Perry <wmperry@aventail.com>
|
|
544
|
|
545 * Emacs-W3 3.0.57 released
|
|
546
|
|
547 * url-file.el (url-dired-minor-mode): New minor mode that overrides a few
|
|
548 of direds keybindings to use Emacs-W3 instead of straight find-file.
|
|
549 (url-format-directory): Now just uses dired to display directory
|
|
550 listings, much more powerful than the old way. Can copy files, act on
|
|
551 multiple files, you all know the drill.
|
|
552
|
|
553 * w3.txi: Added more chapters, reorg of others.
|
|
554
|
|
555 * w3-display.el (w3-maybe-start-image-download): Fixed handling of bad
|
|
556 images in the cache again. Duh.
|
|
557 No longer log to the warnings buffer if we fail to load an image. Just
|
|
558 use message - much less intrusive. We just usually don't care that much
|
|
559 about failed image loads.
|
|
560
|
|
561 * url-gw.el (url-open-stream): fixed typo - was calling old
|
|
562 url-nslookup-host instead of url-gateway-nslookup-host
|
|
563
|
|
564 * w3.el (w3-insert-formatted-url): Now inserts markup in lowercase.
|
|
565
|
20
|
566 Sat Feb 8 13:54:43 1997 William M. Perry <wmperry@aventail.com>
|
|
567
|
|
568 * Emacs-W3 3.0.56 released. Getting closer!
|
|
569
|
|
570 * w3-forms.el (w3-form-summarize-radio-button): Finally, a decent
|
|
571 summarization of radio buttons
|
|
572 Fixed typo in specifying summarizer for hidden form fields.
|
|
573 (w3-form-keymap): Bind C-a and C-e by default.
|
|
574
|
|
575 * w3-widget.el (widget-image-value-create): When using emacspeak, show
|
|
576 client side imagemaps as a table. Need a more general solution for
|
|
577 this, but this makes us nicer than IE again. :)
|
|
578
|
|
579 * Updated to widget 1.30
|
|
580
|
|
581 Fri Feb 7 16:49:55 1997 William M. Perry <wmperry@aventail.com>
|
|
582
|
|
583 * w3-display.el (w3-handle-string-content): Make sure faces text
|
|
584 properties are closed, so that things don't bleed over.
|
|
585 (w3-fixup-eol-faces): New function for Emacs 19 that removes face
|
|
586 information at newlines, so that underlining will not extend from the
|
|
587 end of a line to the window edges - very ugly.
|
|
588
|
|
589 * w3-menu.el (w3-menu-initialize-w3-mode-menu-map): Don't support 'emacs
|
|
590 in w3-use-menus under Emacs in Windows 95/NT.
|
|
591
|
|
592 * w3-display.el (w3-finalize-image-download): Deal with bad images better.
|
|
593 (w3-finish-drawing): Better protection of putting images in.
|
|
594
|
|
595 * url-gw.el (url-open-stream): Don't auto-retry connections. Don't throw
|
|
596 an error if you fail to connect to a site. This is for image loadings
|
|
597 that fail for some reason or another.
|
|
598
|
|
599 * css.el (css-expand-length): better handling of float values and 'ex'
|
|
600 unit type.
|
|
601
|
|
602 * font.el (x-font-create-object): Unconditionally make case-fold-search
|
|
603 non-nil so that we don't lose big-time. This was the cause of the very
|
|
604 weird font-spatial-to-canonical lossage under XEmacs with font sizes of
|
|
605 something like '+12pt'
|
|
606
|
|
607 * w3.el (w3-view-this-url): Use widget-echo-help if we didn't find a URL
|
|
608 under point.
|
|
609
|
|
610 Fri Feb 7 15:22:25 1997 Charles Levert <charles@comm.polymtl.ca>
|
|
611
|
|
612 * w3-widget.el (widget-image-notify): Bad data being fed to w3-fetch if a
|
|
613 client-side imagemap had an alt attribute (but only if the <map> came
|
|
614 _after_ the use.
|
|
615
|
|
616 Fri Feb 7 15:22:25 1997 William M. Perry <wmperry@aventail.com>
|
|
617
|
|
618 * font.el (font-spatial-to-canonical): protect against bad input to this
|
|
619 function.
|
|
620
|
|
621 Fri Feb 7 15:19:36 1997 Toby Speight <tms@ansa.co.uk>
|
|
622
|
|
623 * w3-parse.el (w3-parse-buffer): Parser didn't allow for the fact that
|
|
624 TAGC is optional on end-tags as well as on start-tags (i.e. "<b<i>
|
|
625 bold-italic</i</b>" is legal).
|
|
626
|
|
627 Fri Feb 7 06:28:37 1997 William M. Perry <wmperry@aventail.com>
|
|
628
|
|
629 * w3-forms.el (w3-form-keymap): Now inherits from widget-keymap, with a
|
|
630 few exceptions.
|
|
631
|
|
632 * url.el (url-uncompress): This function now no longer looks at the file
|
|
633 extension to determine a compression/encoding method. This is so that
|
|
634 doing searches on `foo.tar.gz' will not bogusly cause the decompression
|
|
635 steps to run. Ick!
|
|
636
|
|
637 * url-file.el (url-insert-possibly-compressed-file): This function no
|
|
638 longer atempts to decompress the file after loading it in. Instead, it
|
|
639 sets an appropriate content-transfer-encoding header based on the
|
|
640 filename, so that this will allow url-uncompress to work correctly on the
|
|
641 buffer.
|
|
642
|
|
643 Thu Feb 6 06:24:26 1997 William M. Perry <wmperry@aventail.com>
|
|
644
|
|
645 * w3-print.el (w3-postscript-print-function): New variable to control what
|
|
646 function is used to generate postscript output.
|
|
647 (w3-print-this-url): Use it.
|
|
648
|
|
649 * w3-display.el (w3-handle-string-content): Make all inserted text
|
|
650 read-only
|
|
651
|
|
652 * w3-forms.el (w3-form-use-old-style): New variable to control whether to
|
|
653 use the old-style interaction with form fields instead of the 'type
|
|
654 directly into the buffer' method
|
|
655 (w3-form-determine-size): Use it.
|
|
656 (w3-form-create-integer): Use it.
|
|
657 (w3-form-create-float): Use it.
|
|
658 (w3-form-create-text): Use it.
|
|
659 (w3-form-create-password): Use it.
|
|
660 (w3-revert-form): Fixed error with 'reset' buttons on forms that had
|
|
661 hidden form fields.
|
|
662
|
|
663 * w3-vars.el (w3-mode-map): Define [backtab] by default
|
|
664
|
|
665 * w3-display.el (w3-size-of-tree): Removed some warnings
|
|
666 (w3-display-table-dimensions): ditto
|
|
667
|
|
668 * Updated to widget 1.26
|
|
669
|
|
670 * default.css: Some default formatting changes for input fields.
|
|
671 Everything is underlined by default except submit/reset/image/button
|
|
672 fields, so that they are a little easier to spot.
|
|
673
|
|
674 * w3-parse.el (w3-parse-buffer): Now slaps pseudo-elements into input
|
|
675 fields so that stylesheets can access them.
|
|
676
|
|
677 Wed Feb 5 14:42:12 1997 William M. Perry <wmperry@aventail.com>
|
|
678
|
|
679 * Updated to widget 1.24
|
|
680
|
|
681 * Happy birthday Jenny P.
|
|
682
|
|
683 Tue Feb 4 08:21:03 1997 William M. Perry <wmperry@aventail.com>
|
|
684
|
|
685 * font.el (x-font-create-name): Better checking/optimizing of when to just
|
|
686 return the default font.
|
|
687
|
|
688 * w3-forms.el: Make use of the new information, and pass it down to the
|
|
689 widget library appropriately.
|
|
690
|
|
691 * w3-display.el (w3-display-node): Now passes in the entire list of active
|
|
692 faces to form creation functions.
|
|
693
|
|
694 Mon Feb 3 07:26:18 1997 William M. Perry <wmperry@aventail.com>
|
|
695
|
|
696 * w3-emulate.el (w3-lynx-emulation-minor-mode-map): Lots of new
|
|
697 keybindings for lynx emulation minor mode.
|
|
698
|
|
699 * Emacs-W3 3.0.55 released
|
|
700
|
|
701 * w3-forms.el (w3-form-determine-size): Fixed _STUPID_ problem where
|
|
702 option lists would lose everything but the first option in them. I'm a
|
|
703 dumbass. Sort modifies its list parameter! ICK ICK ICK.
|
|
704
|
|
705 * url.el (url-after-change-function): Show prettier status messages.
|
|
706 Sizes are converted to bytes, k, or M, depending on how big the file
|
|
707 is.
|
|
708
|
|
709 * w3.txi: Lots of documentation changes - volunteers welcome.
|
|
710
|
|
711 * Removed personal annotation support, since it wasn't shown with the new
|
|
712 display engine, it needs to be rethought, and nobody had complained in
|
|
713 the entire beta cycle.
|
|
714
|
|
715 * w3.el (w3-history-find-url-internal): Redid the history mechanism.
|
|
716 Toolbar and menu entries are now grayed out appropriately.
|
|
717
|
|
718 * url-http.el (url-create-mime-request): Fixed cookie support if not going
|
|
719 through a proxy gateway.
|
|
720
|
|
721 Sun Feb 2 22:05:41 1997 William M. Perry <wmperry@aventail.com>
|
|
722
|
|
723 * w3-display.el (w3-display-table): Fix for negative colwidth
|
|
724
|
|
725 Fri Jan 31 14:28:54 1997 William M. Perry <wmperry@aventail.com>
|
|
726
|
|
727 * w3.el (w3-fetch): Fixed targetted links (http://blah/#foo)
|
|
728
|
|
729 Fri Jan 31 11:20:47 1997 Alf-Ivar Holm <alfh@ifi.uio.no>
|
|
730
|
|
731 * w3.el (w3-mail-current-document): Fixed problem with calling
|
|
732 w3-parse-buffer with too many arguments when mailing LaTeX-ified
|
|
733 files.
|
|
734
|
|
735 Fri Jan 31 11:19:37 1997 Cord Kielhorn <kielhorn@thphy.uni-duesseldorf.de>
|
|
736
|
|
737 * css.el (css-expand-length): Fixed bad regexps for percentage and
|
|
738 character based lengths
|
|
739
|
16
|
740 Thu Jan 30 20:27:06 1997 William M. Perry <wmperry@aventail.com>
|
|
741
|
20
|
742 * Emacs-W3 3.0.52 released
|
|
743
|
16
|
744 * w3-display.el (w3-handle-image): When doing table auto layout, don't
|
|
745 start loading the images.
|
|
746
|
|
747 Wed Jan 29 06:15:37 1997 William M. Perry <wmperry@aventail.com>
|
|
748
|
|
749 * font.el (x-font-create-name): Yet another fix for not screwing up the
|
|
750 line-height in Emacs 19.
|
|
751
|
|
752 * w3-display.el (w3-face-for-element): Uhh, oblique seems to work.
|
|
753
|
|
754 * font.el (set-font-style-by-keywords): now deals with arguments that
|
|
755 aren't lists, for the font-style and font-variant CSS stuff
|
|
756
|
|
757 * w3-display.el (w3-display-node): Reimplemented <cookie> tag.
|
|
758 (w3-display-node): Reimplemented <flame> tag.
|
|
759
|
|
760 * url.el (url-insert-file-contents): url-insert-file-contents now
|
|
761 decodes/uncompresses the data before returning.
|
|
762
|
|
763 * w3-display.el (w3-display-node): Reimplemented <pinhead> tag
|
|
764
|
|
765 Tue Jan 28 06:22:08 1997 William M. Perry <wmperry@aventail.com>
|
|
766
|
|
767 * font.el (x-font-create-name): Never take font size into account under
|
|
768 Emacs - too much chance of totally screwing up the users leading by
|
|
769 choosing a bigger font than their default. This sucks. But I can't
|
|
770 find a better solution.
|
|
771
|
|
772 * w3.el: w3-mode now turns on truncate-lines by default.
|
|
773
|
|
774 * w3-forms.el (w3-form-create-image): Better image input type support.
|
|
775
|
|
776 Mon Jan 27 08:21:58 1997 William M. Perry <wmperry@aventail.com>
|
|
777
|
|
778 * w3-forms.el (w3-form-create-password): Now uses real password entry
|
|
779 widgets provided by 'widget' - you _MUST_USE_ the widget library that
|
|
780 comes with Emacs-W3 for this, otherwise the info won't be hidden
|
|
781 correctly.
|
|
782 (w3-form-add-element): Deal with hidden text areas better when they are
|
|
783 in forms
|
|
784
|
|
785 * Synch'd up to widget 1.22
|
|
786
|
|
787 Sun Jan 26 16:50:09 1997 William M. Perry <wmperry@aventail.com>
|
|
788
|
|
789 * Emacs-W3 3.0.51 released
|
|
790
|
|
791 * w3-forms.el (w3-form-create-text): Now uses the real text entry widgets
|
|
792 provided by 'widget' - still can't do this for password fields yet
|
|
793 though.
|
|
794
|
|
795 * Synch'd up to Widget 1.20
|
|
796
|
|
797 Sat Jan 25 13:38:12 1997 William M. Perry <wmperry@aventail.com>
|
|
798
|
|
799 * url.el (url-expand-file-name): Now strips out spaces as well as
|
|
800 newlines/carriage returns. More fixes for that bastardized microsoft
|
|
801 home page.
|
|
802
|
|
803 * url-http.el (url-create-mime-request): Make sure that we retrieve the
|
|
804 cookies for the real URL we are retrieving when going through a proxy.
|
|
805 Now the psychotic crap that is the microsoft home page should be
|
|
806 successfully retrieved if going through an HTTP proxy.
|
|
807
|
|
808 * url-cookie.el (url-cookie-handle-set-cookie): Attempt to deal with
|
|
809 idiotic microsoft home page that sends out set-cookie headers that look
|
|
810 like MC1=ID=abc, and expects two cookies MC1='' and ID='abc' *sigh*
|
|
811
|
|
812 * w3-forms.el, w3-display.el: Form elements now keep all their attributes
|
|
813 with them. Will be useful when we start allowing scripting.
|
|
814 (w3-form-create-custom): Rudimentary patches to allow embedding 'custom'
|
|
815 widgets into the buffer. Interesting.
|
|
816
|
|
817 * w3-forms.el (w3-form-determine-size): New function to calculate how big
|
|
818 a form field will be - option lists should look much better now.
|
|
819
|
|
820 Thu Jan 23 08:48:59 1997 William M. Perry <wmperry@aventail.com>
|
|
821
|
|
822 * Synch'ed up to custom 1.19
|
|
823
|
|
824 * url-parse.el: document extra slots of url-generic-parse-url
|
|
825
|
|
826 Thu Jan 23 08:34:34 1997 Joe Wells <jbw@cs.bu.edu>
|
|
827
|
|
828 * url-file.el (url-file): Patch to tell ange-ftp and/or efs the password
|
|
829 in a file/ftp URL so that you won't be prompted for the password, even
|
|
830 if one was specified in the URL
|
|
831
|
|
832 * url-parse.el (url-generic-parse-url): Fixed bug where specifying a
|
|
833 username and password in the URL would downcase the username and
|
|
834 password as well as the hostname.
|
|
835
|
|
836 Wed Jan 22 08:28:13 1997 William M. Perry <wmperry@aventail.com>
|
|
837
|
|
838 * Emacs-W3 3.0.50 released
|
|
839
|
|
840 * base64.el (base64-encode-region): Pulled in code from VM for quicker
|
|
841 encoding/decoding
|
|
842
|
|
843 * mm.el (mm-content-transfer-encodings): Better base64 decoding
|
|
844
|
|
845 Wed Jan 22 07:31:03 1997 Alf-Ivar Holm <alfh@ifi.uio.no>
|
|
846
|
|
847 * w3-emulate.el (w3-lynx-emulation-minor-mode-map): Lynx [up] and [down]
|
|
848 bound to non-existing functions.
|
|
849
|
|
850 * w3.el (w3-do-setup): Fixed installation of lynx emulation modes keymap.
|
|
851
|
|
852 Tue Jan 21 07:56:51 1997 William M. Perry <wmperry@aventail.com>
|
|
853
|
|
854 * url-misc.el (url-data): Make sure to url-decode the data before
|
|
855 inserting it into the buffer.
|
|
856
|
|
857 * w3-menu.el (w3-toggle-minibuffer): better version
|
|
858
|
|
859 * w3-forms.el (w3-form-create-integer): New form entry type
|
|
860 (w3-form-create-float): new form entry type
|
|
861 (w3-form-encode-helper): deal with the new integer/float types
|
|
862
|
|
863 * w3-display.el (w3-display-node): Reimplemented <select multiple> as a
|
|
864 list of checkboxes
|
|
865
|
|
866 Mon Jan 20 06:29:07 1997 William M. Perry <wmperry@aventail.com>
|
|
867
|
|
868 * w3-display.el (w3-display-node): Keep track of the last form's action,
|
|
869 for theoretically 'naked' input fields that we want to try and handle as
|
|
870 best we can anyway.
|
|
871
|
|
872 * w3-parse.el: Much more lenient about where form elements can be found.
|
|
873
|
|
874 * w3-forms.el: summarizer functions now take the widget as an extra
|
|
875 parameter.
|
|
876
|
|
877 * w3.el (w3-find-etc-directory): New function - not used yet.
|
|
878
|
|
879 * w3.txi: Warning! You now need a very new version of texinfo to compile
|
|
880 the .info or .dvi file yourself.
|
|
881
|
|
882 * url-mail.el (url-mail): Now tries to use message-mail if it is bound
|
|
883 instead of just plain old 'mail'.
|
|
884
|
|
885 * w3-forms.el (w3-form-add-element): Duh, fix hidden form fields.
|
|
886
|
|
887 * font.el (font-normalize-color): Hopefully fixed color lossage under OS/2
|
|
888 and Windows
|
|
889
|
|
890 * w3-forms.el (w3-form-summarize-field): Actually 'message' the string as
|
|
891 a workaround for emacspeak 5.0
|
|
892
|
|
893 Sun Jan 19 09:32:15 1997 William M. Perry <wmperry@aventail.com>
|
|
894
|
|
895 * w3-xemac.el (w3-mouse-handler): Ditto
|
|
896
|
|
897 * w3-e19.el (w3-mouse-handler): Protect against 'bad format string' errors
|
|
898 when showing a hexified URL
|
|
899
|
|
900 * w3-forms.el (w3-form-mark-widget): Be super paranoid and mark all
|
|
901 children and their children's children, and the parents of a widget.
|
|
902 (w3-form-create-radio-button): Make sure radio button children always
|
|
903 get updated via w3-form-mark-widget.
|
|
904 (w3-form-summarize-radio-button): Slightly better summarization of radio
|
|
905 buttons.
|
|
906
|
|
907 * Emacs-W3 3.0.49 released
|
|
908
|
|
909 * Synch'ed up with widget 1.18
|
|
910
|
|
911 Fri Jan 17 06:25:36 1997 Dave Love <d.love@dl.ac.uk>
|
|
912
|
|
913 * w3-display.el: w3-echo-link now prefers the URL to the text of a link
|
|
914
|
|
915 Fri Jan 17 06:25:36 1997 William M. Perry <wmperry@aventail.com>
|
|
916
|
|
917 * w3-display.el: Fixed handling of inlined styles
|
|
918
|
|
919 * w3-mouse.el: Some fixes for XEmacs when built with no X support
|
|
920
|
|
921 * default.css: Now uses the new @media directives instead of the old
|
|
922 :blah: stuff
|
|
923
|
|
924 * css.el (css-handle-media-directive): New function to handle @media
|
|
925 directives.
|
|
926 (css-parse): Deprecate the old :mediatype: way of specifying media
|
|
927 dependent styles.
|
|
928
|
|
929 * w3-style.el (w3-handle-style): Now gets passed a plist instead of an
|
|
930 assoc list.
|
|
931 (w3-handle-style): Pay attention to the new 'media' attribute on
|
|
932 stylesheet links, and don't load the stylesheet if we aren't currently
|
|
933 running on that type of media.
|
|
934
|
|
935 * css.el (css-properties): Added proposed printing properties from a W3C
|
|
936 draft.
|
|
937
|
|
938 Thu Jan 16 06:06:45 1997 William M. Perry <wmperry@aventail.com>
|
|
939
|
|
940 * css.el (css-handle-media-directive): Implemented the @media processing
|
|
941 instruction.
|
|
942
|
|
943 * w3-forms.el (w3-form-summarize-option-list): Changed the summarize
|
|
944 function for option lists. Much saner now.
|
|
945
|
|
946 * w3.el (w3-read-url-with-default): Use the URL at point before falling
|
|
947 back to http://www.
|
|
948 (w3-source-document): When sourcing a document, let set-auto-mode do the
|
|
949 right thing. .html comes up in html-mode, or whatever now.
|
|
950
|
|
951 * url-cookie.el: Fixed some compile warnings under Emacs
|
|
952
|
|
953 * w3-forms.el (w3-form-summarize-option-list): Make each choice-item have
|
|
954 emacspeak-help set.
|
|
955
|
|
956 * w3-speak.el (w3-widget-backward): New advice
|
|
957 (w3-widget-forward): New advice
|
|
958
|
|
959 * w3-forms.el (w3-form-create-option-list): Renamed function
|
|
960
|
|
961 * Emacs-W3 3.0.48 released
|
|
962
|
|
963 * w3-display.el (w3-face-for-element): Use background-color instead of
|
|
964 just background for css property.
|
|
965
|
|
966 * w3-forms.el (w3-form-encode-helper): Fixed radio buttons, duh.
|
|
967
|
|
968 * url-misc.el (url-do-terminal-emulator): Fixed bad var reference left
|
|
969 from old code.
|
|
970
|
|
971 * url-gw.el: Moved all the gateway variables into their own namespace to
|
|
972 make it easier to turn this into a standalone package.
|
|
973
|
|
974 * dist.Makefile (SOURCES): Added url-gw and w3 to the build targets.
|
|
975
|
|
976 Wed Jan 15 08:00:37 1997 William M. Perry <wmperry@aventail.com>
|
|
977
|
|
978 * Emacs-W3 3.0.47 released
|
|
979
|
|
980 * url.el (url-expand-file-name): Make sure to remove \r from the URL as
|
|
981 well as \n
|
|
982
|
|
983 * url-gw.el (url-open-stream): Added in 'telnet' and 'rlogin' methods for
|
|
984 url-gateway-method. Code stolen from GNUS. Thanks lars! :) It would
|
|
985 be nice to make this file its own package and be able to override
|
|
986 open-network-stream so that all apps could get this for free.
|
|
987
|
|
988 * url-misc.el (url-generic-emulator-loader): Consolidated the tn3270,
|
|
989 telnet, and rlogin URL loaders into one smarter function
|
|
990
|
|
991 * url.el: Made cookie and auth modules autoloaded, removed some old autoloads
|
|
992 (url-open-stream) Moved to url-gw.el
|
|
993
|
|
994 Mon Jan 13 22:11:00 1997 William M. Perry <wmperry@aventail.com>
|
|
995
|
|
996 * w3-display.el (w3-widget-echo): w3-echo-link can now be a list, so the
|
|
997 user can explicitly control fallback behaviour.
|
|
998
|
|
999 * w3.txi: Added some pointers to CSS documentation
|
|
1000
|
|
1001 * mule-sysdp.el (mule-code-convert-region): ditto
|
|
1002
|
|
1003 * w3.el (w3-convert-code-for-mule): Fixed bug in XEmacs 20.0 mule
|
|
1004
|
|
1005 Mon Jan 13 11:14:29 1997 T. V. Raman <raman@Adobe.COM>
|
|
1006
|
|
1007 * w3.el (w3-widget-forward): Call widget-forward interactively so that
|
|
1008 emacspeak will hook it correctly.
|
|
1009
|
|
1010 Mon Jan 13 11:14:29 1997 William M. Perry <wmperry@aventail.com>
|
|
1011
|
|
1012 * w3-display.el (w3-refresh-buffer): Finally reimplemented
|
|
1013 w3-refresh-buffer.
|
|
1014
|
|
1015 Sun Jan 12 10:32:50 1997 Karl Eichwalder <ke@ke.Central.DE>
|
|
1016
|
|
1017 * w3.txi: Add @dircategory and @direntry... @end. `install-info'
|
|
1018 from texinfo-3.9 know about those.
|
|
1019
|
|
1020 Sun Jan 12 21:49:44 1997 William M. Perry <wmperry@aventail.com>
|
|
1021
|
|
1022 * w3.el (w3-save-as): Can now save a page as postscript again
|
|
1023
|
|
1024 * w3-display.el (w3-display-node): inline styles work again
|
|
1025
|
|
1026 * url-misc.el (url-data): Updated data: URL to the spec.
|
|
1027 ftp://ietf.org/internet-drafts/draft-masinter-url-data-02.txt
|
|
1028
|
|
1029 Sat Jan 11 20:47:24 1997 William M. Perry <wmperry@aventail.com>
|
|
1030
|
|
1031 * Emacs-w3 3.0.45 released
|
|
1032
|
|
1033 * url-misc.el (url-data): Now supports the 'data' URL type, which just
|
|
1034 'fetches' everything after the data: chunk of the URL
|
|
1035
|
|
1036 Fri Jan 10 11:49:43 1997 William M. Perry <wmperry@aventail.com>
|
|
1037
|
|
1038 * w3-display.el (w3-display-node): Multicolumn works, but puts things
|
|
1039 across instead of down
|
|
1040
|
|
1041 * w3-parse.el: Basic support for parsing <multicol>
|
|
1042
|
|
1043 * w3-display.el (w3-display-node): Make our semi-widgety hyperlinks
|
|
1044 start/end open under XEmacs.
|
|
1045
|
|
1046 * w3.el (w3-complete-link): Make sure we take case into account when doing
|
|
1047 link completion. The user can use 'test' to complete to link titled
|
|
1048 'Test'. Uses try-completion for this, which seems to work since we
|
|
1049 require a match. Is this the best way to do this? Other than not being
|
|
1050 case-insensitive at this point?
|
|
1051
|
|
1052 * w3-forms.el (w3-form-default-widget-creator): Better way of handling
|
|
1053 updates to text entry fields.
|
|
1054 (w3-revert-form): Everything should be reverted correctly, both in
|
|
1055 internal storage and in the buffer
|
|
1056 (w3-form-create-radio-button): Get a more unique identifier to store
|
|
1057 radio elements by - old way could theoretically get collisions.
|
|
1058
|
|
1059 * w3-display.el (w3-display-handle-list-type): Updated use of 'list-style'
|
|
1060 to use new property 'list-style-type'
|
|
1061 (w3-prepare-buffer): Now kills the source buffer before it starts
|
|
1062 drawing the tree, to avoid *URL-n* buffers when not really necessary.
|
|
1063
|
|
1064 * css.el (css-properties): Updated all the properties to the W3C's latest
|
|
1065 'recommendation' level CSS specification.
|
|
1066 (css-handle-import): much better handling of @import
|
|
1067 (css-parse): Better handling of '@' directives in general
|
|
1068 (css-expand-value): General cleanup, reference the CSS and ACSS specs
|
|
1069 for how/why we are parsing something the way we are.
|
|
1070
|
|
1071 Thu Jan 9 06:17:08 1997 William M. Perry <wmperry@aventail.com>
|
|
1072
|
|
1073 * Updated all copyright notices. Happy belated new year!
|
|
1074
|
|
1075 * w3-display.el (w3-region): Fixed a few bugs with nuking too much of a
|
|
1076 buffer when using w3-region
|
|
1077
|
|
1078 * w3.el (w3-read-url-with-default): Use new variable.
|
|
1079
|
|
1080 * w3-vars.el (w3-fetch-with-default): New variable to control whether or
|
|
1081 not w3-fetch will figure out a good default value for the URL or not.
|
|
1082
|
|
1083 * w3-forms.el (w3-form-mark-widget): New function to mark a widget and all
|
|
1084 its children with an appropriate :emacspeak-help and 'w3-form-data
|
|
1085 Now defines a few keywords to look more widget-y
|
|
1086
|
|
1087 Wed Jan 8 09:27:47 1997 William M. Perry <wmperry@aventail.com>
|
|
1088
|
|
1089 * css.el (css-expand-value): Added elevation, angle, and time units.
|
|
1090
|
|
1091 * w3-display.el (w3-display-node): Turn on voice-lock-mode by default in
|
|
1092 all w3 buffers.
|
|
1093
|
|
1094 * css.el (css-properties): Added in new speech properties from the ACSS
|
|
1095 note from the W3C. Please see
|
|
1096 http://www.w3.org/pub/WWW/Style/CSS/Speech/NOTE-ACSS for more
|
|
1097 information.
|
|
1098
|
|
1099 * w3-forms.el: Moved all the form entry summarization functions from
|
|
1100 w3-speak.el into w3-forms. Easier to keep in synch this way.
|
|
1101
|
|
1102 * w3-display.el (w3-display-node): Reimplimented the 'keygen' form entry
|
|
1103 type for netscape compatibility.
|
|
1104
|
|
1105 Tue Jan 7 07:20:08 1997 William M. Perry <wmperry@aventail.com>
|
|
1106
|
|
1107 * w3-display.el (w3-region): New function that parses the HTML in a region
|
|
1108 'in-place', so that things like MIME mailers/gnus readers can show HTML
|
|
1109 inline a lot easier.
|
|
1110
|
|
1111 * w3-forms.el (w3-form-resurrect-widgets): Fixed case where a widget goes
|
|
1112 all the way to point-max and next-single-property-change will return
|
|
1113 nil. Would pass bad args to delete-region.
|
|
1114 (w3-form-summarize-field): Moved some of the smarts about summarizing W3
|
|
1115 widgets from w3-speak into the core forms code.
|
|
1116
|
|
1117 * font.el (define-font-keywords): New function for defining keywords that
|
|
1118 will actually work across Emacs and XEmacs
|
|
1119
|
|
1120 * w3-display.el (w3-display-node): Reimplemented 'note' functionality, by
|
|
1121 converting it into a two-cell table.
|
|
1122 (w3-display-node): Implemented <dir> as multi-column, as-per the RFC and
|
|
1123 HTML 3.x specifications
|
|
1124
|
|
1125 * default.css: Added default display type for dir and menu
|
|
1126
|
|
1127 Mon Jan 6 21:49:52 1997 William M. Perry <wmperry@aventail.com>
|
|
1128
|
|
1129 * url-http.el (url-create-mime-request): Fixed yet another stupid problem
|
|
1130 in Host: header handling. Was never sending the right information if
|
|
1131 you were not going through a proxy this time. *sigh*
|
|
1132
|
|
1133 * w3-forms.el (w3-form-add-element): Fixed hidden form fields
|
|
1134
|
|
1135 Sun Jan 5 22:38:54 1997 William M. Perry <wmperry@aventail.com>
|
|
1136
|
|
1137 * url-vars.el (url-proxy-services): updated documentation string
|
|
1138
|
|
1139 * w3-widget.el (widget-image-notify): Fixed client side handling of
|
|
1140 imagemaps on a TTY or a delayed/broken image. Duhhh
|
|
1141
|
|
1142 Fri Jan 3 Dave Love <d.love@dl.ac.uk>
|
|
1143
|
|
1144 * w3-e19.el (w3-mouse-handler): Fix link echoing.
|
|
1145
|
14
|
1146 Fri Jan 3 08:43:56 1997 William M. Perry <wmperry@aventail.com>
|
|
1147
|
16
|
1148 * Emacs-W3 3.0.43 released
|
|
1149
|
14
|
1150 * font.el (make-font): Treat args as a plist, just for sanity's sake.
|
|
1151
|
|
1152 Thu Jan 2 12:19:31 1997 William M. Perry <wmperry@aventail.com>
|
|
1153
|
|
1154 * w3-display.el (w3-table-hack-borders): Fix stupid use of 'otheriwse'
|
|
1155 instead of 'otherwise' in a case statement.
|
|
1156
|
|
1157 * w3-forms.el (w3-form-add-element): Fix stupid use of 'otheriwse'
|
|
1158 instead of 'otherwise' in a case statement.
|
|
1159 (w3-form-resurrect-widgets): Fixed XEmacs handling of widget recreation,
|
|
1160 and also fixed problem where some widgets would be skipped.
|
|
1161
|
|
1162 Tue Dec 31 07:37:17 1996 William M. Perry <wmperry@aventail.com>
|
|
1163
|
|
1164 * w3-e19.el: All the menus in Emacs-19 now use the same constructors that
|
|
1165 the :filter entries under XEmacs do. This will make things much easier
|
|
1166 in the future in not duplicating crufty menu-construction code once for
|
|
1167 XEmacs menu-structs and once for Emacs keymaps.
|
|
1168
|
|
1169 * w3-menu.el (w3-menu-html-links-constructor): Now works with the Emacs 19
|
|
1170 implementation of property lists.
|
|
1171
|
|
1172 Mon Dec 30 06:25:28 1996 William M. Perry <wmperry@aventail.com>
|
|
1173
|
|
1174 * w3-menu.el (w3-popup-menu): context-sensitive menus over delayed images
|
|
1175 work again
|
|
1176
|
|
1177 * w3-display.el (w3-parse-link): New way to store <link> information from
|
|
1178 an HTML document.
|
|
1179
|
|
1180 * w3.el (w3-search): Deal with new <link> storage
|
|
1181
|
|
1182 * w3-menu.el (w3-menu-html-links-constructor): Deal with new way <link>
|
|
1183 items are stored - now uses the 'title' attribute if present.
|
|
1184
|
|
1185 * w3-auto.el (w3-form-resurrect-widgets): Added autoload
|
|
1186
|
|
1187 * url-file.el (url-format-directory): Removed url-forms-based-ftp option -
|
|
1188 didn't really work anyway.
|
|
1189
|
|
1190 Sun Dec 29 15:54:21 1996 William M. Perry <wmperry@aventail.com>
|
|
1191
|
|
1192 * w3-forms.el (w3-form-resurrect-widgets): fixed stupid problem in munging
|
|
1193 of the size of form elements.
|
|
1194
|
|
1195 * Emacs-W3 3.0.42 released
|
|
1196
|
|
1197 * w3-display.el (w3-table-hack-borders): Deal gracefully with not finding
|
|
1198 a 'terminal' font to display hacked border chars in
|
|
1199
|
|
1200 * w3-hot.el (w3-hotlist-add-document): don't hexify a url before sticking
|
|
1201 it in the hotlist buffer
|
|
1202
|
|
1203 * w3-display.el (w3-display-node): hyperlinks with images at the start
|
|
1204 will now have a button associated with the entire link, not just the
|
|
1205 image part.
|
|
1206
|
|
1207 * w3-sysdp.el (fillin-text-property): made it work under Emacs19
|
|
1208
|
|
1209 Sun Dec 29 00:07:39 1996 Takahiro Hayata <hayata@sc511t.s.kobe-u.ac.jp>
|
|
1210
|
|
1211 * mule-sysdp.el (mule-write-region-no-coding-system): Patch for Mule 2.3
|
|
1212
|
|
1213 Sun Dec 29 00:07:39 1996 William M. Perry <wmperry@aventail.com>
|
|
1214
|
|
1215 * w3-forms.el (w3-form-add-element): Only insert stubs of the right length
|
|
1216 for a for element, and do munging of that text into the actual widgets
|
|
1217 later. This saves us a lot of grief and heartache when handling things
|
|
1218 like radio buttons that span table elements because the markers have
|
|
1219 become completely insane by the time the next widget is ready to be
|
|
1220 created.
|
|
1221
|
|
1222 Sat Dec 28 17:24:08 1996 William M. Perry <wmperry@aventail.com>
|
|
1223
|
|
1224 * w3-display.el (w3-display-table): Don't crap out on invalid tables where
|
|
1225 table-dimensions tells us we have a 0 column or 0 row table.
|
|
1226
|
|
1227 * w3-widget.el (widget-image-value-create): Use :action instead of :notify
|
|
1228 for widget-image-callback - hyperlinked images under Emacs 19 should
|
|
1229 work again.
|
|
1230
|
|
1231 Thu Dec 26 18:26:25 1996 William M. Perry <wmperry@aventail.com>
|
|
1232
|
|
1233 * w3.el (w3-widget-forward): Use this instead of widget-forward.
|
|
1234 (w3-widget-backward): Ditto. Need to make both of these smart for w3.
|
|
1235
|
|
1236 * w3-display.el (w3-display-node): Implemented the display class 'none'
|
|
1237 for turning off the rendering of an element and its subcontent.
|
|
1238
|
|
1239 Thu Dec 26 07:21:58 1996 William Perry <wmperry@aventail.com>
|
|
1240
|
|
1241 * w3-parse.el (w3-parse-buffer): *sigh* Allow _ in attribute names.
|
|
1242
|
|
1243 * Emacs-W3 3.0.41 released
|
|
1244
|
|
1245 * url-parse.el (url-generic-parse-url): bind inhibit-read-only to 't' in
|
|
1246 url parsing buffers, to avoid 'attempt to modify read-only text'
|
|
1247 problems when the string passed to url-generic-parse-url has the
|
|
1248 read-only text property set.
|
|
1249
|
|
1250 * w3-e19.el (w3-setup-version-specifics): popup menus should work in
|
|
1251 Emacs19 again.
|
|
1252
|
|
1253 * css.el (css-expand-value): For margin and padding, make sure we _always_
|
|
1254 convert into a valid length spec. Setting a 'margin' or 'padding'
|
|
1255 property group instead of individual margin-* or padding-* values would
|
|
1256 cause the display engine to crap out.
|
|
1257 (css-get): Fixed generic class-only lookups (.foo, etc)
|
|
1258
|
|
1259 * w3-display.el (w3-display-handle-list-type): Tweaks to list indentation
|
|
1260
|
|
1261 * w3-menu.el (w3-menu-html-links-constructor): Fixed stupid problem with
|
|
1262 the new navigate menu under XEmacs.
|
|
1263
|
|
1264 Tue Dec 24 22:46:11 1996 William M. Perry <wmperry@aventail.com>
|
|
1265
|
|
1266 * css.el (css-expand-color): Better handling of X-style color specs -
|
|
1267 convert them to internal RGB format.
|
|
1268
|
|
1269 Tue Dec 24 02:50:08 1996 Christian Limpach <chris@nice.ch>
|
|
1270
|
|
1271 * font.el (ns-font-families-for-device): added test for unbound
|
|
1272 device-fonts-cache variable.
|
|
1273 (ns-font-create-name): handle font-styles which are numbers.
|
|
1274
|
|
1275 * w3-sysdp.el (try-font-name): added support for Nextstep.
|
|
1276
|
|
1277 Tue Dec 24 06:16:33 1996 William M. Perry <wmperry@aventail.com>
|
|
1278
|
|
1279 * w3.el (w3-open-local): Send filename through expand-file-name in
|
|
1280 w3-open-local to avoid having illegal URLs like file:/~/test.html
|
|
1281
|
|
1282 * w3-widget.el (widget-image-value-create): fixed new problem with client
|
|
1283 side imagemaps. Should really work this time.
|
|
1284
|
|
1285 * w3.el (w3-map-links): w3-map-links and hence w3-complete-link will now
|
|
1286 find images that are also hyperlinks.
|
|
1287
|
|
1288 Mon Dec 23 22:28:58 1996 William M. Perry <wmperry@aventail.com>
|
|
1289
|
|
1290 * Emacs-W3 3.0.40 released
|
|
1291
|
|
1292 * w3-menu.el (w3-menu-go-menu): Added 'navigate' submenu to hold the
|
|
1293 predefined <link> types.
|
|
1294
|
|
1295 * w3-widget.el (widget-image-summarize): Image widgets should now be much
|
|
1296 better at identifying themselves when being tab'ed to or waggled at with
|
|
1297 the mouse.
|
|
1298
|
|
1299 * w3-prefs.el: Fixed a few references to w3-glyphp (now widget-glyphp)
|
|
1300
|
|
1301 * w3.el (w3-url-completion-function): Fixed completion of URLs
|
|
1302
|
|
1303 Sat Dec 21 Dave Love <d.love@dl.ac.uk>
|
|
1304
|
|
1305 * w3-display.el, w3-vars.el, w3.el: Define and use
|
|
1306 w3-defined-link-types to canonicalize link descriptions' case for
|
|
1307 ease of use.
|
|
1308
|
|
1309 * w3-e19.el (w3-build-FSF19-menu): Add any recognised <link> items
|
|
1310 to the menu in the absence of a toolbar.
|
|
1311
|
|
1312 Thu Dec 19 13:52:35 1996 William Perry <wmperry@aventail.com>
|
|
1313
|
|
1314 * Emacs-W3 3.0.39 released
|
|
1315
|
|
1316 * w3-forms.el (w3-form-encode-xwfu): Ditto.
|
|
1317
|
|
1318 * url.el (url-hexify-string): Updated to use url-unreserved-chars when
|
|
1319 escaping, ala
|
|
1320 http://www.ics.uci.edu/pub/ietf/uri/draft-fielding-url-syntax-02.txt
|
|
1321
|
|
1322 Wed Dec 18 22:09:41 1996 William M. Perry <wmperry@aventail.com>
|
|
1323
|
|
1324 * w3.el (w3-mode): Removed bogus setting of widget-motion-hook from way
|
|
1325 back
|
|
1326
|
|
1327 * w3-parse.el (w3-parse-buffer): Better handling of <base> tag.
|
|
1328
|
|
1329 * w3-display.el (w3-widget-echo): Better falling-back when the preferred
|
|
1330 echo method yields nil.
|
|
1331
|
|
1332 * url.el, w3-display.el, w3.el: Remove last vestiges of url-hash.el and
|
|
1333 removed it from the distribution.
|
|
1334
|
|
1335 Wed Dec 18 08:07:32 1996 William Perry <wmperry@aventail.com>
|
|
1336
|
|
1337 * dsssl.el: Moved the DSSSL parser and friends into its own namespace.
|
|
1338
|
|
1339 Removed dependencies on url-hash.
|
|
1340
|
|
1341 * custom.el: Synch'd up to custom 1.13
|
|
1342
|
|
1343 Tue Dec 17 16:36:05 1996 William M. Perry <wmperry@aventail.com>
|
|
1344
|
|
1345 * url.el (url-expand-file-name): If we weren't given a base object to work
|
|
1346 from, and url-current-object is null, set it to the object returned by
|
|
1347 parsing url-view-url.
|
|
1348
|
|
1349 * url-http.el (url-create-mime-request): Send the right information in the
|
|
1350 'Host' header field when going through a proxy.
|
|
1351 (url-setup-reload-timer): Emacs 19 doesn't deal well with 0-length
|
|
1352 timeouts, so protect against trying to create one when dealing with the
|
|
1353 refresh header.
|
|
1354
|
|
1355 * w3-parse.el: Removed lots of crap for the old display engine - shouldn't
|
|
1356 cons up as much garbage as before. Now it will just cons up garbage
|
|
1357 that we actually need.
|
|
1358
|
|
1359 Tue Dec 17 07:10:47 1996 William Perry <wmperry@aventail.com>
|
|
1360
|
|
1361 * css.el (css-properties): New property type 'string-list' for font-family
|
|
1362
|
|
1363 * w3.el (w3-find-default-stylesheets): Make sure to look in
|
|
1364 data-directory/../../w3 for stylesheets
|
|
1365
|
|
1366 Tue Dec 17 06:07:08 1996 William M. Perry <wmperry@aventail.com>
|
|
1367
|
|
1368 * w3-toolbar.el: wrapped a condition-case around the require for
|
|
1369 xpm-button and xbm-button so that it will compile under Emacs
|
|
1370
|
|
1371 Mon Dec 16 08:19:40 1996 William Perry <wmperry@aventail.com>
|
|
1372
|
|
1373 * Emacs-W3 3.0.38 released.
|
|
1374
|
|
1375 * dist.Makefile (OBJECTS): Removed xpm-button and xbm-button from the
|
|
1376 distribution. Any version of XEmacs that can run the latest 3.0 stuff
|
|
1377 has them already.
|
|
1378
|
|
1379 * default.css: Make nested ol/ul items display class 'line' so they look
|
|
1380 prettier.
|
|
1381
|
|
1382 * w3-display.el (w3-display-node): EVIL hack to make the first item in a
|
|
1383 nested list get indented correctly.
|
|
1384
|
|
1385 * w3-about.el (w3-about): Fixed the about:style stylesheet to be
|
|
1386 up-to-date with new CSS spec.
|
|
1387
|
|
1388 * default.css: Turned down indentation on list items by default.
|
|
1389
|
|
1390 * w3-display.el (w3-display-node): Mouse tracking should work under XEmacs
|
|
1391 again.
|
|
1392
|
|
1393 * dist.Makefile (all): Removed 'emacs' from dependency list.
|
|
1394
|
|
1395 Mon Dec 16 06:03:14 1996 William M. Perry <wmperry@aventail.com>
|
|
1396
|
|
1397 * w3-display.el (w3-table-hack-borders): This should work on TTY's again.
|
|
1398
|
|
1399 Sun Dec 15 14:19:53 1996 William M. Perry <wmperry@aventail.com>
|
|
1400
|
|
1401 * Emacs-W3 3.0.37 released
|
|
1402
|
|
1403 * w3-display.el: Better handling of paragraphs (well, any block-level
|
|
1404 element within a list-item display group.
|
|
1405
|
|
1406 * default.css (address): Changed <address> display tpye to line so that
|
|
1407 right-justification will take effect.
|
|
1408
|
|
1409 Sat Dec 14 10:24:13 1996 William M. Perry <wmperry@aventail.com>
|
|
1410
|
|
1411 * w3-sysdp.el: Removed stubs for add-submenu - it was confusing 'custom'
|
|
1412
|
|
1413 * dist.Makefile: More GNU-ish project makefile
|
|
1414
|
|
1415 * url.el (url-default-find-proxy-for-url): Fixed no_proxy handling
|
|
1416 (url-default-find-proxy-for-url): Don't pass 'www://' links to a proxy
|
|
1417
|
|
1418 Fri Dec 13 22:50:45 1996 William M. Perry <wmperry@aventail.com>
|
|
1419
|
|
1420 * dist.Makefile (URLSOURCES): Added socks.el to the distribution. Not
|
|
1421 used just yet.
|
|
1422
|
|
1423 * css.el (css-copy-stylesheet): Fixed problem with sharing the list
|
|
1424 structure between the hash tables - document stylesheets would infect
|
|
1425 the main w3-user-stylesheet and cause weirdness.
|
|
1426
|
|
1427 Fri Dec 13 09:47:40 1996 William Perry <wmperry@aventail.com>
|
|
1428
|
|
1429 * w3-style.el (w3-display-stylesheet): Fixed problem where
|
|
1430 w3-display-stylesheet would override the buffer css-display was showing
|
|
1431 the stylesheet in. Duhh.
|
|
1432
|
|
1433 * mule-sysdp.el (mule-encode-string): Fixed stupid problem on non-XEmacs
|
|
1434 mule
|
|
1435 (mule-sysdep-version): Ditto.
|
|
1436
|
|
1437 Fri Dec 13 06:25:45 1996 William M. Perry <wmperry@aventail.com>
|
|
1438
|
|
1439 * css.el (css-get): Removed bogus recursive call to css-get, and moved the
|
|
1440 guts of css-get out into its own fuction, which is in turn inlined into
|
|
1441 css-get. Might even make things faster. At the least, I expect it to
|
|
1442 get rid of the 'takes two makes to make w3-display.elc' problem some
|
|
1443 people have been seeing.
|
|
1444
|
|
1445 * w3-display.el (w3-display-handle-list-type): Fixed stupid problem with
|
|
1446 margin handling where list-item display items were always flush-left
|
|
1447
|
|
1448 Fri Dec 13 02:51:24 1996 Greg Stark <gsstark@mit.edu>
|
|
1449 * w3-display.el (w3-display-line-break): correct right justification code
|
|
1450 (w3-min-size-of-string): removed unused function that didn't work.
|
|
1451 (w3-size-of-tree): maintain consistent w3-display-open-element-stack
|
|
1452 don't hard code assumption that hr's are drawn with '-'
|
|
1453 (w3-display-table-dimensions): major bug if the last column rowspans
|
|
1454 (w3-table-lookup-char): new function
|
|
1455 (w3-table-hack-borders): new function makes table borders use pretty
|
|
1456 graphic characters instead of ascii characters.
|
|
1457 (w3-table-unhack-borders): new function restore lame ascii borders.
|
|
1458 (w3-display-table): Major changes to support drawing better borders
|
|
1459 also fix various bugs and tweak various things.
|
|
1460
|
|
1461 * w3-parse.el: remove = from set of characters that terminate an attribute
|
|
1462 when guessing about an syntactically invalid attribute.
|
|
1463 (didn't this get changed once already?)
|
|
1464
|
|
1465 * w3.el (w3-sentinel): hack around bug that bit w3-preview-this-buffer
|
|
1466 but I don't know what the right thing for Mule.
|
|
1467
|
|
1468 Thu Dec 12 08:36:01 1996 William Perry <wmperry@aventail.com>
|
|
1469 * Synch'd up to widget 1.13
|
|
1470
|
|
1471 * w3-display.el (w3-get-pad-string): Ack - watch for negative values in
|
|
1472 w3-get-pad-string
|
|
1473
|
|
1474 * Released 3.0.36
|
|
1475
|
|
1476 * w3-style.el (w3-display-stylesheet): Use new css-display function
|
|
1477
|
|
1478 * css.el (css-get): Better class checking
|
|
1479 (css-display): New function to pretty-print a stylesheet that is in
|
|
1480 memory.
|
|
1481
|
|
1482 * w3-parse.el (w3-parse-buffer): *sigh* Parser now keeps track of 'base'
|
|
1483 of this document. Also normalizes 'align' attribute, as well as
|
|
1484 auto-expanding any SRC or HREF attributes.
|
|
1485
|
|
1486 * w3-display.el (w3-display-handle-list-type): Now handles text-indent
|
|
1487 style property.
|
|
1488 (w3-display-table): Can now specify properties on 'tr', for
|
|
1489 vertical-alignment, etc.
|
|
1490 (w3-display-node): Lots of changes to deal with new method of munging
|
|
1491 class/align/etc in the parser.
|
|
1492
|
|
1493 Wed Dec 11 17:37:14 1996 William M. Perry <wmperry@aventail.com>
|
|
1494
|
|
1495 * w3-parse.el (w3-parse-buffer): Do munging of align/src/href/class
|
|
1496 attributes to save time in w3-display-node and friends.
|
|
1497
|
|
1498 * w3-prefs.el (w3-preferences-compatibility-variables): Fixed problems
|
|
1499 with renaming of w3-style-ie-compatibility to css-ie-compatibility
|
|
1500
|
|
1501 * w3-display.el (w3-display-node): fix for hyperlinks / form info in
|
|
1502 tables. Duhh.
|
|
1503
|
|
1504 Wed Dec 11 07:36:08 1996 William Perry <wmperry@aventail.com>
|
|
1505
|
|
1506 * css.el (css-copy-stylesheet): New function
|
|
1507
|
|
1508 * w3-display.el (w3-display-node): use it
|
|
1509
|
|
1510 * mule-sysdp.el (mule-encode-string): Fixes for XEmacs w/mule
|
|
1511 (mule-decode-string): Fixes for XEmacs w/mule
|
|
1512
|
|
1513 * w3-display.el (w3-display-node): Fixed problem in isindex handling.
|
|
1514 Using forms for isindex handling should work again.
|
|
1515
|
|
1516 * css.el (css-specificity): new function css-specificity to find how
|
|
1517 specific a certain rule is. Need to use this to sort rules in css-get.
|
|
1518
|
|
1519 Tue Dec 10 22:37:59 1996 William M. Perry <wmperry@aventail.com>
|
|
1520
|
|
1521 * w3-display.el (w3-get-style-info): Changes to deal with new css.el -
|
|
1522 should be much much faster now.
|
|
1523
|
|
1524 * css.el (css-get): Radically changed the internal representation of
|
|
1525 stylesheets, and how they are looked up.
|
|
1526
|
|
1527 Mon Dec 9 22:31:11 1996 William M. Perry <wmperry@aventail.com>
|
|
1528
|
|
1529 * w3-display.el (w3-face-for-element): Fixed bug in w3-face-for-element
|
|
1530 where weight of the element wasn't being taken into account.
|
|
1531
|
|
1532 * css.el: Changed font-variant style type from string to symbol-list
|
|
1533
|
|
1534 Mon Dec 9 12:29:59 1996 William Perry <wmperry@aventail.com>
|
|
1535
|
|
1536 * default.css: Changed default header sizes - should look better on most
|
|
1537 machines
|
|
1538
|
|
1539 Sun Dec 8 19:21:07 1996 William M. Perry <wmperry@aventail.com>
|
|
1540
|
|
1541 * Emacs-w3 3.0.34 Released
|
|
1542
|
|
1543 * w3-display.el: New macro w3-get-attribute to replace
|
|
1544 (cdr (assq 'blah args)), just in case I ever decide to replace the
|
|
1545 assoc list currently used.
|
|
1546
|
|
1547 * New file mule-sysdp.el, to make supporting Mule 2.3, Mule 2.4, and
|
|
1548 XEmacs 20.0 easier.
|
|
1549
|
|
1550 * url-file.el (url-insert-possibly-compressed-file): handle mule 2.4
|
|
1551
|
|
1552 Fri Dec 6 06:54:03 1996 William Perry <wmperry@aventail.com>
|
|
1553
|
|
1554 * w3-parse.el: Emit warnings when people try to slap attribute/value pairs
|
|
1555 on end tags. Evil bastards.
|
|
1556 Added SPAN, BDO, OBJECT, BASEFONT
|
|
1557
|
|
1558 Fri Dec 6 04:42:24 1996 Greg Stark <gsstark@mit.edu>
|
|
1559
|
|
1560 * default.css: add th td and caption text-align information
|
|
1561
|
|
1562 * docomp.el: increase max-specpdl-size so it can compile w3-display
|
|
1563
|
|
1564 * url.el (url-sentinel): avoid save-excursion around switch-buffer
|
|
1565
|
|
1566 * w3-display (w3-display-line-break): if we're in nowrap mode but the
|
|
1567 region doesn't end on a newline insert an extra newline, otherwise <br>
|
|
1568 gets ignored inside a <pre> or nowrap environment.
|
|
1569 Also protect against fill-column less than the length of fill-prefix.
|
|
1570 Also avoid infloop in right justification, and
|
|
1571 fix bug that caused right justification to never be executed.
|
|
1572
|
|
1573 * w3-display (table-cut table-dimensions w3-display-table):
|
|
1574 lots of new code to handle rowspan and autolayout.
|
|
1575
|
|
1576 * (w3-display-fix-widgets): be more agressive adjust even markers that have
|
|
1577 buffers and adjust parent markers.
|
|
1578
|
|
1579 * w3-display (w3-display-node): These changes are important for tables
|
|
1580 Don't insert insert-before on <a> tags before the class is adjusted
|
|
1581 Don't insert more than one class into an <a> tag when we adjust it.
|
|
1582 Protect against a negative fill-column when drawing <hr>s
|
|
1583 Set adaptive-fill-mode (what's filladapt-mode?)
|
|
1584
|
|
1585 * w3-parse.el: remove font from %block. WARNING, i have little idea what
|
|
1586 consequences this has but it seems to have the desired effect of
|
|
1587 handling table cells whose first tag is a <font> without discarding the
|
|
1588 implied <p> tag.
|
|
1589
|
|
1590 * w3-parse.el: skip-chars-forward "^>" when parsing end tags
|
|
1591 (some people seem to think you can put attributes in end tags)
|
|
1592
|
|
1593 Fri Dec 6 14:08:30 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1594
|
|
1595 * css.el: Better handling of text-decoration, to go along with the new version
|
|
1596 of set-font-style-by-keywords
|
|
1597
|
|
1598 * font.el: Faster version of set-font-style-by-keywords.
|
|
1599 Fixed RGB spec. problem if you used non-floats.
|
|
1600
|
|
1601 * w3-display.el: (w3-face-for-element) Obey some font function renaming.
|
|
1602 (w3-face-for-element) Changed format specification on w3-style-face-xxx
|
|
1603 creation.
|
|
1604 (w3-display-node) Alignment specified via attributes overrides
|
|
1605 stylesheet, not vice versa.
|
|
1606 (w3-display-node) Fixed stupid mistake in 'link' handling where
|
|
1607 stylesheets were ignored.
|
|
1608
|
|
1609 Thu Dec 5 17:51:37 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1610
|
|
1611 * url.el: (url-retrieve-internally) Can now specify an alternative
|
|
1612 function to determine whether a URL should be proxied or not. modelled
|
|
1613 off the netscape auto-proxy-configuration crap, so hopefully someday we
|
|
1614 can just suck down one of their files and be 'happy' with it.
|
|
1615
|
|
1616 * w3-display.el, css.el:
|
|
1617 Modified some of the css properties to not be inherited - let
|
|
1618 w3-display figure it out on its own - quicker this way. Saves a few
|
|
1619 thousand lookups over the life of a parse.
|
|
1620
|
|
1621 Mon Dec 2 20:22:12 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1622
|
|
1623 * w3-display.el: use better face names... avoids problems in xemacs
|
|
1624 resource name checking.
|
|
1625
|
|
1626 * w3-vars.el: Created version 3.0.33
|
|
1627
|
|
1628 * w3-parse.el: Fixed problem parsing attribute values like <img alt=''> -
|
|
1629 the regexp didn't like empty attribute values specified with single
|
|
1630 quotes.
|
|
1631
|
|
1632 * w3.el: -Patches from Dave Love
|
|
1633
|
|
1634 * font.el: Renamed the font-set-*-p to set-font-*-p, to be more in line with
|
|
1635 set-face-underline-p and friends. Fixed stupid problem in
|
|
1636 set-font-*-p where it would always just toggle the property, not
|
|
1637 actually set it. Blah. Added code in x-font-create-name to try
|
|
1638 oblique and italic versions of a font if italic is set.
|
|
1639
|
|
1640 * default.css: Prettied up the :speech: section
|
|
1641
|
|
1642 * w3-display.el:
|
|
1643 Conditionalized get-style-info calls in w3-voice-for-element on
|
|
1644 feature 'emacspeak
|
|
1645
|
|
1646 * w3.el: Added code to try loading dtk-css-speech and w3-speak if the feature
|
|
1647 'emacspeak' is available.
|
|
1648
|
|
1649 * css.el: Fixed a few stupid problems.
|
|
1650
|
|
1651 * font.el:
|
|
1652 made tty-font-create-object return a 12pt font object, just for reference.
|
|
1653
|
|
1654 * w3.txi: More updates to the documentation
|
|
1655
|
|
1656 * w3.el, w3-style.el: Moved to using the new 'css' package
|
|
1657
|
|
1658 * w3-parse.el:
|
|
1659 Removed some old functions. Save some string creation by downcasing
|
|
1660 tag and atribute names in the buffer instead of using 'downcase'.
|
|
1661
|
|
1662 * w3-display.el: Moved to using the new 'css' package
|
|
1663
|
|
1664 * w3-auto.el: Removed some outdated autoloads
|
|
1665
|
|
1666 * font.el: Added function font-set-style-by-keywords
|
|
1667
|
|
1668 * css.el: Better handling of various entities - beter way of specifying new
|
|
1669 properties and how they should be handled.
|
|
1670
|
|
1671 * default.css: *** empty log message ***
|
|
1672
|
|
1673 * dist.Makefile: Added 'css.el' to targets
|
|
1674
|
|
1675 * css.el: Initial revision
|
|
1676
|
|
1677 * w3-vars.el: Renamed w3-right-border to w3-right-margin
|
|
1678
|
|
1679 Sat Nov 30 17:42:38 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1680
|
|
1681 * custom-edit.el, custom.el, widget-edit.el, widget.el:
|
|
1682 -Synch'd up to Custom/Widget 1.09
|
|
1683
|
|
1684 Fri Nov 29 23:12:42 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1685
|
|
1686 * font.el: Actually try to use the 'oblique' property under X
|
|
1687
|
|
1688 * w3-display.el:
|
|
1689 Fix for sometimes getting an invalid glyph error in image retrieval.
|
|
1690 Fixed problem where table display would pop something off the open element stack.
|
|
1691
|
|
1692 * custom-edit.el, custom.el, widget-edit.el, widget.el:
|
|
1693 -Synch'd up to Custom/Widget 1.08
|
|
1694
|
|
1695 * w3-display.el: List filling seems to line up correctly now.
|
|
1696 Fixed bug in ordered list handling (wrong arg passed to a format).
|
|
1697 Changed the way spacing is handled.
|
|
1698
|
|
1699 * w3-menu.el: Added new 'search' menu with common web indexes
|
|
1700
|
|
1701 * dist.Makefile:
|
|
1702 Don't specify widget*.el twice in SOURCES _AND_ CUSTOMSOURCES or
|
|
1703 install under FreeBSD chokes.
|
|
1704
|
|
1705 * w3-display.el: Protect against list-item display property outside of a list.
|
|
1706
|
|
1707 * w3-sysdp.el: Fixed free var reference in make-device
|
|
1708
|
|
1709 Thu Nov 28 23:01:11 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1710
|
|
1711 * w3-display.el:
|
|
1712 Protect against bad values of w3-last-fill-pos in w3-display-line-break
|
|
1713
|
|
1714 * w3-e19.el, w3-menu.el:
|
|
1715 -Patches from Dave Love <d.love@dl.ac.uk> for using title of link in menus
|
|
1716
|
|
1717 Wed Nov 27 22:59:56 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1718
|
|
1719 * w3-vars.el: Created version 3.0.32
|
|
1720
|
|
1721 * w3.txi: Started revamping some of the documentation
|
|
1722
|
|
1723 * url-custom.el: Initial revision
|
|
1724
|
|
1725 * w3-display.el: Handle 'menu' list type correctly
|
|
1726
|
|
1727 * url.el: Patch from Thierry.Emery@aar.alcatel-alsthom.fr;
|
|
1728 - insert information about processes in buffer "URL Status Display"
|
|
1729 instead of *URL-<i>* : added a local variable `url-status-buf' and a
|
|
1730 call to `set-buffer'
|
|
1731
|
|
1732 - changed `url-get-working-buffer' to `url-get-working-buffer-name',
|
|
1733 because `url-working-buffer' is expected to be a name, not a buffer
|
|
1734 (my mistake)
|
|
1735
|
|
1736 * w3-xemac.el, w3-vars.el:
|
|
1737 Removed some old variables that aren't used anywhere now.
|
|
1738
|
|
1739 * w3-e19.el:
|
|
1740 Patch from Dave Love <d.love@dl.ac.uk> for 'title' version of w3-echo-link.
|
|
1741
|
|
1742 * w3-display.el:
|
|
1743 Patch from Dave Love <d.love@dl.ac.uk> for 'title' version of w3-echo-link.
|
|
1744 Form info is now stuck on a stack instead of in a let-bound variable.
|
|
1745 Only call w3-display-fix-widgets once! recursive calls to
|
|
1746 w3-display-node when rendering tables caused it to happen more than it
|
|
1747 should.
|
|
1748
|
|
1749 * w3-forms.el:
|
|
1750 Patch from Dave Love <d.love@dl.ac.uk> to protect against bad value
|
|
1751 for 'next' in w3-next-widget.
|
|
1752
|
|
1753 * dist.Makefile: Don't use `install -d', use mkdir -p if necessary
|
|
1754
|
|
1755 Tue Nov 26 16:21:32 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1756
|
|
1757 * custom-edit.el, custom.el: synch'd up to custom 1.05
|
|
1758
|
|
1759 * widget.el, widget-edit.el: *** empty log message ***
|
|
1760
|
|
1761 * widget-edit.el, widget.el: synch'd up to widget 1.05
|
|
1762
|
|
1763 * w3-display.el: Handles the 'dir' list type correctly now.
|
|
1764
|
|
1765 * url.el:
|
|
1766 Quick patch to check for url-working-buffer being a buffer, not a string.
|
|
1767
|
|
1768 * w3-display.el:
|
|
1769 Backed out _BAD BAD BAD_ change to protect against invalid values for
|
|
1770 w3-last-fill-pos that basically fucked everything in regards to
|
|
1771 vertical whitespace.
|
|
1772
|
|
1773 Mon Nov 25 21:12:17 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1774
|
|
1775 * w3-display.el: *** empty log message ***
|
|
1776
|
|
1777 * w3-display.el:
|
|
1778 Now only does incrememental display around block level elements.
|
|
1779 Does better munging of pre-formatted text CR -> LF CRLF->LF, etc.
|
|
1780
|
|
1781 * w3.el: Protect against errors in w3-sentinel on bad buffers.
|
|
1782
|
|
1783 * w3-vars.el: Created version 3.0.31
|
|
1784
|
|
1785 * widget-edit.el: Fixed compile problems under emacs
|
|
1786
|
|
1787 * w3-vars.el: *** empty log message ***
|
|
1788
|
|
1789 * widget.el: Made widget.el compile in emacsen w/o native backquote support
|
|
1790
|
|
1791 * w3-display.el: *** empty log message ***
|
|
1792
|
|
1793 * w3-parse.el:
|
|
1794 Patch from greg stark for dealing with '=' in misquoted attribute value pairs
|
|
1795
|
|
1796 Sun Nov 24 23:25:25 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1797
|
|
1798 * w3-display.el: Reimplemented targetted anchors (#foo)
|
|
1799
|
|
1800 * url.el: *** empty log message ***
|
|
1801
|
|
1802 * url-vars.el:
|
|
1803 Changed default of url-mime-language-string to '*' to make some sites happy.
|
|
1804
|
|
1805 * w3-display.el: Protect against w3-last-fill-pos getting an invalid position
|
|
1806
|
|
1807 * w3.el, w3-display.el, w3-vars.el:
|
|
1808 Patch from Dave Love <d.love@dl.ac.uk> to add new possibility 'title'
|
|
1809 to w3-echo-link to show the 'title' attribute of a link if its there.
|
|
1810
|
|
1811 * w3-speak.el: Patch from raman.
|
|
1812
|
|
1813 * font.el:
|
|
1814 Patch from nagae@mickey.ai.kyutech.ac.jp to handle fontsets correctly in mule
|
|
1815
|
|
1816 * w3-display.el: Implemented a few more CSS properties.
|
|
1817 list-style - control how list items are displayed. Ordered lists are
|
|
1818 now different from unordered only in their list-style.
|
|
1819 Need to implement contextual selectors to get ordered
|
|
1820 lists to work out of the box though.
|
|
1821 white-space - control whether whitespace is collapsed or not, and
|
|
1822 whether text is wrapped. <pre> <xmp> and <plaintext>
|
|
1823 are now all specified to use this in the default
|
|
1824 stylesheet.
|
|
1825 text-align - this replaces the old 'align' attribute
|
|
1826
|
|
1827 Reimplemented inlined styles.
|
|
1828
|
|
1829 * default.css: Varius updates to take advantage of the new CSS properties
|
|
1830 white-space, list-style, etc.
|
|
1831
|
|
1832 * w3-style.el: Handle url() and rgb() notation in color specifications
|
|
1833
|
|
1834 * w3-vars.el: Removed a few outdated variables
|
|
1835
|
|
1836 Sat Nov 23 02:10:37 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1837
|
|
1838 * w3-display.el: *** empty log message ***
|
|
1839
|
|
1840 * dsssl.el: Got rid of yet more compilation warnings.
|
|
1841
|
|
1842 * custom.el, custom-edit.el: Synch'd up to custom 1.0.1
|
|
1843
|
|
1844 * w3-display.el:
|
|
1845 Better handling of <hr> and <center>, and line spacing in general
|
|
1846
|
|
1847 * default.css: Updates to default stylesheet to deal with <center> and <div>
|
|
1848
|
|
1849 * w3.el, url.el, url-vars.el, url-http.el:
|
|
1850 Patches from Thierry Emery to allow multiple asynch fetches.
|
|
1851
|
|
1852 Fri Nov 22 22:26:35 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1853
|
|
1854 * widget-edit.el, widget.el: -Synch'd up to widget 1.01
|
|
1855
|
|
1856 * w3-style.el: Fixed a few fRemoved a few free variable sets/refs
|
|
1857
|
|
1858 * w3.el:
|
|
1859 When saving a document as html source, try to get into the 'head' before inserting the base.
|
|
1860
|
|
1861 * w3-display.el, w3-style.el:
|
|
1862 Stylesheets now store all there information as property lists instead
|
|
1863 of assoc lists. Just easier.
|
|
1864
|
|
1865 * font.el: Fix for font-normalize-color under nextstep
|
|
1866
|
|
1867 Thu Nov 21 04:01:22 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1868
|
|
1869 * widget-edit.el, widget.el: synch'd to 1.00 of widget/custom
|
|
1870
|
|
1871 Mon Nov 18 16:26:06 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1872
|
|
1873 * install.sh: Initial revision
|
|
1874
|
|
1875 * html32.dsl: Updated to latest from jon bosak
|
|
1876
|
|
1877 * w3-vars.el: Created version 3.0.30
|
|
1878
|
|
1879 Thu Nov 14 22:39:36 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1880
|
|
1881 * w3.el: Changed this so you can actually just do a (require 'w3-sysdp) and
|
|
1882 each function will check to see if it should overwrite, instead of
|
|
1883 conditionalizing that on the whole file.
|
|
1884
|
|
1885 * url.el: *** empty log message ***
|
|
1886
|
|
1887 * images.el, font.el, docomp.el, w3-sysdp.el:
|
|
1888 Changed this so you can actually just do a (require 'w3-sysdp) and
|
|
1889 each function will check to see if it should overwrite, instead of
|
|
1890 conditionalizing that on the whole file.
|
|
1891
|
|
1892 * w3-display.el: Moved some macros around.
|
|
1893
|
|
1894 * widget.el, widget-edit.el, w3-forms.el: Sync'd up to Widget 0.999
|
|
1895
|
|
1896 * w3-auto.el, w3-menu.el: *** empty log message ***
|
|
1897
|
|
1898 Sun Nov 10 18:08:24 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1899
|
|
1900 * w3-vars.el: Created version 3.0.29
|
|
1901
|
|
1902 * dsssl.el: Various changes, starting on the actual flow object stuff
|
|
1903
|
|
1904 Tue Nov 5 05:26:07 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1905
|
|
1906 * url-news.el: Updated version checking of news to deal with 'red' gnus
|
|
1907
|
|
1908 Mon Nov 4 14:47:47 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1909
|
|
1910 * w3-display.el: Don't show the content of 'script' - typo
|
|
1911
|
|
1912 Fri Nov 1 15:08:45 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1913
|
|
1914 * default.css: Changes from raman
|
|
1915
|
|
1916 Thu Oct 31 18:51:52 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1917
|
|
1918 * widget-edit.el: -
|
|
1919
|
|
1920 Tue Oct 29 19:53:38 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1921
|
|
1922 * w3-display.el: *** empty log message ***
|
|
1923
|
|
1924 Thu Oct 24 02:25:03 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1925
|
|
1926 * w3-widget.el: Updated the image widget to the new widget stuff.
|
|
1927
|
|
1928 Wed Oct 23 13:26:09 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1929
|
|
1930 * docomp.el: *** empty log message ***
|
|
1931
|
|
1932 * url.el: Fixed bug in url-remove-relative-links that would choke on something
|
|
1933 like: /foo/bar/./../baz/ - they /../ was removed first, removing its
|
|
1934 parent directory, the /./ - ack.
|
|
1935
|
|
1936 * w3-display.el: Image loading is back!
|
|
1937 Client-side imagemaps are back!
|
|
1938 Forms that span tables are working now.
|
|
1939
|
|
1940 Mon Oct 21 21:32:33 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1941
|
|
1942 * w3-vars.el: Created version 3.0.28
|
|
1943
|
|
1944 * url-mail.el: Make mail handling a little more generic.
|
|
1945
|
|
1946 * w3-display.el:
|
|
1947 Fix for w3-display-fix-widgets so that links right up against each
|
|
1948 other don't cause it to skip every-other-one.
|
|
1949
|
|
1950 Sun Oct 20 16:47:05 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1951
|
|
1952 * w3-style.el: don't map a pitch of 9 to 0.
|
|
1953
|
|
1954 * w3-speak.el:
|
|
1955 Added back in the advice for url-lazy-message that provided auditory
|
|
1956 feedback during URL retrieval. Also added back in the
|
|
1957 w3-speak-browse-page command.
|
|
1958
|
|
1959 * w3-speak.el:
|
|
1960 Some patches from TV Raman to fix multiline text entry area speaking
|
|
1961 and a bogus call to widget-get in text entry area speaking.
|
|
1962
|
|
1963 Fri Oct 18 12:27:04 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1964
|
|
1965 * w3-display.el:
|
|
1966 Patches from Thierry Emery <Thierry.Emery@aar.alcatel-alsthom.fr> to
|
|
1967 implement 'colspan' on tables. Patch to support align=xxx on
|
|
1968 arbitrary tags.
|
|
1969
|
|
1970 Thu Oct 17 22:27:44 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1971
|
|
1972 * w3-vars.el: Created version 3.0.27
|
|
1973
|
|
1974 * w3-display.el:
|
|
1975 fixed voicification of hyperlinks. Fixed problem in w3-normalize-spaces
|
|
1976 and multi-line strings.
|
|
1977
|
|
1978 Wed Oct 16 20:56:40 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1979
|
|
1980 * w3-speak.el: Fix stupid problem. function renaming lossage. Fun
|
|
1981
|
|
1982 * w3-display.el:
|
|
1983 Fixed <select> form items that had no <option value=xxx selected>
|
|
1984 entry in them. Wheee.
|
|
1985
|
|
1986 * w3-display.el:
|
|
1987 Fixed <select> form items that had an <option value=xxx selected>
|
|
1988 entry in them. Wheee.
|
|
1989
|
|
1990 * w3.el: document info is now shown as a table.
|
|
1991
|
|
1992 * w3.el: Document information is now shown as a table.
|
|
1993
|
|
1994 * w3-display.el, w3-vars.el: Now keeps better track of the <meta> tag info
|
|
1995
|
|
1996 * w3-vars.el: Created version 3.0.26
|
|
1997
|
|
1998 * w3-display.el: *** empty log message ***
|
|
1999
|
|
2000 Tue Oct 15 13:21:54 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2001
|
|
2002 * w3-display.el: Added back in <meta> and <link> handling.
|
|
2003 Fixed insert-before and insert-after for 'a' tag and pseudo-classes
|
|
2004
|
|
2005 * w3-display.el:
|
|
2006 Fixed some potential runaway style inheritance - need to think about a
|
|
2007 better way to pop style info off the various stacks than
|
|
2008 (w3-handle-content node) on an empty element.
|
|
2009
|
|
2010 * w3-display.el: Fixed <textarea> elements in forms
|
|
2011
|
|
2012 * w3-display.el, w3-forms.el: Fixed <select> elements in forms
|
|
2013
|
|
2014 Sun Oct 13 23:50:03 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2015
|
|
2016 * w3-vars.el: Created version 3.0.25
|
|
2017
|
|
2018 * dsssl.el: Bug fixes
|
|
2019
|
|
2020 * url-hash.el:
|
|
2021 Fixed bug in url-gethash where it wasn't honoring the 'default' parameter
|
|
2022
|
|
2023 Sat Oct 12 20:32:49 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2024
|
|
2025 * widget.el, widget-edit.el: Synched up to widget 0.99.4
|
|
2026
|
|
2027 Fri Oct 11 18:55:02 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2028
|
|
2029 * w3-display.el: fix for xemacs w/ temp faces
|
|
2030
|
|
2031 * w3-display.el: Fixed a bug with the insert-after handling. Duhh.
|
|
2032
|
|
2033 * default.css, w3-display.el: Implemented insert-before and insert-after
|
|
2034
|
|
2035 Wed Oct 9 19:00:59 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2036
|
|
2037 * 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:
|
|
2038 -Updated copyrights/addresses
|
|
2039
|
|
2040 Tue Oct 8 14:56:22 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2041
|
|
2042 * w3-display.el: Tables now default to having no border
|
|
2043
|
|
2044 * w3-forms.el: Require w3-vars so Gnus will work
|
|
2045
|
|
2046 * w3-vars.el: Created version 3.0.24
|
|
2047
|
|
2048 * w3-speak.el:
|
|
2049 Added a few patches from raman and the latest version of emacspeak -
|
|
2050 everything appears to work out of the box now.
|
|
2051
|
|
2052 * w3-style.el:
|
|
2053 Added in a few autoloads for getting emacspeak to work right out of the box.
|
|
2054
|
|
2055 * w3-display.el: Added back in the :help-echo stuff on widgets
|
|
2056
|
|
2057 Mon Oct 7 18:09:17 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2058
|
|
2059 * w3-display.el:
|
|
2060 <isindex> works again. Automatically turns off filladapt-mode now,
|
|
2061 since we apparently don't play well together.
|
|
2062
|
|
2063 * default.css: Added some margins
|
|
2064
|
|
2065 * w3-display.el: Fix for emacs 19
|
|
2066
|
|
2067 Fri Oct 4 17:08:51 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2068
|
|
2069 * dsssl.el:
|
|
2070 Fixed a few errors in calling w3-dsssl-check-args. Now _EVERYTHING_
|
|
2071 compiles cleanly.
|
|
2072
|
|
2073 * docomp.el: Added a few more variables to the 'expected-to-be-free' list.
|
|
2074 Everything but dsssl.el compiles cleanly now.
|
|
2075
|
|
2076 * url-news.el: Fixed a few typos that resulted in free variable references.
|
|
2077
|
|
2078 * w3-display.el: New function w3-make-face to 'do the right thing' in
|
|
2079 Emacs/XEmacs/Emacs-with-no-X-support.
|
|
2080 Implemented margin-left and margin-right.
|
|
2081 Fixed a few problems with runaway or insufficient application of styles.
|
|
2082
|
|
2083 Mon Sep 30 19:43:35 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2084
|
|
2085 * url-hash.el:
|
|
2086 Nasty hack to fix the !! error (("file \"cl-extra\" didn't define \"gethash\"")) stuff people are seeing under Emacs-19
|
|
2087
|
|
2088 * w3-vars.el: Created version 3.0.23
|
|
2089
|
|
2090 * w3-prefs.el: Updates for new widget package
|
|
2091
|
|
2092 * w3-display.el:
|
|
2093 No more recursion! Lots more shit broke though. Lists are totally broken.
|
|
2094
|
|
2095 * w3.el: Updates for new widget package
|
|
2096
|
|
2097 * w3-keyword.el: *** empty log message ***
|
|
2098
|
|
2099 Sun Sep 29 21:26:47 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2100
|
|
2101 * widget.el, widget-edit.el: Updated to version 0.99 of the library
|
|
2102
|
|
2103 * widget-edit.el: Allow the :help-echo widget stuff to be a symbol
|
|
2104
|
|
2105 * w3.el: More updates for the latest widget package
|
|
2106
|
|
2107 * w3-sysdp.el: New functions prepend-text-property, append-text-property,
|
|
2108 fillin-text-property
|
|
2109
|
|
2110 * default.css, url.el: *** empty log message ***
|
|
2111
|
|
2112 Wed Sep 25 10:53:08 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2113
|
|
2114 * dist.Makefile: Removed custom.el and custom-edit.el from the distribution.
|
|
2115
|
|
2116 Tue Sep 24 05:04:47 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2117
|
|
2118 * w3-vars.el: Created version 3.0.22
|
|
2119
|
|
2120 * widget.el, widget-edit.el: Updated to latest widget stuff from Per.
|
|
2121
|
|
2122 * w3-parse.el:
|
|
2123 Added <script> to %body.content so that stupid IE 3.0 demo pages would work.
|
|
2124
|
|
2125 * w3-keyword.el:
|
|
2126 Added some new keyword defs to get rid of compile-time warnings
|
|
2127
|
|
2128 * w3-forms.el, w3-display.el: Now works with newest widget stuff
|
|
2129
|
|
2130 * url.el: New function url-parse-query-string, to return an assoc list of name
|
|
2131 value pairs from a URL-style query. url-unhex-string now takes an
|
|
2132 optional second argument for whether to allow decoding of newlines or
|
|
2133 not.
|
|
2134
|
|
2135 * url-mail.el:
|
|
2136 Now understands netscape-style 'extensions' to the mailto: specifier.
|
|
2137 ie: mailto:wmperry?subject=thesubject&bcc=root
|
|
2138
|
|
2139 * font.el:
|
|
2140 Now always converts to points instead of pixels, seems to give better
|
|
2141 results this way.
|
|
2142
|
|
2143 Mon Sep 23 04:53:56 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2144
|
|
2145 * w3-vars.el: Created version 3.0.20
|
|
2146
|
|
2147 * dsssl.el: Made dsssl depend on url-hash
|
|
2148
|
|
2149 Sun Sep 22 05:16:06 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2150
|
|
2151 * w3-display.el, w3-parse.el: *** empty log message ***
|
|
2152
|
|
2153 * w3-display.el: Some spacing changes, fix for nested lists
|
|
2154
|
|
2155 * custom.el, widget-edit.el, widget.el: -
|
|
2156
|
|
2157 * custom-edit.el: *** empty log message ***
|
|
2158
|
|
2159 Fri Sep 20 05:07:12 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2160
|
|
2161 * w3-vars.el: Created version 3.0.19
|
|
2162
|
|
2163 * w3-display.el: *** empty log message ***
|
|
2164
|
|
2165 * w3-sysdp.el: Added in stub for set-keymap-parents
|
|
2166
|
|
2167 * w3-speak.el: Patches from raman
|
|
2168
|
|
2169 * w3-prefs.el, w3-imap.el: *** empty log message ***
|
|
2170
|
|
2171 * w3-hot.el: Fixed w3-read-html-bookmarks to work with some parser changes.
|
|
2172
|
|
2173 * w3-forms.el: Made forms work again.
|
|
2174
|
|
2175 * w3-display.el: Changed how the borders on tables are drawn.
|
|
2176 Added back in the voice support.
|
|
2177
|
|
2178 Thu Sep 19 05:12:49 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2179
|
|
2180 * w3-vars.el: Created version 3.0.18
|
|
2181
|
|
2182 * dist.Makefile:
|
|
2183 Moved the URL and W3 packages back into one big distrubtion again
|
|
2184
|
|
2185 * w3-vars.el: Created version 3.0.18
|
|
2186
|
|
2187 * w3-vars.el: Created version 3.0.19
|
|
2188
|
|
2189 * w3-display.el: Don't crap out on tables with 0 columns
|
|
2190
|
|
2191 * docomp.el, url.el: *** empty log message ***
|
|
2192
|
|
2193 Wed Sep 18 12:50:03 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2194
|
|
2195 * w3-vars.el: Created version 3.0.18
|
|
2196
|
|
2197 * docomp.el: *** empty log message ***
|
|
2198
|
|
2199 * w3-display.el: Space filling fixes
|
|
2200
|
|
2201 * w3-auto.el: Added autoload for w3-style-post-process-stylesheet
|
|
2202
|
|
2203 Tue Sep 17 12:50:47 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2204
|
|
2205 * w3-vars.el: Created version 3.0.16
|
|
2206
|
|
2207 * w3-display.el, w3-e19.el: *** empty log message ***
|
|
2208
|
|
2209 Mon Sep 16 04:46:18 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2210
|
|
2211 * custom-edit.el, custom.el, widget-edit.el, widget-example.el, widget.el:
|
|
2212 Initial revision
|
|
2213
|
|
2214 Sun Sep 15 22:47:53 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2215
|
|
2216 * w3-vars.el: Created version 3.0.15
|
|
2217
|
|
2218 * w3-display.el: Alignment stuff works (right, left, full, center).
|
|
2219 Tables can now be borderless, and if it has borders, they are all there.
|
|
2220 <pre>/<xmp> work.
|
|
2221
|
|
2222 * url-vars.el: Created version 1.0.42
|
|
2223
|
|
2224 * url-http.el: *** empty log message ***
|
|
2225
|
|
2226 * w3-vars.el: Created version 3.0.14
|
|
2227
|
|
2228 * html32.dsl: Initial revision
|
|
2229
|
|
2230 * w3.el: Use the new display code.
|
|
2231
|
|
2232 * w3-forms.el: A few changes for the latest display code
|
|
2233
|
|
2234 * w3-vars.el: Created version 3.0.14
|
|
2235
|
|
2236 * w3-display.el: Actually mostly works
|
|
2237
|
|
2238 * w3-parse.el: Removed hooks into the old display engine
|
|
2239
|
|
2240 * url.el: *** empty log message ***
|
|
2241
|
|
2242 * w3-speak.el: Update from raman
|
|
2243
|
|
2244 * url.el: *** empty log message ***
|
|
2245
|
|
2246 Sat Sep 14 16:48:24 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2247
|
|
2248 * url-gopher.el, url.el:
|
|
2249 Added '...' to the downloading messages so that they do not show up in
|
|
2250 the message log buffer under Emacs 19.xx
|
|
2251
|
|
2252 * w3-parse.el: Changed content-model of <script> to fix problems on some sites
|
|
2253 (notably netscape's) that use an unescaped </ in the script. BAD SGML
|
|
2254 DAMMIT.
|
|
2255
|
|
2256 Fri Sep 13 05:24:53 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2257
|
|
2258 * w3-vars.el: Created version 3.0.13
|
|
2259
|
|
2260 * w3-forms.el: Use the new :ignore-case stuff for choice items
|
|
2261
|
|
2262 Thu Sep 12 05:57:47 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2263
|
|
2264 * w3-display.el: Holy shit tables work.
|
|
2265
|
|
2266 Tue Sep 10 03:11:55 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2267
|
|
2268 * w3-speak.el: Bug-fixes from raman.
|
|
2269
|
|
2270 Mon Sep 9 05:18:37 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2271
|
|
2272 * dsssl.el:
|
|
2273 Removed a few compiler warnings and fixed a few bugs (equal, error, time
|
|
2274
|
|
2275 * dsssl.el:
|
|
2276 DSSSL (define ...)'d functions are now called correctly. Wow. Added
|
|
2277 in most of the rest of the DSSSL(o) application profile functions.
|
|
2278
|
|
2279 * dsssl.el: Initial revision
|
|
2280
|
|
2281 * w3-parse.el: *** empty log message ***
|
|
2282
|
|
2283 * 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:
|
|
2284 Changed copyright assignment
|
|
2285
|
|
2286 * font.el: changed copyright assignment
|
|
2287
|
|
2288 Sun Sep 8 00:31:52 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2289
|
|
2290 * w3-draw.el:
|
|
2291 Added in a stub handler for the 'frame' tag, so that you can still get
|
|
2292 to frame pages written by idiots who don't use a decent 'noframe'
|
|
2293 subdocument.
|
|
2294
|
|
2295 * url.el: Removed nntp-after-change-function, since it screwed up GNUS
|
|
2296
|
|
2297 Sat Sep 7 01:45:17 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2298
|
|
2299 * w3-latex.el: updated email address for stephen peters
|
|
2300
|
|
2301 Wed Sep 4 02:09:08 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2302
|
|
2303 * socks.el: Initial revision
|
|
2304
|
|
2305 Sun Sep 1 16:22:50 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2306
|
|
2307 * w3-draw.el: Don't load images on a TTY device in XEmacs. General speedup
|
|
2308
|
|
2309 Thu Aug 29 04:09:40 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2310
|
|
2311 * w3-vars.el: Created version 3.0.12
|
|
2312
|
|
2313 Sun Aug 25 17:12:32 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2314
|
|
2315 * w3-draw.el: Added some stubs for tables
|
|
2316
|
|
2317 Mon Aug 19 03:30:47 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2318
|
|
2319 * w3.el: fixed bug in w3-insert-formatted-url
|
|
2320
|
|
2321 Mon Aug 12 03:10:30 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2322
|
|
2323 * w3-style.el: Don't make a null voice of paul-5555 if no stuff is specified.
|
|
2324
|
|
2325 * default.css: Added speech elements to the default stylesheet.
|
|
2326
|
|
2327 Sun Aug 11 16:41:58 1996 William M. Perry <wmperry@cs.indiana.edu>
|
2
|
2328
|
|
2329 * w3-vars.el: Created version 3.0.11
|
|
2330
|
|
2331 * font.el:
|
|
2332 Fix for font-default-font-for-device under XEmacs when you use a font
|
|
2333 like '10x20' instead of the fully specified version
|
|
2334
|
14
|
2335 Sat Aug 10 16:14:08 1996 William M. Perry <wmperry@cs.indiana.edu>
|
2
|
2336
|
|
2337 * w3-forms.el:
|
|
2338 Do not encode the '.' in application/x-www-form-urlencoded. Fucking
|
|
2339 netscape compatbility. What _SPEC_?! There aren't any specs on the
|
|
2340 web, right?!
|
|
2341
|
|
2342 * w3-forms.el:
|
|
2343 Fixed problem with submissions of a form with the exact same arguments
|
|
2344 causes elements from both form to be submitted. ack.
|
|
2345
|
14
|
2346 Tue Aug 6 14:03:52 1996 William M. Perry <wmperry@cs.indiana.edu>
|
2
|
2347
|
|
2348 * w3-parse.el:
|
|
2349 fixed stupid mistake in DTD I made when changing to 3.2 DTD - left
|
|
2350 'style' out of head's content-model so no in-document stylesheet stuff
|
|
2351 was getting parsed. gack.
|
|
2352
|
|
2353 * w3-forms.el: No longer put a 'choose' in front of option menus
|
|
2354
|
|
2355 * w3-speak.el: fixed bugs
|
|
2356
|
14
|
2357 Mon Aug 5 14:03:09 1996 William M. Perry <wmperry@cs.indiana.edu>
|
2
|
2358
|
|
2359 * w3-vars.el: Created version 3.0.10
|
|
2360
|
|
2361 * default.css: A few mild changes, and docs.
|
|
2362
|
14
|
2363 Sun Aug 4 23:51:26 1996 William M. Perry <wmperry@cs.indiana.edu>
|
2
|
2364
|
|
2365 * w3-speak.el: new version of w3-speak from raman
|
|
2366
|
|
2367 * w3-draw.el: Style search alg. now looks for tag/id|name first. Now supports
|
|
2368 inlined 'style' keyword on any tag. Gack *sigh*
|
|
2369
|
|
2370 * w3-style.el:
|
|
2371 Can now have periods in class names. Fixed bug where the class would
|
|
2372 be normalized to lowercase as well as the tag name. BAD BAD BAD.
|
|
2373
|
|
2374 * w3-speak.el: some changes from raman
|
|
2375
|
|
2376 * w3-style.el: Think I finally fixed some stylesheet weirdness
|
|
2377
|
|
2378 * w3.el: Don't override user prefs w/w3-user-colors-take-precedence -duh
|
|
2379
|
|
2380 * w3-parse.el: fixed graphical entities
|
|
2381
|
14
|
2382 Sat Aug 3 20:09:50 1996 William M. Perry <wmperry@cs.indiana.edu>
|
2
|
2383
|
|
2384 * w3-vars.el:
|
|
2385 Added textual representation of the 'artist formerly known as prince'
|
|
2386 graphical icons
|
|
2387
|
14
|
2388 * md5.el: removed /bin/sh dependency in md5
|
|
2389
|
|
2390 Fri Aug 2 14:08:38 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2391
|
|
2392 * url-vars.el: Created version 1.0.41
|
|
2393
|
|
2394 * url.el:
|
|
2395 no longer special case file:// urls when checking for no_proxy - thats
|
|
2396 just stupid.
|
|
2397
|
|
2398 Thu Aug 1 13:32:54 1996 William M. Perry <wmperry@cs.indiana.edu>
|
2
|
2399
|
|
2400 * w3-vars.el: Created version 3.0.9
|
|
2401
|
14
|
2402 * url.el: made url-insert-file-contents interactive
|
|
2403
|
2
|
2404 * w3-sysdp.el:
|
|
2405 added data-directory to sysdep version of x-library-search-path for
|
|
2406 emacs under windows 95/nt
|
|
2407
|
|
2408 * w3-vars.el:
|
|
2409 Implemented &prince; and &princesymbol; graphical entities. Thanks
|
|
2410 for the note Jamie Z!
|
|
2411
|
|
2412 * w3-forms.el: fix for gopher searches
|
|
2413
|
|
2414 * w3-draw.el: Added support for balloon-help
|
|
2415
|
14
|
2416 Fri Jul 26 05:57:21 1996 William M. Perry <wmperry@cs.indiana.edu>
|
2
|
2417
|
|
2418 * w3-display.el, w3-texinfo.el: Initial revision
|