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