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