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