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