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