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