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