82
|
1 Wed Jan 22 08:28:13 1997 William M. Perry <wmperry@aventail.com>
|
|
2
|
|
3 * Emacs-W3 3.0.50 released
|
|
4
|
|
5 * base64.el (base64-encode-region): Pulled in code from VM for quicker
|
|
6 encoding/decoding
|
|
7
|
|
8 * mm.el (mm-content-transfer-encodings): Better base64 decoding
|
|
9
|
|
10 Wed Jan 22 07:31:03 1997 Alf-Ivar Holm <alfh@ifi.uio.no>
|
|
11
|
|
12 * w3-emulate.el (w3-lynx-emulation-minor-mode-map): Lynx [up] and [down]
|
|
13 bound to non-existing functions.
|
|
14
|
|
15 * w3.el (w3-do-setup): Fixed installation of lynx emulation modes keymap.
|
|
16
|
|
17 Tue Jan 21 07:56:51 1997 William M. Perry <wmperry@aventail.com>
|
|
18
|
|
19 * url-misc.el (url-data): Make sure to url-decode the data before
|
|
20 inserting it into the buffer.
|
|
21
|
|
22 * w3-menu.el (w3-toggle-minibuffer): better version
|
|
23
|
|
24 * w3-forms.el (w3-form-create-integer): New form entry type
|
|
25 (w3-form-create-float): new form entry type
|
|
26 (w3-form-encode-helper): deal with the new integer/float types
|
|
27
|
|
28 * w3-display.el (w3-display-node): Reimplemented <select multiple> as a
|
|
29 list of checkboxes
|
|
30
|
|
31 Mon Jan 20 06:29:07 1997 William M. Perry <wmperry@aventail.com>
|
|
32
|
|
33 * w3-display.el (w3-display-node): Keep track of the last form's action,
|
|
34 for theoretically 'naked' input fields that we want to try and handle as
|
|
35 best we can anyway.
|
|
36
|
|
37 * w3-parse.el: Much more lenient about where form elements can be found.
|
|
38
|
|
39 * w3-forms.el: summarizer functions now take the widget as an extra
|
|
40 parameter.
|
|
41
|
|
42 * w3.el (w3-find-etc-directory): New function - not used yet.
|
|
43
|
|
44 * w3.txi: Warning! You now need a very new version of texinfo to compile
|
|
45 the .info or .dvi file yourself.
|
|
46
|
|
47 * url-mail.el (url-mail): Now tries to use message-mail if it is bound
|
|
48 instead of just plain old 'mail'.
|
|
49
|
|
50 * w3-forms.el (w3-form-add-element): Duh, fix hidden form fields.
|
|
51
|
|
52 * font.el (font-normalize-color): Hopefully fixed color lossage under OS/2
|
|
53 and Windows
|
|
54
|
|
55 * w3-forms.el (w3-form-summarize-field): Actually 'message' the string as
|
|
56 a workaround for emacspeak 5.0
|
|
57
|
|
58 Sun Jan 19 09:32:15 1997 William M. Perry <wmperry@aventail.com>
|
|
59
|
|
60 * w3-xemac.el (w3-mouse-handler): Ditto
|
|
61
|
|
62 * w3-e19.el (w3-mouse-handler): Protect against 'bad format string' errors
|
|
63 when showing a hexified URL
|
|
64
|
|
65 * w3-forms.el (w3-form-mark-widget): Be super paranoid and mark all
|
|
66 children and their children's children, and the parents of a widget.
|
|
67 (w3-form-create-radio-button): Make sure radio button children always
|
|
68 get updated via w3-form-mark-widget.
|
|
69 (w3-form-summarize-radio-button): Slightly better summarization of radio
|
|
70 buttons.
|
|
71
|
|
72 * Emacs-W3 3.0.49 released
|
|
73
|
|
74 * Synch'ed up with widget 1.18
|
|
75
|
|
76 Fri Jan 17 06:25:36 1997 Dave Love <d.love@dl.ac.uk>
|
|
77
|
|
78 * w3-display.el: w3-echo-link now prefers the URL to the text of a link
|
|
79
|
|
80 Fri Jan 17 06:25:36 1997 William M. Perry <wmperry@aventail.com>
|
|
81
|
|
82 * w3-display.el: Fixed handling of inlined styles
|
|
83
|
|
84 * w3-mouse.el: Some fixes for XEmacs when built with no X support
|
|
85
|
|
86 * default.css: Now uses the new @media directives instead of the old
|
|
87 :blah: stuff
|
|
88
|
|
89 * css.el (css-handle-media-directive): New function to handle @media
|
|
90 directives.
|
|
91 (css-parse): Deprecate the old :mediatype: way of specifying media
|
|
92 dependent styles.
|
|
93
|
|
94 * w3-style.el (w3-handle-style): Now gets passed a plist instead of an
|
|
95 assoc list.
|
|
96 (w3-handle-style): Pay attention to the new 'media' attribute on
|
|
97 stylesheet links, and don't load the stylesheet if we aren't currently
|
|
98 running on that type of media.
|
|
99
|
|
100 * css.el (css-properties): Added proposed printing properties from a W3C
|
|
101 draft.
|
|
102
|
|
103 Thu Jan 16 06:06:45 1997 William M. Perry <wmperry@aventail.com>
|
|
104
|
|
105 * css.el (css-handle-media-directive): Implemented the @media processing
|
|
106 instruction.
|
|
107
|
|
108 * w3-forms.el (w3-form-summarize-option-list): Changed the summarize
|
|
109 function for option lists. Much saner now.
|
|
110
|
|
111 * w3.el (w3-read-url-with-default): Use the URL at point before falling
|
|
112 back to http://www.
|
|
113 (w3-source-document): When sourcing a document, let set-auto-mode do the
|
|
114 right thing. .html comes up in html-mode, or whatever now.
|
|
115
|
|
116 * url-cookie.el: Fixed some compile warnings under Emacs
|
|
117
|
|
118 * w3-forms.el (w3-form-summarize-option-list): Make each choice-item have
|
|
119 emacspeak-help set.
|
|
120
|
|
121 * w3-speak.el (w3-widget-backward): New advice
|
|
122 (w3-widget-forward): New advice
|
|
123
|
|
124 * w3-forms.el (w3-form-create-option-list): Renamed function
|
|
125
|
|
126 * Emacs-W3 3.0.48 released
|
|
127
|
|
128 * w3-display.el (w3-face-for-element): Use background-color instead of
|
|
129 just background for css property.
|
|
130
|
|
131 * w3-forms.el (w3-form-encode-helper): Fixed radio buttons, duh.
|
|
132
|
|
133 * url-misc.el (url-do-terminal-emulator): Fixed bad var reference left
|
|
134 from old code.
|
|
135
|
|
136 * url-gw.el: Moved all the gateway variables into their own namespace to
|
|
137 make it easier to turn this into a standalone package.
|
|
138
|
|
139 * dist.Makefile (SOURCES): Added url-gw and w3 to the build targets.
|
|
140
|
|
141 Wed Jan 15 08:00:37 1997 William M. Perry <wmperry@aventail.com>
|
|
142
|
|
143 * Emacs-W3 3.0.47 released
|
|
144
|
|
145 * url.el (url-expand-file-name): Make sure to remove \r from the URL as
|
|
146 well as \n
|
|
147
|
|
148 * url-gw.el (url-open-stream): Added in 'telnet' and 'rlogin' methods for
|
|
149 url-gateway-method. Code stolen from GNUS. Thanks lars! :) It would
|
|
150 be nice to make this file its own package and be able to override
|
|
151 open-network-stream so that all apps could get this for free.
|
|
152
|
|
153 * url-misc.el (url-generic-emulator-loader): Consolidated the tn3270,
|
|
154 telnet, and rlogin URL loaders into one smarter function
|
|
155
|
|
156 * url.el: Made cookie and auth modules autoloaded, removed some old autoloads
|
|
157 (url-open-stream) Moved to url-gw.el
|
|
158
|
|
159 Mon Jan 13 22:11:00 1997 William M. Perry <wmperry@aventail.com>
|
|
160
|
|
161 * w3-display.el (w3-widget-echo): w3-echo-link can now be a list, so the
|
|
162 user can explicitly control fallback behaviour.
|
|
163
|
|
164 * w3.txi: Added some pointers to CSS documentation
|
|
165
|
|
166 * mule-sysdp.el (mule-code-convert-region): ditto
|
|
167
|
|
168 * w3.el (w3-convert-code-for-mule): Fixed bug in XEmacs 20.0 mule
|
|
169
|
|
170 Mon Jan 13 11:14:29 1997 T. V. Raman <raman@Adobe.COM>
|
|
171
|
|
172 * w3.el (w3-widget-forward): Call widget-forward interactively so that
|
|
173 emacspeak will hook it correctly.
|
|
174
|
|
175 Mon Jan 13 11:14:29 1997 William M. Perry <wmperry@aventail.com>
|
|
176
|
|
177 * w3-display.el (w3-refresh-buffer): Finally reimplemented
|
|
178 w3-refresh-buffer.
|
|
179
|
|
180 Sun Jan 12 10:32:50 1997 Karl Eichwalder <ke@ke.Central.DE>
|
|
181
|
|
182 * w3.txi: Add @dircategory and @direntry... @end. `install-info'
|
|
183 from texinfo-3.9 know about those.
|
|
184
|
|
185 Sun Jan 12 21:49:44 1997 William M. Perry <wmperry@aventail.com>
|
|
186
|
|
187 * w3.el (w3-save-as): Can now save a page as postscript again
|
|
188
|
|
189 * w3-display.el (w3-display-node): inline styles work again
|
|
190
|
|
191 * url-misc.el (url-data): Updated data: URL to the spec.
|
|
192 ftp://ietf.org/internet-drafts/draft-masinter-url-data-02.txt
|
|
193
|
|
194 Sat Jan 11 20:47:24 1997 William M. Perry <wmperry@aventail.com>
|
|
195
|
|
196 * Emacs-w3 3.0.45 released
|
|
197
|
|
198 * url-misc.el (url-data): Now supports the 'data' URL type, which just
|
|
199 'fetches' everything after the data: chunk of the URL
|
|
200
|
|
201 Fri Jan 10 11:49:43 1997 William M. Perry <wmperry@aventail.com>
|
|
202
|
|
203 * w3-display.el (w3-display-node): Multicolumn works, but puts things
|
|
204 across instead of down
|
|
205
|
|
206 * w3-parse.el: Basic support for parsing <multicol>
|
|
207
|
|
208 * w3-display.el (w3-display-node): Make our semi-widgety hyperlinks
|
|
209 start/end open under XEmacs.
|
|
210
|
|
211 * w3.el (w3-complete-link): Make sure we take case into account when doing
|
|
212 link completion. The user can use 'test' to complete to link titled
|
|
213 'Test'. Uses try-completion for this, which seems to work since we
|
|
214 require a match. Is this the best way to do this? Other than not being
|
|
215 case-insensitive at this point?
|
|
216
|
|
217 * w3-forms.el (w3-form-default-widget-creator): Better way of handling
|
|
218 updates to text entry fields.
|
|
219 (w3-revert-form): Everything should be reverted correctly, both in
|
|
220 internal storage and in the buffer
|
|
221 (w3-form-create-radio-button): Get a more unique identifier to store
|
|
222 radio elements by - old way could theoretically get collisions.
|
|
223
|
|
224 * w3-display.el (w3-display-handle-list-type): Updated use of 'list-style'
|
|
225 to use new property 'list-style-type'
|
|
226 (w3-prepare-buffer): Now kills the source buffer before it starts
|
|
227 drawing the tree, to avoid *URL-n* buffers when not really necessary.
|
|
228
|
|
229 * css.el (css-properties): Updated all the properties to the W3C's latest
|
|
230 'recommendation' level CSS specification.
|
|
231 (css-handle-import): much better handling of @import
|
|
232 (css-parse): Better handling of '@' directives in general
|
|
233 (css-expand-value): General cleanup, reference the CSS and ACSS specs
|
|
234 for how/why we are parsing something the way we are.
|
|
235
|
|
236 Thu Jan 9 06:17:08 1997 William M. Perry <wmperry@aventail.com>
|
|
237
|
|
238 * Updated all copyright notices. Happy belated new year!
|
|
239
|
|
240 * w3-display.el (w3-region): Fixed a few bugs with nuking too much of a
|
|
241 buffer when using w3-region
|
|
242
|
|
243 * w3.el (w3-read-url-with-default): Use new variable.
|
|
244
|
|
245 * w3-vars.el (w3-fetch-with-default): New variable to control whether or
|
|
246 not w3-fetch will figure out a good default value for the URL or not.
|
|
247
|
|
248 * w3-forms.el (w3-form-mark-widget): New function to mark a widget and all
|
|
249 its children with an appropriate :emacspeak-help and 'w3-form-data
|
|
250 Now defines a few keywords to look more widget-y
|
|
251
|
|
252 Wed Jan 8 09:27:47 1997 William M. Perry <wmperry@aventail.com>
|
|
253
|
|
254 * css.el (css-expand-value): Added elevation, angle, and time units.
|
|
255
|
|
256 * w3-display.el (w3-display-node): Turn on voice-lock-mode by default in
|
|
257 all w3 buffers.
|
|
258
|
|
259 * css.el (css-properties): Added in new speech properties from the ACSS
|
|
260 note from the W3C. Please see
|
|
261 http://www.w3.org/pub/WWW/Style/CSS/Speech/NOTE-ACSS for more
|
|
262 information.
|
|
263
|
|
264 * w3-forms.el: Moved all the form entry summarization functions from
|
|
265 w3-speak.el into w3-forms. Easier to keep in synch this way.
|
|
266
|
|
267 * w3-display.el (w3-display-node): Reimplimented the 'keygen' form entry
|
|
268 type for netscape compatibility.
|
|
269
|
|
270 Tue Jan 7 07:20:08 1997 William M. Perry <wmperry@aventail.com>
|
|
271
|
|
272 * w3-display.el (w3-region): New function that parses the HTML in a region
|
|
273 'in-place', so that things like MIME mailers/gnus readers can show HTML
|
|
274 inline a lot easier.
|
|
275
|
|
276 * w3-forms.el (w3-form-resurrect-widgets): Fixed case where a widget goes
|
|
277 all the way to point-max and next-single-property-change will return
|
|
278 nil. Would pass bad args to delete-region.
|
|
279 (w3-form-summarize-field): Moved some of the smarts about summarizing W3
|
|
280 widgets from w3-speak into the core forms code.
|
|
281
|
|
282 * font.el (define-font-keywords): New function for defining keywords that
|
|
283 will actually work across Emacs and XEmacs
|
|
284
|
|
285 * w3-display.el (w3-display-node): Reimplemented 'note' functionality, by
|
|
286 converting it into a two-cell table.
|
|
287 (w3-display-node): Implemented <dir> as multi-column, as-per the RFC and
|
|
288 HTML 3.x specifications
|
|
289
|
|
290 * default.css: Added default display type for dir and menu
|
|
291
|
|
292 Mon Jan 6 21:49:52 1997 William M. Perry <wmperry@aventail.com>
|
|
293
|
|
294 * url-http.el (url-create-mime-request): Fixed yet another stupid problem
|
|
295 in Host: header handling. Was never sending the right information if
|
|
296 you were not going through a proxy this time. *sigh*
|
|
297
|
|
298 * w3-forms.el (w3-form-add-element): Fixed hidden form fields
|
|
299
|
|
300 Sun Jan 5 22:38:54 1997 William M. Perry <wmperry@aventail.com>
|
|
301
|
|
302 * url-vars.el (url-proxy-services): updated documentation string
|
|
303
|
|
304 * w3-widget.el (widget-image-notify): Fixed client side handling of
|
|
305 imagemaps on a TTY or a delayed/broken image. Duhhh
|
|
306
|
|
307 Fri Jan 3 Dave Love <d.love@dl.ac.uk>
|
|
308
|
|
309 * w3-e19.el (w3-mouse-handler): Fix link echoing.
|
|
310
|
80
|
311 Fri Jan 3 08:43:56 1997 William M. Perry <wmperry@aventail.com>
|
|
312
|
82
|
313 * Emacs-W3 3.0.43 released
|
|
314
|
80
|
315 * font.el (make-font): Treat args as a plist, just for sanity's sake.
|
|
316
|
|
317 Thu Jan 2 12:19:31 1997 William M. Perry <wmperry@aventail.com>
|
|
318
|
|
319 * w3-display.el (w3-table-hack-borders): Fix stupid use of 'otheriwse'
|
|
320 instead of 'otherwise' in a case statement.
|
|
321
|
|
322 * w3-forms.el (w3-form-add-element): Fix stupid use of 'otheriwse'
|
|
323 instead of 'otherwise' in a case statement.
|
|
324 (w3-form-resurrect-widgets): Fixed XEmacs handling of widget recreation,
|
|
325 and also fixed problem where some widgets would be skipped.
|
|
326
|
|
327 Tue Dec 31 07:37:17 1996 William M. Perry <wmperry@aventail.com>
|
|
328
|
|
329 * w3-e19.el: All the menus in Emacs-19 now use the same constructors that
|
|
330 the :filter entries under XEmacs do. This will make things much easier
|
|
331 in the future in not duplicating crufty menu-construction code once for
|
|
332 XEmacs menu-structs and once for Emacs keymaps.
|
|
333
|
|
334 * w3-menu.el (w3-menu-html-links-constructor): Now works with the Emacs 19
|
|
335 implementation of property lists.
|
|
336
|
|
337 Mon Dec 30 06:25:28 1996 William M. Perry <wmperry@aventail.com>
|
|
338
|
|
339 * w3-menu.el (w3-popup-menu): context-sensitive menus over delayed images
|
|
340 work again
|
|
341
|
|
342 * w3-display.el (w3-parse-link): New way to store <link> information from
|
|
343 an HTML document.
|
|
344
|
|
345 * w3.el (w3-search): Deal with new <link> storage
|
|
346
|
|
347 * w3-menu.el (w3-menu-html-links-constructor): Deal with new way <link>
|
|
348 items are stored - now uses the 'title' attribute if present.
|
|
349
|
|
350 * w3-auto.el (w3-form-resurrect-widgets): Added autoload
|
|
351
|
|
352 * url-file.el (url-format-directory): Removed url-forms-based-ftp option -
|
|
353 didn't really work anyway.
|
|
354
|
|
355 Sun Dec 29 15:54:21 1996 William M. Perry <wmperry@aventail.com>
|
|
356
|
|
357 * w3-forms.el (w3-form-resurrect-widgets): fixed stupid problem in munging
|
|
358 of the size of form elements.
|
|
359
|
|
360 * Emacs-W3 3.0.42 released
|
|
361
|
|
362 * w3-display.el (w3-table-hack-borders): Deal gracefully with not finding
|
|
363 a 'terminal' font to display hacked border chars in
|
|
364
|
|
365 * w3-hot.el (w3-hotlist-add-document): don't hexify a url before sticking
|
|
366 it in the hotlist buffer
|
|
367
|
|
368 * w3-display.el (w3-display-node): hyperlinks with images at the start
|
|
369 will now have a button associated with the entire link, not just the
|
|
370 image part.
|
|
371
|
|
372 * w3-sysdp.el (fillin-text-property): made it work under Emacs19
|
|
373
|
|
374 Sun Dec 29 00:07:39 1996 Takahiro Hayata <hayata@sc511t.s.kobe-u.ac.jp>
|
|
375
|
|
376 * mule-sysdp.el (mule-write-region-no-coding-system): Patch for Mule 2.3
|
|
377
|
|
378 Sun Dec 29 00:07:39 1996 William M. Perry <wmperry@aventail.com>
|
|
379
|
|
380 * w3-forms.el (w3-form-add-element): Only insert stubs of the right length
|
|
381 for a for element, and do munging of that text into the actual widgets
|
|
382 later. This saves us a lot of grief and heartache when handling things
|
|
383 like radio buttons that span table elements because the markers have
|
|
384 become completely insane by the time the next widget is ready to be
|
|
385 created.
|
|
386
|
|
387 Sat Dec 28 17:24:08 1996 William M. Perry <wmperry@aventail.com>
|
|
388
|
|
389 * w3-display.el (w3-display-table): Don't crap out on invalid tables where
|
|
390 table-dimensions tells us we have a 0 column or 0 row table.
|
|
391
|
|
392 * w3-widget.el (widget-image-value-create): Use :action instead of :notify
|
|
393 for widget-image-callback - hyperlinked images under Emacs 19 should
|
|
394 work again.
|
|
395
|
|
396 Thu Dec 26 18:26:25 1996 William M. Perry <wmperry@aventail.com>
|
|
397
|
|
398 * w3.el (w3-widget-forward): Use this instead of widget-forward.
|
|
399 (w3-widget-backward): Ditto. Need to make both of these smart for w3.
|
|
400
|
|
401 * w3-display.el (w3-display-node): Implemented the display class 'none'
|
|
402 for turning off the rendering of an element and its subcontent.
|
|
403
|
|
404 Thu Dec 26 07:21:58 1996 William Perry <wmperry@aventail.com>
|
|
405
|
|
406 * w3-parse.el (w3-parse-buffer): *sigh* Allow _ in attribute names.
|
|
407
|
|
408 * Emacs-W3 3.0.41 released
|
|
409
|
|
410 * url-parse.el (url-generic-parse-url): bind inhibit-read-only to 't' in
|
|
411 url parsing buffers, to avoid 'attempt to modify read-only text'
|
|
412 problems when the string passed to url-generic-parse-url has the
|
|
413 read-only text property set.
|
|
414
|
|
415 * w3-e19.el (w3-setup-version-specifics): popup menus should work in
|
|
416 Emacs19 again.
|
|
417
|
|
418 * css.el (css-expand-value): For margin and padding, make sure we _always_
|
|
419 convert into a valid length spec. Setting a 'margin' or 'padding'
|
|
420 property group instead of individual margin-* or padding-* values would
|
|
421 cause the display engine to crap out.
|
|
422 (css-get): Fixed generic class-only lookups (.foo, etc)
|
|
423
|
|
424 * w3-display.el (w3-display-handle-list-type): Tweaks to list indentation
|
|
425
|
|
426 * w3-menu.el (w3-menu-html-links-constructor): Fixed stupid problem with
|
|
427 the new navigate menu under XEmacs.
|
|
428
|
|
429 Tue Dec 24 22:46:11 1996 William M. Perry <wmperry@aventail.com>
|
|
430
|
|
431 * css.el (css-expand-color): Better handling of X-style color specs -
|
|
432 convert them to internal RGB format.
|
|
433
|
|
434 Tue Dec 24 02:50:08 1996 Christian Limpach <chris@nice.ch>
|
|
435
|
|
436 * font.el (ns-font-families-for-device): added test for unbound
|
|
437 device-fonts-cache variable.
|
|
438 (ns-font-create-name): handle font-styles which are numbers.
|
|
439
|
|
440 * w3-sysdp.el (try-font-name): added support for Nextstep.
|
|
441
|
|
442 Tue Dec 24 06:16:33 1996 William M. Perry <wmperry@aventail.com>
|
|
443
|
|
444 * w3.el (w3-open-local): Send filename through expand-file-name in
|
|
445 w3-open-local to avoid having illegal URLs like file:/~/test.html
|
|
446
|
|
447 * w3-widget.el (widget-image-value-create): fixed new problem with client
|
|
448 side imagemaps. Should really work this time.
|
|
449
|
|
450 * w3.el (w3-map-links): w3-map-links and hence w3-complete-link will now
|
|
451 find images that are also hyperlinks.
|
|
452
|
|
453 Mon Dec 23 22:28:58 1996 William M. Perry <wmperry@aventail.com>
|
|
454
|
|
455 * Emacs-W3 3.0.40 released
|
|
456
|
|
457 * w3-menu.el (w3-menu-go-menu): Added 'navigate' submenu to hold the
|
|
458 predefined <link> types.
|
|
459
|
|
460 * w3-widget.el (widget-image-summarize): Image widgets should now be much
|
|
461 better at identifying themselves when being tab'ed to or waggled at with
|
|
462 the mouse.
|
|
463
|
|
464 * w3-prefs.el: Fixed a few references to w3-glyphp (now widget-glyphp)
|
|
465
|
|
466 * w3.el (w3-url-completion-function): Fixed completion of URLs
|
|
467
|
|
468 Sat Dec 21 Dave Love <d.love@dl.ac.uk>
|
|
469
|
|
470 * w3-display.el, w3-vars.el, w3.el: Define and use
|
|
471 w3-defined-link-types to canonicalize link descriptions' case for
|
|
472 ease of use.
|
|
473
|
|
474 * w3-e19.el (w3-build-FSF19-menu): Add any recognised <link> items
|
|
475 to the menu in the absence of a toolbar.
|
|
476
|
|
477 Thu Dec 19 13:52:35 1996 William Perry <wmperry@aventail.com>
|
|
478
|
|
479 * Emacs-W3 3.0.39 released
|
|
480
|
|
481 * w3-forms.el (w3-form-encode-xwfu): Ditto.
|
|
482
|
|
483 * url.el (url-hexify-string): Updated to use url-unreserved-chars when
|
|
484 escaping, ala
|
|
485 http://www.ics.uci.edu/pub/ietf/uri/draft-fielding-url-syntax-02.txt
|
|
486
|
|
487 Wed Dec 18 22:09:41 1996 William M. Perry <wmperry@aventail.com>
|
|
488
|
|
489 * w3.el (w3-mode): Removed bogus setting of widget-motion-hook from way
|
|
490 back
|
|
491
|
|
492 * w3-parse.el (w3-parse-buffer): Better handling of <base> tag.
|
|
493
|
|
494 * w3-display.el (w3-widget-echo): Better falling-back when the preferred
|
|
495 echo method yields nil.
|
|
496
|
|
497 * url.el, w3-display.el, w3.el: Remove last vestiges of url-hash.el and
|
|
498 removed it from the distribution.
|
|
499
|
|
500 Wed Dec 18 08:07:32 1996 William Perry <wmperry@aventail.com>
|
|
501
|
|
502 * dsssl.el: Moved the DSSSL parser and friends into its own namespace.
|
|
503
|
|
504 Removed dependencies on url-hash.
|
|
505
|
|
506 * custom.el: Synch'd up to custom 1.13
|
|
507
|
|
508 Tue Dec 17 16:36:05 1996 William M. Perry <wmperry@aventail.com>
|
|
509
|
|
510 * url.el (url-expand-file-name): If we weren't given a base object to work
|
|
511 from, and url-current-object is null, set it to the object returned by
|
|
512 parsing url-view-url.
|
|
513
|
|
514 * url-http.el (url-create-mime-request): Send the right information in the
|
|
515 'Host' header field when going through a proxy.
|
|
516 (url-setup-reload-timer): Emacs 19 doesn't deal well with 0-length
|
|
517 timeouts, so protect against trying to create one when dealing with the
|
|
518 refresh header.
|
|
519
|
|
520 * w3-parse.el: Removed lots of crap for the old display engine - shouldn't
|
|
521 cons up as much garbage as before. Now it will just cons up garbage
|
|
522 that we actually need.
|
|
523
|
|
524 Tue Dec 17 07:10:47 1996 William Perry <wmperry@aventail.com>
|
|
525
|
|
526 * css.el (css-properties): New property type 'string-list' for font-family
|
|
527
|
|
528 * w3.el (w3-find-default-stylesheets): Make sure to look in
|
|
529 data-directory/../../w3 for stylesheets
|
|
530
|
|
531 Tue Dec 17 06:07:08 1996 William M. Perry <wmperry@aventail.com>
|
|
532
|
|
533 * w3-toolbar.el: wrapped a condition-case around the require for
|
|
534 xpm-button and xbm-button so that it will compile under Emacs
|
|
535
|
|
536 Mon Dec 16 08:19:40 1996 William Perry <wmperry@aventail.com>
|
|
537
|
|
538 * Emacs-W3 3.0.38 released.
|
|
539
|
|
540 * dist.Makefile (OBJECTS): Removed xpm-button and xbm-button from the
|
|
541 distribution. Any version of XEmacs that can run the latest 3.0 stuff
|
|
542 has them already.
|
|
543
|
|
544 * default.css: Make nested ol/ul items display class 'line' so they look
|
|
545 prettier.
|
|
546
|
|
547 * w3-display.el (w3-display-node): EVIL hack to make the first item in a
|
|
548 nested list get indented correctly.
|
|
549
|
|
550 * w3-about.el (w3-about): Fixed the about:style stylesheet to be
|
|
551 up-to-date with new CSS spec.
|
|
552
|
|
553 * default.css: Turned down indentation on list items by default.
|
|
554
|
|
555 * w3-display.el (w3-display-node): Mouse tracking should work under XEmacs
|
|
556 again.
|
|
557
|
|
558 * dist.Makefile (all): Removed 'emacs' from dependency list.
|
|
559
|
|
560 Mon Dec 16 06:03:14 1996 William M. Perry <wmperry@aventail.com>
|
|
561
|
|
562 * w3-display.el (w3-table-hack-borders): This should work on TTY's again.
|
|
563
|
|
564 Sun Dec 15 14:19:53 1996 William M. Perry <wmperry@aventail.com>
|
|
565
|
|
566 * Emacs-W3 3.0.37 released
|
|
567
|
|
568 * w3-display.el: Better handling of paragraphs (well, any block-level
|
|
569 element within a list-item display group.
|
|
570
|
|
571 * default.css (address): Changed <address> display tpye to line so that
|
|
572 right-justification will take effect.
|
|
573
|
|
574 Sat Dec 14 10:24:13 1996 William M. Perry <wmperry@aventail.com>
|
|
575
|
|
576 * w3-sysdp.el: Removed stubs for add-submenu - it was confusing 'custom'
|
|
577
|
|
578 * dist.Makefile: More GNU-ish project makefile
|
|
579
|
|
580 * url.el (url-default-find-proxy-for-url): Fixed no_proxy handling
|
|
581 (url-default-find-proxy-for-url): Don't pass 'www://' links to a proxy
|
|
582
|
|
583 Fri Dec 13 22:50:45 1996 William M. Perry <wmperry@aventail.com>
|
|
584
|
|
585 * dist.Makefile (URLSOURCES): Added socks.el to the distribution. Not
|
|
586 used just yet.
|
|
587
|
|
588 * css.el (css-copy-stylesheet): Fixed problem with sharing the list
|
|
589 structure between the hash tables - document stylesheets would infect
|
|
590 the main w3-user-stylesheet and cause weirdness.
|
|
591
|
|
592 Fri Dec 13 09:47:40 1996 William Perry <wmperry@aventail.com>
|
|
593
|
|
594 * w3-style.el (w3-display-stylesheet): Fixed problem where
|
|
595 w3-display-stylesheet would override the buffer css-display was showing
|
|
596 the stylesheet in. Duhh.
|
|
597
|
|
598 * mule-sysdp.el (mule-encode-string): Fixed stupid problem on non-XEmacs
|
|
599 mule
|
|
600 (mule-sysdep-version): Ditto.
|
|
601
|
|
602 Fri Dec 13 06:25:45 1996 William M. Perry <wmperry@aventail.com>
|
|
603
|
|
604 * css.el (css-get): Removed bogus recursive call to css-get, and moved the
|
|
605 guts of css-get out into its own fuction, which is in turn inlined into
|
|
606 css-get. Might even make things faster. At the least, I expect it to
|
|
607 get rid of the 'takes two makes to make w3-display.elc' problem some
|
|
608 people have been seeing.
|
|
609
|
|
610 * w3-display.el (w3-display-handle-list-type): Fixed stupid problem with
|
|
611 margin handling where list-item display items were always flush-left
|
|
612
|
|
613 Fri Dec 13 02:51:24 1996 Greg Stark <gsstark@mit.edu>
|
|
614 * w3-display.el (w3-display-line-break): correct right justification code
|
|
615 (w3-min-size-of-string): removed unused function that didn't work.
|
|
616 (w3-size-of-tree): maintain consistent w3-display-open-element-stack
|
|
617 don't hard code assumption that hr's are drawn with '-'
|
|
618 (w3-display-table-dimensions): major bug if the last column rowspans
|
|
619 (w3-table-lookup-char): new function
|
|
620 (w3-table-hack-borders): new function makes table borders use pretty
|
|
621 graphic characters instead of ascii characters.
|
|
622 (w3-table-unhack-borders): new function restore lame ascii borders.
|
|
623 (w3-display-table): Major changes to support drawing better borders
|
|
624 also fix various bugs and tweak various things.
|
|
625
|
|
626 * w3-parse.el: remove = from set of characters that terminate an attribute
|
|
627 when guessing about an syntactically invalid attribute.
|
|
628 (didn't this get changed once already?)
|
|
629
|
|
630 * w3.el (w3-sentinel): hack around bug that bit w3-preview-this-buffer
|
|
631 but I don't know what the right thing for Mule.
|
|
632
|
|
633 Thu Dec 12 08:36:01 1996 William Perry <wmperry@aventail.com>
|
|
634 * Synch'd up to widget 1.13
|
|
635
|
|
636 * w3-display.el (w3-get-pad-string): Ack - watch for negative values in
|
|
637 w3-get-pad-string
|
|
638
|
|
639 * Released 3.0.36
|
|
640
|
|
641 * w3-style.el (w3-display-stylesheet): Use new css-display function
|
|
642
|
|
643 * css.el (css-get): Better class checking
|
|
644 (css-display): New function to pretty-print a stylesheet that is in
|
|
645 memory.
|
|
646
|
|
647 * w3-parse.el (w3-parse-buffer): *sigh* Parser now keeps track of 'base'
|
|
648 of this document. Also normalizes 'align' attribute, as well as
|
|
649 auto-expanding any SRC or HREF attributes.
|
|
650
|
|
651 * w3-display.el (w3-display-handle-list-type): Now handles text-indent
|
|
652 style property.
|
|
653 (w3-display-table): Can now specify properties on 'tr', for
|
|
654 vertical-alignment, etc.
|
|
655 (w3-display-node): Lots of changes to deal with new method of munging
|
|
656 class/align/etc in the parser.
|
|
657
|
|
658 Wed Dec 11 17:37:14 1996 William M. Perry <wmperry@aventail.com>
|
|
659
|
|
660 * w3-parse.el (w3-parse-buffer): Do munging of align/src/href/class
|
|
661 attributes to save time in w3-display-node and friends.
|
|
662
|
|
663 * w3-prefs.el (w3-preferences-compatibility-variables): Fixed problems
|
|
664 with renaming of w3-style-ie-compatibility to css-ie-compatibility
|
|
665
|
|
666 * w3-display.el (w3-display-node): fix for hyperlinks / form info in
|
|
667 tables. Duhh.
|
|
668
|
|
669 Wed Dec 11 07:36:08 1996 William Perry <wmperry@aventail.com>
|
|
670
|
|
671 * css.el (css-copy-stylesheet): New function
|
|
672
|
|
673 * w3-display.el (w3-display-node): use it
|
|
674
|
|
675 * mule-sysdp.el (mule-encode-string): Fixes for XEmacs w/mule
|
|
676 (mule-decode-string): Fixes for XEmacs w/mule
|
|
677
|
|
678 * w3-display.el (w3-display-node): Fixed problem in isindex handling.
|
|
679 Using forms for isindex handling should work again.
|
|
680
|
|
681 * css.el (css-specificity): new function css-specificity to find how
|
|
682 specific a certain rule is. Need to use this to sort rules in css-get.
|
|
683
|
|
684 Tue Dec 10 22:37:59 1996 William M. Perry <wmperry@aventail.com>
|
|
685
|
|
686 * w3-display.el (w3-get-style-info): Changes to deal with new css.el -
|
|
687 should be much much faster now.
|
|
688
|
|
689 * css.el (css-get): Radically changed the internal representation of
|
|
690 stylesheets, and how they are looked up.
|
|
691
|
|
692 Mon Dec 9 22:31:11 1996 William M. Perry <wmperry@aventail.com>
|
|
693
|
|
694 * w3-display.el (w3-face-for-element): Fixed bug in w3-face-for-element
|
|
695 where weight of the element wasn't being taken into account.
|
|
696
|
|
697 * css.el: Changed font-variant style type from string to symbol-list
|
|
698
|
|
699 Mon Dec 9 12:29:59 1996 William Perry <wmperry@aventail.com>
|
|
700
|
|
701 * default.css: Changed default header sizes - should look better on most
|
|
702 machines
|
|
703
|
|
704 Sun Dec 8 19:21:07 1996 William M. Perry <wmperry@aventail.com>
|
|
705
|
|
706 * Emacs-w3 3.0.34 Released
|
|
707
|
|
708 * w3-display.el: New macro w3-get-attribute to replace
|
|
709 (cdr (assq 'blah args)), just in case I ever decide to replace the
|
|
710 assoc list currently used.
|
|
711
|
|
712 * New file mule-sysdp.el, to make supporting Mule 2.3, Mule 2.4, and
|
|
713 XEmacs 20.0 easier.
|
|
714
|
|
715 * url-file.el (url-insert-possibly-compressed-file): handle mule 2.4
|
|
716
|
|
717 Fri Dec 6 06:54:03 1996 William Perry <wmperry@aventail.com>
|
|
718
|
|
719 * w3-parse.el: Emit warnings when people try to slap attribute/value pairs
|
|
720 on end tags. Evil bastards.
|
|
721 Added SPAN, BDO, OBJECT, BASEFONT
|
|
722
|
|
723 Fri Dec 6 04:42:24 1996 Greg Stark <gsstark@mit.edu>
|
|
724
|
|
725 * default.css: add th td and caption text-align information
|
|
726
|
|
727 * docomp.el: increase max-specpdl-size so it can compile w3-display
|
|
728
|
|
729 * url.el (url-sentinel): avoid save-excursion around switch-buffer
|
|
730
|
|
731 * w3-display (w3-display-line-break): if we're in nowrap mode but the
|
|
732 region doesn't end on a newline insert an extra newline, otherwise <br>
|
|
733 gets ignored inside a <pre> or nowrap environment.
|
|
734 Also protect against fill-column less than the length of fill-prefix.
|
|
735 Also avoid infloop in right justification, and
|
|
736 fix bug that caused right justification to never be executed.
|
|
737
|
|
738 * w3-display (table-cut table-dimensions w3-display-table):
|
|
739 lots of new code to handle rowspan and autolayout.
|
|
740
|
|
741 * (w3-display-fix-widgets): be more agressive adjust even markers that have
|
|
742 buffers and adjust parent markers.
|
|
743
|
|
744 * w3-display (w3-display-node): These changes are important for tables
|
|
745 Don't insert insert-before on <a> tags before the class is adjusted
|
|
746 Don't insert more than one class into an <a> tag when we adjust it.
|
|
747 Protect against a negative fill-column when drawing <hr>s
|
|
748 Set adaptive-fill-mode (what's filladapt-mode?)
|
|
749
|
|
750 * w3-parse.el: remove font from %block. WARNING, i have little idea what
|
|
751 consequences this has but it seems to have the desired effect of
|
|
752 handling table cells whose first tag is a <font> without discarding the
|
|
753 implied <p> tag.
|
|
754
|
|
755 * w3-parse.el: skip-chars-forward "^>" when parsing end tags
|
|
756 (some people seem to think you can put attributes in end tags)
|
|
757
|
|
758 Fri Dec 6 14:08:30 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
759
|
|
760 * css.el: Better handling of text-decoration, to go along with the new version
|
|
761 of set-font-style-by-keywords
|
|
762
|
|
763 * font.el: Faster version of set-font-style-by-keywords.
|
|
764 Fixed RGB spec. problem if you used non-floats.
|
|
765
|
|
766 * w3-display.el: (w3-face-for-element) Obey some font function renaming.
|
|
767 (w3-face-for-element) Changed format specification on w3-style-face-xxx
|
|
768 creation.
|
|
769 (w3-display-node) Alignment specified via attributes overrides
|
|
770 stylesheet, not vice versa.
|
|
771 (w3-display-node) Fixed stupid mistake in 'link' handling where
|
|
772 stylesheets were ignored.
|
|
773
|
|
774 Thu Dec 5 17:51:37 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
775
|
|
776 * url.el: (url-retrieve-internally) Can now specify an alternative
|
|
777 function to determine whether a URL should be proxied or not. modelled
|
|
778 off the netscape auto-proxy-configuration crap, so hopefully someday we
|
|
779 can just suck down one of their files and be 'happy' with it.
|
|
780
|
|
781 * w3-display.el, css.el:
|
|
782 Modified some of the css properties to not be inherited - let
|
|
783 w3-display figure it out on its own - quicker this way. Saves a few
|
|
784 thousand lookups over the life of a parse.
|
|
785
|
|
786 Mon Dec 2 20:22:12 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
787
|
|
788 * w3-display.el: use better face names... avoids problems in xemacs
|
|
789 resource name checking.
|
|
790
|
|
791 * w3-vars.el: Created version 3.0.33
|
|
792
|
|
793 * w3-parse.el: Fixed problem parsing attribute values like <img alt=''> -
|
|
794 the regexp didn't like empty attribute values specified with single
|
|
795 quotes.
|
|
796
|
|
797 * w3.el: -Patches from Dave Love
|
|
798
|
|
799 * font.el: Renamed the font-set-*-p to set-font-*-p, to be more in line with
|
|
800 set-face-underline-p and friends. Fixed stupid problem in
|
|
801 set-font-*-p where it would always just toggle the property, not
|
|
802 actually set it. Blah. Added code in x-font-create-name to try
|
|
803 oblique and italic versions of a font if italic is set.
|
|
804
|
|
805 * default.css: Prettied up the :speech: section
|
|
806
|
|
807 * w3-display.el:
|
|
808 Conditionalized get-style-info calls in w3-voice-for-element on
|
|
809 feature 'emacspeak
|
|
810
|
|
811 * w3.el: Added code to try loading dtk-css-speech and w3-speak if the feature
|
|
812 'emacspeak' is available.
|
|
813
|
|
814 * css.el: Fixed a few stupid problems.
|
|
815
|
|
816 * font.el:
|
|
817 made tty-font-create-object return a 12pt font object, just for reference.
|
|
818
|
|
819 * w3.txi: More updates to the documentation
|
|
820
|
|
821 * w3.el, w3-style.el: Moved to using the new 'css' package
|
|
822
|
|
823 * w3-parse.el:
|
|
824 Removed some old functions. Save some string creation by downcasing
|
|
825 tag and atribute names in the buffer instead of using 'downcase'.
|
|
826
|
|
827 * w3-display.el: Moved to using the new 'css' package
|
|
828
|
|
829 * w3-auto.el: Removed some outdated autoloads
|
|
830
|
|
831 * font.el: Added function font-set-style-by-keywords
|
|
832
|
|
833 * css.el: Better handling of various entities - beter way of specifying new
|
|
834 properties and how they should be handled.
|
|
835
|
|
836 * default.css: *** empty log message ***
|
|
837
|
|
838 * dist.Makefile: Added 'css.el' to targets
|
|
839
|
|
840 * css.el: Initial revision
|
|
841
|
|
842 * w3-vars.el: Renamed w3-right-border to w3-right-margin
|
|
843
|
|
844 Sat Nov 30 17:42:38 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
845
|
|
846 * custom-edit.el, custom.el, widget-edit.el, widget.el:
|
|
847 -Synch'd up to Custom/Widget 1.09
|
|
848
|
|
849 Fri Nov 29 23:12:42 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
850
|
|
851 * font.el: Actually try to use the 'oblique' property under X
|
|
852
|
|
853 * w3-display.el:
|
|
854 Fix for sometimes getting an invalid glyph error in image retrieval.
|
|
855 Fixed problem where table display would pop something off the open element stack.
|
|
856
|
|
857 * custom-edit.el, custom.el, widget-edit.el, widget.el:
|
|
858 -Synch'd up to Custom/Widget 1.08
|
|
859
|
|
860 * w3-display.el: List filling seems to line up correctly now.
|
|
861 Fixed bug in ordered list handling (wrong arg passed to a format).
|
|
862 Changed the way spacing is handled.
|
|
863
|
|
864 * w3-menu.el: Added new 'search' menu with common web indexes
|
|
865
|
|
866 * dist.Makefile:
|
|
867 Don't specify widget*.el twice in SOURCES _AND_ CUSTOMSOURCES or
|
|
868 install under FreeBSD chokes.
|
|
869
|
|
870 * w3-display.el: Protect against list-item display property outside of a list.
|
|
871
|
|
872 * w3-sysdp.el: Fixed free var reference in make-device
|
|
873
|
|
874 Thu Nov 28 23:01:11 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
875
|
|
876 * w3-display.el:
|
|
877 Protect against bad values of w3-last-fill-pos in w3-display-line-break
|
|
878
|
|
879 * w3-e19.el, w3-menu.el:
|
|
880 -Patches from Dave Love <d.love@dl.ac.uk> for using title of link in menus
|
|
881
|
|
882 Wed Nov 27 22:59:56 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
883
|
|
884 * w3-vars.el: Created version 3.0.32
|
|
885
|
|
886 * w3.txi: Started revamping some of the documentation
|
|
887
|
|
888 * url-custom.el: Initial revision
|
|
889
|
|
890 * w3-display.el: Handle 'menu' list type correctly
|
|
891
|
|
892 * url.el: Patch from Thierry.Emery@aar.alcatel-alsthom.fr;
|
|
893 - insert information about processes in buffer "URL Status Display"
|
|
894 instead of *URL-<i>* : added a local variable `url-status-buf' and a
|
|
895 call to `set-buffer'
|
|
896
|
|
897 - changed `url-get-working-buffer' to `url-get-working-buffer-name',
|
|
898 because `url-working-buffer' is expected to be a name, not a buffer
|
|
899 (my mistake)
|
|
900
|
|
901 * w3-xemac.el, w3-vars.el:
|
|
902 Removed some old variables that aren't used anywhere now.
|
|
903
|
|
904 * w3-e19.el:
|
|
905 Patch from Dave Love <d.love@dl.ac.uk> for 'title' version of w3-echo-link.
|
|
906
|
|
907 * w3-display.el:
|
|
908 Patch from Dave Love <d.love@dl.ac.uk> for 'title' version of w3-echo-link.
|
|
909 Form info is now stuck on a stack instead of in a let-bound variable.
|
|
910 Only call w3-display-fix-widgets once! recursive calls to
|
|
911 w3-display-node when rendering tables caused it to happen more than it
|
|
912 should.
|
|
913
|
|
914 * w3-forms.el:
|
|
915 Patch from Dave Love <d.love@dl.ac.uk> to protect against bad value
|
|
916 for 'next' in w3-next-widget.
|
|
917
|
|
918 * dist.Makefile: Don't use `install -d', use mkdir -p if necessary
|
|
919
|
|
920 Tue Nov 26 16:21:32 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
921
|
|
922 * custom-edit.el, custom.el: synch'd up to custom 1.05
|
|
923
|
|
924 * widget.el, widget-edit.el: *** empty log message ***
|
|
925
|
|
926 * widget-edit.el, widget.el: synch'd up to widget 1.05
|
|
927
|
|
928 * w3-display.el: Handles the 'dir' list type correctly now.
|
|
929
|
|
930 * url.el:
|
|
931 Quick patch to check for url-working-buffer being a buffer, not a string.
|
|
932
|
|
933 * w3-display.el:
|
|
934 Backed out _BAD BAD BAD_ change to protect against invalid values for
|
|
935 w3-last-fill-pos that basically fucked everything in regards to
|
|
936 vertical whitespace.
|
|
937
|
|
938 Mon Nov 25 21:12:17 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
939
|
|
940 * w3-display.el: *** empty log message ***
|
|
941
|
|
942 * w3-display.el:
|
|
943 Now only does incrememental display around block level elements.
|
|
944 Does better munging of pre-formatted text CR -> LF CRLF->LF, etc.
|
|
945
|
|
946 * w3.el: Protect against errors in w3-sentinel on bad buffers.
|
|
947
|
|
948 * w3-vars.el: Created version 3.0.31
|
|
949
|
|
950 * widget-edit.el: Fixed compile problems under emacs
|
|
951
|
|
952 * w3-vars.el: *** empty log message ***
|
|
953
|
|
954 * widget.el: Made widget.el compile in emacsen w/o native backquote support
|
|
955
|
|
956 * w3-display.el: *** empty log message ***
|
|
957
|
|
958 * w3-parse.el:
|
|
959 Patch from greg stark for dealing with '=' in misquoted attribute value pairs
|
|
960
|
|
961 Sun Nov 24 23:25:25 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
962
|
|
963 * w3-display.el: Reimplemented targetted anchors (#foo)
|
|
964
|
|
965 * url.el: *** empty log message ***
|
|
966
|
|
967 * url-vars.el:
|
|
968 Changed default of url-mime-language-string to '*' to make some sites happy.
|
|
969
|
|
970 * w3-display.el: Protect against w3-last-fill-pos getting an invalid position
|
|
971
|
|
972 * w3.el, w3-display.el, w3-vars.el:
|
|
973 Patch from Dave Love <d.love@dl.ac.uk> to add new possibility 'title'
|
|
974 to w3-echo-link to show the 'title' attribute of a link if its there.
|
|
975
|
|
976 * w3-speak.el: Patch from raman.
|
|
977
|
|
978 * font.el:
|
|
979 Patch from nagae@mickey.ai.kyutech.ac.jp to handle fontsets correctly in mule
|
|
980
|
|
981 * w3-display.el: Implemented a few more CSS properties.
|
|
982 list-style - control how list items are displayed. Ordered lists are
|
|
983 now different from unordered only in their list-style.
|
|
984 Need to implement contextual selectors to get ordered
|
|
985 lists to work out of the box though.
|
|
986 white-space - control whether whitespace is collapsed or not, and
|
|
987 whether text is wrapped. <pre> <xmp> and <plaintext>
|
|
988 are now all specified to use this in the default
|
|
989 stylesheet.
|
|
990 text-align - this replaces the old 'align' attribute
|
|
991
|
|
992 Reimplemented inlined styles.
|
|
993
|
|
994 * default.css: Varius updates to take advantage of the new CSS properties
|
|
995 white-space, list-style, etc.
|
|
996
|
|
997 * w3-style.el: Handle url() and rgb() notation in color specifications
|
|
998
|
|
999 * w3-vars.el: Removed a few outdated variables
|
|
1000
|
|
1001 Sat Nov 23 02:10:37 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1002
|
|
1003 * w3-display.el: *** empty log message ***
|
|
1004
|
|
1005 * dsssl.el: Got rid of yet more compilation warnings.
|
|
1006
|
|
1007 * custom.el, custom-edit.el: Synch'd up to custom 1.0.1
|
|
1008
|
|
1009 * w3-display.el:
|
|
1010 Better handling of <hr> and <center>, and line spacing in general
|
|
1011
|
|
1012 * default.css: Updates to default stylesheet to deal with <center> and <div>
|
|
1013
|
|
1014 * w3.el, url.el, url-vars.el, url-http.el:
|
|
1015 Patches from Thierry Emery to allow multiple asynch fetches.
|
|
1016
|
|
1017 Fri Nov 22 22:26:35 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1018
|
|
1019 * widget-edit.el, widget.el: -Synch'd up to widget 1.01
|
|
1020
|
|
1021 * w3-style.el: Fixed a few fRemoved a few free variable sets/refs
|
|
1022
|
|
1023 * w3.el:
|
|
1024 When saving a document as html source, try to get into the 'head' before inserting the base.
|
|
1025
|
|
1026 * w3-display.el, w3-style.el:
|
|
1027 Stylesheets now store all there information as property lists instead
|
|
1028 of assoc lists. Just easier.
|
|
1029
|
|
1030 * font.el: Fix for font-normalize-color under nextstep
|
|
1031
|
|
1032 Thu Nov 21 04:01:22 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1033
|
|
1034 * widget-edit.el, widget.el: synch'd to 1.00 of widget/custom
|
|
1035
|
|
1036 Mon Nov 18 16:26:06 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1037
|
|
1038 * install.sh: Initial revision
|
|
1039
|
|
1040 * html32.dsl: Updated to latest from jon bosak
|
|
1041
|
|
1042 * w3-vars.el: Created version 3.0.30
|
|
1043
|
|
1044 Thu Nov 14 22:39:36 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1045
|
|
1046 * w3.el: Changed this so you can actually just do a (require 'w3-sysdp) and
|
|
1047 each function will check to see if it should overwrite, instead of
|
|
1048 conditionalizing that on the whole file.
|
|
1049
|
|
1050 * url.el: *** empty log message ***
|
|
1051
|
|
1052 * images.el, font.el, docomp.el, w3-sysdp.el:
|
|
1053 Changed this so you can actually just do a (require 'w3-sysdp) and
|
|
1054 each function will check to see if it should overwrite, instead of
|
|
1055 conditionalizing that on the whole file.
|
|
1056
|
|
1057 * w3-display.el: Moved some macros around.
|
|
1058
|
|
1059 * widget.el, widget-edit.el, w3-forms.el: Sync'd up to Widget 0.999
|
|
1060
|
|
1061 * w3-auto.el, w3-menu.el: *** empty log message ***
|
|
1062
|
|
1063 Sun Nov 10 18:08:24 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1064
|
|
1065 * w3-vars.el: Created version 3.0.29
|
|
1066
|
|
1067 * dsssl.el: Various changes, starting on the actual flow object stuff
|
|
1068
|
|
1069 Tue Nov 5 05:26:07 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1070
|
|
1071 * url-news.el: Updated version checking of news to deal with 'red' gnus
|
|
1072
|
|
1073 Mon Nov 4 14:47:47 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1074
|
|
1075 * w3-display.el: Don't show the content of 'script' - typo
|
|
1076
|
|
1077 Fri Nov 1 15:08:45 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1078
|
|
1079 * default.css: Changes from raman
|
|
1080
|
|
1081 Thu Oct 31 18:51:52 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1082
|
|
1083 * widget-edit.el: -
|
|
1084
|
|
1085 Tue Oct 29 19:53:38 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1086
|
|
1087 * w3-display.el: *** empty log message ***
|
|
1088
|
|
1089 Thu Oct 24 02:25:03 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1090
|
|
1091 * w3-widget.el: Updated the image widget to the new widget stuff.
|
|
1092
|
|
1093 Wed Oct 23 13:26:09 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1094
|
|
1095 * docomp.el: *** empty log message ***
|
|
1096
|
|
1097 * url.el: Fixed bug in url-remove-relative-links that would choke on something
|
|
1098 like: /foo/bar/./../baz/ - they /../ was removed first, removing its
|
|
1099 parent directory, the /./ - ack.
|
|
1100
|
|
1101 * w3-display.el: Image loading is back!
|
|
1102 Client-side imagemaps are back!
|
|
1103 Forms that span tables are working now.
|
|
1104
|
|
1105 Mon Oct 21 21:32:33 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1106
|
|
1107 * w3-vars.el: Created version 3.0.28
|
|
1108
|
|
1109 * url-mail.el: Make mail handling a little more generic.
|
|
1110
|
|
1111 * w3-display.el:
|
|
1112 Fix for w3-display-fix-widgets so that links right up against each
|
|
1113 other don't cause it to skip every-other-one.
|
|
1114
|
|
1115 Sun Oct 20 16:47:05 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1116
|
|
1117 * w3-style.el: don't map a pitch of 9 to 0.
|
|
1118
|
|
1119 * w3-speak.el:
|
|
1120 Added back in the advice for url-lazy-message that provided auditory
|
|
1121 feedback during URL retrieval. Also added back in the
|
|
1122 w3-speak-browse-page command.
|
|
1123
|
|
1124 * w3-speak.el:
|
|
1125 Some patches from TV Raman to fix multiline text entry area speaking
|
|
1126 and a bogus call to widget-get in text entry area speaking.
|
|
1127
|
|
1128 Fri Oct 18 12:27:04 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1129
|
|
1130 * w3-display.el:
|
|
1131 Patches from Thierry Emery <Thierry.Emery@aar.alcatel-alsthom.fr> to
|
|
1132 implement 'colspan' on tables. Patch to support align=xxx on
|
|
1133 arbitrary tags.
|
|
1134
|
|
1135 Thu Oct 17 22:27:44 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1136
|
|
1137 * w3-vars.el: Created version 3.0.27
|
|
1138
|
|
1139 * w3-display.el:
|
|
1140 fixed voicification of hyperlinks. Fixed problem in w3-normalize-spaces
|
|
1141 and multi-line strings.
|
|
1142
|
|
1143 Wed Oct 16 20:56:40 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1144
|
|
1145 * w3-speak.el: Fix stupid problem. function renaming lossage. Fun
|
|
1146
|
|
1147 * w3-display.el:
|
|
1148 Fixed <select> form items that had no <option value=xxx selected>
|
|
1149 entry in them. Wheee.
|
|
1150
|
|
1151 * w3-display.el:
|
|
1152 Fixed <select> form items that had an <option value=xxx selected>
|
|
1153 entry in them. Wheee.
|
|
1154
|
|
1155 * w3.el: document info is now shown as a table.
|
|
1156
|
|
1157 * w3.el: Document information is now shown as a table.
|
|
1158
|
|
1159 * w3-display.el, w3-vars.el: Now keeps better track of the <meta> tag info
|
|
1160
|
|
1161 * w3-vars.el: Created version 3.0.26
|
|
1162
|
|
1163 * w3-display.el: *** empty log message ***
|
|
1164
|
|
1165 Tue Oct 15 13:21:54 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1166
|
|
1167 * w3-display.el: Added back in <meta> and <link> handling.
|
|
1168 Fixed insert-before and insert-after for 'a' tag and pseudo-classes
|
|
1169
|
|
1170 * w3-display.el:
|
|
1171 Fixed some potential runaway style inheritance - need to think about a
|
|
1172 better way to pop style info off the various stacks than
|
|
1173 (w3-handle-content node) on an empty element.
|
|
1174
|
|
1175 * w3-display.el: Fixed <textarea> elements in forms
|
|
1176
|
|
1177 * w3-display.el, w3-forms.el: Fixed <select> elements in forms
|
|
1178
|
|
1179 Sun Oct 13 23:50:03 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1180
|
|
1181 * w3-vars.el: Created version 3.0.25
|
|
1182
|
|
1183 * dsssl.el: Bug fixes
|
|
1184
|
|
1185 * url-hash.el:
|
|
1186 Fixed bug in url-gethash where it wasn't honoring the 'default' parameter
|
|
1187
|
|
1188 Sat Oct 12 20:32:49 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1189
|
|
1190 * widget.el, widget-edit.el: Synched up to widget 0.99.4
|
|
1191
|
|
1192 Fri Oct 11 18:55:02 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1193
|
|
1194 * w3-display.el: fix for xemacs w/ temp faces
|
|
1195
|
|
1196 * w3-display.el: Fixed a bug with the insert-after handling. Duhh.
|
|
1197
|
|
1198 * default.css, w3-display.el: Implemented insert-before and insert-after
|
|
1199
|
|
1200 Wed Oct 9 19:00:59 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1201
|
|
1202 * 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:
|
|
1203 -Updated copyrights/addresses
|
|
1204
|
|
1205 Tue Oct 8 14:56:22 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1206
|
|
1207 * w3-display.el: Tables now default to having no border
|
|
1208
|
|
1209 * w3-forms.el: Require w3-vars so Gnus will work
|
|
1210
|
|
1211 * w3-vars.el: Created version 3.0.24
|
|
1212
|
|
1213 * w3-speak.el:
|
|
1214 Added a few patches from raman and the latest version of emacspeak -
|
|
1215 everything appears to work out of the box now.
|
|
1216
|
|
1217 * w3-style.el:
|
|
1218 Added in a few autoloads for getting emacspeak to work right out of the box.
|
|
1219
|
|
1220 * w3-display.el: Added back in the :help-echo stuff on widgets
|
|
1221
|
|
1222 Mon Oct 7 18:09:17 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1223
|
|
1224 * w3-display.el:
|
|
1225 <isindex> works again. Automatically turns off filladapt-mode now,
|
|
1226 since we apparently don't play well together.
|
|
1227
|
|
1228 * default.css: Added some margins
|
|
1229
|
|
1230 * w3-display.el: Fix for emacs 19
|
|
1231
|
|
1232 Fri Oct 4 17:08:51 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1233
|
|
1234 * dsssl.el:
|
|
1235 Fixed a few errors in calling w3-dsssl-check-args. Now _EVERYTHING_
|
|
1236 compiles cleanly.
|
|
1237
|
|
1238 * docomp.el: Added a few more variables to the 'expected-to-be-free' list.
|
|
1239 Everything but dsssl.el compiles cleanly now.
|
|
1240
|
|
1241 * url-news.el: Fixed a few typos that resulted in free variable references.
|
|
1242
|
|
1243 * w3-display.el: New function w3-make-face to 'do the right thing' in
|
|
1244 Emacs/XEmacs/Emacs-with-no-X-support.
|
|
1245 Implemented margin-left and margin-right.
|
|
1246 Fixed a few problems with runaway or insufficient application of styles.
|
|
1247
|
|
1248 Mon Sep 30 19:43:35 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1249
|
|
1250 * url-hash.el:
|
|
1251 Nasty hack to fix the !! error (("file \"cl-extra\" didn't define \"gethash\"")) stuff people are seeing under Emacs-19
|
|
1252
|
|
1253 * w3-vars.el: Created version 3.0.23
|
|
1254
|
|
1255 * w3-prefs.el: Updates for new widget package
|
|
1256
|
|
1257 * w3-display.el:
|
|
1258 No more recursion! Lots more shit broke though. Lists are totally broken.
|
|
1259
|
|
1260 * w3.el: Updates for new widget package
|
|
1261
|
|
1262 * w3-keyword.el: *** empty log message ***
|
|
1263
|
|
1264 Sun Sep 29 21:26:47 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1265
|
|
1266 * widget.el, widget-edit.el: Updated to version 0.99 of the library
|
|
1267
|
|
1268 * widget-edit.el: Allow the :help-echo widget stuff to be a symbol
|
|
1269
|
|
1270 * w3.el: More updates for the latest widget package
|
|
1271
|
|
1272 * w3-sysdp.el: New functions prepend-text-property, append-text-property,
|
|
1273 fillin-text-property
|
|
1274
|
|
1275 * default.css, url.el: *** empty log message ***
|
|
1276
|
|
1277 Wed Sep 25 10:53:08 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1278
|
|
1279 * dist.Makefile: Removed custom.el and custom-edit.el from the distribution.
|
|
1280
|
|
1281 Tue Sep 24 05:04:47 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1282
|
|
1283 * w3-vars.el: Created version 3.0.22
|
|
1284
|
|
1285 * widget.el, widget-edit.el: Updated to latest widget stuff from Per.
|
|
1286
|
|
1287 * w3-parse.el:
|
|
1288 Added <script> to %body.content so that stupid IE 3.0 demo pages would work.
|
|
1289
|
|
1290 * w3-keyword.el:
|
|
1291 Added some new keyword defs to get rid of compile-time warnings
|
|
1292
|
|
1293 * w3-forms.el, w3-display.el: Now works with newest widget stuff
|
|
1294
|
|
1295 * url.el: New function url-parse-query-string, to return an assoc list of name
|
|
1296 value pairs from a URL-style query. url-unhex-string now takes an
|
|
1297 optional second argument for whether to allow decoding of newlines or
|
|
1298 not.
|
|
1299
|
|
1300 * url-mail.el:
|
|
1301 Now understands netscape-style 'extensions' to the mailto: specifier.
|
|
1302 ie: mailto:wmperry?subject=thesubject&bcc=root
|
|
1303
|
|
1304 * font.el:
|
|
1305 Now always converts to points instead of pixels, seems to give better
|
|
1306 results this way.
|
|
1307
|
|
1308 Mon Sep 23 04:53:56 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1309
|
|
1310 * w3-vars.el: Created version 3.0.20
|
|
1311
|
|
1312 * dsssl.el: Made dsssl depend on url-hash
|
|
1313
|
|
1314 Sun Sep 22 05:16:06 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1315
|
|
1316 * w3-display.el, w3-parse.el: *** empty log message ***
|
|
1317
|
|
1318 * w3-display.el: Some spacing changes, fix for nested lists
|
|
1319
|
|
1320 * custom.el, widget-edit.el, widget.el: -
|
|
1321
|
|
1322 * custom-edit.el: *** empty log message ***
|
|
1323
|
|
1324 Fri Sep 20 05:07:12 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1325
|
|
1326 * w3-vars.el: Created version 3.0.19
|
|
1327
|
|
1328 * w3-display.el: *** empty log message ***
|
|
1329
|
|
1330 * w3-sysdp.el: Added in stub for set-keymap-parents
|
|
1331
|
|
1332 * w3-speak.el: Patches from raman
|
|
1333
|
|
1334 * w3-prefs.el, w3-imap.el: *** empty log message ***
|
|
1335
|
|
1336 * w3-hot.el: Fixed w3-read-html-bookmarks to work with some parser changes.
|
|
1337
|
|
1338 * w3-forms.el: Made forms work again.
|
|
1339
|
|
1340 * w3-display.el: Changed how the borders on tables are drawn.
|
|
1341 Added back in the voice support.
|
|
1342
|
|
1343 Thu Sep 19 05:12:49 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1344
|
|
1345 * w3-vars.el: Created version 3.0.18
|
|
1346
|
|
1347 * dist.Makefile:
|
|
1348 Moved the URL and W3 packages back into one big distrubtion again
|
|
1349
|
|
1350 * w3-vars.el: Created version 3.0.18
|
|
1351
|
|
1352 * w3-vars.el: Created version 3.0.19
|
|
1353
|
|
1354 * w3-display.el: Don't crap out on tables with 0 columns
|
|
1355
|
|
1356 * docomp.el, url.el: *** empty log message ***
|
|
1357
|
|
1358 Wed Sep 18 12:50:03 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1359
|
|
1360 * w3-vars.el: Created version 3.0.18
|
|
1361
|
|
1362 * docomp.el: *** empty log message ***
|
|
1363
|
|
1364 * w3-display.el: Space filling fixes
|
|
1365
|
|
1366 * w3-auto.el: Added autoload for w3-style-post-process-stylesheet
|
|
1367
|
|
1368 Tue Sep 17 12:50:47 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1369
|
|
1370 * w3-vars.el: Created version 3.0.16
|
|
1371
|
|
1372 * w3-display.el, w3-e19.el: *** empty log message ***
|
|
1373
|
|
1374 Mon Sep 16 04:46:18 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1375
|
|
1376 * custom-edit.el, custom.el, widget-edit.el, widget-example.el, widget.el:
|
|
1377 Initial revision
|
|
1378
|
|
1379 Sun Sep 15 22:47:53 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1380
|
|
1381 * w3-vars.el: Created version 3.0.15
|
|
1382
|
|
1383 * w3-display.el: Alignment stuff works (right, left, full, center).
|
|
1384 Tables can now be borderless, and if it has borders, they are all there.
|
|
1385 <pre>/<xmp> work.
|
|
1386
|
|
1387 * url-vars.el: Created version 1.0.42
|
|
1388
|
|
1389 * url-http.el: *** empty log message ***
|
|
1390
|
|
1391 * w3-vars.el: Created version 3.0.14
|
|
1392
|
|
1393 * html32.dsl: Initial revision
|
|
1394
|
|
1395 * w3.el: Use the new display code.
|
|
1396
|
|
1397 * w3-forms.el: A few changes for the latest display code
|
|
1398
|
|
1399 * w3-vars.el: Created version 3.0.14
|
|
1400
|
|
1401 * w3-display.el: Actually mostly works
|
|
1402
|
|
1403 * w3-parse.el: Removed hooks into the old display engine
|
|
1404
|
|
1405 * url.el: *** empty log message ***
|
|
1406
|
|
1407 * w3-speak.el: Update from raman
|
|
1408
|
|
1409 * url.el: *** empty log message ***
|
|
1410
|
|
1411 Sat Sep 14 16:48:24 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1412
|
|
1413 * url-gopher.el, url.el:
|
|
1414 Added '...' to the downloading messages so that they do not show up in
|
|
1415 the message log buffer under Emacs 19.xx
|
|
1416
|
|
1417 * w3-parse.el: Changed content-model of <script> to fix problems on some sites
|
|
1418 (notably netscape's) that use an unescaped </ in the script. BAD SGML
|
|
1419 DAMMIT.
|
|
1420
|
|
1421 Fri Sep 13 05:24:53 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1422
|
|
1423 * w3-vars.el: Created version 3.0.13
|
|
1424
|
|
1425 * w3-forms.el: Use the new :ignore-case stuff for choice items
|
|
1426
|
|
1427 Thu Sep 12 05:57:47 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1428
|
|
1429 * w3-display.el: Holy shit tables work.
|
|
1430
|
|
1431 Tue Sep 10 03:11:55 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1432
|
|
1433 * w3-speak.el: Bug-fixes from raman.
|
|
1434
|
|
1435 Mon Sep 9 05:18:37 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1436
|
|
1437 * dsssl.el:
|
|
1438 Removed a few compiler warnings and fixed a few bugs (equal, error, time
|
|
1439
|
|
1440 * dsssl.el:
|
|
1441 DSSSL (define ...)'d functions are now called correctly. Wow. Added
|
|
1442 in most of the rest of the DSSSL(o) application profile functions.
|
|
1443
|
|
1444 * dsssl.el: Initial revision
|
|
1445
|
|
1446 * w3-parse.el: *** empty log message ***
|
|
1447
|
|
1448 * 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:
|
|
1449 Changed copyright assignment
|
|
1450
|
|
1451 * font.el: changed copyright assignment
|
|
1452
|
|
1453 Sun Sep 8 00:31:52 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1454
|
|
1455 * w3-draw.el:
|
|
1456 Added in a stub handler for the 'frame' tag, so that you can still get
|
|
1457 to frame pages written by idiots who don't use a decent 'noframe'
|
|
1458 subdocument.
|
|
1459
|
|
1460 * url.el: Removed nntp-after-change-function, since it screwed up GNUS
|
|
1461
|
|
1462 Sat Sep 7 01:45:17 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1463
|
|
1464 * w3-latex.el: updated email address for stephen peters
|
|
1465
|
|
1466 Wed Sep 4 02:09:08 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1467
|
|
1468 * socks.el: Initial revision
|
|
1469
|
|
1470 Sun Sep 1 16:22:50 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1471
|
|
1472 * w3-draw.el: Don't load images on a TTY device in XEmacs. General speedup
|
|
1473
|
|
1474 Thu Aug 29 04:09:40 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1475
|
|
1476 * w3-vars.el: Created version 3.0.12
|
|
1477
|
|
1478 Sun Aug 25 17:12:32 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1479
|
|
1480 * w3-draw.el: Added some stubs for tables
|
|
1481
|
|
1482 Mon Aug 19 03:30:47 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1483
|
|
1484 * w3.el: fixed bug in w3-insert-formatted-url
|
|
1485
|
|
1486 Mon Aug 12 03:10:30 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1487
|
|
1488 * w3-style.el: Don't make a null voice of paul-5555 if no stuff is specified.
|
|
1489
|
|
1490 * default.css: Added speech elements to the default stylesheet.
|
|
1491
|
|
1492 Sun Aug 11 16:41:58 1996 William M. Perry <wmperry@cs.indiana.edu>
|
2
|
1493
|
|
1494 * w3-vars.el: Created version 3.0.11
|
|
1495
|
|
1496 * font.el:
|
|
1497 Fix for font-default-font-for-device under XEmacs when you use a font
|
|
1498 like '10x20' instead of the fully specified version
|
|
1499
|
80
|
1500 Sat Aug 10 16:14:08 1996 William M. Perry <wmperry@cs.indiana.edu>
|
2
|
1501
|
|
1502 * w3-forms.el:
|
|
1503 Do not encode the '.' in application/x-www-form-urlencoded. Fucking
|
|
1504 netscape compatbility. What _SPEC_?! There aren't any specs on the
|
|
1505 web, right?!
|
|
1506
|
|
1507 * w3-forms.el:
|
|
1508 Fixed problem with submissions of a form with the exact same arguments
|
|
1509 causes elements from both form to be submitted. ack.
|
|
1510
|
80
|
1511 Tue Aug 6 14:03:52 1996 William M. Perry <wmperry@cs.indiana.edu>
|
2
|
1512
|
|
1513 * w3-parse.el:
|
|
1514 fixed stupid mistake in DTD I made when changing to 3.2 DTD - left
|
|
1515 'style' out of head's content-model so no in-document stylesheet stuff
|
|
1516 was getting parsed. gack.
|
|
1517
|
|
1518 * w3-forms.el: No longer put a 'choose' in front of option menus
|
|
1519
|
|
1520 * w3-speak.el: fixed bugs
|
|
1521
|
80
|
1522 Mon Aug 5 14:03:09 1996 William M. Perry <wmperry@cs.indiana.edu>
|
2
|
1523
|
|
1524 * w3-vars.el: Created version 3.0.10
|
|
1525
|
|
1526 * default.css: A few mild changes, and docs.
|
|
1527
|
80
|
1528 Sun Aug 4 23:51:26 1996 William M. Perry <wmperry@cs.indiana.edu>
|
2
|
1529
|
|
1530 * w3-speak.el: new version of w3-speak from raman
|
|
1531
|
|
1532 * w3-draw.el: Style search alg. now looks for tag/id|name first. Now supports
|
|
1533 inlined 'style' keyword on any tag. Gack *sigh*
|
|
1534
|
|
1535 * w3-style.el:
|
|
1536 Can now have periods in class names. Fixed bug where the class would
|
|
1537 be normalized to lowercase as well as the tag name. BAD BAD BAD.
|
|
1538
|
|
1539 * w3-speak.el: some changes from raman
|
|
1540
|
|
1541 * w3-style.el: Think I finally fixed some stylesheet weirdness
|
|
1542
|
|
1543 * w3.el: Don't override user prefs w/w3-user-colors-take-precedence -duh
|
|
1544
|
|
1545 * w3-parse.el: fixed graphical entities
|
|
1546
|
80
|
1547 Sat Aug 3 20:09:50 1996 William M. Perry <wmperry@cs.indiana.edu>
|
2
|
1548
|
|
1549 * w3-vars.el:
|
|
1550 Added textual representation of the 'artist formerly known as prince'
|
|
1551 graphical icons
|
|
1552
|
80
|
1553 * md5.el: removed /bin/sh dependency in md5
|
|
1554
|
|
1555 Fri Aug 2 14:08:38 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1556
|
|
1557 * url-vars.el: Created version 1.0.41
|
|
1558
|
|
1559 * url.el:
|
|
1560 no longer special case file:// urls when checking for no_proxy - thats
|
|
1561 just stupid.
|
|
1562
|
|
1563 Thu Aug 1 13:32:54 1996 William M. Perry <wmperry@cs.indiana.edu>
|
2
|
1564
|
|
1565 * w3-vars.el: Created version 3.0.9
|
|
1566
|
80
|
1567 * url.el: made url-insert-file-contents interactive
|
|
1568
|
2
|
1569 * w3-sysdp.el:
|
|
1570 added data-directory to sysdep version of x-library-search-path for
|
|
1571 emacs under windows 95/nt
|
|
1572
|
|
1573 * w3-vars.el:
|
|
1574 Implemented &prince; and &princesymbol; graphical entities. Thanks
|
|
1575 for the note Jamie Z!
|
|
1576
|
|
1577 * w3-forms.el: fix for gopher searches
|
|
1578
|
|
1579 * w3-draw.el: Added support for balloon-help
|
|
1580
|
80
|
1581 Fri Jul 26 05:57:21 1996 William M. Perry <wmperry@cs.indiana.edu>
|
2
|
1582
|
|
1583 * w3-display.el, w3-texinfo.el: Initial revision
|