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