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
|
173
|
5 Thu Jul 10 16:40:34 1997 William M. Perry <wmperry@aventail.com>
|
|
6
|
|
7 * Synch'd up to custom 1.9949 - added the widget and custom manuals to the
|
|
8 distribution.
|
|
9
|
|
10 * lisp/Makefile.in: Fixed all makefile rebuilding rules.
|
|
11
|
|
12 * lisp/w3.el (w3-do-setup): Removed w3-widget-global-map stuff, since the
|
|
13 new custom and widget library will not need it at all.
|
|
14
|
|
15 Tue Jul 8 06:46:08 1997 William M. Perry <wmperry@aventail.com>
|
|
16
|
|
17 * lisp/w3-e19.el (w3-mode-version-specifics): Turn back on
|
|
18 buffer-access-fontify-functions. This means that any text you yank out
|
|
19 of a Emacs/W3 buffer is guaranteed to be non-read-only. Unfortunately,
|
|
20 this then makes the text in the buffer non-read-only as well. Need to
|
|
21 find a way to do something similar for XEmacs.
|
|
22
|
|
23 * lisp/w3-display.el (w3-draw-tree): Make sure everything ends up
|
|
24 read-only.
|
|
25
|
|
26 * lisp/w3.el (w3-mode): New variale w3-widget-global-map that inherits
|
|
27 from widget-global-map, but overrides return and mouse-button2 to
|
|
28 noops. Removed some modeline cruft.
|
|
29
|
|
30 * lisp/w3-vars.el: Removed old cruft that wasn't executed anymore
|
|
31 (widget nav. keybindings, etc.)
|
|
32
|
|
33 * lisp/w3-e19.el (w3-store-in-clipboard): Try to use
|
|
34 interprogram-cut-function, as it seems the best way to do this under
|
|
35 Emacs 19.
|
|
36
|
|
37 Mon Jul 7 15:50:17 1997 William M. Perry <wmperry@aventail.com>
|
|
38
|
|
39 * lisp/w3.el (w3-reload-all-files): Brute force approach to making
|
|
40 sure all of our source files get reloaded. Walk through the obarray and
|
|
41 make anything called w3-* url-* ssl-* base64-* dsssl-* or mm-* 'unbound'
|
|
42 and 'funbound'. I am a little leery of this, as it could tromp on
|
|
43 users' personal variables that start with this, but nobody really uses
|
|
44 this very often anyway. Will post prominent warnings in the docs.
|
|
45
|
|
46 Sun Jul 6 15:24:06 1997 William M. Perry <wmperry@aventail.com>
|
|
47
|
|
48 * lisp/w3-e19.el (w3-window-size-change-function): New function fit for
|
|
49 use on window-size-change-functions to automatically redraw any visible
|
|
50 Emacs/W3 buffers when a frame or window is resized.
|
|
51
|
|
52 * lisp/w3-cus.el (w3-modeline-format): Added 'BAD HTML' indicator to the
|
|
53 modeline instead of showing warnings - was a bit too disruptive in
|
|
54 casual browsing.
|
|
55
|
|
56 * lisp/w3-menu.el (w3-menu-view-menu): Use it.
|
|
57
|
|
58 * lisp/w3.el (w3-display-errors): New function to display the parsing
|
|
59 errors from an HTML page.
|
|
60
|
|
61 * lisp/w3-parse.el: New way of storing warning messages during the parsing
|
|
62 phase so they don't jump out at the user immediately. Much less
|
|
63 obtrusive.
|
|
64
|
|
65 Sat Jul 5 15:52:06 1997 William M. Perry <wmperry@aventail.com>
|
|
66
|
|
67 * lisp/w3-display.el: Now keeps a stack of list-style types, so setting
|
|
68 the list-style on something like 'ol' or 'ul' will do the right thing.
|
|
69
|
|
70 * lisp/url-news.el (url-news-use-article-mode): New variable for whether
|
|
71 to use Gnus' article-mode to display news articles.
|
|
72
|
|
73 * lisp/w3.el (w3-internal-handle-preview): This will now work even if the
|
|
74 buffer being previewed isn't associated with a file.
|
|
75
|
|
76 Thu Jul 3 15:51:56 1997 William M. Perry <wmperry@aventail.com>
|
|
77
|
|
78 * lisp/w3-display.el: Better version of char-before for Emacs 19
|
|
79
|
169
|
80 Wed Jul 2 10:39:30 1997 William M. Perry <wmperry@aventail.com>
|
|
81
|
|
82 * Emacs/W3 3.0.93 released
|
|
83
|
|
84 Tue Jul 1 08:54:40 1997 William M. Perry <wmperry@aventail.com>
|
|
85
|
|
86 * lisp/w3-display.el (w3-handle-string-content): EBOLA vaccination
|
|
87
|
|
88 Sun Jun 29 22:26:43 1997 William M. Perry <wmperry@aventail.com>
|
|
89
|
|
90 * lisp/w3-emulate.el: Make sure we call widget-button-press not w3-follow-link
|
|
91
|
|
92 * configure.in: New --enable-site-install option to control whether init
|
|
93 code goes in user's .emacs file or default.el
|
|
94
|
|
95 * Makefile.in (dotemacs): New target for modifying the user's .emacs file
|
|
96 or the sitewide default init.
|
|
97 (html): New target for building html versions of the manuals.
|
|
98
|
|
99 Fri Jun 27 21:08:24 1997 William M. Perry <wmperry@aventail.com>
|
|
100
|
|
101 * texi/Makefile.in (%.html): Added targets for making HTML versions of the
|
|
102 info files.
|
|
103
|
|
104 1997-06-27 William M. Perry <wmperry@aventail.com>
|
|
105
|
|
106 * lisp/w3.el: In non-XEmacs, the version-specific stuff is loaded from
|
|
107 (format "w3-e%d" emacs-major-version), in case we need to do anything
|
|
108 special for Emacs 20.x with Mule support.
|
|
109
|
|
110 * Only use one conditionalization variable - w3-running-xemacs
|
|
111
|
|
112 1997-06-26 William M. Perry <wmperry@aventail.com>
|
|
113
|
|
114 * Makefile.in: Make sure we recursively make usin $(MAKE), not
|
|
115 vanilla 'make'.
|
|
116
|
|
117 * lisp/w3.el (w3-insert-formatted-url): Works again, forgot to update it
|
|
118 to use the new widget properties.
|
|
119 (w3-maybe-follow-link): Ditto.
|
|
120 (w3-view-this-url): Ditto.
|
|
121 (w3-follow-link): Ditto.
|
|
122 (w3-complete-link): Ditto.
|
|
123
|
165
|
124 Wed Jun 25 07:29:46 1997 William M. Perry <wmperry@aventail.com>
|
|
125
|
169
|
126 * lisp/w3.el (w3-find-default-stylesheets): Added more directories to the
|
|
127 stylesheet search path.
|
|
128
|
|
129 * Emacs/W3 3.0.92 released
|
|
130
|
|
131 * Moved lisp stuff into its own subdirectory, integrated into configure,
|
|
132 make, and install procedures.
|
|
133
|
165
|
134 * Makefile.in (Makefile): Ditto
|
|
135
|
|
136 * texi/Makefile.in: Automatically rebuilds out-of-date Makefiles
|
|
137
|
|
138 * configure.in: Make sure we create texi/Makefile
|
|
139
|
|
140 * w3-display.el (w3-table-ascii-border-chars): Slightly nicer rounded
|
|
141 edges for ascii borders on tables.
|
|
142
|
|
143 Tue Jun 24 14:35:05 1997 William M. Perry <wmperry@aventail.com>
|
|
144
|
169
|
145 * Emacs/W3 3.0.91 Released
|
|
146
|
165
|
147 * Moved texinfo stuff into its own subdirectory, integrated into
|
|
148 configure, make, and install procedures.
|
|
149
|
|
150 * url-file.el: Visiting directories with an index file works in asynch
|
|
151 mode now.
|
|
152
|
|
153 * docomp.el (cl): Load cl during builds
|
|
154
|
|
155 * w3.el (w3-find-default-stylesheets): Added more directories to the
|
|
156 stylesheet search path.
|
|
157 (w3-do-setup): Make sure we don't infinitely recurse if we are using
|
|
158 html bookmarks. w3-parse-hotlist could call w3-parse-buffer, which will
|
|
159 call w3-do-setup if we don't set our global flag as 't'.
|
|
160
|
|
161 * Makefile.in (SOURCES): Some reordering to make the stupid thing at least
|
|
162 compile with Emacs 19.
|
|
163
|
|
164 Tue Jun 24 11:44:59 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
165
|
|
166 * w3.el (w3-mode): Avoid calling the global bindings for RET and mouse-2.
|
|
167
|
|
168 1997-06-24 William M. Perry <wmperry@aventail.com>
|
|
169
|
|
170 * Synch'd up to custom/widget 1.9936
|
|
171
|
|
172 * Emacs/W3 3.0.90 released
|
|
173
|
|
174 * Moved the documentation into its own subdirectory
|
|
175
|
|
176 * w3-menu.el: Slightly less complete version of id-menubar-set when not in
|
|
177 InfoDock - was causing lots of errors in XEmacs when trying to run a
|
|
178 non-existent hook. Bleah.
|
|
179
|
|
180 * configure.in: Fixed AC_CHECK_PROG for emacs/xemacs - duh.
|
|
181
|
|
182 * aclocal.m4: Don't check custom sanity if it was specified on the
|
|
183 configure line
|
|
184
|
|
185 1997-06-23 William M. Perry <wmperry@aventail.com>
|
|
186
|
|
187 * url-file.el (url-file): Make sure we set the content-type when loading
|
|
188 files. Was screwed when we were asynch.
|
|
189
|
|
190 * Upped planned release # to 4.0
|
|
191
|
|
192 * Emacs/W3 3.0.89 released.
|
|
193
|
|
194 * configure.in: Fixed --with-x*emacs switches.
|
|
195
|
|
196 * Emacs/W3 3.0.88 aborted.
|
|
197
|
|
198 * w3-display.el (w3-display-node): deal with empty selections
|
|
199
|
|
200 * Now uses autoconf to deal with all configuration issues, including
|
|
201 sanity checking the installation of the custom and widget libraries.
|
|
202
|
|
203 Mon Jun 23 17:08:55 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
204
|
|
205 * w3.el (w3-mode): Don't call `widget-minor-mode'.
|
|
206
|
|
207 * w3-vars.el (w3-mode-map): Use `make-sparse-keymap'.
|
|
208 Use `widget-keymap' as parent.
|
|
209 (wid-edit): require.
|
|
210
|
|
211 Mon Jun 23 07:09:51 1997 William M. Perry <wmperry@aventail.com>
|
|
212
|
|
213 * w3-parse.el (w3-parse-buffer): Make sure we always have a newline at the
|
|
214 end of the buffer before starting the parse.
|
|
215
|
|
216 Fri Jun 20 11:23:28 1997 William M. Perry <wmperry@aventail.com>
|
|
217
|
|
218 * Synch'd up to Widget 1.9929
|
|
219
|
|
220 * w3-mouse.el: Deal with InfoDock button bindings - we don't need to bind
|
|
221 _anything_ since hyperbole knows all about hyperlinks and stuff.
|
|
222
|
|
223 * w3-menu.el (w3-menu-install-menubar): Deal with InfoDock way of
|
|
224 specifying mode menubars.
|
|
225
|
|
226 * w3-toolbar.el (w3-add-toolbar-to-buffer): Don't install the toolbar
|
|
227 under InfoDock - it uses different toolbars than straight XEmacs.
|
|
228
|
|
229 * w3-mouse.el: Don't bind shift-button2 - this is reserved for hyperbole.
|
|
230 This is now on meta.
|
|
231
|
|
232 1997-06-19 William M. Perry <wmperry@aventail.com>
|
|
233
|
|
234 * w3.el (w3-map-links): Deal with new keywords.
|
|
235
|
|
236 * w3-menu.el (w3-menu-links-constructor): Deal with new keywords on
|
|
237 links/images.
|
|
238 (w3-popup-menu): Ditto.
|
|
239
|
|
240 * w3-display.el (w3-widget-echo): Deal with new keywords we use on widgets.
|
|
241 (w3-follow-hyperlink): Ditto.
|
|
242 (w3-balloon-help-callback): Ditto.
|
|
243 (w3-maybe-start-image-download): Ditto.
|
|
244 (w3-handle-image): Use new keywords.
|
|
245 (w3-display-convert-arglist): New function to convert an assoc list into
|
|
246 a property list with real CL-style keywords.
|
|
247 (w3-display-node): Use it when building a hyperlink.
|
|
248 (w3-resurrect-hyperlinks): Now uses widget-convert-text instead of nasty
|
|
249 knowledge of internals of the widget library.
|
|
250
|
|
251 Tue Jun 17 21:45:06 1997 William M. Perry <wmperry@aventail.com>
|
|
252
|
|
253 * custom-check: Was misusing 'tr'
|
|
254
|
|
255 Sun Jun 15 22:17:01 1997 William M. Perry <wmperry@aventail.com>
|
|
256
|
|
257 * Synch'd up to custom 1.9920
|
|
258
|
|
259 Sat Jun 14 15:37:09 1997 William M. Perry <wmperry@aventail.com>
|
|
260
|
|
261 * Synch'd up to custom 1.9918 - now distribute all of custom, just to be
|
|
262 anal.
|
|
263
|
|
264 * w3-display.el (w3-display-line-break): Ebola vaccination
|
|
265 (w3-maybe-start-background-image-download): Don't try to load background
|
|
266 images in Emacs 19 or on a TTY.
|
|
267 (w3-display-node): Keep track of the active face of a hyperlink. Need
|
|
268 to make the widget library smarter about this.
|
|
269
|
|
270 Fri Jun 13 22:16:59 1997 William M. Perry <wmperry@aventail.com>
|
|
271
|
|
272 * w3-parse.el: Some stupid sites put meta tags in the middle of their
|
|
273 documents. Sigh. Allow it, but bitch and moan.
|
|
274
|
|
275 * Added custom library to the distribution.
|
|
276
|
|
277 1997-06-11 William M. Perry <wmperry@aventail.com>
|
|
278
|
|
279 * w3-parse.el : Allow <meta> tags in %body.content for stupid cnn.com
|
|
280 site.
|
|
281
|
|
282 * Emacs/W3 3.0.87 released.
|
|
283
|
|
284 * Synched up to Widget 1.9907 - you must be running this version for most
|
|
285 things to work. Make sure you are not picking up a widget library from
|
|
286 gnus or something like that before the one in the w3 directory.
|
|
287
|
|
288 * w3-display.el (w3-maybe-start-background-image-download): New function
|
|
289 that takes a URL and a face and does its best to set the background
|
|
290 pixmap of that face to the image pointed to by the URL.
|
|
291 (w3-display-node): Implemented 'background' property on 'body' or 'html'
|
|
292 tags.
|
|
293 (w3-finalize-image-download): Changed a fair bit - shared between normal
|
|
294 image downloads and background image downloads.
|
|
295 (w3-display-node): w3-user-colors-take-precedence now controls whether
|
|
296 background faces are retrieved or not.
|
|
297 (w3-face-for-element): Stylesheets use of background-image should almost
|
|
298 work now.
|
|
299 (w3-display-node): Stylesheets use of background-image should work
|
|
300 completely now.
|
|
301
|
|
302 Tue Jun 10 07:24:09 1997 William M. Perry <wmperry@aventail.com>
|
|
303
|
|
304 * w3.el (w3-only-links): This will now use w3-map-links
|
|
305 (w3-mode): Dont' set inhibit-read-only, ever.
|
|
306 (w3-mode): back to using widget-minor-mode, since inheriting the keymap
|
|
307 doesn't seem to do much good.
|
|
308
|
|
309 * w3-vars.el: Don't bind anything to widget-button-press, let
|
|
310 widget-minor-mode do that.
|
|
311
|
|
312 * w3.el (w3-map-links): Revamped this to work with the new way widget is
|
|
313 using overlays instead of text properties.
|
|
314 (w3-mode): Use widget-minor-mode instead of binding a lot of
|
|
315 navigational commands ourselves.
|
|
316
|
|
317 * w3-display.el: Make sure we don't try to redefine the w3-dingbats
|
|
318 character set when loading this file more than once.
|
|
319 (w3-display-node): Rearranged some of the insert-before handling so that
|
|
320 any text inserted does _not_ have the properties of the tag on it
|
|
321 (colors on hyperlinks won't bleed anymore)
|
|
322 (w3-resurrect-hyperlinks): New semi-working way of resurrecting
|
|
323 hyperlinks
|
|
324
|
|
325 Mon Jun 9 22:53:14 1997 William M. Perry <wmperry@aventail.com>
|
|
326
|
|
327 * w3-display.el (w3-display-node): Protect against stylesheet specified
|
|
328 widths on horizontal rules.
|
|
329
|
|
330 Mon Jun 9 22:42:26 1997 Istvan Marko <istvan@cmdmail.amd.com>
|
|
331
|
|
332 * w3-hot.el (w3-hotlist-apropos): Let this work when reuse-buffers != no
|
|
333
|
|
334 Mon Jun 9 22:35:04 1997 Dieter Maurer <dieter@hit.handshake.de>
|
|
335
|
|
336 * mm.el (mm-decode-quoted-printable): Fix for some multipart attachments
|
|
337 showing up empty due to badness in mm-decode-quoted-printable and
|
|
338 'ignore' not moving to the end of the region just decoded.
|
|
339
|
|
340 Mon Jun 9 22:35:04 1997 William M. Perry <wmperry@aventail.com>
|
|
341
|
|
342 * w3-parse.el (w3-parse-buffer): Call w3-do-setup to make sure our
|
|
343 hashtables and things are set up correctly or gnus can choke big time.
|
|
344
|
|
345 Mon Jun 9 22:26:29 1997 Michael Ernst <mernst@cs.washington.edu>
|
|
346
|
|
347 * url.el (url-get-url-filename-chars): Fixed problem with bad use of a
|
|
348 hyphen in the regexp. Would cause problems when invoking
|
|
349 url-get-url-at-point when point was in front of a hyphen.
|
|
350
|
|
351 1997-05-28 William M. Perry <wmperry@aventail.com>
|
|
352
|
|
353 * w3-cus.el: Use a :prefix on most of the groups to make the options look
|
|
354 nicer.
|
|
355
|
|
356 Thu May 15 05:06:30 1997 William M. Perry <wmperry@aventail.com>
|
|
357
|
|
358 * w3-sysdp.el: removed bogus definition of buffer-substring-no-properties
|
|
359 - will now use the more correct one that was already there.
|
|
360
|
|
361 * w3-display.el (w3-pause): Now has its own mini-event loop to pass off
|
|
362 scrolling commands, etc. Keeps buffer position constant while doing
|
|
363 incremental display.
|
|
364
|
|
365 Mon May 12 08:13:27 1997 William M. Perry <wmperry@aventail.com>
|
|
366
|
|
367 * w3.el (w3-view-this-url): Check the parent widget for an href if you
|
|
368 don't find one right away. This means that all commands that act on the
|
|
369 URL at point will now work on image widgets, etc. that are hyperlinks.
|
|
370
|
|
371 Sat May 10 14:37:25 1997 William M. Perry <wmperry@aventail.com>
|
|
372
|
|
373 * css.el (css-parse): Deal better with newline-challenged stylesheets
|
|
374 (css-parse): Don't be so aggressive in finding block data for @xyzzy
|
|
375 directives.
|
|
376
|
|
377 * mm.el (mm-viewer-passes-test): Always run the tests in the users home
|
|
378 directory.
|
|
379
|
|
380 * w3-mouse.el: Use down-mouse-N in Emacs 19, to be more consistent with
|
|
381 how the XEmacs keybindings work.
|
|
382
|
|
383 Fri May 9 11:32:46 1997 William M. Perry <wmperry@aventail.com>
|
|
384
|
|
385 * w3.el (w3-document-information): some formatting changes
|
|
386
|
144
|
387 Thu May 8 14:06:40 1997 William M. Perry <wmperry@aventail.com>
|
|
388
|
165
|
389 * Emacs/W3 3.0.86 released
|
|
390
|
144
|
391 * mule-sysdp.el (mule-code-convert-region): Try to deal gracefully with
|
|
392 the recent XEmacs 20.0 -> 20.2 renaming of the autodetect coding system
|
|
393 to automatic-conversion
|
|
394
|
|
395 * w3-sysdp.el (event-point): New stub.
|
|
396
|
|
397 * url-cookie.el (url-cookie-handle-set-cookie): Don't use the 'warn'
|
|
398 facility for bad cookie 'set' commands, was too annoying.
|
|
399
|
|
400 * w3.el (w3-save-as): Make sure to require ps-print before trying to
|
|
401 save/mail a document as postscript. The local binding of
|
|
402 ps-spool-buffer-name was causing the defvar not to happen, and you would
|
|
403 get errors when trying to kill emacs later. Ugh.
|
|
404 (w3-document-information): Make sure to escape entities for meta and
|
|
405 other info we throw in.
|
|
406
|
|
407 * url-file.el (url-file): ftp/file retrieval can now be asynchronous
|
|
408 through the magic of [ange-ftp|efs]-copy-file-internal
|
|
409
|
|
410 * url.el (url-sentinel): Allow a buffer as the first argument to
|
|
411 the sentinel function.
|
|
412 (url-retrieve-internally): Allow asynch ftp transfers
|
|
413
|
|
414 * url-file.el (url-file): Asynchronous ftp downloads work now.
|
|
415
|
|
416 * w3.el (w3-download-url): Made this function interactive.
|
|
417
|
|
418 Mon Apr 28 13:31:36 1997 William M. Perry <wmperry@aventail.com>
|
|
419
|
|
420 * w3.el (w3-download-url-at-point): new function to download document
|
|
421 under point.
|
|
422 (w3-download-this-url): new function to download current document.
|
|
423
|
|
424 * w3-vars.el (w3-mode-map): Added 'D' and 'd' bindings for starting
|
|
425 document downloads.
|
|
426
|
138
|
427 Thu Apr 24 08:29:34 1997 William M. Perry <wmperry@aventail.com>
|
|
428
|
|
429 * Emacs/W3 3.0.85 released
|
|
430
|
|
431 * w3-display.el (w3-display-table-dimensions): Deal with
|
|
432 colgroup/thead/tfoot/col better. Before was ignoring the rest of the
|
|
433 table. ack.
|
|
434 (w3-display-table): ditto
|
|
435
|
|
436 * w3-prefs.el (w3-preferences-restore-variables): Slap things into
|
|
437 custom-land where they belong.
|
|
438
|
|
439 * A few customization tweaks.
|
|
440
|
|
441 Wed Apr 23 21:44:59 1997 <chang@wsu.edu>
|
|
442
|
|
443 * w3-e19.el (w3-store-in-clipboard): Make this work under OS/2
|
|
444
|
|
445 Tue Apr 22 07:23:51 1997 William M. Perry <wmperry@aventail.com>
|
|
446
|
|
447 * devices.el: Removed defsubsts so that we should be able to share .elc
|
|
448 files again between emacs and XEmacs.
|
|
449
|
|
450 * font.el: Added in code to make a face blink. Causes lots of screen
|
|
451 flicker under Emacs 19 though, so it is turned off by default. Turn it
|
|
452 on with ESC-: (font-blink-initialize) - should be able to optimize when
|
|
453 the callback actually does anything based on what fonts are visible in
|
|
454 the visible buffers.
|
|
455 (font-face-visible-in-window-p): New function to tell if a face is
|
|
456 visible in a buffer window.
|
|
457 (font-map-windows): New function to map a function over all visible
|
|
458 windows.
|
|
459 (font-blink-callback): Use them to optimize so that invert-face is not
|
|
460 called unless absolutely necessary.
|
|
461
|
136
|
462 Mon Apr 21 08:58:02 1997 William M. Perry <wmperry@aventail.com>
|
|
463
|
138
|
464 * w3-e19.el: Added in compile-time require of w3-props so that pages with
|
|
465 backgrounds don't puke and die.
|
|
466
|
|
467 * w3.el (w3-find-default-stylesheets): Don't load a user's personal
|
|
468 stylesheet if we started up in '-q' mode.
|
|
469
|
|
470 * Emacs/W3 3.0.84 released
|
|
471
|
|
472 * w3-display.el: When using XEmacs 20.x w/mule support, we now define our
|
|
473 own special character set. This means that the table border chars work
|
|
474 again in XEmacs/mule
|
|
475
|
136
|
476 * devices.el: Added magic to not optimize this file under XEmacs - its not
|
|
477 actually used, so no damage. It wouldn't compile under XEmacs because
|
|
478 it has subrs for all these, and our declaring them as defsubsts
|
|
479 thoroughly confuses the byte-compiler.
|
|
480
|
|
481 Sun Apr 20 12:19:56 1997 William M. Perry <wmperry@aventail.com>
|
|
482
|
|
483 * w3-sysdp.el: Moved device stuf out into its own devices.el file so that
|
|
484 it can be correctly byte-compiled.
|
|
485 Ditto for the text properties stuff (into w3-props.el)
|
|
486
|
134
|
487 Fri Apr 18 13:09:31 1997 William M. Perry <wmperry@aventail.com>
|
|
488
|
136
|
489 * Emacs/W3 3.0.83 released
|
|
490
|
134
|
491 * Synch'd up to Widget 1.89
|
|
492
|
|
493 Thu Apr 17 06:20:56 1997 "T. V. Raman" <raman@Adobe.COM>
|
|
494
|
|
495 * default.css (pre/xmp/plaintext/key/code/tt): Changes to default
|
|
496 stylesheet for spoken output of normally `monospaced' text.
|
|
497
|
|
498 Tue Apr 15 16:28:11 1997 William M. Perry <wmperry@aventail.com>
|
|
499
|
|
500 * w3.el (w3-find-specific-link): Don't signal an error in a target anchor
|
|
501 (#foo) is not found.
|
|
502
|
|
503 Tue Apr 15 08:22:37 1997 John Palmieri <palmieri@math.mit.edu>
|
|
504
|
|
505 * w3.el (w3-complete-link): protect against errors when hitting return
|
|
506 when point isn't on a link
|
|
507
|
|
508 Mon Apr 14 16:18:43 1997 William M. Perry <wmperry@aventail.com>
|
|
509
|
|
510 * mm.el (mm-parse-mailcaps): Moved ~/.mailcap to the front of the list so
|
|
511 that it gets parsed last, and has the highest priority.
|
|
512
|
|
513 Sun Apr 13 20:28:30 1997 William M. Perry <wmperry@aventail.com>
|
|
514
|
|
515 * w3.el (w3-complete-link): now correctly defaults to following the link
|
|
516 at point.
|
|
517
|
|
518 Sat Apr 12 19:35:26 1997 William M. Perry <wmperry@aventail.com>
|
|
519
|
|
520 * w3-speak.el: use widget-at instead of emacspeak-widget-at
|
|
521
|
124
|
522 Fri Apr 11 07:39:26 1997 William M. Perry <wmperry@aventail.com>
|
|
523
|
134
|
524 * w3-menu.el (w3-menu-edit-menu): Addded a preferences submenu with all
|
|
525 the W3 & URL customization items underneat it.
|
|
526
|
|
527 * css.el (css-split-font-shorthand): Handle bad lists better
|
|
528
|
|
529 * Emacs/W3 3.0.82 released
|
|
530
|
124
|
531 * Synch'd up with Widget 1.78
|
|
532
|
|
533 * w3-display.el (w3-get-face-info): Don't look for face attributes on tags
|
|
534 unless w3-user-colors-take-precedence is nil
|
|
535 (w3-display-node): Don't honor face attributes on <body> tag unless
|
|
536 w3-user-colors-take-precedence is nil
|
|
537
|
|
538 * url-vars.el: Modified a few customizations to make them prettier
|
|
539
|
|
540 * url-cache.el (url-cache-creation-function): Modified customization
|
|
541
|
|
542 Fri Apr 11 07:03:20 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
543
|
|
544 * url-cache.el, url-gw.el, url-cookie.el, url-irc.el, url-vars.el, url.el:
|
|
545 All URL related variables are now customizable.
|
|
546
|
122
|
547 Wed Apr 9 16:46:52 1997 William M. Perry <wmperry@aventail.com>
|
|
548
|
124
|
549 * Emacs/W3 3.0.81 released
|
|
550
|
122
|
551 * w3-xemac.el (w3-text-pixel-width): And a XEmacs specific version of it.
|
|
552
|
|
553 * w3-e19.el (w3-text-pixel-width): New function to return the pixel width
|
|
554 of a piece of text.
|
|
555
|
|
556 * url.el (url-handle-no-scheme): Use it.
|
|
557
|
|
558 * url-vars.el (url-handle-no-scheme-hook): New hook that should expand a
|
|
559 partial url like 'gnu' to a full URL, like 'http://www.gnu.org/'.
|
|
560
|
|
561 * w3-sysdp.el (run-hook-with-args-until-success): Added a stub for
|
|
562 run-hook-with-args-until-success
|
|
563
|
|
564 Tue Apr 8 12:20:39 1997 William M. Perry <wmperry@aventail.com>
|
|
565
|
|
566 * w3-auto.el: Added autoloads for all the functions in url-ns for proxy
|
|
567 functions, and url-mail
|
|
568
|
|
569 * url-ns.el (isPlainHostName): Fixed isPlainHostName
|
|
570
|
|
571 * w3-parse.el (w3-parse-buffer): now throws up a bad style warning for
|
|
572 images without ALT attributes.
|
|
573
|
|
574 * mm.el (mm-parse-mailcaps): Reverse the ':|;' separated path for MAILCAPS
|
|
575 so that earlier items take precedence, like standard unix PATH-like
|
|
576 variables do.
|
|
577 (mm-parse-mimetypes): Ditto for MIMETYPES
|
|
578
|
120
|
579 Mon Apr 7 06:23:11 1997 William M. Perry <wmperry@aventail.com>
|
|
580
|
122
|
581 * Emacs/W3 3.0.80 released
|
|
582
|
120
|
583 * w3-parse.el: Some more transitions - don't imply <p> after some form
|
|
584 tags.
|
|
585
|
|
586 * url-misc.el (url-finger): Ditto
|
|
587
|
|
588 * url-http.el (url-http): Ditto
|
|
589
|
|
590 * url-gopher.el (url-gopher-retrieve): Put in a process-sentinel of
|
|
591 'ignore so that stupid 'process xxx exited with code nnn' messages are
|
|
592 not shown.
|
|
593
|
|
594 * url.el (url-sentinel): Ditto
|
|
595
|
|
596 * w3.el (w3-sentinel): remove call to url-clean-text - no longer needed
|
|
597
|
|
598 Mon Apr 7 02:57:19 1997 Greg Stark <gsstark@mit.edu>
|
|
599
|
|
600 * url.el (url-sentinel): once and for all eliminate the "first character
|
|
601 goes to wrong buffer" bug through brute force by setting the current
|
|
602 buffer to the buffer of the selected window at the end of a sentinel.
|
|
603
|
|
604 * w3.el (w3-viewer-sentinel): ditto
|
|
605
|
|
606 * w3-widget.el (widget-image-value-create): set tab-order to -1 on the
|
|
607 choice-items of client-side imagemaps to avoid having tab stop on them
|
|
608 three times, (it still stops on them twice)
|
|
609
|
|
610 * Makefile: add "make fast" rule to not run a bazillion emacsen
|
|
611
|
|
612 * FAQ: typos
|
|
613
|
|
614 * docomp.el: try setting byte-compile-dynamic to t to reduce memory usage
|
|
615
|
|
616 Fri Apr 4 06:23:31 1997 William M. Perry <wmperry@aventail.com>
|
|
617
|
|
618 * url-file.el (url-format-directory): Use insert-file-contents instead of
|
|
619 -literally, so that ftp index files will work.
|
|
620
|
|
621 * w3-emulate.el: lots of new commands to spoof the user-agent string. See
|
|
622 turn-[on|off]-[lynx|netscape|ie|arena]-masquerade-mode functions.
|
|
623
|
118
|
624 Thu Apr 3 07:22:27 1997 William M. Perry <wmperry@aventail.com>
|
|
625
|
120
|
626 * Emacs/W3 3.0.79 released
|
|
627
|
118
|
628 * w3-parse.el: Put in <p> as part of the content-model of <ul/ol> so that
|
|
629 <p> at the front of a list doesn't cause a bogus list item to be shown.
|
|
630
|
|
631 * url-http.el (url-parse-mime-headers): Make proxy authentication sort of
|
|
632 work again.
|
|
633
|
|
634 * w3-display.el (w3-setup-terminal-chars): Check to see whether face is
|
|
635 actually different before trying to set its font to a terminal one.
|
|
636
|
|
637 * url.el (url-buffer-visiting): Better matching of URLs - it was taking
|
|
638 the target into account - bad bad bad.
|
|
639
|
|
640 Wed Apr 2 18:05:11 1997 William M. Perry <wmperry@aventail.com>
|
|
641
|
|
642 * w3-forms.el (w3-form-add-element): New way to do hidden form
|
|
643 fields that retains the order information - damned idiots out there rely
|
|
644 on ordering. !#%!@
|
|
645
|
|
646 * w3.el (w3-fetch): Put some of the logic about _blank/_top frame targets
|
|
647 into w3-fetch
|
|
648
|
|
649 * w3-display.el (w3-get-all-face-info): Added in support for the 'face'
|
|
650 attribute to specify font-family
|
|
651
|
|
652 Wed Apr 2 13:08:36 1997 Frederic Lepied <Frederic.Lepied@sugix.frmug.org>
|
|
653
|
|
654 * w3-print.el (w3-print-this-url): Need to run LaTeX to get the indices
|
|
655 right.
|
|
656
|
|
657 Tue Apr 1 11:20:54 1997 William M. Perry <wmperry@aventail.com>
|
|
658
|
|
659 * Emacs/W3 3.0.78 released
|
|
660
|
|
661 * css.el (css-color-light-p): New function
|
|
662 (css-active-device-types): Use it to add a 'dark' or 'light' property to
|
|
663 the active device types as necessary
|
|
664
|
|
665 Mon Mar 31 09:07:13 1997 William M. Perry <wmperry@aventail.com>
|
|
666
|
|
667 * w3-parse.el: More error transitions for tables (push tr before td/th
|
|
668 just after a table)
|
|
669
|
|
670 * w3-display.el (w3-display-node): Use it for body/html attribute handling
|
|
671 (w3-fix-color): New function to make sure we don't pass hex values without
|
|
672 "#" in front of them.
|
|
673
|
|
674 Sun Mar 30 15:00:59 1997 William M. Perry <wmperry@aventail.com>
|
|
675
|
|
676 * w3-display.el (w3-display-node): Now honors alink/vlink/link attributes
|
|
677 on the body tag.
|
|
678 (w3-fixup-eol-faces): Fixed nuking of faces at end of line to deal with
|
|
679 bad underlining behaviour of Emacs 19.
|
|
680
|
|
681 Sun Mar 30 14:28:32 1997 Greg Stark <gsstark@mit.edu>
|
|
682
|
|
683 * w3-e19.el (w3-mode-version-specifics): Fixed buffer read-only errors
|
|
684 when trying to set a background face.
|
|
685
|
|
686 Fri Mar 28 10:41:43 1997 William M. Perry <wmperry@aventail.com>
|
|
687
|
|
688 * Emacs/W3 3.0.77 released
|
|
689
|
|
690 * w3-display.el (w3-display-table): Face properties specified on the
|
|
691 'table' element now propogate to table cells correctly.
|
|
692
|
|
693 Fri Mar 28 07:53:48 1997 Greg Stark <gsstark@mit.edu>
|
|
694
|
|
695 * w3-forms.el: Make sure we set the button-face on all widgets
|
|
696
|
|
697 Fri Mar 28 07:53:48 1997 William M. Perry <wmperry@aventail.com>
|
|
698
|
|
699 * w3-display.el (w3-frames): Use make-frame, not make-frame-command, so it
|
|
700 will work on XEmacs.
|
|
701
|
|
702 * w3-e19.el (w3-mode-version-specifics): Now honors background/foreground
|
|
703 color requests in Emacs19 by coloring in the whole buffer. Oh how I
|
|
704 wish Emacs 19 had buffer-local faces.
|
|
705
|
|
706 * w3-display.el (w3-display-table): Tables now look better under Emacs 19
|
|
707
|
|
708 Thu Mar 27 08:05:34 1997 William M. Perry <wmperry@aventail.com>
|
|
709
|
|
710 * font.el (font-x-registry-and-encoding-regexp): got rid of compile
|
|
711 warning under Emacs 19
|
|
712
|
|
713 * w3-display.el (w3-display-handle-list-type): manually remove faces on
|
|
714 bullet/list items
|
|
715 (w3-display-node): We were being a bit rude to inhibit-read-only -
|
|
716 sometimes would leave it 't', which is bad bad bad, some might even say
|
|
717 pure evil.
|
|
718
|
|
719 * Emacs-W3 3.0.76 released
|
|
720
|
|
721 * Synch'd up to Widget 1.68
|
|
722
|
|
723 * w3-display.el (w3-display-node): Handles 'text' attribute correctly now
|
|
724 to set the default foreground when requested.
|
|
725
|
|
726 * mm.el (mm-play-sound-file): Fixed it for new mule stuff
|
|
727
|
|
728 * url-gw.el (url-gateway-nslookup-host): Added autoload for
|
|
729 gateway-nslookup-host
|
|
730
|
|
731 * w3-display.el (w3-display-table): Expand each line of a table cell out
|
|
732 to the border, so that we get nicely colors backgrounds for table cells
|
|
733 now.
|
|
734
|
|
735 * font.el (font-x-registry-and-encoding-regexp): New variable to match the
|
|
736 registry and encoding of a font name under X
|
|
737 (x-font-create-object): Use it to set the default registry and encoding
|
|
738 for font objects we create from font names.
|
|
739 (x-font-create-name): Grab the registry and encoding from the default
|
|
740 object for this device before defaulting back to '*'
|
|
741
|
|
742 * w3-display.el (w3-setup-terminal-chars): Explicitly specify wildcard
|
|
743 registry and encoding for the table-hack-x-face, to deal with changes in
|
|
744 the font library.
|
|
745
|
116
|
746 Wed Mar 26 06:23:51 1997 William M. Perry <wmperry@aventail.com>
|
|
747
|
118
|
748 * custom-check: Should work better now, and spit out better instructions
|
|
749 for rebuilding correctly.
|
|
750
|
116
|
751 * Emacs-W3 3.0.75 released
|
|
752
|
118
|
753 * url.el (url-clean-text): Better matching of bogus process exited
|
116
|
754 messages.
|
|
755
|
|
756 * font.el (font-rgb-color-p): No longer match "^#xxyyzz" as an rgb-color,
|
|
757 this screwed up bigtime in font-color-rgb-components.
|
|
758 (font-set-face-foreground): Do the test here instead.
|
|
759 (font-set-face-background): and here.
|
|
760
|
|
761 * w3-widget.el (widget-image-value-create): For client side imagemaps,
|
|
762 make sure case-fold-search or :ignore-case is specified.
|
|
763
|
|
764 * url-gw.el (url-gateway-nslookup-program): Default to using 'nslookup' as
|
|
765 url-gateway-nslookup-program
|
|
766
|
|
767 Tue Mar 25 16:06:28 1997 William M. Perry <wmperry@aventail.com>
|
|
768
|
|
769 * Emacs-W3 3.0.74 released
|
|
770
|
118
|
771 Tue Mar 25 15:31:56 1997 Greg Stark <gsstark@mit.edu>
|
116
|
772
|
|
773 * url-cookie.el (url-cookie-handle-set-cookie): don't deal with #!%@ed
|
|
774 microsoft web site cookies - they break good, clean, wholesome sites
|
|
775 like yahoo's stock pages.
|
|
776
|
|
777 * ssl.el (ssl-program-arguments): Make sure everything gets turned into a
|
|
778 string, not an integer.
|
|
779 (open-ssl-stream): use a pipe instead of a pty if possible (why?)
|
|
780
|
|
781 * w3-display.el (w3-display-node): Added back in <keygen> support
|
|
782
|
|
783 * w3.el (w3-notify-when-ready): protect against bad buffer switching
|
|
784 (minibuffer as active window lossage, etc)
|
|
785
|
|
786 * w3-toolbar.el (w3-toolbar-make-buttons): Don't warn about toolbar
|
|
787 directory on Emacsen that can't do toolbars!
|
|
788
|
|
789 Tue Mar 25 15:31:56 1997 William M. Perry <wmperry@aventail.com>
|
|
790
|
|
791 * Emacs-W3 3.0.73 released
|
|
792
|
|
793 * w3-display.el (w3-get-face-info): Allow passing in a second argument
|
|
794 that means 'check this attribute of the html tag if you don't find
|
|
795 something in the stylesheet'. This automatically enables <font color>
|
|
796 and <table|td|tr bgcolor>.
|
|
797
|
|
798 Tue Mar 25 06:45:02 1997 T. V. Raman <raman@Adobe.COM>
|
|
799
|
|
800 * w3-forms.el (w3-form-keymap): patch to avoid lossage with emacspeak &
|
|
801 using terminal.el
|
|
802
|
|
803 Tue Mar 25 06:45:02 1997 William M. Perry <wmperry@aventail.com>
|
|
804
|
|
805 * ssl.el (ssl-program-arguments): Removed -quiet switch, since it requires
|
|
806 patches to s_client
|
|
807
|
|
808 Mon Mar 24 10:56:11 1997 William M. Perry <wmperry@aventail.com>
|
|
809
|
|
810 * Emacs-W3 3.0.72 released
|
|
811
|
|
812 * w3-display.el (w3-display-node): Better handling of body and html style
|
|
813 attributes in XEmacs
|
|
814
|
|
815 * w3.el (w3-mode): Removed call to kill-all-local-variables, as it
|
|
816 nukes buffer-local faces as well.
|
|
817
|
|
818 * css.el (css-expand-length): Don't choke and use the wrong damn thing to
|
|
819 base percentages off of on percentage heights (ie: font-size: 80%)
|
|
820
|
|
821 Mon Mar 24 07:12:52 1997 Gerry S Hayes <sumner@CMU.EDU>
|
|
822
|
|
823 * url-gw.el (url-open-telnet): Fixed stupid typo into-to-string ->
|
|
824 int-to-string
|
|
825 (url-open-rlogin): Ditto.
|
|
826
|
|
827 Sun Mar 23 09:43:24 1997 William M. Perry <wmperry@aventail.com>
|
|
828
|
|
829 * w3-display.el (w3-table-ascii-border-chars): Use a '+' in the ascii art
|
|
830 version of table borders.
|
|
831
|
|
832 Sat Mar 22 00:45:34 1997 William M. Perry <wmperry@aventail.com>
|
|
833
|
|
834 * w3-menu.el (w3-use-menus): Customized this variable
|
|
835
|
|
836 * w3-display.el (w3-display-node): Don't run multiline text area's default
|
|
837 value through w3-normalize-spaces
|
|
838
|
|
839 Thu Mar 20 23:44:50 1997 Greg Stark <gsstark@mit.edu>
|
|
840
|
|
841 * w3-cus.el (w3-use-terminal-characters): New variable
|
|
842 (w3-use-terminal-characters-on-tty): New variable
|
|
843 (w3-use-terminal-glyphs): New variable
|
|
844 (w3-horizontal-rule-char): Make setting it to nil allow use of graphic
|
|
845 characters (also means people can avoid using graphic charactes for
|
|
846 horizontal rules if they wish)
|
|
847 * w3-display.el (w3-handle-image): clean up whitespace in alt tags
|
|
848 (w3-table-glyph-border-chars): New variable
|
|
849 (w3-table-graphic-border-chars): New variable
|
|
850 (w3-terminal-properties): New variable
|
|
851 (w3-insert-terminal-char): New inline function
|
|
852 (w3-horizontal-rule-char): New inline function
|
|
853 (w3-setup-terminal-chars): Set up all of these and make using graphic
|
|
854 characters work on XEmacs using text properties (and optionally use text
|
|
855 properties on FSF Emacs too).
|
|
856 (w3-table-hack-borders): Remove, obsoleted by w3-setup-terminal-chars
|
|
857 (w3-table-unhack-borders): don't have to fiddle with
|
|
858 w3-horizontal-rule-char any more.
|
|
859 (w3-display-table): Use w3-insert-terminal-char
|
|
860 (w3-size-of-tree): Use w3-horizontal-rule-char
|
|
861 (w3-display-node): Use w3-horizontal-rule-char, w3-insert-terminal-char,
|
|
862 uhm, i'm not sure if it was correct to remove the handle-content
|
|
863 * w3-forms.el (w3-fixup-eol-faces): try to remove mouse-face from end-of-lines as
|
|
864 well, uhm, this doesn't seem to work though.
|
|
865 (w3-form-determine-size): add keygen
|
|
866 (w3-form-encode-helper): add keygen support for the day when the ssl code
|
|
867 itself is released.
|
|
868 * w3-widget.el (widget-image-value-create): use 'item widgets instead of
|
|
869 'push-button widgets and specify the format ourselves so we don't get
|
|
870 widget.el's arbitrary formatting.
|
|
871 * w3.el (w3-do-setup): call w3-setup-terminal-chars to make nice tables and
|
|
872 horizontal rules the default at least under X.
|
|
873 * mm.el added x-x509-ca-cert and x-x509-user-cert viewers but the tests
|
|
874 will fail so no one should should see this change until i release the
|
|
875 functions.
|
|
876
|
|
877 Fri Mar 21 18:52:31 1997 William M. Perry <wmperry@aventail.com>
|
|
878
|
|
879 * css.el (css-expand-length): Better support for percentage values in
|
|
880 lengths
|
|
881
|
|
882 Thu Mar 20 06:22:29 1997 Istvan Marko <istvan@cmdmail.amd.com>
|
|
883
|
|
884 * Added slot for no_proxy settings under the preferences panel
|
|
885
|
114
|
886 Thu Mar 20 06:22:29 1997 William M. Perry <wmperry@aventail.com>
|
|
887
|
116
|
888 * Emacs-W3 3.0.71 released
|
|
889
|
114
|
890 * w3-parse.el:Added more transitions for error handling of raw 'td' or
|
|
891 'th' outside of a 'tr' in tablebody.
|
|
892
|
|
893 * url.el (url-default-callback): asynch downloads should now be cached
|
|
894
|
|
895 * w3-script.el (w3-do-scripting): Customized, turned off by default
|
|
896
|
|
897 Wed Mar 19 20:53:23 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
898
|
|
899 * Makefile (xemacs-w3): Special target for XEmacs Build.
|
|
900
|
|
901 Wed Mar 19 05:56:56 1997 William M. Perry <wmperry@aventail.com>
|
|
902
|
|
903 * font.el (x-font-families-for-device): Just in case
|
|
904 font-default-family-for-device fails under Emacs/NT, return "monospace"
|
|
905 at the front of the list.
|
|
906
|
|
907 * url-vars.el (url-privacy-level): Now defaults to not sending your email
|
|
908 address in HTTP requests.
|
|
909
|
|
910 Tue Mar 18 13:09:13 1997 William M. Perry <wmperry@aventail.com>
|
|
911
|
|
912 * url-cookie.el (url-cookie-handle-set-cookie): Fixed variable typos -
|
|
913 doh. Today just hasn't been my day.
|
|
914
|
|
915 * Emacs-W3 3.0.70 released
|
|
916
|
|
917 * We now pass all tests on the forms tester page
|
|
918 http://www.research.digital.com/nsl/formtest/home.html
|
|
919
|
|
920 * w3-display.el (w3-display-node): Better handling of <select multiple>
|
|
921 and <select> in general.
|
|
922
|
|
923 * w3-forms.el (w3-form-encode-xwfu): Encode : and / in xwfu, since the
|
|
924 form tester expects it.
|
|
925
|
|
926 * url-cookie.el (url-cookie-trusted-urls): New variable - list of regexps
|
|
927 of URLs that you will accept cookies from without question.
|
|
928 (url-cookie-untrusted-urls): New variable - list of regexps of URLs that
|
|
929 you will _never_ accept cookies from.
|
|
930 (url-cookie-handle-set-cookie): Use them
|
|
931 (url-cookie-handle-set-cookie): When asking whether to allow a site to
|
|
932 set a cookie, show the cookies they are wanting to set.
|
|
933
|
|
934 Tue Mar 18 06:47:46 1997 Thierry Emery <Thierry.Emery@aar.alcatel-alsthom.fr>
|
|
935
|
|
936 * w3-display.el: Latest round of patches for <frames> support.
|
|
937
|
|
938 * w3-cus.el (w3-display-frames): can now have 4 values.
|
|
939 nil no frame display whatsoever (currently the default)
|
|
940 'as-links display frame hyperlinks, but do not fetch them
|
|
941 'ask display frame hyperlinks and ask whether to fetch them
|
|
942 t display frame hyperlinks and fetch them
|
|
943
|
|
944 Tue Mar 18 06:47:46 1997 William M. Perry <wmperry@aventail.com>
|
|
945
|
|
946 * w3-parse.el (w3-parse-buffer): Duh, don't do `=' comparison on results
|
|
947 of char-after, since it is nil at the end of the buffer.
|
|
948
|
|
949 Mon Mar 17 08:44:46 1997 William M. Perry <wmperry@aventail.com>
|
|
950
|
|
951 * Emacs-W3 3.0.69 released
|
|
952
|
|
953 * w3-sysdp.el (buffer-substring-no-properties): Added stub
|
|
954
|
|
955 * url-gopher.el (url-gopher-retrieve): Ditto.
|
|
956
|
|
957 * url.el: Ditto
|
|
958
|
|
959 * w3-parse.el: Removed all sorts of fun (following-char) commands that can
|
|
960 cause ebola warnings under XEmacs 20.x
|
|
961
|
|
962 * w3.el (w3-popup-info): Default to the URL under point instead of the
|
|
963 documents URL
|
|
964
|
|
965 * w3-auto.el: updated autoloads - made sure everything was interactive if
|
|
966 appropriate.
|
|
967
|
|
968 * w3-menu.el (w3-popup-menu): If w3-popup-menu-on-mouse-3 is nil, call
|
|
969 whatever button3 is bound to in global-map
|
|
970
|
|
971 * w3-display.el: Added XEmacs version of frame-char-height and
|
|
972 frame-char-width
|
|
973 (w3-frames): If w3-display-frames is non-nil, then do a refresh with it
|
|
974 bound locally, so everything should just work.
|
|
975
|
|
976 * url.el (url-do-setup): Global history file now defaults to ~/.w3/history
|
|
977 (url-do-setup): Cookie storage now defaults to ~/.w3/cookies
|
|
978
|
|
979 Mon Mar 17 06:51:07 1997 Paul Stodghill <stodghil@CS.Cornell.EDU>
|
|
980
|
|
981 * mm.el (mm-temporary-directory): Initialize variable from TMPDIR
|
|
982 environment variable
|
|
983
|
|
984 Fri Mar 14 13:35:56 1997 William M. Perry <wmperry@aventail.com>
|
|
985
|
|
986 * w3-forms.el (w3-form-create-custom): Fixed the 'custom' input type for
|
|
987 new filenames in the widget/custom package.
|
|
988
|
|
989 * ssl.el (ssl-certificate-verification-depth): New variable to control how
|
|
990 far up a cert chain to look.
|
|
991 (ssl-view-certificate-program-name): New variable.
|
|
992 (ssl-view-certificate-program-arguments): New variable.
|
|
993 (ssl-certificate-directory-style): New variable.
|
|
994 (ssl-rehash-program-name): New variable.
|
|
995 (ssl-certificate-directory): New variable.
|
|
996 (ssl-program-arguments): Use some of them.
|
|
997 (ssl-accept-ca-certificate): Use the rest.
|
|
998
|
|
999 * css.el (css-parse-args): Removed old code that could cause infinite loop
|
|
1000 in stylesheet parsing on bad things like "foo=bar" instead of "foo:bar"
|
|
1001
|
|
1002 * w3-cus.el: Added better groupings for the customization stuff.
|
|
1003
|
110
|
1004 Thu Mar 13 19:54:50 1997 William M. Perry <wmperry@aventail.com>
|
|
1005
|
114
|
1006 * Emacs-W3 3.0.68 released
|
|
1007
|
110
|
1008 * w3-cus.el: Added customization support for Emacs-W3
|
|
1009
|
|
1010 * w3.el (w3-mail-current-document): Use url-mail-command instead of
|
|
1011 w3-mail-command
|
|
1012
|
|
1013 Thu Mar 13 11:41:42 1997 Greg Stark <gsstark@mit.edu>
|
|
1014
|
|
1015 * w3-prefs.el: Implemented privacy panel
|
|
1016
|
|
1017 Wed Mar 12 10:25:38 1997 William M. Perry <wmperry@aventail.com>
|
|
1018
|
|
1019 * w3-e19.el (w3-mode-version-specifics): Use the nasty crufty
|
|
1020 buffer-access-fontify-functions to make sure that we never yank
|
|
1021 read-only text out of the Emacs-W3 buffer.
|
|
1022
|
|
1023 * Synch'd up to Widget 1.62
|
|
1024
|
|
1025 Wed Mar 12 06:36:41 1997 Paul Stodghill <stodghil@CS.Cornell.EDU>
|
|
1026
|
|
1027 * base64.el (base64-decode-region): Fixed typo in calling
|
|
1028 command-on-region.
|
|
1029
|
|
1030 Tue Mar 11 07:03:48 1997 William M. Perry <wmperry@aventail.com>
|
|
1031
|
|
1032 * w3-auto.el (w3-use-hotlist): Made autoload interactive
|
|
1033
|
|
1034 * w3-widget.el (widget-image-value-create): Was a little too aggressive
|
|
1035 about when to apply the -1 :tab-order property. Now only images that
|
|
1036 are not hyperlinks or imagemaps will not be tabbed to.
|
|
1037
|
|
1038 * w3-prefs.el (w3-preferences-init-proxy-panel): Updated preferences panel
|
|
1039 for new format of url-proxy-services
|
|
1040
|
|
1041 * w3-vars.el (w3-hyperlink-menu): Fixed problem with calling wrong
|
|
1042 bookmark function - would create a bookmark to the current document, not
|
|
1043 the document under the mouse.
|
|
1044 (w3-popup-menu): Added a few menu itmes (reload, show images, add bookmark)
|
|
1045
|
|
1046 * w3-hot.el (w3-hotlist-add-document-at-point): Extract the title
|
|
1047 correctly for the new widget implementation of hyperlinks.
|
|
1048
|
|
1049 Mon Mar 10 06:31:48 1997 William M. Perry <wmperry@aventail.com>
|
|
1050
|
|
1051 * w3-menu.el (w3-menu-options-menu): Fixed problem with XEmacs when
|
|
1052 building without toolbars - would insert nil in the menu in a very wrong
|
|
1053 place.
|
|
1054
|
|
1055 * font.el (font-normalize-color): Under win32, make sure we define the
|
|
1056 color before we try to use it, since Emacs doesn't support raw #RRGGBB
|
|
1057 color specifications yet.
|
|
1058 (font-rgb-color-p): make all #RRGGBB color specs go through
|
|
1059 font-normalize-color
|
|
1060
|
|
1061 * Emacs-W3 3.0.67 released
|
|
1062
|
|
1063 Mon Mar 10 1997 Dave Love <d.love@dl.ac.uk>
|
|
1064
|
|
1065 * w3.el (w3-do-setup): Make configuration file loading contingent
|
|
1066 on init-file-user (i.e. suppressed with -q).
|
|
1067
|
|
1068 Sun Mar 9 13:09:38 1997 William M. Perry <wmperry@aventail.com>
|
|
1069
|
|
1070 * w3-widget.el (widget-image-value-create): Set :tab-order to -1 so the
|
|
1071 latest widget library won't tab to image widgets.
|
|
1072
|
|
1073 * w3.el (w3-mode): Make sure w3-mode-hook is run last, so that people can
|
|
1074 turn off truncate-lines if they want.
|
|
1075
|
|
1076 * ssl.el (open-ssl-stream): ssl-program-arguments is now dynamically
|
|
1077 evaluated, similar to ps-lpr-switches. The special symbols 'host' and
|
|
1078 'port' are available, and bound to the hostname and port#/service we are
|
|
1079 about to connect to.
|
|
1080
|
|
1081 * w3-display.el (w3-finish-drawing): Remove all read-only properties on
|
|
1082 text.
|
|
1083
|
|
1084 * url-cache.el (url-cache-expired): fixed standalone mode
|
|
1085
|
|
1086 Sat Mar 8 09:13:59 1997 William M. Perry <wmperry@aventail.com>
|
|
1087
|
|
1088 * Emacs-W3 3.0.66 released.
|
|
1089
|
|
1090 * url-cache.el (url-cache-prepare): Threw a condition-case around the
|
|
1091 make-directory call, just in case we can't create the file for some
|
|
1092 reason. Also fixed bug where the file wouldn't be cached until the
|
|
1093 second time you visited it.
|
|
1094
|
|
1095 * url.el (url-retrieve-internally): Deal with https asynch
|
|
1096
|
|
1097 * w3-xemac.el (w3-mode-version-specifics): Don't try to add the toolbar if
|
|
1098 device-type == 'stream.
|
|
1099
|
|
1100 * w3-vars.el (w3-temporary-directory): Ditto.
|
|
1101
|
|
1102 * url-vars.el (url-temporary-directory): Initialize from TMPDIR
|
|
1103 environment variable.
|
|
1104
|
|
1105 * w3.el (w3-start-viewer): Ditto.
|
|
1106
|
|
1107 * md5.el (md5): Ditto.
|
|
1108
|
|
1109 * mm.el (mm-compose-type): Don't use hardcoded /bin/sh and -c - use
|
|
1110 shell-file-name and shell-command-switch
|
|
1111 (mm-viewer-passes-test): ditto.
|
|
1112
|
|
1113 * w3-sysdp.el: Better device-* functions for Emacs-19 under win32 and OS/2
|
|
1114
|
|
1115 * w3-display.el (w3-display-node): Better handling for <noframes> support.
|
|
1116
|
108
|
1117 Fri Mar 7 06:13:20 1997 William M. Perry <wmperry@aventail.com>
|
|
1118
|
110
|
1119 * w3-script.el (w3-script-evaluate-form): protect against bad input during
|
|
1120 the read-from-string when parsing emacs-lisp scripts.
|
|
1121
|
|
1122 * w3-auto.el (w3-preferences-edit): Make the autoload for this be
|
|
1123 interactive so that the user can actually find it!
|
|
1124
|
|
1125 * Emacs-W3 3.0.65 released.
|
|
1126
|
108
|
1127 * w3.el (w3-document-information): Better handling of last-modified
|
|
1128 findings.
|
|
1129
|
|
1130 * w3-forms.el (w3-form-create-image): Try to use the value of an
|
|
1131 image-input area as the label for the widget we create.
|
|
1132
|
|
1133 * w3-elisp.el (w3-elisp-safe-eval): Throw a condition-case() around the
|
|
1134 eval to catch bad forms, etc.
|
|
1135
|
|
1136 * w3-script.el (w3-script-evaluate-form): Don't signal an error on unknown
|
|
1137 scripting languages, just show a warning.
|
|
1138
|
|
1139 Thu Mar 6 08:24:49 1997 William M. Perry <wmperry@aventail.com>
|
|
1140
|
|
1141 * w3.el (w3-complete-link): Protect against malformed widgets (null :from
|
|
1142 or :to). Is this from delayed image widgets?
|
|
1143
|
|
1144 * w3-vars.el (w3-mode-map): Changed binding of M-s to w3-save-as instead
|
|
1145 of w3-search - does anybody use that instead of the forms interface?
|
|
1146
|
|
1147 * w3.el (w3-document-information): Show document size
|
|
1148
|
|
1149 * css.el (css-parse): Removed warning about old-style stuff for
|
|
1150 device-dependent styles - was too annoying. Need to just remove this
|
|
1151 support totally for the 3.0 release.
|
|
1152
|
|
1153 * w3.el (w3-internal-handle-preview): When previewing a buffer, remove all
|
|
1154 text properties from the document source before doing anything.
|
|
1155 (w3-mail-current-document): Bind case-fold-search when looking for where
|
|
1156 to insert the <base> tag.
|
|
1157 (w3-loaded-stylesheets): New variable to keep track of what stylesheets
|
|
1158 were loaded at startup.
|
|
1159
|
|
1160 * url-cache.el (url-cache-create-filename-human-readable): New function to
|
|
1161 create cached filenames using the old method, that was slightly more
|
|
1162 human readable.
|
|
1163
|
|
1164 Wed Mar 5 15:38:00 1997 William M. Perry <wmperry@aventail.com>
|
|
1165
|
|
1166 * Emacs-W3 3.0.64 released
|
|
1167
|
|
1168 * w3-parse.el: OH god, finally got raw text inside a <tr> to push a <td>
|
|
1169 onto the parse tree. got raw text inside a <table> to push a <tr>
|
|
1170 onto the parse tee.
|
|
1171
|
|
1172 * w3-widget.el: Support 'target' in img widgets
|
|
1173
|
|
1174 Tue Mar 4 07:55:56 1997 William M. Perry <wmperry@aventail.com>
|
|
1175
|
|
1176 * w3-display.el (w3-display-node): Support 'seqnum' attribute
|
|
1177
|
|
1178 * w3.el (w3-mail-document-author): Fixed for new 'link' representation
|
|
1179 (w3-document-information): If a document has a 'Last modified: blah' line,
|
|
1180 use it as the last modified information as a last resort.
|
|
1181
|
|
1182 * Synch'ed up with widget 1.50
|
|
1183
|
|
1184 * w3-forms.el: Try to play nice with old and new versions of
|
|
1185 widget-edit/wid-edit.el
|
|
1186
|
|
1187 Tue Mar 4 06:23:41 1997 Michael Ernst <mernst@cs.washington.edu>
|
|
1188
|
|
1189 * url.el (url-get-url-at-point): If a possible URL starts with www., slap
|
|
1190 on 'http://', as someone probably just forgot it.
|
|
1191
|
|
1192 Tue Mar 4 06:23:41 1997 William M. Perry <wmperry@aventail.com>
|
|
1193
|
|
1194 * w3-prefs.el (w3-preferences-hooks-variables): Removed some old variables.
|
|
1195 (w3-preferences-edit): The preferences panel actually works again. No
|
|
1196 longer tries to use an imagemap - a dropdown is good enough dammit.
|
|
1197
|
|
1198 * w3-vars.el: Removed some old variables
|
|
1199
|
|
1200 * w3-display.el (w3-display-node): For <a> tags, do not embed a widget in
|
|
1201 the buffer unless it actually has an 'href' attribute. This helps a
|
|
1202 _lot_ with <a name="blah">...</a> constructs.
|
|
1203
|
|
1204 Tue Mar 4 06:18:06 1997 Toby Speight <tms@ansa.co.uk>
|
|
1205
|
|
1206 * w3.el (w3-mail-current-document): Allow TM (if it's in use) to choose
|
|
1207 the appropriate Transfer-Encoding of a mailed document.
|
|
1208 (w3-mail-current-document): Try real hard to put <base> where it belongs
|
|
1209 (in the <head>, if that is not found, then just after <html>, otherwise
|
|
1210 just at the beginning of the document)
|
|
1211
|
|
1212 Mon Mar 3 07:10:11 1997 William M. Perry <wmperry@aventail.com>
|
|
1213
|
|
1214 * Emacs-W3 3.0.63 released
|
|
1215
|
|
1216 * w3-forms.el (w3-form-field-label): Labels are now reimplemented for form
|
|
1217 fields
|
|
1218
|
|
1219 * w3-display.el (w3-parse-link): Now honors the old variable
|
|
1220 w3-honor-stylesheets, which hadn't made it back onto the reimplemented
|
|
1221 features list yet.
|
|
1222
|
|
1223 * font.el: Added quite a few autoloads. Package no longer overwrites the
|
|
1224 set-face-* functions, as this was deemed evil in the extreme.
|
|
1225
|
|
1226 * w3-display.el (w3-face-for-element): Use the font-set-face-* functions
|
|
1227 instead of the raw set-face-* functions.
|
|
1228
|
|
1229 * w3-widget.el (widget-image-inaudible-p): New variable that controls
|
|
1230 whether image widgets are rendered inaudible by emacspeak or not.
|
|
1231 (widget-image-value-set): Use it.
|
|
1232
|
|
1233 * url-cache.el (url-cache-directory): New variable that controls where you
|
|
1234 cache files will be stored. Defaults to "~/.w3/cache"
|
|
1235 (url-cache-creation-function): New variable that controls what function
|
|
1236 will be used to create cached filenames.
|
|
1237 (url-cache-create-filename-using-md5): This is now the default (and
|
|
1238 only) cache-file-creation function. Suitably fast under Emacs 19 (lisp
|
|
1239 implementation), _very_ fast under XEmacs, where it is written in C.
|
|
1240
|
|
1241 Thu Feb 27 07:27:43 1997 William M. Perry <wmperry@aventail.com>
|
|
1242
|
|
1243 * w3-sysdp.el: Added alias of make-symbolic-link to copy-file for NTEmacs
|
|
1244
|
|
1245 * w3-elisp.el: Removed face functions from the safe list.
|
|
1246
|
|
1247 Wed Feb 26 16:08:08 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1248
|
|
1249 * font.el (font-create-object): Added autoload.
|
|
1250
|
|
1251 Wed Feb 26 08:17:37 1997 William M. Perry <wmperry@aventail.com>
|
|
1252
|
|
1253 * w3-display.el (w3-region): Fixed typo when binding
|
|
1254 w3-display-same-buffer - no wonder it wasn't working right.
|
|
1255
|
|
1256 * images.el (image-normalize): Bind file-coding-system to the appropriate
|
|
1257 no-conversion so that running subprocesses doesn't munge the data when
|
|
1258 running under MULE.
|
|
1259 (image-normalize): Now uses call-process-region instead of
|
|
1260 shell-command-on-region, and removed the explicit mention of '/bin/sh'
|
|
1261 and friends. Uses the ability of call-process-region to specify a
|
|
1262 separate file to use for stderr - yipeee.
|
|
1263
|
|
1264 * url.el (url-setup-privacy-info): Slight change as to how url-system-type
|
|
1265 and url-os-type are set up. No longer uses nested parens, as this seems
|
|
1266 to confuse some sites that try to use the User-Agent header as a
|
|
1267 state-tracker.
|
|
1268
|
|
1269 Mon Feb 24 10:15:45 1997 William M. Perry <wmperry@aventail.com>
|
|
1270
|
|
1271 * w3-display.el (w3-widget-echo): Make sure that nothing that will be
|
|
1272 echoed is the empty string.
|
|
1273
|
|
1274 Sun Feb 23 08:34:18 1997 William M. Perry <wmperry@aventail.com>
|
|
1275
|
|
1276 * url-cache.el (url-store-in-cache): fixed stupid bug in caching logic
|
|
1277
|
|
1278 Sat Feb 22 07:21:29 1997 William M. Perry <wmperry@aventail.com>
|
|
1279
|
|
1280 * Emacs-W3 3.0.62 released
|
|
1281
|
102
|
1282 Thu Feb 20 13:40:22 1997 William M. Perry <wmperry@aventail.com>
|
|
1283
|
|
1284 * w3-forms.el (w3-form-summarize-password): By default, don't summarize
|
|
1285 password entry boxes.
|
|
1286
|
|
1287 Thu Feb 20 07:33:59 1997 Thierry Emery <Thierry.Emery@aar.alcatel-alsthom.fr>
|
|
1288
|
|
1289 * w3-display.el (w3-frames): Better support for Frames
|
|
1290
|
|
1291 Thu Feb 20 07:33:59 1997 William M. Perry <wmperry@aventail.com>
|
|
1292
|
|
1293 * w3.el (w3-complete-link): Fixed bug in using try-completion to make sure
|
|
1294 we have a match before passing a URL off to w3-fetch.
|
|
1295
|
|
1296 * Synch'd up to widget 1.44
|
|
1297
|
|
1298 * url.el (url-default-callback): Caching works in asynch mode now.
|
|
1299
|
|
1300 Wed Feb 19 05:48:40 1997 William M. Perry <wmperry@aventail.com>
|
|
1301
|
|
1302 * css.el (css-split-font-shorthand): Make sure that the subelements of the
|
|
1303 'font' shorthand property get run through the property value-expansion
|
|
1304 routines before getting returned. This royally screwed up font-family,
|
|
1305 font-weight, and friends.
|
|
1306 (css-expand-color): Now recognizes 'transparent' and 'none' as special
|
|
1307 color names.
|
|
1308 (css-expand-value): When dealing with color-shorthand, make sure
|
|
1309 everything gets run through the value-expansion routines as well. Ack.
|
|
1310
|
|
1311 * w3-elisp.el (w3-elisp-safe-function): You can now supply a validation
|
|
1312 function for the arguments of a script-enabled function, its no longer a
|
|
1313 binary operation on just the function name. You can also give it a
|
|
1314 variable name, and the value of that variable at the time of execution
|
|
1315 is what controls whether it is safe or not.
|
|
1316
|
|
1317 * w3.el (w3-download-url): Finally fixed bug where w3-download-url would
|
|
1318 not save in the correct directory if you just accepted the default
|
|
1319 pathname it offered.
|
|
1320
|
|
1321 * url-cache.el (url-cache-ignored-protocols): New variable controlling
|
|
1322 what protocols we should never cache to disk.
|
|
1323 (url-cache-cachable-p): use it.
|
|
1324
|
|
1325 * w3.txi: Updated all nodes and menus, a few stylistic changes
|
|
1326
|
|
1327 * w3-elisp.el: Added read-access to devices, frames, windows, buffers, and
|
|
1328 property-lists. Also added function, lambda, point, and list accessors
|
|
1329 (member, memq, assoc)
|
|
1330
|
|
1331 * w3-display.el (w3-display-node): Bind widget-push-button-gui to nil in
|
|
1332 w3-display-node so that images don't run into the
|
|
1333 visible-portion-of-buffer-is-not-modifiable-bug. Ick.
|
|
1334
|
|
1335 * w3-elisp.el: Don't allow access to 'set'-type text-property functions
|
|
1336 from scripts.
|
|
1337
|
|
1338 Tue Feb 18 15:11:08 1997 William M. Perry <wmperry@aventail.com>
|
|
1339
|
|
1340 * Emacs-W3 3.0.61 released
|
|
1341
|
|
1342 * w3.txi (Supported URLs): added sections on each protocol supported -
|
|
1343 needs lots of fleshing out.
|
|
1344
|
|
1345 * url-misc.el (url-info): Info URL loader now unhex's the target, so that
|
|
1346 you can have something like info:w3.info#Getting%20Started
|
|
1347
|
|
1348 * url.el (url-do-setup): Removed secure-http (SHTTP) handler - who the
|
|
1349 hell cares anymore, it lost.
|
|
1350
|
|
1351 * w3-display.el (w3-display-node): Correctly calculates right margin as
|
|
1352 documented (from window-width and right-margin)
|
|
1353
|
|
1354 * w3.el: Removed w3-batch-fetch
|
|
1355
|
|
1356 * url-vars.el: Removed lots of old variables
|
|
1357
|
|
1358 * url-misc.el: Removed x-exec URL handler - no interest anymore.
|
|
1359
|
|
1360 * w3-script.el (w3-script-evaluate-form): Use it.
|
|
1361 (w3-do-scripting): New variable to control whether to do _any_ scripting
|
|
1362 or not.
|
|
1363
|
|
1364 * The URL package now stores the current parsed URL object instead of 5 or
|
|
1365 6 separate variables.
|
|
1366
|
|
1367 * dist.Makefile: Removed old pgp and wais support, it was gross and
|
|
1368 apparently nobody was using it.
|
|
1369
|
|
1370 Tue Feb 18 06:13:03 1997 "T. V. Raman" <raman@adobe.com>
|
|
1371
|
|
1372 * w3-forms.el (w3-form-summarize-radio-button): Better radio button
|
|
1373 summarizer.
|
|
1374
|
|
1375 Tue Feb 18 06:13:03 1997 William M. Perry <wmperry@aventail.com>
|
|
1376
|
|
1377 * w3-display.el (w3-finish-drawing): Moved #blah target finding in here,
|
|
1378 where it belongs.
|
|
1379
|
|
1380 * w3-vars.el (w3-mode-map): Added binding for raw '\t' instead of relying
|
|
1381 on [tab]. Apparently this keysym isn't aliased under Emacs 19 on a
|
|
1382 TTY.
|
|
1383
|
|
1384 Mon Feb 17 15:10:38 1997 William M. Perry <wmperry@aventail.com>
|
|
1385
|
|
1386 * w3-elisp.el: Interface to Emacs-Lisp for safe scripting.
|
|
1387
|
|
1388 * w3-script.el: Basic client-side scripting has been implemented.
|
|
1389
|
|
1390 * w3-xemac.el (w3-mouse-handler): Ditto
|
|
1391
|
|
1392 * w3-e19.el (w3-mouse-handler): Plugged in handling of the onMouseOver event
|
|
1393
|
|
1394 * w3-display.el (w3-handle-string-content): Now adds a text property that
|
|
1395 contains w3-display-open-element-stack, so that from anywhere in the
|
|
1396 buffer you can find out where you are in the parse tree.
|
|
1397
|
|
1398 * default.css (input): ome default stylesheet updates for input fields on
|
|
1399 TTYs
|
|
1400
|
|
1401 Sun Feb 16 09:01:18 1997 Shuji Narazaki <narazaki@InetQ.or.jp>
|
|
1402
|
|
1403 * mule-sysdp.el: Updated for mule 3.0
|
|
1404
|
100
|
1405 Sat Feb 15 15:35:15 1997 William M. Perry <wmperry@aventail.com>
|
|
1406
|
102
|
1407 * Emacs-W3 3.0.60 released
|
|
1408
|
100
|
1409 * w3-display.el (w3-display-node): use it.
|
|
1410
|
|
1411 * w3-vars.el (w3-display-frames): New variable for whether to show 'frame'
|
|
1412 documents as a list of the subelements.
|
|
1413
|
|
1414 * w3.txi (Speech Properties): finished this chapter.
|
|
1415 (Media Selection): ditto
|
|
1416 (Time Units): ditto
|
|
1417 (Angle Units): ditto
|
|
1418 (Properties): Explanatory text at beginnign of section
|
|
1419
|
98
|
1420 Fri Feb 14 09:34:35 1997 William M. Perry <wmperry@aventail.com>
|
|
1421
|
100
|
1422 * Emacs-W3 3.0.59 released
|
|
1423
|
98
|
1424 * w3.txi: Lots of documentation about stylesheets, chapter layout
|
|
1425 changes.
|
|
1426
|
|
1427 Thu Feb 13 07:01:59 1997 William M. Perry <wmperry@aventail.com>
|
|
1428
|
|
1429 * Synch'd up to widget 1.38
|
|
1430
|
|
1431 * w3-forms.el (w3-form-resurrect-widgets): For now, don't use the nice new
|
|
1432 GUI pushbuttons - they appear to suffer badly on long lines.
|
|
1433
|
|
1434 * w3-mouse.el (w3-running-FSF19): Use new w3-popup-menu-on-mouse-3 variable
|
|
1435
|
|
1436 * w3-vars.el: Removed _lots_ of obsolete variables
|
|
1437 (w3-popup-menu-on-mouse-3): New variable to control whether W3 should
|
|
1438 override mouse-3 or not.
|
|
1439
|
|
1440 * Emacs-W3 3.0.58 released
|
|
1441
|
|
1442 * w3.txi: Added stubs for stylesheet chapters and supported URLs
|
|
1443
|
|
1444 * images.el (image-register-netpbm-utilities): This is now safe to call
|
|
1445 multiple times again.
|
|
1446
|
|
1447 Wed Feb 12 06:26:55 1997 William M. Perry <wmperry@aventail.com>
|
|
1448
|
|
1449 * w3-forms.el (w3-form-keymap): When binding widget-end-of-line, make sure
|
|
1450 that we do not overwrite Emacspeak's prefix-key. Now does a
|
|
1451 where-is-internal to find the correct binding in global-map to
|
|
1452 override.
|
|
1453
|
|
1454 * w3-display.el (w3-display-node): bind :emacspeak-help to 'w3-widget-echo
|
|
1455 in all the hypertext links.
|
|
1456
|
|
1457 * w3-vars.el (w3-mode-map): New binding for \M-\t - this _should_ have
|
|
1458 been taken care of by the [(meta tab)] definition, but evidently it
|
|
1459 doesn't. *sigh*
|
|
1460
|
|
1461 Tue Feb 11 07:33:50 1997 William M. Perry <wmperry@aventail.com>
|
|
1462
|
|
1463 * w3-forms.el (w3-form-create-option-list): Specify :menu-tag-get so that
|
|
1464 keyboard-based-completion doesn't get confused by the fact that some
|
|
1465 items will have spaces slapped in at the end.
|
|
1466
|
|
1467 * ssl.el (ssl-program-arguments): New variable - a list of command line
|
|
1468 switches to send to the SSL program in a subprocess, before the hostname
|
|
1469 and port number.
|
|
1470 (open-ssl-stream): Use it.
|
|
1471
|
|
1472 Mon Feb 10 07:45:31 1997 William M. Perry <wmperry@aventail.com>
|
|
1473
|
|
1474 * url-file.el (url-file): Removed refs to variable url-use-hypertext-dired
|
|
1475
|
|
1476 * url-vars.el: Removed obsolete variable url-use-hypertext-dired
|
|
1477
|
|
1478 * url-file.el (url-dired-find-file-mouse): fixed bad typo of
|
|
1479 (interactive...) spec, added documentation to a few functions.
|
|
1480 (url-file): Removed refs to obsolete variable url-use-hypertext-dired
|
|
1481
|
|
1482 * w3-xemac.el (w3-setup-version-specifics): Workaround for users of XEmacs
|
|
1483 19.14 or 20.0 with the bad bad bad lossage with text properties that
|
|
1484 have null values. This bug is fixed in XEmacs 19.15, and will be in
|
|
1485 20.1 as well. This bug would cause you to get errors like:
|
|
1486 internal error: no text-prop <#extent ....> start-open
|
|
1487
|
|
1488 * w3.el (w3-widget-button-click): Deal with new image capabilities of the
|
|
1489 widget checkbox/radio-button stuff.
|
|
1490
|
|
1491 * Synch'ed up to widget 1.31
|
|
1492
|
|
1493 Sun Feb 9 15:39:19 1997 William M. Perry <wmperry@aventail.com>
|
|
1494
|
|
1495 * Emacs-W3 3.0.57 released
|
|
1496
|
|
1497 * url-file.el (url-dired-minor-mode): New minor mode that overrides a few
|
|
1498 of direds keybindings to use Emacs-W3 instead of straight find-file.
|
|
1499 (url-format-directory): Now just uses dired to display directory
|
|
1500 listings, much more powerful than the old way. Can copy files, act on
|
|
1501 multiple files, you all know the drill.
|
|
1502
|
|
1503 * w3.txi: Added more chapters, reorg of others.
|
|
1504
|
|
1505 * w3-display.el (w3-maybe-start-image-download): Fixed handling of bad
|
|
1506 images in the cache again. Duh.
|
|
1507 No longer log to the warnings buffer if we fail to load an image. Just
|
|
1508 use message - much less intrusive. We just usually don't care that much
|
|
1509 about failed image loads.
|
|
1510
|
|
1511 * url-gw.el (url-open-stream): fixed typo - was calling old
|
|
1512 url-nslookup-host instead of url-gateway-nslookup-host
|
|
1513
|
|
1514 * w3.el (w3-insert-formatted-url): Now inserts markup in lowercase.
|
|
1515
|
|
1516 Sat Feb 8 13:54:43 1997 William M. Perry <wmperry@aventail.com>
|
|
1517
|
|
1518 * Emacs-W3 3.0.56 released. Getting closer!
|
|
1519
|
|
1520 * w3-forms.el (w3-form-summarize-radio-button): Finally, a decent
|
|
1521 summarization of radio buttons
|
|
1522 Fixed typo in specifying summarizer for hidden form fields.
|
|
1523 (w3-form-keymap): Bind C-a and C-e by default.
|
|
1524
|
|
1525 * w3-widget.el (widget-image-value-create): When using emacspeak, show
|
|
1526 client side imagemaps as a table. Need a more general solution for
|
|
1527 this, but this makes us nicer than IE again. :)
|
|
1528
|
|
1529 * Updated to widget 1.30
|
|
1530
|
|
1531 Fri Feb 7 16:49:55 1997 William M. Perry <wmperry@aventail.com>
|
|
1532
|
|
1533 * w3-display.el (w3-handle-string-content): Make sure faces text
|
|
1534 properties are closed, so that things don't bleed over.
|
|
1535 (w3-fixup-eol-faces): New function for Emacs 19 that removes face
|
|
1536 information at newlines, so that underlining will not extend from the
|
|
1537 end of a line to the window edges - very ugly.
|
|
1538
|
|
1539 * w3-menu.el (w3-menu-initialize-w3-mode-menu-map): Don't support 'emacs
|
|
1540 in w3-use-menus under Emacs in Windows 95/NT.
|
|
1541
|
|
1542 * w3-display.el (w3-finalize-image-download): Deal with bad images better.
|
|
1543 (w3-finish-drawing): Better protection of putting images in.
|
|
1544
|
|
1545 * url-gw.el (url-open-stream): Don't auto-retry connections. Don't throw
|
|
1546 an error if you fail to connect to a site. This is for image loadings
|
|
1547 that fail for some reason or another.
|
|
1548
|
|
1549 * css.el (css-expand-length): better handling of float values and 'ex'
|
|
1550 unit type.
|
|
1551
|
|
1552 * font.el (x-font-create-object): Unconditionally make case-fold-search
|
|
1553 non-nil so that we don't lose big-time. This was the cause of the very
|
|
1554 weird font-spatial-to-canonical lossage under XEmacs with font sizes of
|
|
1555 something like '+12pt'
|
|
1556
|
|
1557 * w3.el (w3-view-this-url): Use widget-echo-help if we didn't find a URL
|
|
1558 under point.
|
|
1559
|
|
1560 Fri Feb 7 15:22:25 1997 Charles Levert <charles@comm.polymtl.ca>
|
|
1561
|
|
1562 * w3-widget.el (widget-image-notify): Bad data being fed to w3-fetch if a
|
|
1563 client-side imagemap had an alt attribute (but only if the <map> came
|
|
1564 _after_ the use.
|
|
1565
|
|
1566 Fri Feb 7 15:22:25 1997 William M. Perry <wmperry@aventail.com>
|
|
1567
|
|
1568 * font.el (font-spatial-to-canonical): protect against bad input to this
|
|
1569 function.
|
|
1570
|
|
1571 Fri Feb 7 15:19:36 1997 Toby Speight <tms@ansa.co.uk>
|
|
1572
|
|
1573 * w3-parse.el (w3-parse-buffer): Parser didn't allow for the fact that
|
|
1574 TAGC is optional on end-tags as well as on start-tags (i.e. "<b<i>
|
|
1575 bold-italic</i</b>" is legal).
|
|
1576
|
|
1577 Fri Feb 7 06:28:37 1997 William M. Perry <wmperry@aventail.com>
|
|
1578
|
|
1579 * w3-forms.el (w3-form-keymap): Now inherits from widget-keymap, with a
|
|
1580 few exceptions.
|
|
1581
|
|
1582 * url.el (url-uncompress): This function now no longer looks at the file
|
|
1583 extension to determine a compression/encoding method. This is so that
|
|
1584 doing searches on `foo.tar.gz' will not bogusly cause the decompression
|
|
1585 steps to run. Ick!
|
|
1586
|
|
1587 * url-file.el (url-insert-possibly-compressed-file): This function no
|
|
1588 longer atempts to decompress the file after loading it in. Instead, it
|
|
1589 sets an appropriate content-transfer-encoding header based on the
|
|
1590 filename, so that this will allow url-uncompress to work correctly on the
|
|
1591 buffer.
|
|
1592
|
|
1593 Thu Feb 6 06:24:26 1997 William M. Perry <wmperry@aventail.com>
|
|
1594
|
|
1595 * w3-print.el (w3-postscript-print-function): New variable to control what
|
|
1596 function is used to generate postscript output.
|
|
1597 (w3-print-this-url): Use it.
|
|
1598
|
|
1599 * w3-display.el (w3-handle-string-content): Make all inserted text
|
|
1600 read-only
|
|
1601
|
|
1602 * w3-forms.el (w3-form-use-old-style): New variable to control whether to
|
|
1603 use the old-style interaction with form fields instead of the 'type
|
|
1604 directly into the buffer' method
|
|
1605 (w3-form-determine-size): Use it.
|
|
1606 (w3-form-create-integer): Use it.
|
|
1607 (w3-form-create-float): Use it.
|
|
1608 (w3-form-create-text): Use it.
|
|
1609 (w3-form-create-password): Use it.
|
|
1610 (w3-revert-form): Fixed error with 'reset' buttons on forms that had
|
|
1611 hidden form fields.
|
|
1612
|
|
1613 * w3-vars.el (w3-mode-map): Define [backtab] by default
|
|
1614
|
|
1615 * w3-display.el (w3-size-of-tree): Removed some warnings
|
|
1616 (w3-display-table-dimensions): ditto
|
|
1617
|
|
1618 * Updated to widget 1.26
|
|
1619
|
|
1620 * default.css: Some default formatting changes for input fields.
|
|
1621 Everything is underlined by default except submit/reset/image/button
|
|
1622 fields, so that they are a little easier to spot.
|
|
1623
|
|
1624 * w3-parse.el (w3-parse-buffer): Now slaps pseudo-elements into input
|
|
1625 fields so that stylesheets can access them.
|
|
1626
|
|
1627 Wed Feb 5 14:42:12 1997 William M. Perry <wmperry@aventail.com>
|
|
1628
|
|
1629 * Updated to widget 1.24
|
|
1630
|
|
1631 * Happy birthday Jenny P.
|
|
1632
|
|
1633 Tue Feb 4 08:21:03 1997 William M. Perry <wmperry@aventail.com>
|
|
1634
|
|
1635 * font.el (x-font-create-name): Better checking/optimizing of when to just
|
|
1636 return the default font.
|
|
1637
|
|
1638 * w3-forms.el: Make use of the new information, and pass it down to the
|
|
1639 widget library appropriately.
|
|
1640
|
|
1641 * w3-display.el (w3-display-node): Now passes in the entire list of active
|
|
1642 faces to form creation functions.
|
|
1643
|
|
1644 Mon Feb 3 07:26:18 1997 William M. Perry <wmperry@aventail.com>
|
|
1645
|
|
1646 * w3-emulate.el (w3-lynx-emulation-minor-mode-map): Lots of new
|
|
1647 keybindings for lynx emulation minor mode.
|
|
1648
|
|
1649 * Emacs-W3 3.0.55 released
|
|
1650
|
|
1651 * w3-forms.el (w3-form-determine-size): Fixed _STUPID_ problem where
|
|
1652 option lists would lose everything but the first option in them. I'm a
|
|
1653 dumbass. Sort modifies its list parameter! ICK ICK ICK.
|
|
1654
|
|
1655 * url.el (url-after-change-function): Show prettier status messages.
|
|
1656 Sizes are converted to bytes, k, or M, depending on how big the file
|
|
1657 is.
|
|
1658
|
|
1659 * w3.txi: Lots of documentation changes - volunteers welcome.
|
|
1660
|
|
1661 * Removed personal annotation support, since it wasn't shown with the new
|
|
1662 display engine, it needs to be rethought, and nobody had complained in
|
|
1663 the entire beta cycle.
|
|
1664
|
|
1665 * w3.el (w3-history-find-url-internal): Redid the history mechanism.
|
|
1666 Toolbar and menu entries are now grayed out appropriately.
|
|
1667
|
|
1668 * url-http.el (url-create-mime-request): Fixed cookie support if not going
|
|
1669 through a proxy gateway.
|
|
1670
|
|
1671 Sun Feb 2 22:05:41 1997 William M. Perry <wmperry@aventail.com>
|
|
1672
|
|
1673 * w3-display.el (w3-display-table): Fix for negative colwidth
|
|
1674
|
|
1675 Fri Jan 31 14:28:54 1997 William M. Perry <wmperry@aventail.com>
|
|
1676
|
|
1677 * w3.el (w3-fetch): Fixed targetted links (http://blah/#foo)
|
|
1678
|
|
1679 Fri Jan 31 11:20:47 1997 Alf-Ivar Holm <alfh@ifi.uio.no>
|
|
1680
|
|
1681 * w3.el (w3-mail-current-document): Fixed problem with calling
|
|
1682 w3-parse-buffer with too many arguments when mailing LaTeX-ified
|
|
1683 files.
|
|
1684
|
|
1685 Fri Jan 31 11:19:37 1997 Cord Kielhorn <kielhorn@thphy.uni-duesseldorf.de>
|
|
1686
|
|
1687 * css.el (css-expand-length): Fixed bad regexps for percentage and
|
|
1688 character based lengths
|
|
1689
|
88
|
1690 Thu Jan 30 20:27:06 1997 William M. Perry <wmperry@aventail.com>
|
|
1691
|
98
|
1692 * Emacs-W3 3.0.52 released
|
|
1693
|
88
|
1694 * w3-display.el (w3-handle-image): When doing table auto layout, don't
|
|
1695 start loading the images.
|
|
1696
|
|
1697 Wed Jan 29 06:15:37 1997 William M. Perry <wmperry@aventail.com>
|
|
1698
|
|
1699 * font.el (x-font-create-name): Yet another fix for not screwing up the
|
|
1700 line-height in Emacs 19.
|
|
1701
|
|
1702 * w3-display.el (w3-face-for-element): Uhh, oblique seems to work.
|
|
1703
|
|
1704 * font.el (set-font-style-by-keywords): now deals with arguments that
|
|
1705 aren't lists, for the font-style and font-variant CSS stuff
|
|
1706
|
|
1707 * w3-display.el (w3-display-node): Reimplemented <cookie> tag.
|
|
1708 (w3-display-node): Reimplemented <flame> tag.
|
|
1709
|
|
1710 * url.el (url-insert-file-contents): url-insert-file-contents now
|
|
1711 decodes/uncompresses the data before returning.
|
|
1712
|
|
1713 * w3-display.el (w3-display-node): Reimplemented <pinhead> tag
|
|
1714
|
|
1715 Tue Jan 28 06:22:08 1997 William M. Perry <wmperry@aventail.com>
|
|
1716
|
|
1717 * font.el (x-font-create-name): Never take font size into account under
|
|
1718 Emacs - too much chance of totally screwing up the users leading by
|
|
1719 choosing a bigger font than their default. This sucks. But I can't
|
|
1720 find a better solution.
|
|
1721
|
|
1722 * w3.el: w3-mode now turns on truncate-lines by default.
|
|
1723
|
|
1724 * w3-forms.el (w3-form-create-image): Better image input type support.
|
|
1725
|
|
1726 Mon Jan 27 08:21:58 1997 William M. Perry <wmperry@aventail.com>
|
|
1727
|
|
1728 * w3-forms.el (w3-form-create-password): Now uses real password entry
|
|
1729 widgets provided by 'widget' - you _MUST_USE_ the widget library that
|
|
1730 comes with Emacs-W3 for this, otherwise the info won't be hidden
|
|
1731 correctly.
|
|
1732 (w3-form-add-element): Deal with hidden text areas better when they are
|
|
1733 in forms
|
|
1734
|
|
1735 * Synch'd up to widget 1.22
|
|
1736
|
86
|
1737 Sun Jan 26 16:50:09 1997 William M. Perry <wmperry@aventail.com>
|
|
1738
|
88
|
1739 * Emacs-W3 3.0.51 released
|
|
1740
|
86
|
1741 * w3-forms.el (w3-form-create-text): Now uses the real text entry widgets
|
|
1742 provided by 'widget' - still can't do this for password fields yet
|
|
1743 though.
|
|
1744
|
|
1745 * Synch'd up to Widget 1.20
|
|
1746
|
|
1747 Sat Jan 25 13:38:12 1997 William M. Perry <wmperry@aventail.com>
|
|
1748
|
|
1749 * url.el (url-expand-file-name): Now strips out spaces as well as
|
|
1750 newlines/carriage returns. More fixes for that bastardized microsoft
|
|
1751 home page.
|
|
1752
|
|
1753 * url-http.el (url-create-mime-request): Make sure that we retrieve the
|
|
1754 cookies for the real URL we are retrieving when going through a proxy.
|
|
1755 Now the psychotic crap that is the microsoft home page should be
|
|
1756 successfully retrieved if going through an HTTP proxy.
|
|
1757
|
|
1758 * url-cookie.el (url-cookie-handle-set-cookie): Attempt to deal with
|
|
1759 idiotic microsoft home page that sends out set-cookie headers that look
|
|
1760 like MC1=ID=abc, and expects two cookies MC1='' and ID='abc' *sigh*
|
|
1761
|
|
1762 * w3-forms.el, w3-display.el: Form elements now keep all their attributes
|
|
1763 with them. Will be useful when we start allowing scripting.
|
|
1764 (w3-form-create-custom): Rudimentary patches to allow embedding 'custom'
|
|
1765 widgets into the buffer. Interesting.
|
|
1766
|
|
1767 * w3-forms.el (w3-form-determine-size): New function to calculate how big
|
|
1768 a form field will be - option lists should look much better now.
|
|
1769
|
|
1770 Thu Jan 23 08:48:59 1997 William M. Perry <wmperry@aventail.com>
|
|
1771
|
|
1772 * Synch'ed up to custom 1.19
|
|
1773
|
|
1774 * url-parse.el: document extra slots of url-generic-parse-url
|
|
1775
|
|
1776 Thu Jan 23 08:34:34 1997 Joe Wells <jbw@cs.bu.edu>
|
|
1777
|
|
1778 * url-file.el (url-file): Patch to tell ange-ftp and/or efs the password
|
|
1779 in a file/ftp URL so that you won't be prompted for the password, even
|
|
1780 if one was specified in the URL
|
|
1781
|
|
1782 * url-parse.el (url-generic-parse-url): Fixed bug where specifying a
|
|
1783 username and password in the URL would downcase the username and
|
|
1784 password as well as the hostname.
|
|
1785
|
82
|
1786 Wed Jan 22 08:28:13 1997 William M. Perry <wmperry@aventail.com>
|
|
1787
|
|
1788 * Emacs-W3 3.0.50 released
|
|
1789
|
|
1790 * base64.el (base64-encode-region): Pulled in code from VM for quicker
|
|
1791 encoding/decoding
|
|
1792
|
|
1793 * mm.el (mm-content-transfer-encodings): Better base64 decoding
|
|
1794
|
|
1795 Wed Jan 22 07:31:03 1997 Alf-Ivar Holm <alfh@ifi.uio.no>
|
|
1796
|
|
1797 * w3-emulate.el (w3-lynx-emulation-minor-mode-map): Lynx [up] and [down]
|
|
1798 bound to non-existing functions.
|
|
1799
|
|
1800 * w3.el (w3-do-setup): Fixed installation of lynx emulation modes keymap.
|
|
1801
|
|
1802 Tue Jan 21 07:56:51 1997 William M. Perry <wmperry@aventail.com>
|
|
1803
|
|
1804 * url-misc.el (url-data): Make sure to url-decode the data before
|
|
1805 inserting it into the buffer.
|
|
1806
|
|
1807 * w3-menu.el (w3-toggle-minibuffer): better version
|
|
1808
|
|
1809 * w3-forms.el (w3-form-create-integer): New form entry type
|
|
1810 (w3-form-create-float): new form entry type
|
|
1811 (w3-form-encode-helper): deal with the new integer/float types
|
|
1812
|
|
1813 * w3-display.el (w3-display-node): Reimplemented <select multiple> as a
|
|
1814 list of checkboxes
|
|
1815
|
|
1816 Mon Jan 20 06:29:07 1997 William M. Perry <wmperry@aventail.com>
|
|
1817
|
|
1818 * w3-display.el (w3-display-node): Keep track of the last form's action,
|
|
1819 for theoretically 'naked' input fields that we want to try and handle as
|
|
1820 best we can anyway.
|
|
1821
|
|
1822 * w3-parse.el: Much more lenient about where form elements can be found.
|
|
1823
|
|
1824 * w3-forms.el: summarizer functions now take the widget as an extra
|
|
1825 parameter.
|
|
1826
|
|
1827 * w3.el (w3-find-etc-directory): New function - not used yet.
|
|
1828
|
|
1829 * w3.txi: Warning! You now need a very new version of texinfo to compile
|
|
1830 the .info or .dvi file yourself.
|
|
1831
|
|
1832 * url-mail.el (url-mail): Now tries to use message-mail if it is bound
|
|
1833 instead of just plain old 'mail'.
|
|
1834
|
|
1835 * w3-forms.el (w3-form-add-element): Duh, fix hidden form fields.
|
|
1836
|
|
1837 * font.el (font-normalize-color): Hopefully fixed color lossage under OS/2
|
|
1838 and Windows
|
|
1839
|
|
1840 * w3-forms.el (w3-form-summarize-field): Actually 'message' the string as
|
|
1841 a workaround for emacspeak 5.0
|
|
1842
|
|
1843 Sun Jan 19 09:32:15 1997 William M. Perry <wmperry@aventail.com>
|
|
1844
|
|
1845 * w3-xemac.el (w3-mouse-handler): Ditto
|
|
1846
|
|
1847 * w3-e19.el (w3-mouse-handler): Protect against 'bad format string' errors
|
|
1848 when showing a hexified URL
|
|
1849
|
|
1850 * w3-forms.el (w3-form-mark-widget): Be super paranoid and mark all
|
|
1851 children and their children's children, and the parents of a widget.
|
|
1852 (w3-form-create-radio-button): Make sure radio button children always
|
|
1853 get updated via w3-form-mark-widget.
|
|
1854 (w3-form-summarize-radio-button): Slightly better summarization of radio
|
|
1855 buttons.
|
|
1856
|
|
1857 * Emacs-W3 3.0.49 released
|
|
1858
|
|
1859 * Synch'ed up with widget 1.18
|
|
1860
|
|
1861 Fri Jan 17 06:25:36 1997 Dave Love <d.love@dl.ac.uk>
|
|
1862
|
|
1863 * w3-display.el: w3-echo-link now prefers the URL to the text of a link
|
|
1864
|
|
1865 Fri Jan 17 06:25:36 1997 William M. Perry <wmperry@aventail.com>
|
|
1866
|
|
1867 * w3-display.el: Fixed handling of inlined styles
|
|
1868
|
|
1869 * w3-mouse.el: Some fixes for XEmacs when built with no X support
|
|
1870
|
|
1871 * default.css: Now uses the new @media directives instead of the old
|
|
1872 :blah: stuff
|
|
1873
|
|
1874 * css.el (css-handle-media-directive): New function to handle @media
|
|
1875 directives.
|
|
1876 (css-parse): Deprecate the old :mediatype: way of specifying media
|
|
1877 dependent styles.
|
|
1878
|
|
1879 * w3-style.el (w3-handle-style): Now gets passed a plist instead of an
|
|
1880 assoc list.
|
|
1881 (w3-handle-style): Pay attention to the new 'media' attribute on
|
|
1882 stylesheet links, and don't load the stylesheet if we aren't currently
|
|
1883 running on that type of media.
|
|
1884
|
|
1885 * css.el (css-properties): Added proposed printing properties from a W3C
|
|
1886 draft.
|
|
1887
|
|
1888 Thu Jan 16 06:06:45 1997 William M. Perry <wmperry@aventail.com>
|
|
1889
|
|
1890 * css.el (css-handle-media-directive): Implemented the @media processing
|
|
1891 instruction.
|
|
1892
|
|
1893 * w3-forms.el (w3-form-summarize-option-list): Changed the summarize
|
|
1894 function for option lists. Much saner now.
|
|
1895
|
|
1896 * w3.el (w3-read-url-with-default): Use the URL at point before falling
|
|
1897 back to http://www.
|
|
1898 (w3-source-document): When sourcing a document, let set-auto-mode do the
|
|
1899 right thing. .html comes up in html-mode, or whatever now.
|
|
1900
|
|
1901 * url-cookie.el: Fixed some compile warnings under Emacs
|
|
1902
|
|
1903 * w3-forms.el (w3-form-summarize-option-list): Make each choice-item have
|
|
1904 emacspeak-help set.
|
|
1905
|
|
1906 * w3-speak.el (w3-widget-backward): New advice
|
|
1907 (w3-widget-forward): New advice
|
|
1908
|
|
1909 * w3-forms.el (w3-form-create-option-list): Renamed function
|
|
1910
|
|
1911 * Emacs-W3 3.0.48 released
|
|
1912
|
|
1913 * w3-display.el (w3-face-for-element): Use background-color instead of
|
|
1914 just background for css property.
|
|
1915
|
|
1916 * w3-forms.el (w3-form-encode-helper): Fixed radio buttons, duh.
|
|
1917
|
|
1918 * url-misc.el (url-do-terminal-emulator): Fixed bad var reference left
|
|
1919 from old code.
|
|
1920
|
|
1921 * url-gw.el: Moved all the gateway variables into their own namespace to
|
|
1922 make it easier to turn this into a standalone package.
|
|
1923
|
|
1924 * dist.Makefile (SOURCES): Added url-gw and w3 to the build targets.
|
|
1925
|
|
1926 Wed Jan 15 08:00:37 1997 William M. Perry <wmperry@aventail.com>
|
|
1927
|
|
1928 * Emacs-W3 3.0.47 released
|
|
1929
|
|
1930 * url.el (url-expand-file-name): Make sure to remove \r from the URL as
|
|
1931 well as \n
|
|
1932
|
|
1933 * url-gw.el (url-open-stream): Added in 'telnet' and 'rlogin' methods for
|
|
1934 url-gateway-method. Code stolen from GNUS. Thanks lars! :) It would
|
|
1935 be nice to make this file its own package and be able to override
|
|
1936 open-network-stream so that all apps could get this for free.
|
|
1937
|
|
1938 * url-misc.el (url-generic-emulator-loader): Consolidated the tn3270,
|
|
1939 telnet, and rlogin URL loaders into one smarter function
|
|
1940
|
|
1941 * url.el: Made cookie and auth modules autoloaded, removed some old autoloads
|
|
1942 (url-open-stream) Moved to url-gw.el
|
|
1943
|
|
1944 Mon Jan 13 22:11:00 1997 William M. Perry <wmperry@aventail.com>
|
|
1945
|
|
1946 * w3-display.el (w3-widget-echo): w3-echo-link can now be a list, so the
|
|
1947 user can explicitly control fallback behaviour.
|
|
1948
|
|
1949 * w3.txi: Added some pointers to CSS documentation
|
|
1950
|
|
1951 * mule-sysdp.el (mule-code-convert-region): ditto
|
|
1952
|
|
1953 * w3.el (w3-convert-code-for-mule): Fixed bug in XEmacs 20.0 mule
|
|
1954
|
|
1955 Mon Jan 13 11:14:29 1997 T. V. Raman <raman@Adobe.COM>
|
|
1956
|
|
1957 * w3.el (w3-widget-forward): Call widget-forward interactively so that
|
|
1958 emacspeak will hook it correctly.
|
|
1959
|
|
1960 Mon Jan 13 11:14:29 1997 William M. Perry <wmperry@aventail.com>
|
|
1961
|
|
1962 * w3-display.el (w3-refresh-buffer): Finally reimplemented
|
|
1963 w3-refresh-buffer.
|
|
1964
|
|
1965 Sun Jan 12 10:32:50 1997 Karl Eichwalder <ke@ke.Central.DE>
|
|
1966
|
|
1967 * w3.txi: Add @dircategory and @direntry... @end. `install-info'
|
|
1968 from texinfo-3.9 know about those.
|
|
1969
|
|
1970 Sun Jan 12 21:49:44 1997 William M. Perry <wmperry@aventail.com>
|
|
1971
|
|
1972 * w3.el (w3-save-as): Can now save a page as postscript again
|
|
1973
|
|
1974 * w3-display.el (w3-display-node): inline styles work again
|
|
1975
|
|
1976 * url-misc.el (url-data): Updated data: URL to the spec.
|
|
1977 ftp://ietf.org/internet-drafts/draft-masinter-url-data-02.txt
|
|
1978
|
|
1979 Sat Jan 11 20:47:24 1997 William M. Perry <wmperry@aventail.com>
|
|
1980
|
|
1981 * Emacs-w3 3.0.45 released
|
|
1982
|
|
1983 * url-misc.el (url-data): Now supports the 'data' URL type, which just
|
|
1984 'fetches' everything after the data: chunk of the URL
|
|
1985
|
|
1986 Fri Jan 10 11:49:43 1997 William M. Perry <wmperry@aventail.com>
|
|
1987
|
|
1988 * w3-display.el (w3-display-node): Multicolumn works, but puts things
|
|
1989 across instead of down
|
|
1990
|
|
1991 * w3-parse.el: Basic support for parsing <multicol>
|
|
1992
|
|
1993 * w3-display.el (w3-display-node): Make our semi-widgety hyperlinks
|
|
1994 start/end open under XEmacs.
|
|
1995
|
|
1996 * w3.el (w3-complete-link): Make sure we take case into account when doing
|
|
1997 link completion. The user can use 'test' to complete to link titled
|
|
1998 'Test'. Uses try-completion for this, which seems to work since we
|
|
1999 require a match. Is this the best way to do this? Other than not being
|
|
2000 case-insensitive at this point?
|
|
2001
|
|
2002 * w3-forms.el (w3-form-default-widget-creator): Better way of handling
|
|
2003 updates to text entry fields.
|
|
2004 (w3-revert-form): Everything should be reverted correctly, both in
|
|
2005 internal storage and in the buffer
|
|
2006 (w3-form-create-radio-button): Get a more unique identifier to store
|
|
2007 radio elements by - old way could theoretically get collisions.
|
|
2008
|
|
2009 * w3-display.el (w3-display-handle-list-type): Updated use of 'list-style'
|
|
2010 to use new property 'list-style-type'
|
|
2011 (w3-prepare-buffer): Now kills the source buffer before it starts
|
|
2012 drawing the tree, to avoid *URL-n* buffers when not really necessary.
|
|
2013
|
|
2014 * css.el (css-properties): Updated all the properties to the W3C's latest
|
|
2015 'recommendation' level CSS specification.
|
|
2016 (css-handle-import): much better handling of @import
|
|
2017 (css-parse): Better handling of '@' directives in general
|
|
2018 (css-expand-value): General cleanup, reference the CSS and ACSS specs
|
|
2019 for how/why we are parsing something the way we are.
|
|
2020
|
|
2021 Thu Jan 9 06:17:08 1997 William M. Perry <wmperry@aventail.com>
|
|
2022
|
|
2023 * Updated all copyright notices. Happy belated new year!
|
|
2024
|
|
2025 * w3-display.el (w3-region): Fixed a few bugs with nuking too much of a
|
|
2026 buffer when using w3-region
|
|
2027
|
|
2028 * w3.el (w3-read-url-with-default): Use new variable.
|
|
2029
|
|
2030 * w3-vars.el (w3-fetch-with-default): New variable to control whether or
|
|
2031 not w3-fetch will figure out a good default value for the URL or not.
|
|
2032
|
|
2033 * w3-forms.el (w3-form-mark-widget): New function to mark a widget and all
|
|
2034 its children with an appropriate :emacspeak-help and 'w3-form-data
|
|
2035 Now defines a few keywords to look more widget-y
|
|
2036
|
|
2037 Wed Jan 8 09:27:47 1997 William M. Perry <wmperry@aventail.com>
|
|
2038
|
|
2039 * css.el (css-expand-value): Added elevation, angle, and time units.
|
|
2040
|
|
2041 * w3-display.el (w3-display-node): Turn on voice-lock-mode by default in
|
|
2042 all w3 buffers.
|
|
2043
|
|
2044 * css.el (css-properties): Added in new speech properties from the ACSS
|
|
2045 note from the W3C. Please see
|
|
2046 http://www.w3.org/pub/WWW/Style/CSS/Speech/NOTE-ACSS for more
|
|
2047 information.
|
|
2048
|
|
2049 * w3-forms.el: Moved all the form entry summarization functions from
|
|
2050 w3-speak.el into w3-forms. Easier to keep in synch this way.
|
|
2051
|
|
2052 * w3-display.el (w3-display-node): Reimplimented the 'keygen' form entry
|
|
2053 type for netscape compatibility.
|
|
2054
|
|
2055 Tue Jan 7 07:20:08 1997 William M. Perry <wmperry@aventail.com>
|
|
2056
|
|
2057 * w3-display.el (w3-region): New function that parses the HTML in a region
|
|
2058 'in-place', so that things like MIME mailers/gnus readers can show HTML
|
|
2059 inline a lot easier.
|
|
2060
|
|
2061 * w3-forms.el (w3-form-resurrect-widgets): Fixed case where a widget goes
|
|
2062 all the way to point-max and next-single-property-change will return
|
|
2063 nil. Would pass bad args to delete-region.
|
|
2064 (w3-form-summarize-field): Moved some of the smarts about summarizing W3
|
|
2065 widgets from w3-speak into the core forms code.
|
|
2066
|
|
2067 * font.el (define-font-keywords): New function for defining keywords that
|
|
2068 will actually work across Emacs and XEmacs
|
|
2069
|
|
2070 * w3-display.el (w3-display-node): Reimplemented 'note' functionality, by
|
|
2071 converting it into a two-cell table.
|
|
2072 (w3-display-node): Implemented <dir> as multi-column, as-per the RFC and
|
|
2073 HTML 3.x specifications
|
|
2074
|
|
2075 * default.css: Added default display type for dir and menu
|
|
2076
|
|
2077 Mon Jan 6 21:49:52 1997 William M. Perry <wmperry@aventail.com>
|
|
2078
|
|
2079 * url-http.el (url-create-mime-request): Fixed yet another stupid problem
|
|
2080 in Host: header handling. Was never sending the right information if
|
|
2081 you were not going through a proxy this time. *sigh*
|
|
2082
|
|
2083 * w3-forms.el (w3-form-add-element): Fixed hidden form fields
|
|
2084
|
|
2085 Sun Jan 5 22:38:54 1997 William M. Perry <wmperry@aventail.com>
|
|
2086
|
|
2087 * url-vars.el (url-proxy-services): updated documentation string
|
|
2088
|
|
2089 * w3-widget.el (widget-image-notify): Fixed client side handling of
|
|
2090 imagemaps on a TTY or a delayed/broken image. Duhhh
|
|
2091
|
|
2092 Fri Jan 3 Dave Love <d.love@dl.ac.uk>
|
|
2093
|
|
2094 * w3-e19.el (w3-mouse-handler): Fix link echoing.
|
|
2095
|
80
|
2096 Fri Jan 3 08:43:56 1997 William M. Perry <wmperry@aventail.com>
|
|
2097
|
82
|
2098 * Emacs-W3 3.0.43 released
|
|
2099
|
80
|
2100 * font.el (make-font): Treat args as a plist, just for sanity's sake.
|
|
2101
|
|
2102 Thu Jan 2 12:19:31 1997 William M. Perry <wmperry@aventail.com>
|
|
2103
|
|
2104 * w3-display.el (w3-table-hack-borders): Fix stupid use of 'otheriwse'
|
|
2105 instead of 'otherwise' in a case statement.
|
|
2106
|
|
2107 * w3-forms.el (w3-form-add-element): Fix stupid use of 'otheriwse'
|
|
2108 instead of 'otherwise' in a case statement.
|
|
2109 (w3-form-resurrect-widgets): Fixed XEmacs handling of widget recreation,
|
|
2110 and also fixed problem where some widgets would be skipped.
|
|
2111
|
|
2112 Tue Dec 31 07:37:17 1996 William M. Perry <wmperry@aventail.com>
|
|
2113
|
|
2114 * w3-e19.el: All the menus in Emacs-19 now use the same constructors that
|
|
2115 the :filter entries under XEmacs do. This will make things much easier
|
|
2116 in the future in not duplicating crufty menu-construction code once for
|
|
2117 XEmacs menu-structs and once for Emacs keymaps.
|
|
2118
|
|
2119 * w3-menu.el (w3-menu-html-links-constructor): Now works with the Emacs 19
|
|
2120 implementation of property lists.
|
|
2121
|
|
2122 Mon Dec 30 06:25:28 1996 William M. Perry <wmperry@aventail.com>
|
|
2123
|
|
2124 * w3-menu.el (w3-popup-menu): context-sensitive menus over delayed images
|
|
2125 work again
|
|
2126
|
|
2127 * w3-display.el (w3-parse-link): New way to store <link> information from
|
|
2128 an HTML document.
|
|
2129
|
|
2130 * w3.el (w3-search): Deal with new <link> storage
|
|
2131
|
|
2132 * w3-menu.el (w3-menu-html-links-constructor): Deal with new way <link>
|
|
2133 items are stored - now uses the 'title' attribute if present.
|
|
2134
|
|
2135 * w3-auto.el (w3-form-resurrect-widgets): Added autoload
|
|
2136
|
|
2137 * url-file.el (url-format-directory): Removed url-forms-based-ftp option -
|
|
2138 didn't really work anyway.
|
|
2139
|
|
2140 Sun Dec 29 15:54:21 1996 William M. Perry <wmperry@aventail.com>
|
|
2141
|
|
2142 * w3-forms.el (w3-form-resurrect-widgets): fixed stupid problem in munging
|
|
2143 of the size of form elements.
|
|
2144
|
|
2145 * Emacs-W3 3.0.42 released
|
|
2146
|
|
2147 * w3-display.el (w3-table-hack-borders): Deal gracefully with not finding
|
|
2148 a 'terminal' font to display hacked border chars in
|
|
2149
|
|
2150 * w3-hot.el (w3-hotlist-add-document): don't hexify a url before sticking
|
|
2151 it in the hotlist buffer
|
|
2152
|
|
2153 * w3-display.el (w3-display-node): hyperlinks with images at the start
|
|
2154 will now have a button associated with the entire link, not just the
|
|
2155 image part.
|
|
2156
|
|
2157 * w3-sysdp.el (fillin-text-property): made it work under Emacs19
|
|
2158
|
|
2159 Sun Dec 29 00:07:39 1996 Takahiro Hayata <hayata@sc511t.s.kobe-u.ac.jp>
|
|
2160
|
|
2161 * mule-sysdp.el (mule-write-region-no-coding-system): Patch for Mule 2.3
|
|
2162
|
|
2163 Sun Dec 29 00:07:39 1996 William M. Perry <wmperry@aventail.com>
|
|
2164
|
|
2165 * w3-forms.el (w3-form-add-element): Only insert stubs of the right length
|
|
2166 for a for element, and do munging of that text into the actual widgets
|
|
2167 later. This saves us a lot of grief and heartache when handling things
|
|
2168 like radio buttons that span table elements because the markers have
|
|
2169 become completely insane by the time the next widget is ready to be
|
|
2170 created.
|
|
2171
|
|
2172 Sat Dec 28 17:24:08 1996 William M. Perry <wmperry@aventail.com>
|
|
2173
|
|
2174 * w3-display.el (w3-display-table): Don't crap out on invalid tables where
|
|
2175 table-dimensions tells us we have a 0 column or 0 row table.
|
|
2176
|
|
2177 * w3-widget.el (widget-image-value-create): Use :action instead of :notify
|
|
2178 for widget-image-callback - hyperlinked images under Emacs 19 should
|
|
2179 work again.
|
|
2180
|
|
2181 Thu Dec 26 18:26:25 1996 William M. Perry <wmperry@aventail.com>
|
|
2182
|
|
2183 * w3.el (w3-widget-forward): Use this instead of widget-forward.
|
|
2184 (w3-widget-backward): Ditto. Need to make both of these smart for w3.
|
|
2185
|
|
2186 * w3-display.el (w3-display-node): Implemented the display class 'none'
|
|
2187 for turning off the rendering of an element and its subcontent.
|
|
2188
|
|
2189 Thu Dec 26 07:21:58 1996 William Perry <wmperry@aventail.com>
|
|
2190
|
|
2191 * w3-parse.el (w3-parse-buffer): *sigh* Allow _ in attribute names.
|
|
2192
|
|
2193 * Emacs-W3 3.0.41 released
|
|
2194
|
|
2195 * url-parse.el (url-generic-parse-url): bind inhibit-read-only to 't' in
|
|
2196 url parsing buffers, to avoid 'attempt to modify read-only text'
|
|
2197 problems when the string passed to url-generic-parse-url has the
|
|
2198 read-only text property set.
|
|
2199
|
|
2200 * w3-e19.el (w3-setup-version-specifics): popup menus should work in
|
|
2201 Emacs19 again.
|
|
2202
|
|
2203 * css.el (css-expand-value): For margin and padding, make sure we _always_
|
|
2204 convert into a valid length spec. Setting a 'margin' or 'padding'
|
|
2205 property group instead of individual margin-* or padding-* values would
|
|
2206 cause the display engine to crap out.
|
|
2207 (css-get): Fixed generic class-only lookups (.foo, etc)
|
|
2208
|
|
2209 * w3-display.el (w3-display-handle-list-type): Tweaks to list indentation
|
|
2210
|
|
2211 * w3-menu.el (w3-menu-html-links-constructor): Fixed stupid problem with
|
|
2212 the new navigate menu under XEmacs.
|
|
2213
|
|
2214 Tue Dec 24 22:46:11 1996 William M. Perry <wmperry@aventail.com>
|
|
2215
|
|
2216 * css.el (css-expand-color): Better handling of X-style color specs -
|
|
2217 convert them to internal RGB format.
|
|
2218
|
|
2219 Tue Dec 24 02:50:08 1996 Christian Limpach <chris@nice.ch>
|
|
2220
|
|
2221 * font.el (ns-font-families-for-device): added test for unbound
|
|
2222 device-fonts-cache variable.
|
|
2223 (ns-font-create-name): handle font-styles which are numbers.
|
|
2224
|
|
2225 * w3-sysdp.el (try-font-name): added support for Nextstep.
|
|
2226
|
|
2227 Tue Dec 24 06:16:33 1996 William M. Perry <wmperry@aventail.com>
|
|
2228
|
|
2229 * w3.el (w3-open-local): Send filename through expand-file-name in
|
|
2230 w3-open-local to avoid having illegal URLs like file:/~/test.html
|
|
2231
|
|
2232 * w3-widget.el (widget-image-value-create): fixed new problem with client
|
|
2233 side imagemaps. Should really work this time.
|
|
2234
|
|
2235 * w3.el (w3-map-links): w3-map-links and hence w3-complete-link will now
|
|
2236 find images that are also hyperlinks.
|
|
2237
|
|
2238 Mon Dec 23 22:28:58 1996 William M. Perry <wmperry@aventail.com>
|
|
2239
|
|
2240 * Emacs-W3 3.0.40 released
|
|
2241
|
|
2242 * w3-menu.el (w3-menu-go-menu): Added 'navigate' submenu to hold the
|
|
2243 predefined <link> types.
|
|
2244
|
|
2245 * w3-widget.el (widget-image-summarize): Image widgets should now be much
|
|
2246 better at identifying themselves when being tab'ed to or waggled at with
|
|
2247 the mouse.
|
|
2248
|
|
2249 * w3-prefs.el: Fixed a few references to w3-glyphp (now widget-glyphp)
|
|
2250
|
|
2251 * w3.el (w3-url-completion-function): Fixed completion of URLs
|
|
2252
|
|
2253 Sat Dec 21 Dave Love <d.love@dl.ac.uk>
|
|
2254
|
|
2255 * w3-display.el, w3-vars.el, w3.el: Define and use
|
|
2256 w3-defined-link-types to canonicalize link descriptions' case for
|
|
2257 ease of use.
|
|
2258
|
|
2259 * w3-e19.el (w3-build-FSF19-menu): Add any recognised <link> items
|
|
2260 to the menu in the absence of a toolbar.
|
|
2261
|
|
2262 Thu Dec 19 13:52:35 1996 William Perry <wmperry@aventail.com>
|
|
2263
|
|
2264 * Emacs-W3 3.0.39 released
|
|
2265
|
|
2266 * w3-forms.el (w3-form-encode-xwfu): Ditto.
|
|
2267
|
|
2268 * url.el (url-hexify-string): Updated to use url-unreserved-chars when
|
|
2269 escaping, ala
|
|
2270 http://www.ics.uci.edu/pub/ietf/uri/draft-fielding-url-syntax-02.txt
|
|
2271
|
|
2272 Wed Dec 18 22:09:41 1996 William M. Perry <wmperry@aventail.com>
|
|
2273
|
|
2274 * w3.el (w3-mode): Removed bogus setting of widget-motion-hook from way
|
|
2275 back
|
|
2276
|
|
2277 * w3-parse.el (w3-parse-buffer): Better handling of <base> tag.
|
|
2278
|
|
2279 * w3-display.el (w3-widget-echo): Better falling-back when the preferred
|
|
2280 echo method yields nil.
|
|
2281
|
|
2282 * url.el, w3-display.el, w3.el: Remove last vestiges of url-hash.el and
|
|
2283 removed it from the distribution.
|
|
2284
|
|
2285 Wed Dec 18 08:07:32 1996 William Perry <wmperry@aventail.com>
|
|
2286
|
|
2287 * dsssl.el: Moved the DSSSL parser and friends into its own namespace.
|
|
2288
|
|
2289 Removed dependencies on url-hash.
|
|
2290
|
|
2291 * custom.el: Synch'd up to custom 1.13
|
|
2292
|
|
2293 Tue Dec 17 16:36:05 1996 William M. Perry <wmperry@aventail.com>
|
|
2294
|
|
2295 * url.el (url-expand-file-name): If we weren't given a base object to work
|
|
2296 from, and url-current-object is null, set it to the object returned by
|
|
2297 parsing url-view-url.
|
|
2298
|
|
2299 * url-http.el (url-create-mime-request): Send the right information in the
|
|
2300 'Host' header field when going through a proxy.
|
|
2301 (url-setup-reload-timer): Emacs 19 doesn't deal well with 0-length
|
|
2302 timeouts, so protect against trying to create one when dealing with the
|
|
2303 refresh header.
|
|
2304
|
|
2305 * w3-parse.el: Removed lots of crap for the old display engine - shouldn't
|
|
2306 cons up as much garbage as before. Now it will just cons up garbage
|
|
2307 that we actually need.
|
|
2308
|
|
2309 Tue Dec 17 07:10:47 1996 William Perry <wmperry@aventail.com>
|
|
2310
|
|
2311 * css.el (css-properties): New property type 'string-list' for font-family
|
|
2312
|
|
2313 * w3.el (w3-find-default-stylesheets): Make sure to look in
|
|
2314 data-directory/../../w3 for stylesheets
|
|
2315
|
|
2316 Tue Dec 17 06:07:08 1996 William M. Perry <wmperry@aventail.com>
|
|
2317
|
|
2318 * w3-toolbar.el: wrapped a condition-case around the require for
|
|
2319 xpm-button and xbm-button so that it will compile under Emacs
|
|
2320
|
|
2321 Mon Dec 16 08:19:40 1996 William Perry <wmperry@aventail.com>
|
|
2322
|
|
2323 * Emacs-W3 3.0.38 released.
|
|
2324
|
|
2325 * dist.Makefile (OBJECTS): Removed xpm-button and xbm-button from the
|
|
2326 distribution. Any version of XEmacs that can run the latest 3.0 stuff
|
|
2327 has them already.
|
|
2328
|
|
2329 * default.css: Make nested ol/ul items display class 'line' so they look
|
|
2330 prettier.
|
|
2331
|
|
2332 * w3-display.el (w3-display-node): EVIL hack to make the first item in a
|
|
2333 nested list get indented correctly.
|
|
2334
|
|
2335 * w3-about.el (w3-about): Fixed the about:style stylesheet to be
|
|
2336 up-to-date with new CSS spec.
|
|
2337
|
|
2338 * default.css: Turned down indentation on list items by default.
|
|
2339
|
|
2340 * w3-display.el (w3-display-node): Mouse tracking should work under XEmacs
|
|
2341 again.
|
|
2342
|
|
2343 * dist.Makefile (all): Removed 'emacs' from dependency list.
|
|
2344
|
|
2345 Mon Dec 16 06:03:14 1996 William M. Perry <wmperry@aventail.com>
|
|
2346
|
|
2347 * w3-display.el (w3-table-hack-borders): This should work on TTY's again.
|
|
2348
|
|
2349 Sun Dec 15 14:19:53 1996 William M. Perry <wmperry@aventail.com>
|
|
2350
|
|
2351 * Emacs-W3 3.0.37 released
|
|
2352
|
|
2353 * w3-display.el: Better handling of paragraphs (well, any block-level
|
|
2354 element within a list-item display group.
|
|
2355
|
|
2356 * default.css (address): Changed <address> display tpye to line so that
|
|
2357 right-justification will take effect.
|
|
2358
|
|
2359 Sat Dec 14 10:24:13 1996 William M. Perry <wmperry@aventail.com>
|
|
2360
|
|
2361 * w3-sysdp.el: Removed stubs for add-submenu - it was confusing 'custom'
|
|
2362
|
|
2363 * dist.Makefile: More GNU-ish project makefile
|
|
2364
|
|
2365 * url.el (url-default-find-proxy-for-url): Fixed no_proxy handling
|
|
2366 (url-default-find-proxy-for-url): Don't pass 'www://' links to a proxy
|
|
2367
|
|
2368 Fri Dec 13 22:50:45 1996 William M. Perry <wmperry@aventail.com>
|
|
2369
|
|
2370 * dist.Makefile (URLSOURCES): Added socks.el to the distribution. Not
|
|
2371 used just yet.
|
|
2372
|
|
2373 * css.el (css-copy-stylesheet): Fixed problem with sharing the list
|
|
2374 structure between the hash tables - document stylesheets would infect
|
|
2375 the main w3-user-stylesheet and cause weirdness.
|
|
2376
|
|
2377 Fri Dec 13 09:47:40 1996 William Perry <wmperry@aventail.com>
|
|
2378
|
|
2379 * w3-style.el (w3-display-stylesheet): Fixed problem where
|
|
2380 w3-display-stylesheet would override the buffer css-display was showing
|
|
2381 the stylesheet in. Duhh.
|
|
2382
|
|
2383 * mule-sysdp.el (mule-encode-string): Fixed stupid problem on non-XEmacs
|
|
2384 mule
|
|
2385 (mule-sysdep-version): Ditto.
|
|
2386
|
|
2387 Fri Dec 13 06:25:45 1996 William M. Perry <wmperry@aventail.com>
|
|
2388
|
|
2389 * css.el (css-get): Removed bogus recursive call to css-get, and moved the
|
|
2390 guts of css-get out into its own fuction, which is in turn inlined into
|
|
2391 css-get. Might even make things faster. At the least, I expect it to
|
|
2392 get rid of the 'takes two makes to make w3-display.elc' problem some
|
|
2393 people have been seeing.
|
|
2394
|
|
2395 * w3-display.el (w3-display-handle-list-type): Fixed stupid problem with
|
|
2396 margin handling where list-item display items were always flush-left
|
|
2397
|
|
2398 Fri Dec 13 02:51:24 1996 Greg Stark <gsstark@mit.edu>
|
|
2399 * w3-display.el (w3-display-line-break): correct right justification code
|
|
2400 (w3-min-size-of-string): removed unused function that didn't work.
|
|
2401 (w3-size-of-tree): maintain consistent w3-display-open-element-stack
|
|
2402 don't hard code assumption that hr's are drawn with '-'
|
|
2403 (w3-display-table-dimensions): major bug if the last column rowspans
|
|
2404 (w3-table-lookup-char): new function
|
|
2405 (w3-table-hack-borders): new function makes table borders use pretty
|
|
2406 graphic characters instead of ascii characters.
|
|
2407 (w3-table-unhack-borders): new function restore lame ascii borders.
|
|
2408 (w3-display-table): Major changes to support drawing better borders
|
|
2409 also fix various bugs and tweak various things.
|
|
2410
|
|
2411 * w3-parse.el: remove = from set of characters that terminate an attribute
|
|
2412 when guessing about an syntactically invalid attribute.
|
|
2413 (didn't this get changed once already?)
|
|
2414
|
|
2415 * w3.el (w3-sentinel): hack around bug that bit w3-preview-this-buffer
|
|
2416 but I don't know what the right thing for Mule.
|
|
2417
|
|
2418 Thu Dec 12 08:36:01 1996 William Perry <wmperry@aventail.com>
|
|
2419 * Synch'd up to widget 1.13
|
|
2420
|
|
2421 * w3-display.el (w3-get-pad-string): Ack - watch for negative values in
|
|
2422 w3-get-pad-string
|
|
2423
|
|
2424 * Released 3.0.36
|
|
2425
|
|
2426 * w3-style.el (w3-display-stylesheet): Use new css-display function
|
|
2427
|
|
2428 * css.el (css-get): Better class checking
|
|
2429 (css-display): New function to pretty-print a stylesheet that is in
|
|
2430 memory.
|
|
2431
|
|
2432 * w3-parse.el (w3-parse-buffer): *sigh* Parser now keeps track of 'base'
|
|
2433 of this document. Also normalizes 'align' attribute, as well as
|
|
2434 auto-expanding any SRC or HREF attributes.
|
|
2435
|
|
2436 * w3-display.el (w3-display-handle-list-type): Now handles text-indent
|
|
2437 style property.
|
|
2438 (w3-display-table): Can now specify properties on 'tr', for
|
|
2439 vertical-alignment, etc.
|
|
2440 (w3-display-node): Lots of changes to deal with new method of munging
|
|
2441 class/align/etc in the parser.
|
|
2442
|
|
2443 Wed Dec 11 17:37:14 1996 William M. Perry <wmperry@aventail.com>
|
|
2444
|
|
2445 * w3-parse.el (w3-parse-buffer): Do munging of align/src/href/class
|
|
2446 attributes to save time in w3-display-node and friends.
|
|
2447
|
|
2448 * w3-prefs.el (w3-preferences-compatibility-variables): Fixed problems
|
|
2449 with renaming of w3-style-ie-compatibility to css-ie-compatibility
|
|
2450
|
|
2451 * w3-display.el (w3-display-node): fix for hyperlinks / form info in
|
|
2452 tables. Duhh.
|
|
2453
|
|
2454 Wed Dec 11 07:36:08 1996 William Perry <wmperry@aventail.com>
|
|
2455
|
|
2456 * css.el (css-copy-stylesheet): New function
|
|
2457
|
|
2458 * w3-display.el (w3-display-node): use it
|
|
2459
|
|
2460 * mule-sysdp.el (mule-encode-string): Fixes for XEmacs w/mule
|
|
2461 (mule-decode-string): Fixes for XEmacs w/mule
|
|
2462
|
|
2463 * w3-display.el (w3-display-node): Fixed problem in isindex handling.
|
|
2464 Using forms for isindex handling should work again.
|
|
2465
|
|
2466 * css.el (css-specificity): new function css-specificity to find how
|
|
2467 specific a certain rule is. Need to use this to sort rules in css-get.
|
|
2468
|
|
2469 Tue Dec 10 22:37:59 1996 William M. Perry <wmperry@aventail.com>
|
|
2470
|
|
2471 * w3-display.el (w3-get-style-info): Changes to deal with new css.el -
|
|
2472 should be much much faster now.
|
|
2473
|
|
2474 * css.el (css-get): Radically changed the internal representation of
|
|
2475 stylesheets, and how they are looked up.
|
|
2476
|
|
2477 Mon Dec 9 22:31:11 1996 William M. Perry <wmperry@aventail.com>
|
|
2478
|
|
2479 * w3-display.el (w3-face-for-element): Fixed bug in w3-face-for-element
|
|
2480 where weight of the element wasn't being taken into account.
|
|
2481
|
|
2482 * css.el: Changed font-variant style type from string to symbol-list
|
|
2483
|
|
2484 Mon Dec 9 12:29:59 1996 William Perry <wmperry@aventail.com>
|
|
2485
|
|
2486 * default.css: Changed default header sizes - should look better on most
|
|
2487 machines
|
|
2488
|
|
2489 Sun Dec 8 19:21:07 1996 William M. Perry <wmperry@aventail.com>
|
|
2490
|
|
2491 * Emacs-w3 3.0.34 Released
|
|
2492
|
|
2493 * w3-display.el: New macro w3-get-attribute to replace
|
|
2494 (cdr (assq 'blah args)), just in case I ever decide to replace the
|
|
2495 assoc list currently used.
|
|
2496
|
|
2497 * New file mule-sysdp.el, to make supporting Mule 2.3, Mule 2.4, and
|
|
2498 XEmacs 20.0 easier.
|
|
2499
|
|
2500 * url-file.el (url-insert-possibly-compressed-file): handle mule 2.4
|
|
2501
|
|
2502 Fri Dec 6 06:54:03 1996 William Perry <wmperry@aventail.com>
|
|
2503
|
|
2504 * w3-parse.el: Emit warnings when people try to slap attribute/value pairs
|
|
2505 on end tags. Evil bastards.
|
|
2506 Added SPAN, BDO, OBJECT, BASEFONT
|
|
2507
|
|
2508 Fri Dec 6 04:42:24 1996 Greg Stark <gsstark@mit.edu>
|
|
2509
|
|
2510 * default.css: add th td and caption text-align information
|
|
2511
|
|
2512 * docomp.el: increase max-specpdl-size so it can compile w3-display
|
|
2513
|
|
2514 * url.el (url-sentinel): avoid save-excursion around switch-buffer
|
|
2515
|
|
2516 * w3-display (w3-display-line-break): if we're in nowrap mode but the
|
|
2517 region doesn't end on a newline insert an extra newline, otherwise <br>
|
|
2518 gets ignored inside a <pre> or nowrap environment.
|
|
2519 Also protect against fill-column less than the length of fill-prefix.
|
|
2520 Also avoid infloop in right justification, and
|
|
2521 fix bug that caused right justification to never be executed.
|
|
2522
|
|
2523 * w3-display (table-cut table-dimensions w3-display-table):
|
|
2524 lots of new code to handle rowspan and autolayout.
|
|
2525
|
|
2526 * (w3-display-fix-widgets): be more agressive adjust even markers that have
|
|
2527 buffers and adjust parent markers.
|
|
2528
|
|
2529 * w3-display (w3-display-node): These changes are important for tables
|
|
2530 Don't insert insert-before on <a> tags before the class is adjusted
|
|
2531 Don't insert more than one class into an <a> tag when we adjust it.
|
|
2532 Protect against a negative fill-column when drawing <hr>s
|
|
2533 Set adaptive-fill-mode (what's filladapt-mode?)
|
|
2534
|
|
2535 * w3-parse.el: remove font from %block. WARNING, i have little idea what
|
|
2536 consequences this has but it seems to have the desired effect of
|
|
2537 handling table cells whose first tag is a <font> without discarding the
|
|
2538 implied <p> tag.
|
|
2539
|
|
2540 * w3-parse.el: skip-chars-forward "^>" when parsing end tags
|
|
2541 (some people seem to think you can put attributes in end tags)
|
|
2542
|
|
2543 Fri Dec 6 14:08:30 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2544
|
|
2545 * css.el: Better handling of text-decoration, to go along with the new version
|
|
2546 of set-font-style-by-keywords
|
|
2547
|
|
2548 * font.el: Faster version of set-font-style-by-keywords.
|
|
2549 Fixed RGB spec. problem if you used non-floats.
|
|
2550
|
|
2551 * w3-display.el: (w3-face-for-element) Obey some font function renaming.
|
|
2552 (w3-face-for-element) Changed format specification on w3-style-face-xxx
|
|
2553 creation.
|
|
2554 (w3-display-node) Alignment specified via attributes overrides
|
|
2555 stylesheet, not vice versa.
|
|
2556 (w3-display-node) Fixed stupid mistake in 'link' handling where
|
|
2557 stylesheets were ignored.
|
|
2558
|
|
2559 Thu Dec 5 17:51:37 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2560
|
|
2561 * url.el: (url-retrieve-internally) Can now specify an alternative
|
|
2562 function to determine whether a URL should be proxied or not. modelled
|
|
2563 off the netscape auto-proxy-configuration crap, so hopefully someday we
|
|
2564 can just suck down one of their files and be 'happy' with it.
|
|
2565
|
|
2566 * w3-display.el, css.el:
|
|
2567 Modified some of the css properties to not be inherited - let
|
|
2568 w3-display figure it out on its own - quicker this way. Saves a few
|
|
2569 thousand lookups over the life of a parse.
|
|
2570
|
|
2571 Mon Dec 2 20:22:12 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2572
|
|
2573 * w3-display.el: use better face names... avoids problems in xemacs
|
|
2574 resource name checking.
|
|
2575
|
|
2576 * w3-vars.el: Created version 3.0.33
|
|
2577
|
|
2578 * w3-parse.el: Fixed problem parsing attribute values like <img alt=''> -
|
|
2579 the regexp didn't like empty attribute values specified with single
|
|
2580 quotes.
|
|
2581
|
|
2582 * w3.el: -Patches from Dave Love
|
|
2583
|
|
2584 * font.el: Renamed the font-set-*-p to set-font-*-p, to be more in line with
|
|
2585 set-face-underline-p and friends. Fixed stupid problem in
|
|
2586 set-font-*-p where it would always just toggle the property, not
|
|
2587 actually set it. Blah. Added code in x-font-create-name to try
|
|
2588 oblique and italic versions of a font if italic is set.
|
|
2589
|
|
2590 * default.css: Prettied up the :speech: section
|
|
2591
|
|
2592 * w3-display.el:
|
|
2593 Conditionalized get-style-info calls in w3-voice-for-element on
|
|
2594 feature 'emacspeak
|
|
2595
|
|
2596 * w3.el: Added code to try loading dtk-css-speech and w3-speak if the feature
|
|
2597 'emacspeak' is available.
|
|
2598
|
|
2599 * css.el: Fixed a few stupid problems.
|
|
2600
|
|
2601 * font.el:
|
|
2602 made tty-font-create-object return a 12pt font object, just for reference.
|
|
2603
|
|
2604 * w3.txi: More updates to the documentation
|
|
2605
|
|
2606 * w3.el, w3-style.el: Moved to using the new 'css' package
|
|
2607
|
|
2608 * w3-parse.el:
|
|
2609 Removed some old functions. Save some string creation by downcasing
|
|
2610 tag and atribute names in the buffer instead of using 'downcase'.
|
|
2611
|
|
2612 * w3-display.el: Moved to using the new 'css' package
|
|
2613
|
|
2614 * w3-auto.el: Removed some outdated autoloads
|
|
2615
|
|
2616 * font.el: Added function font-set-style-by-keywords
|
|
2617
|
|
2618 * css.el: Better handling of various entities - beter way of specifying new
|
|
2619 properties and how they should be handled.
|
|
2620
|
|
2621 * default.css: *** empty log message ***
|
|
2622
|
|
2623 * dist.Makefile: Added 'css.el' to targets
|
|
2624
|
|
2625 * css.el: Initial revision
|
|
2626
|
|
2627 * w3-vars.el: Renamed w3-right-border to w3-right-margin
|
|
2628
|
|
2629 Sat Nov 30 17:42:38 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2630
|
|
2631 * custom-edit.el, custom.el, widget-edit.el, widget.el:
|
|
2632 -Synch'd up to Custom/Widget 1.09
|
|
2633
|
|
2634 Fri Nov 29 23:12:42 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2635
|
|
2636 * font.el: Actually try to use the 'oblique' property under X
|
|
2637
|
|
2638 * w3-display.el:
|
|
2639 Fix for sometimes getting an invalid glyph error in image retrieval.
|
|
2640 Fixed problem where table display would pop something off the open element stack.
|
|
2641
|
|
2642 * custom-edit.el, custom.el, widget-edit.el, widget.el:
|
|
2643 -Synch'd up to Custom/Widget 1.08
|
|
2644
|
|
2645 * w3-display.el: List filling seems to line up correctly now.
|
|
2646 Fixed bug in ordered list handling (wrong arg passed to a format).
|
|
2647 Changed the way spacing is handled.
|
|
2648
|
|
2649 * w3-menu.el: Added new 'search' menu with common web indexes
|
|
2650
|
|
2651 * dist.Makefile:
|
|
2652 Don't specify widget*.el twice in SOURCES _AND_ CUSTOMSOURCES or
|
|
2653 install under FreeBSD chokes.
|
|
2654
|
|
2655 * w3-display.el: Protect against list-item display property outside of a list.
|
|
2656
|
|
2657 * w3-sysdp.el: Fixed free var reference in make-device
|
|
2658
|
|
2659 Thu Nov 28 23:01:11 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2660
|
|
2661 * w3-display.el:
|
|
2662 Protect against bad values of w3-last-fill-pos in w3-display-line-break
|
|
2663
|
|
2664 * w3-e19.el, w3-menu.el:
|
|
2665 -Patches from Dave Love <d.love@dl.ac.uk> for using title of link in menus
|
|
2666
|
|
2667 Wed Nov 27 22:59:56 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2668
|
|
2669 * w3-vars.el: Created version 3.0.32
|
|
2670
|
|
2671 * w3.txi: Started revamping some of the documentation
|
|
2672
|
|
2673 * url-custom.el: Initial revision
|
|
2674
|
|
2675 * w3-display.el: Handle 'menu' list type correctly
|
|
2676
|
|
2677 * url.el: Patch from Thierry.Emery@aar.alcatel-alsthom.fr;
|
|
2678 - insert information about processes in buffer "URL Status Display"
|
|
2679 instead of *URL-<i>* : added a local variable `url-status-buf' and a
|
|
2680 call to `set-buffer'
|
|
2681
|
|
2682 - changed `url-get-working-buffer' to `url-get-working-buffer-name',
|
|
2683 because `url-working-buffer' is expected to be a name, not a buffer
|
|
2684 (my mistake)
|
|
2685
|
|
2686 * w3-xemac.el, w3-vars.el:
|
|
2687 Removed some old variables that aren't used anywhere now.
|
|
2688
|
|
2689 * w3-e19.el:
|
|
2690 Patch from Dave Love <d.love@dl.ac.uk> for 'title' version of w3-echo-link.
|
|
2691
|
|
2692 * w3-display.el:
|
|
2693 Patch from Dave Love <d.love@dl.ac.uk> for 'title' version of w3-echo-link.
|
|
2694 Form info is now stuck on a stack instead of in a let-bound variable.
|
|
2695 Only call w3-display-fix-widgets once! recursive calls to
|
|
2696 w3-display-node when rendering tables caused it to happen more than it
|
|
2697 should.
|
|
2698
|
|
2699 * w3-forms.el:
|
|
2700 Patch from Dave Love <d.love@dl.ac.uk> to protect against bad value
|
|
2701 for 'next' in w3-next-widget.
|
|
2702
|
|
2703 * dist.Makefile: Don't use `install -d', use mkdir -p if necessary
|
|
2704
|
|
2705 Tue Nov 26 16:21:32 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2706
|
|
2707 * custom-edit.el, custom.el: synch'd up to custom 1.05
|
|
2708
|
|
2709 * widget.el, widget-edit.el: *** empty log message ***
|
|
2710
|
|
2711 * widget-edit.el, widget.el: synch'd up to widget 1.05
|
|
2712
|
|
2713 * w3-display.el: Handles the 'dir' list type correctly now.
|
|
2714
|
|
2715 * url.el:
|
|
2716 Quick patch to check for url-working-buffer being a buffer, not a string.
|
|
2717
|
|
2718 * w3-display.el:
|
|
2719 Backed out _BAD BAD BAD_ change to protect against invalid values for
|
|
2720 w3-last-fill-pos that basically fucked everything in regards to
|
|
2721 vertical whitespace.
|
|
2722
|
|
2723 Mon Nov 25 21:12:17 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2724
|
|
2725 * w3-display.el: *** empty log message ***
|
|
2726
|
|
2727 * w3-display.el:
|
|
2728 Now only does incrememental display around block level elements.
|
|
2729 Does better munging of pre-formatted text CR -> LF CRLF->LF, etc.
|
|
2730
|
|
2731 * w3.el: Protect against errors in w3-sentinel on bad buffers.
|
|
2732
|
|
2733 * w3-vars.el: Created version 3.0.31
|
|
2734
|
|
2735 * widget-edit.el: Fixed compile problems under emacs
|
|
2736
|
|
2737 * w3-vars.el: *** empty log message ***
|
|
2738
|
|
2739 * widget.el: Made widget.el compile in emacsen w/o native backquote support
|
|
2740
|
|
2741 * w3-display.el: *** empty log message ***
|
|
2742
|
|
2743 * w3-parse.el:
|
|
2744 Patch from greg stark for dealing with '=' in misquoted attribute value pairs
|
|
2745
|
|
2746 Sun Nov 24 23:25:25 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2747
|
|
2748 * w3-display.el: Reimplemented targetted anchors (#foo)
|
|
2749
|
|
2750 * url.el: *** empty log message ***
|
|
2751
|
|
2752 * url-vars.el:
|
|
2753 Changed default of url-mime-language-string to '*' to make some sites happy.
|
|
2754
|
|
2755 * w3-display.el: Protect against w3-last-fill-pos getting an invalid position
|
|
2756
|
|
2757 * w3.el, w3-display.el, w3-vars.el:
|
|
2758 Patch from Dave Love <d.love@dl.ac.uk> to add new possibility 'title'
|
|
2759 to w3-echo-link to show the 'title' attribute of a link if its there.
|
|
2760
|
|
2761 * w3-speak.el: Patch from raman.
|
|
2762
|
|
2763 * font.el:
|
|
2764 Patch from nagae@mickey.ai.kyutech.ac.jp to handle fontsets correctly in mule
|
|
2765
|
|
2766 * w3-display.el: Implemented a few more CSS properties.
|
|
2767 list-style - control how list items are displayed. Ordered lists are
|
|
2768 now different from unordered only in their list-style.
|
|
2769 Need to implement contextual selectors to get ordered
|
|
2770 lists to work out of the box though.
|
|
2771 white-space - control whether whitespace is collapsed or not, and
|
|
2772 whether text is wrapped. <pre> <xmp> and <plaintext>
|
|
2773 are now all specified to use this in the default
|
|
2774 stylesheet.
|
|
2775 text-align - this replaces the old 'align' attribute
|
|
2776
|
|
2777 Reimplemented inlined styles.
|
|
2778
|
|
2779 * default.css: Varius updates to take advantage of the new CSS properties
|
|
2780 white-space, list-style, etc.
|
|
2781
|
|
2782 * w3-style.el: Handle url() and rgb() notation in color specifications
|
|
2783
|
|
2784 * w3-vars.el: Removed a few outdated variables
|
|
2785
|
|
2786 Sat Nov 23 02:10:37 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2787
|
|
2788 * w3-display.el: *** empty log message ***
|
|
2789
|
|
2790 * dsssl.el: Got rid of yet more compilation warnings.
|
|
2791
|
|
2792 * custom.el, custom-edit.el: Synch'd up to custom 1.0.1
|
|
2793
|
|
2794 * w3-display.el:
|
|
2795 Better handling of <hr> and <center>, and line spacing in general
|
|
2796
|
|
2797 * default.css: Updates to default stylesheet to deal with <center> and <div>
|
|
2798
|
|
2799 * w3.el, url.el, url-vars.el, url-http.el:
|
|
2800 Patches from Thierry Emery to allow multiple asynch fetches.
|
|
2801
|
|
2802 Fri Nov 22 22:26:35 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2803
|
|
2804 * widget-edit.el, widget.el: -Synch'd up to widget 1.01
|
|
2805
|
|
2806 * w3-style.el: Fixed a few fRemoved a few free variable sets/refs
|
|
2807
|
|
2808 * w3.el:
|
|
2809 When saving a document as html source, try to get into the 'head' before inserting the base.
|
|
2810
|
|
2811 * w3-display.el, w3-style.el:
|
|
2812 Stylesheets now store all there information as property lists instead
|
|
2813 of assoc lists. Just easier.
|
|
2814
|
|
2815 * font.el: Fix for font-normalize-color under nextstep
|
|
2816
|
|
2817 Thu Nov 21 04:01:22 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2818
|
|
2819 * widget-edit.el, widget.el: synch'd to 1.00 of widget/custom
|
|
2820
|
|
2821 Mon Nov 18 16:26:06 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2822
|
|
2823 * install.sh: Initial revision
|
|
2824
|
|
2825 * html32.dsl: Updated to latest from jon bosak
|
|
2826
|
|
2827 * w3-vars.el: Created version 3.0.30
|
|
2828
|
|
2829 Thu Nov 14 22:39:36 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2830
|
|
2831 * w3.el: Changed this so you can actually just do a (require 'w3-sysdp) and
|
|
2832 each function will check to see if it should overwrite, instead of
|
|
2833 conditionalizing that on the whole file.
|
|
2834
|
|
2835 * url.el: *** empty log message ***
|
|
2836
|
|
2837 * images.el, font.el, docomp.el, w3-sysdp.el:
|
|
2838 Changed this so you can actually just do a (require 'w3-sysdp) and
|
|
2839 each function will check to see if it should overwrite, instead of
|
|
2840 conditionalizing that on the whole file.
|
|
2841
|
|
2842 * w3-display.el: Moved some macros around.
|
|
2843
|
|
2844 * widget.el, widget-edit.el, w3-forms.el: Sync'd up to Widget 0.999
|
|
2845
|
|
2846 * w3-auto.el, w3-menu.el: *** empty log message ***
|
|
2847
|
|
2848 Sun Nov 10 18:08:24 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2849
|
|
2850 * w3-vars.el: Created version 3.0.29
|
|
2851
|
|
2852 * dsssl.el: Various changes, starting on the actual flow object stuff
|
|
2853
|
|
2854 Tue Nov 5 05:26:07 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2855
|
|
2856 * url-news.el: Updated version checking of news to deal with 'red' gnus
|
|
2857
|
|
2858 Mon Nov 4 14:47:47 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2859
|
|
2860 * w3-display.el: Don't show the content of 'script' - typo
|
|
2861
|
|
2862 Fri Nov 1 15:08:45 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2863
|
|
2864 * default.css: Changes from raman
|
|
2865
|
|
2866 Thu Oct 31 18:51:52 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2867
|
|
2868 * widget-edit.el: -
|
|
2869
|
|
2870 Tue Oct 29 19:53:38 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2871
|
|
2872 * w3-display.el: *** empty log message ***
|
|
2873
|
|
2874 Thu Oct 24 02:25:03 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2875
|
|
2876 * w3-widget.el: Updated the image widget to the new widget stuff.
|
|
2877
|
|
2878 Wed Oct 23 13:26:09 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2879
|
|
2880 * docomp.el: *** empty log message ***
|
|
2881
|
|
2882 * url.el: Fixed bug in url-remove-relative-links that would choke on something
|
|
2883 like: /foo/bar/./../baz/ - they /../ was removed first, removing its
|
|
2884 parent directory, the /./ - ack.
|
|
2885
|
|
2886 * w3-display.el: Image loading is back!
|
|
2887 Client-side imagemaps are back!
|
|
2888 Forms that span tables are working now.
|
|
2889
|
|
2890 Mon Oct 21 21:32:33 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2891
|
|
2892 * w3-vars.el: Created version 3.0.28
|
|
2893
|
|
2894 * url-mail.el: Make mail handling a little more generic.
|
|
2895
|
|
2896 * w3-display.el:
|
|
2897 Fix for w3-display-fix-widgets so that links right up against each
|
|
2898 other don't cause it to skip every-other-one.
|
|
2899
|
|
2900 Sun Oct 20 16:47:05 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2901
|
|
2902 * w3-style.el: don't map a pitch of 9 to 0.
|
|
2903
|
|
2904 * w3-speak.el:
|
|
2905 Added back in the advice for url-lazy-message that provided auditory
|
|
2906 feedback during URL retrieval. Also added back in the
|
|
2907 w3-speak-browse-page command.
|
|
2908
|
|
2909 * w3-speak.el:
|
|
2910 Some patches from TV Raman to fix multiline text entry area speaking
|
|
2911 and a bogus call to widget-get in text entry area speaking.
|
|
2912
|
|
2913 Fri Oct 18 12:27:04 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2914
|
|
2915 * w3-display.el:
|
|
2916 Patches from Thierry Emery <Thierry.Emery@aar.alcatel-alsthom.fr> to
|
|
2917 implement 'colspan' on tables. Patch to support align=xxx on
|
|
2918 arbitrary tags.
|
|
2919
|
|
2920 Thu Oct 17 22:27:44 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2921
|
|
2922 * w3-vars.el: Created version 3.0.27
|
|
2923
|
|
2924 * w3-display.el:
|
|
2925 fixed voicification of hyperlinks. Fixed problem in w3-normalize-spaces
|
|
2926 and multi-line strings.
|
|
2927
|
|
2928 Wed Oct 16 20:56:40 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2929
|
|
2930 * w3-speak.el: Fix stupid problem. function renaming lossage. Fun
|
|
2931
|
|
2932 * w3-display.el:
|
|
2933 Fixed <select> form items that had no <option value=xxx selected>
|
|
2934 entry in them. Wheee.
|
|
2935
|
|
2936 * w3-display.el:
|
|
2937 Fixed <select> form items that had an <option value=xxx selected>
|
|
2938 entry in them. Wheee.
|
|
2939
|
|
2940 * w3.el: document info is now shown as a table.
|
|
2941
|
|
2942 * w3.el: Document information is now shown as a table.
|
|
2943
|
|
2944 * w3-display.el, w3-vars.el: Now keeps better track of the <meta> tag info
|
|
2945
|
|
2946 * w3-vars.el: Created version 3.0.26
|
|
2947
|
|
2948 * w3-display.el: *** empty log message ***
|
|
2949
|
|
2950 Tue Oct 15 13:21:54 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2951
|
|
2952 * w3-display.el: Added back in <meta> and <link> handling.
|
|
2953 Fixed insert-before and insert-after for 'a' tag and pseudo-classes
|
|
2954
|
|
2955 * w3-display.el:
|
|
2956 Fixed some potential runaway style inheritance - need to think about a
|
|
2957 better way to pop style info off the various stacks than
|
|
2958 (w3-handle-content node) on an empty element.
|
|
2959
|
|
2960 * w3-display.el: Fixed <textarea> elements in forms
|
|
2961
|
|
2962 * w3-display.el, w3-forms.el: Fixed <select> elements in forms
|
|
2963
|
|
2964 Sun Oct 13 23:50:03 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2965
|
|
2966 * w3-vars.el: Created version 3.0.25
|
|
2967
|
|
2968 * dsssl.el: Bug fixes
|
|
2969
|
|
2970 * url-hash.el:
|
|
2971 Fixed bug in url-gethash where it wasn't honoring the 'default' parameter
|
|
2972
|
|
2973 Sat Oct 12 20:32:49 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2974
|
|
2975 * widget.el, widget-edit.el: Synched up to widget 0.99.4
|
|
2976
|
|
2977 Fri Oct 11 18:55:02 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2978
|
|
2979 * w3-display.el: fix for xemacs w/ temp faces
|
|
2980
|
|
2981 * w3-display.el: Fixed a bug with the insert-after handling. Duhh.
|
|
2982
|
|
2983 * default.css, w3-display.el: Implemented insert-before and insert-after
|
|
2984
|
|
2985 Wed Oct 9 19:00:59 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2986
|
|
2987 * 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:
|
|
2988 -Updated copyrights/addresses
|
|
2989
|
|
2990 Tue Oct 8 14:56:22 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
2991
|
|
2992 * w3-display.el: Tables now default to having no border
|
|
2993
|
|
2994 * w3-forms.el: Require w3-vars so Gnus will work
|
|
2995
|
|
2996 * w3-vars.el: Created version 3.0.24
|
|
2997
|
|
2998 * w3-speak.el:
|
|
2999 Added a few patches from raman and the latest version of emacspeak -
|
|
3000 everything appears to work out of the box now.
|
|
3001
|
|
3002 * w3-style.el:
|
|
3003 Added in a few autoloads for getting emacspeak to work right out of the box.
|
|
3004
|
|
3005 * w3-display.el: Added back in the :help-echo stuff on widgets
|
|
3006
|
|
3007 Mon Oct 7 18:09:17 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
3008
|
|
3009 * w3-display.el:
|
|
3010 <isindex> works again. Automatically turns off filladapt-mode now,
|
|
3011 since we apparently don't play well together.
|
|
3012
|
|
3013 * default.css: Added some margins
|
|
3014
|
|
3015 * w3-display.el: Fix for emacs 19
|
|
3016
|
|
3017 Fri Oct 4 17:08:51 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
3018
|
|
3019 * dsssl.el:
|
|
3020 Fixed a few errors in calling w3-dsssl-check-args. Now _EVERYTHING_
|
|
3021 compiles cleanly.
|
|
3022
|
|
3023 * docomp.el: Added a few more variables to the 'expected-to-be-free' list.
|
|
3024 Everything but dsssl.el compiles cleanly now.
|
|
3025
|
|
3026 * url-news.el: Fixed a few typos that resulted in free variable references.
|
|
3027
|
|
3028 * w3-display.el: New function w3-make-face to 'do the right thing' in
|
|
3029 Emacs/XEmacs/Emacs-with-no-X-support.
|
|
3030 Implemented margin-left and margin-right.
|
|
3031 Fixed a few problems with runaway or insufficient application of styles.
|
|
3032
|
|
3033 Mon Sep 30 19:43:35 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
3034
|
|
3035 * url-hash.el:
|
|
3036 Nasty hack to fix the !! error (("file \"cl-extra\" didn't define \"gethash\"")) stuff people are seeing under Emacs-19
|
|
3037
|
|
3038 * w3-vars.el: Created version 3.0.23
|
|
3039
|
|
3040 * w3-prefs.el: Updates for new widget package
|
|
3041
|
|
3042 * w3-display.el:
|
|
3043 No more recursion! Lots more shit broke though. Lists are totally broken.
|
|
3044
|
|
3045 * w3.el: Updates for new widget package
|
|
3046
|
|
3047 * w3-keyword.el: *** empty log message ***
|
|
3048
|
|
3049 Sun Sep 29 21:26:47 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
3050
|
|
3051 * widget.el, widget-edit.el: Updated to version 0.99 of the library
|
|
3052
|
|
3053 * widget-edit.el: Allow the :help-echo widget stuff to be a symbol
|
|
3054
|
|
3055 * w3.el: More updates for the latest widget package
|
|
3056
|
|
3057 * w3-sysdp.el: New functions prepend-text-property, append-text-property,
|
|
3058 fillin-text-property
|
|
3059
|
|
3060 * default.css, url.el: *** empty log message ***
|
|
3061
|
|
3062 Wed Sep 25 10:53:08 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
3063
|
|
3064 * dist.Makefile: Removed custom.el and custom-edit.el from the distribution.
|
|
3065
|
|
3066 Tue Sep 24 05:04:47 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
3067
|
|
3068 * w3-vars.el: Created version 3.0.22
|
|
3069
|
|
3070 * widget.el, widget-edit.el: Updated to latest widget stuff from Per.
|
|
3071
|
|
3072 * w3-parse.el:
|
|
3073 Added <script> to %body.content so that stupid IE 3.0 demo pages would work.
|
|
3074
|
|
3075 * w3-keyword.el:
|
|
3076 Added some new keyword defs to get rid of compile-time warnings
|
|
3077
|
|
3078 * w3-forms.el, w3-display.el: Now works with newest widget stuff
|
|
3079
|
|
3080 * url.el: New function url-parse-query-string, to return an assoc list of name
|
|
3081 value pairs from a URL-style query. url-unhex-string now takes an
|
|
3082 optional second argument for whether to allow decoding of newlines or
|
|
3083 not.
|
|
3084
|
|
3085 * url-mail.el:
|
|
3086 Now understands netscape-style 'extensions' to the mailto: specifier.
|
|
3087 ie: mailto:wmperry?subject=thesubject&bcc=root
|
|
3088
|
|
3089 * font.el:
|
|
3090 Now always converts to points instead of pixels, seems to give better
|
|
3091 results this way.
|
|
3092
|
|
3093 Mon Sep 23 04:53:56 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
3094
|
|
3095 * w3-vars.el: Created version 3.0.20
|
|
3096
|
|
3097 * dsssl.el: Made dsssl depend on url-hash
|
|
3098
|
|
3099 Sun Sep 22 05:16:06 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
3100
|
|
3101 * w3-display.el, w3-parse.el: *** empty log message ***
|
|
3102
|
|
3103 * w3-display.el: Some spacing changes, fix for nested lists
|
|
3104
|
|
3105 * custom.el, widget-edit.el, widget.el: -
|
|
3106
|
|
3107 * custom-edit.el: *** empty log message ***
|
|
3108
|
|
3109 Fri Sep 20 05:07:12 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
3110
|
|
3111 * w3-vars.el: Created version 3.0.19
|
|
3112
|
|
3113 * w3-display.el: *** empty log message ***
|
|
3114
|
|
3115 * w3-sysdp.el: Added in stub for set-keymap-parents
|
|
3116
|
|
3117 * w3-speak.el: Patches from raman
|
|
3118
|
|
3119 * w3-prefs.el, w3-imap.el: *** empty log message ***
|
|
3120
|
|
3121 * w3-hot.el: Fixed w3-read-html-bookmarks to work with some parser changes.
|
|
3122
|
|
3123 * w3-forms.el: Made forms work again.
|
|
3124
|
|
3125 * w3-display.el: Changed how the borders on tables are drawn.
|
|
3126 Added back in the voice support.
|
|
3127
|
|
3128 Thu Sep 19 05:12:49 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
3129
|
|
3130 * w3-vars.el: Created version 3.0.18
|
|
3131
|
|
3132 * dist.Makefile:
|
|
3133 Moved the URL and W3 packages back into one big distrubtion again
|
|
3134
|
|
3135 * w3-vars.el: Created version 3.0.18
|
|
3136
|
|
3137 * w3-vars.el: Created version 3.0.19
|
|
3138
|
|
3139 * w3-display.el: Don't crap out on tables with 0 columns
|
|
3140
|
|
3141 * docomp.el, url.el: *** empty log message ***
|
|
3142
|
|
3143 Wed Sep 18 12:50:03 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
3144
|
|
3145 * w3-vars.el: Created version 3.0.18
|
|
3146
|
|
3147 * docomp.el: *** empty log message ***
|
|
3148
|
|
3149 * w3-display.el: Space filling fixes
|
|
3150
|
|
3151 * w3-auto.el: Added autoload for w3-style-post-process-stylesheet
|
|
3152
|
|
3153 Tue Sep 17 12:50:47 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
3154
|
|
3155 * w3-vars.el: Created version 3.0.16
|
|
3156
|
|
3157 * w3-display.el, w3-e19.el: *** empty log message ***
|
|
3158
|
|
3159 Mon Sep 16 04:46:18 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
3160
|
|
3161 * custom-edit.el, custom.el, widget-edit.el, widget-example.el, widget.el:
|
|
3162 Initial revision
|
|
3163
|
|
3164 Sun Sep 15 22:47:53 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
3165
|
|
3166 * w3-vars.el: Created version 3.0.15
|
|
3167
|
|
3168 * w3-display.el: Alignment stuff works (right, left, full, center).
|
|
3169 Tables can now be borderless, and if it has borders, they are all there.
|
|
3170 <pre>/<xmp> work.
|
|
3171
|
|
3172 * url-vars.el: Created version 1.0.42
|
|
3173
|
|
3174 * url-http.el: *** empty log message ***
|
|
3175
|
|
3176 * w3-vars.el: Created version 3.0.14
|
|
3177
|
|
3178 * html32.dsl: Initial revision
|
|
3179
|
|
3180 * w3.el: Use the new display code.
|
|
3181
|
|
3182 * w3-forms.el: A few changes for the latest display code
|
|
3183
|
|
3184 * w3-vars.el: Created version 3.0.14
|
|
3185
|
|
3186 * w3-display.el: Actually mostly works
|
|
3187
|
|
3188 * w3-parse.el: Removed hooks into the old display engine
|
|
3189
|
|
3190 * url.el: *** empty log message ***
|
|
3191
|
|
3192 * w3-speak.el: Update from raman
|
|
3193
|
|
3194 * url.el: *** empty log message ***
|
|
3195
|
|
3196 Sat Sep 14 16:48:24 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
3197
|
|
3198 * url-gopher.el, url.el:
|
|
3199 Added '...' to the downloading messages so that they do not show up in
|
|
3200 the message log buffer under Emacs 19.xx
|
|
3201
|
|
3202 * w3-parse.el: Changed content-model of <script> to fix problems on some sites
|
|
3203 (notably netscape's) that use an unescaped </ in the script. BAD SGML
|
|
3204 DAMMIT.
|
|
3205
|
|
3206 Fri Sep 13 05:24:53 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
3207
|
|
3208 * w3-vars.el: Created version 3.0.13
|
|
3209
|
|
3210 * w3-forms.el: Use the new :ignore-case stuff for choice items
|
|
3211
|
|
3212 Thu Sep 12 05:57:47 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
3213
|
|
3214 * w3-display.el: Holy shit tables work.
|
|
3215
|
|
3216 Tue Sep 10 03:11:55 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
3217
|
|
3218 * w3-speak.el: Bug-fixes from raman.
|
|
3219
|
|
3220 Mon Sep 9 05:18:37 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
3221
|
|
3222 * dsssl.el:
|
|
3223 Removed a few compiler warnings and fixed a few bugs (equal, error, time
|
|
3224
|
|
3225 * dsssl.el:
|
|
3226 DSSSL (define ...)'d functions are now called correctly. Wow. Added
|
|
3227 in most of the rest of the DSSSL(o) application profile functions.
|
|
3228
|
|
3229 * dsssl.el: Initial revision
|
|
3230
|
|
3231 * w3-parse.el: *** empty log message ***
|
|
3232
|
|
3233 * 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:
|
|
3234 Changed copyright assignment
|
|
3235
|
|
3236 * font.el: changed copyright assignment
|
|
3237
|
|
3238 Sun Sep 8 00:31:52 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
3239
|
|
3240 * w3-draw.el:
|
|
3241 Added in a stub handler for the 'frame' tag, so that you can still get
|
|
3242 to frame pages written by idiots who don't use a decent 'noframe'
|
|
3243 subdocument.
|
|
3244
|
|
3245 * url.el: Removed nntp-after-change-function, since it screwed up GNUS
|
|
3246
|
|
3247 Sat Sep 7 01:45:17 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
3248
|
|
3249 * w3-latex.el: updated email address for stephen peters
|
|
3250
|
|
3251 Wed Sep 4 02:09:08 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
3252
|
|
3253 * socks.el: Initial revision
|
|
3254
|
|
3255 Sun Sep 1 16:22:50 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
3256
|
|
3257 * w3-draw.el: Don't load images on a TTY device in XEmacs. General speedup
|
|
3258
|
|
3259 Thu Aug 29 04:09:40 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
3260
|
|
3261 * w3-vars.el: Created version 3.0.12
|
|
3262
|
|
3263 Sun Aug 25 17:12:32 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
3264
|
|
3265 * w3-draw.el: Added some stubs for tables
|
|
3266
|
|
3267 Mon Aug 19 03:30:47 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
3268
|
|
3269 * w3.el: fixed bug in w3-insert-formatted-url
|
|
3270
|
|
3271 Mon Aug 12 03:10:30 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
3272
|
|
3273 * w3-style.el: Don't make a null voice of paul-5555 if no stuff is specified.
|
|
3274
|
|
3275 * default.css: Added speech elements to the default stylesheet.
|
|
3276
|
|
3277 Sun Aug 11 16:41:58 1996 William M. Perry <wmperry@cs.indiana.edu>
|
2
|
3278
|
|
3279 * w3-vars.el: Created version 3.0.11
|
|
3280
|
|
3281 * font.el:
|
|
3282 Fix for font-default-font-for-device under XEmacs when you use a font
|
|
3283 like '10x20' instead of the fully specified version
|
|
3284
|
80
|
3285 Sat Aug 10 16:14:08 1996 William M. Perry <wmperry@cs.indiana.edu>
|
2
|
3286
|
|
3287 * w3-forms.el:
|
|
3288 Do not encode the '.' in application/x-www-form-urlencoded. Fucking
|
|
3289 netscape compatbility. What _SPEC_?! There aren't any specs on the
|
|
3290 web, right?!
|
|
3291
|
|
3292 * w3-forms.el:
|
|
3293 Fixed problem with submissions of a form with the exact same arguments
|
|
3294 causes elements from both form to be submitted. ack.
|
|
3295
|
80
|
3296 Tue Aug 6 14:03:52 1996 William M. Perry <wmperry@cs.indiana.edu>
|
2
|
3297
|
|
3298 * w3-parse.el:
|
|
3299 fixed stupid mistake in DTD I made when changing to 3.2 DTD - left
|
|
3300 'style' out of head's content-model so no in-document stylesheet stuff
|
|
3301 was getting parsed. gack.
|
|
3302
|
|
3303 * w3-forms.el: No longer put a 'choose' in front of option menus
|
|
3304
|
|
3305 * w3-speak.el: fixed bugs
|
|
3306
|
80
|
3307 Mon Aug 5 14:03:09 1996 William M. Perry <wmperry@cs.indiana.edu>
|
2
|
3308
|
|
3309 * w3-vars.el: Created version 3.0.10
|
|
3310
|
|
3311 * default.css: A few mild changes, and docs.
|
|
3312
|
80
|
3313 Sun Aug 4 23:51:26 1996 William M. Perry <wmperry@cs.indiana.edu>
|
2
|
3314
|
|
3315 * w3-speak.el: new version of w3-speak from raman
|
|
3316
|
|
3317 * w3-draw.el: Style search alg. now looks for tag/id|name first. Now supports
|
|
3318 inlined 'style' keyword on any tag. Gack *sigh*
|
|
3319
|
|
3320 * w3-style.el:
|
|
3321 Can now have periods in class names. Fixed bug where the class would
|
|
3322 be normalized to lowercase as well as the tag name. BAD BAD BAD.
|
|
3323
|
|
3324 * w3-speak.el: some changes from raman
|
|
3325
|
|
3326 * w3-style.el: Think I finally fixed some stylesheet weirdness
|
|
3327
|
|
3328 * w3.el: Don't override user prefs w/w3-user-colors-take-precedence -duh
|
|
3329
|
|
3330 * w3-parse.el: fixed graphical entities
|
|
3331
|
80
|
3332 Sat Aug 3 20:09:50 1996 William M. Perry <wmperry@cs.indiana.edu>
|
2
|
3333
|
|
3334 * w3-vars.el:
|
|
3335 Added textual representation of the 'artist formerly known as prince'
|
|
3336 graphical icons
|
|
3337
|
80
|
3338 * md5.el: removed /bin/sh dependency in md5
|
|
3339
|
|
3340 Fri Aug 2 14:08:38 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
3341
|
|
3342 * url-vars.el: Created version 1.0.41
|
|
3343
|
|
3344 * url.el:
|
|
3345 no longer special case file:// urls when checking for no_proxy - thats
|
|
3346 just stupid.
|
|
3347
|
|
3348 Thu Aug 1 13:32:54 1996 William M. Perry <wmperry@cs.indiana.edu>
|
2
|
3349
|
|
3350 * w3-vars.el: Created version 3.0.9
|
|
3351
|
80
|
3352 * url.el: made url-insert-file-contents interactive
|
|
3353
|
2
|
3354 * w3-sysdp.el:
|
|
3355 added data-directory to sysdep version of x-library-search-path for
|
|
3356 emacs under windows 95/nt
|
|
3357
|
|
3358 * w3-vars.el:
|
|
3359 Implemented &prince; and &princesymbol; graphical entities. Thanks
|
|
3360 for the note Jamie Z!
|
|
3361
|
|
3362 * w3-forms.el: fix for gopher searches
|
|
3363
|
|
3364 * w3-draw.el: Added support for balloon-help
|
|
3365
|
80
|
3366 Fri Jul 26 05:57:21 1996 William M. Perry <wmperry@cs.indiana.edu>
|
2
|
3367
|
|
3368 * w3-display.el, w3-texinfo.el: Initial revision
|