SCM

SCM Repository

[xemacs] Annotation of /XEmacs/packages/xemacs-packages/w3/ChangeLog
ViewVC logotype

Annotation of /XEmacs/packages/xemacs-packages/w3/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.10 - (view) (download)

1 : steveb 1.10 1999-01-08 William M. Perry <wmperry@aventail.com>
2 :    
3 :     * lisp/docomp.el (emacs-build-autoloads): Only do the autoloads one way
4 :     for Emacs or XEmacs.
5 :    
6 :     1999-01-07 William M. Perry <wmperry@aventail.com>
7 :    
8 :     * build.bat: More tweaking of finding EMACSDIR automatically.
9 :    
10 :     * lisp/w3-vars.el (w3-mode-map): Don't use read-kbd-macro
11 :    
12 :     1999-01-05 William M. Perry <wmperry@aventail.com>
13 :    
14 :     * build.bat: Make sure that we build the autoload files under windows.
15 :     Easier setting of the environment variables. Also can now pass in
16 :     EMACSDIR on the command line.
17 :    
18 :     * lisp/docomp.el (byte-compile-dest-file): Downcase file names if we are
19 :     in windows of any flavor. Sometimes we get foo.EL instead of foo.el and
20 :     we were just naming the output file foo.EL.elc
21 :     (compile-it): Make sure we get *.EL from directory-files as well.
22 :     (emacs-build-autoloads): Ditto. %!@!ing windows file systems.
23 :     (emacs-build-autoloads): Deal with Emacs or XEmacs way of rebuilding
24 :     autoloads in lisp instead of relying on autoconf. This will make
25 :     everything much happier under windows.
26 :    
27 :     1999-01-04 William M. Perry <wmperry@aventail.com>
28 :    
29 :     * Makefile.in (dotemacs): Wrap the require we stick into $(DOTEMACS) in a
30 :     `condition-case' for people that share their setups between emacsen or
31 :     machines with different installed packages.
32 :    
33 :     * lisp/w3-forms.el (w3-form-encode-xwfu): Don't forget to deal with the
34 :     new attributes if we are doing just a plain old form submission!
35 :    
36 :     1999-01-04 Milan Zamazal <pdm@freesoft.cz>
37 :    
38 :     * lisp/w3-forms.el (w3-submit-form): Correctly shorten the separator
39 :     generated... was including too few characters.
40 :     (w3-form-encode-helper): Added ability to specify additional attributes
41 :     for the `file' input type so that we can keep track of the filename.
42 :     (w3-form-encode-make-mime-part): Create content-disposition header
43 :     instead of content-id and content-length
44 :     (w3-form-encode-multipart/x-www-form-data): Use CRLF instead of just LF
45 :     for separators.
46 :     (w3-form-encode-multipart/x-www-form-data): Don't forget to add in the
47 :     separator at the end of the message.
48 :    
49 :     1998-01-04 William M. Perry <wmperry@aventail.com>
50 :    
51 :     * lisp/w3-forms.el (w3-form-encode-multipart/x-www-form-data): Better
52 :     separator generation.
53 :    
54 :     1999-01-04 Laurent Martelli <martelli@iie.cnam.fr>
55 :    
56 :     * lisp/w3-hotindex.el: Added autoload statements.
57 :    
58 :     1999-01-04 Kenichi Handa <handa@etl.go.jp>
59 :    
60 :     * lisp/Makefile.in (w3-auto.el): Generate w3-auto.el from
61 :     auto-autoloads.el just build in the current directory.
62 :    
63 :     1998-12-31 William M. Perry <wmperry@aventail.com>
64 :    
65 :     * lisp/font.el: Various mergings with the XEmacs distributed version of
66 :     font.el. Lots of byte-compile warnings squashed when not building with
67 :     Emacs/W3.
68 :    
69 :     1998-12-31 Jonathan Harris <jhar@tardis.ed.ac.uk>
70 :    
71 :     * font.el: Split font-family-mappings into X and mswindows-specific
72 :     versions. mswindows-font-create-[object|name]: Treat supplied size as a
73 :     pointsize. Added underline and strikethru handling.
74 :    
75 :     1998-12-30 William M. Perry <wmperry@aventail.com>
76 :    
77 :     * lisp/url.el (url-file-exists): If url-user is nil use anonymous ftp.
78 :     (url-file-size): Ditto.
79 :    
80 :     * lisp/w3.el (w3-find-this-file): Protect against sticking 'nil@' in the
81 :     filename spec when we go to retrieve something.
82 :    
83 :     1998-12-30 Milan Zamazal <pdm@pvt.net>
84 :    
85 :     * lisp/url-auth.el (url-basic-auth): Make sure to use base64-encode-string
86 :     instead of base64-encode to work with new Emacs/XEmacs that have native
87 :     base64 encoding/decoding primitives.
88 :    
89 :     1998-12-29 William M. Perry <wmperry@aventail.com>
90 :    
91 :     * Emacs/W3 4.0pre38 released
92 :    
93 :     * lisp/url.el (url-file-attributes): use 'anonymous' instead of 'ftp' as
94 :     the username if none specified.
95 :    
96 :     1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
97 :    
98 :     * url.el (url-file-attributes): If url-user is nil use anonymous ftp.
99 :    
100 :     1998-12-29 William M. Perry <wmperry@aventail.com>
101 :    
102 :     * lisp/mule-sysdp.el (mule-detect-coding-version): Doh - make sure we
103 :     don't blow up in XEmacs w/Mule when making sure we have a valid coding
104 :     system.
105 :    
106 :     * Emacs/W3 4.0pre37 released
107 :    
108 :     * lisp/socks.el (socks-find-route): Fixed bug where we would not honor the
109 :     '!' at the front of the regexp to mean _do_ redirect the connection. I
110 :     need to finish the socks-redirection-rules stuff sometime soon.
111 :    
112 :     * lisp/mule-sysdp.el (mule-detect-coding-version): Put back in the
113 :     ultra-anal checks to make sure that what detect-coding-region and
114 :     friends find is actually a coding system. Apparently the bug where
115 :     bizarre combinations of CRLF and LF separators in a file make Emacs 20.3
116 :     return a number as a coding system is back. Bug reported to the Emacs
117 :     maintainers.
118 :    
119 :     1998-12-28 Milan Zamazal <pdm@freesoft.cz>
120 :    
121 :     * lisp/mm.el (mm-possible-viewers): Don't reverse exact & wildcard when
122 :     concatenating them. Reason: `mm-mime-data' contains mailcap entries in
123 :     the opposite order than they are in the mailcap file. The function
124 :     `mm-possible-viewers' should return found items in the opposite order
125 :     again, so that the first viewer from the mailcap was invoked. The patch
126 :     ensures this.
127 :    
128 :     * lisp/mm.el (mm-mime-data-default): New variable that holds all the
129 :     defaults. mm-mime-data now holds _only_ the user supplied viewers.
130 :    
131 :     * lisp/mm.el (mm-mime-info): Give preference to things found in
132 :     mm-mime-data (the user stuff) and then fall back onto
133 :     mm-mime-data-default.
134 :    
135 :     * lisp/url-http.el (url-parse-viewer-types): Apply both mm-mime-data and
136 :     mm-mime-data-default when building the acceptable viewer list.
137 :    
138 :     1998-12-28 William M. Perry <wmperry@aventail.com>
139 :    
140 :     * lisp/w3-display.el (w3-prepare-buffer): Use an unwind-protect form
141 :     around w3-draw-tree. This means that even if something in the drawing
142 :     causes an error, the buffer will still be thrown into w3-mode
143 :     (w3-region): Make w3-region interactive and give it a doc string.
144 :     (w3-pause): Mark the buffer as temporarily read-only, so that
145 :     self-inserting keystrokes will signal an error, which will be caught and
146 :     ignored by the condition-case.
147 :     (w3-widget-buffer): New function to get the buffer a widget is in.
148 :     (w3-widget-echo): Use it, since with Gnus, it is very likely that you
149 :     will be in a different buffer when you are mousing around the rendered
150 :     HTML.
151 :    
152 :     * lisp/url-file.el (url-file): Modify the filename in the URL if we are
153 :     actually visiting a directory without a trailing '/' or '\', and we do
154 :     the auto-find of the index.html file.
155 :    
156 :     * lisp/url.el (url-looks-like-html): New function that determines whether
157 :     a document looks like HTML or not. This is for ancient HTTP/0.9
158 :     responses for things without a file extension (ie: /, /a/b/, etc)
159 :     (url-retrieve-internally): Use it if we cannot find a content-type any
160 :     other way.
161 :    
162 :     * lisp/url-cid.el: Try to avoid compile-time-errors when gnus' mm-decode
163 :     cannot be found.
164 :    
165 :     1998-12-26 William M. Perry <wmperry@aventail.com>
166 :    
167 :     * lisp/url.el (url-expand-file-name): Make sure to normalize the 'default'
168 :     value before we get to the point of bailing out if we get the empty
169 :     string, otherwise the vector-ized version of the URL could sneak out,
170 :     and the 'nil' default case would screw us too.
171 :    
172 :     1998-12-26 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
173 :    
174 :     * w3-display.el (w3-display-get-cookie): No buffer-file-name for "
175 :     *cookie*" buffers.
176 :    
177 :     1998-12-26 William M. Perry <wmperry@aventail.com>
178 :    
179 :     * lisp/base64.el: Added alias for base64-encode-string -> base64-encode
180 :     and base64-decode-string -> base64-decode, for compatibility with
181 :     Emacs/XEmacs with native base64 support.
182 :    
183 :     * lisp/w3-about.el: Use base64-encode-string instead of base64-encode, for
184 :     compatibility with Emacs/XEmacs with native base64 support.
185 :    
186 :     1998-12-25 William M. Perry <wmperry@aventail.com>
187 :    
188 :     * lisp/url-ldap.el: New file to implement LDAP support ala RFC2255
189 :    
190 :     * lisp/url.el (url-do-setup): Register the LDAP URL handler if the feature
191 :     is present.
192 :    
193 :     * Emacs/W3 4.0pre36 released
194 :    
195 :     * lisp/url.el (url-default-expander): Make sure that we remove any query
196 :     strings from the URL before we remove relative links.
197 :     (url-remove-relative-links): Tack on a trailing '/' if necessary so that
198 :     we don't fail any URL parsing tests on things like 'g/.', which should
199 :     be normalized to just 'g/'
200 :    
201 :     1998-12-24 William M. Perry <wmperry@aventail.com>
202 :    
203 :     * lisp/url-cookie.el (url-cookie-host-can-set-p): Fixed cookie
204 :     vulnerability as described in
205 :     http://www.paradise.net.nz/~glineham/cookiemonster.html
206 :    
207 :     1998-12-23 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
208 :    
209 :     * w3-menu.el (w3-menu-initialize-w3-mode-menu-map): Block also
210 :     the global menubar entry [menubar mule].
211 :    
212 :     1998-12-23 William M. Perry <wmperry@aventail.com>
213 :    
214 :     * lisp/w3-cus.el (w3-force-conversion-alist): Mixed mismatched custom type
215 :     (w3-default-stylesheet): Ditto.
216 :     (w3-html-errors-font-lock-keywords): Ditto.
217 :     (w3-default-configuration-file): Ditto.
218 :     (w3-modeline-format): Ditto.
219 :    
220 :     1998-12-22 William M. Perry <wmperry@aventail.com>
221 :    
222 :     * Emacs/W3 4.0pre35 released
223 :    
224 :     * lisp/w3-display.el (w3-get-default-color): Function to get the default
225 :     foreground or background color, even if face-(fore|back)ground returns
226 :     nil, which it does under Emacs fairly often. We fall back to getting
227 :     the colors out of the frame properties. I think this is gross, but oh
228 :     well.
229 :     (w3-display-background-useless-p): Use it.
230 :     (w3-display-foreground-useless-p): Use it.
231 :    
232 :     * lisp/w3.el (w3-reload-document): Avoid using interactive spec 'Z', since
233 :     it doesn't exist in older versions of Emacs (19.xx)
234 :    
235 :     * lisp/w3-parse.el (w3-parse-buffer): Add ',' to the `whitespace' at the
236 :     front of an attribute that we should skip over. This is so that people
237 :     can do horrible nasty things like <input type="foo", name="bar"> and
238 :     still have it work. Sometimes I feel so... unclean.
239 :    
240 :     * lisp/url-news.el (url-check-gnus-version): Use gnus-continuum-version if
241 :     at all possible. This way I will never have to add another string-match
242 :     to the list of acceptable versions (at least not until another 15
243 :     releases of Gnus.
244 :    
245 :     1998-12-22 Dave Love <d.love@dl.ac.uk>
246 :    
247 :     * lisp/w3-display.el (w3-image-alt): Pay better attention to the alt
248 :     specified by the document. Don't try to special case the empty string
249 :     so much.
250 :    
251 :     1998-12-22 William Perry <wmperry@aventail.com>
252 :    
253 :     * lisp/css.el (css-parse): Wrap the calls to forward sexp in
254 :     condition-case so that an invalid stylesheet does not completely choke.
255 :    
256 :     1998-12-22 Milan Zamazal <pdm@pvt.net>
257 :    
258 :     * lisp/w3.el (w3-replace-invalid-chars): Make sure we tell replace-regexp
259 :     to be 'literal' so that somet hings in the invalid chars table don't
260 :     signal an error (ie: S\\v was looking for the regexp quote match, etc)
261 :    
262 :     1998-12-22 William Perry <wmperry@aventail.com>
263 :    
264 :     * lisp/w3-display.el (w3-display-table): Backed out old change to use less
265 :     space for borderless tables - it was screwing up spacing at the
266 :     beginning of celles.
267 :    
268 :     1998-12-22 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
269 :    
270 :     * lisp/url.el (url-expand-file-name): Do not remove blanks from target
271 :     anchors (#xxx).
272 :    
273 :     1998-12-21 William M. Perry <wmperry@aventail.com>
274 :    
275 :     * lisp/docomp.el: If WIDGETDIR is not set, or set to `no', then scream and
276 :     bitch and die, to avoid more arcane errors later on.
277 :     (emacs-build-custom-load): Try to work around emacs19 that doesn't have
278 :     cus-dep installed.
279 :    
280 :     * lisp/w3.el (w3-fetch): Avoid use of with-current-buffer, since it
281 :     doesn't exist in Emacs 19.xx
282 :     (w3-convert-code-for-mule): Finished rename to mule-coding-system-p
283 :    
284 :     1998-12-20 Bertil Askelid <bertil@ioc.net>
285 :    
286 :     * lisp/w3-mouse.el: Don't bind mouse-movement unless w3-track-mouse is
287 :     set.
288 :    
289 :     1998-12-19 William M. Perry <wmperry@aventail.com>
290 :    
291 :     * Emacs/W3 4.0pre34 released
292 :    
293 :     * lisp/mule-sysdp.el (mule-coding-system-p-version): Renamed and fixed
294 :     mule-coding-system-p for non-MULE Emacs/XEmacs.
295 :    
296 :     1998-12-18 Kenichi Handa <handa@etl.go.jp>
297 :    
298 :     * lisp/mule-sysdp.el (mule-coding-system-p-version): New function.
299 :     (mule-coding-system-version): Use mule-coding-system-p-version.
300 :     (mule-detect-coding-version): Likewise.
301 :     (mule-invalid-char-coding-systems): Change iso-latin-1 to iso-8859-1.
302 :     (mule-coding-system-with-invalid-chars): Check mule-sysdep-version
303 :     for XEmacs.
304 :    
305 :     * lisp/w3.el (w3-convert-code-for-mule): Use mule-coding-system-p-version.
306 :     (w3-coding-system-for-mime-charset): Likewise.
307 :    
308 :     1998-12-19 William M. Perry <wmperry@aventail.com>
309 :    
310 :     * configure.in: Ditto
311 :    
312 :     * aclocal.m4: Added appropriate magic to run autoconf whenever aclocal.m4
313 :     is modified.
314 :    
315 :     1998-12-18 William M. Perry <wmperry@aventail.com>
316 :    
317 :     * lisp/Makefile.in: No longer include auto-autoloads.el and custom-load in
318 :     the distribution. We can rebuild it anywhere now.
319 :    
320 :     * aclocal.m4 (AC_CHECK_CUSTOMLOADS): Use the new functions in the
321 :     appropriate place.
322 :     (EMACS_REBUILD_AUTOLOADS): Ditto.
323 :    
324 :     * lisp/docomp.el (emacs-build-custom-load): New function to build
325 :     custom-load.el under Emacs.
326 :     (emacs-build-autoloads): Ditto for the auto-autoloads.el file.
327 :    
328 :     1998-12-15 Kenichi Handa <handa@etl.go.jp>
329 :    
330 :     * lisp/Makefile.in (.el.elc): Set shell variable W3SRCDIR to $(srcdir).
331 :    
332 :     * lisp/docomp.el (load-path): Check shell variable W3SRCDIR.
333 :    
334 :     * lisp/w3.el (w3-convert-code-for-mule): Call
335 :     mule-coding-system-with-invalid-chars.
336 :     (w3-coding-system-with-invalid-chars): This function deleted.
337 :    
338 :     * lisp/mule-sysdp.el (w3-mime-charset-coding-alist): Fix coding
339 :     system for Mule.
340 :     (mule-invalid-char-coding-systems): New variable.
341 :     (mule-coding-system-with-invalid-chars): New function.
342 :     (mule-write-region-no-coding-system): Fix argument of write-region for
343 :     Mule 2.3.
344 :    
345 :     1998-12-17 William M. Perry <wmperry@aventail.com>
346 :    
347 :     * Emacs/W3 4.0pre32 released
348 :    
349 :     * lisp/font.el (font-x-font-regexp): Add a trailing dash to the
350 :     font-regexp. For some reason Emacs 19.xx under 95/NT sticks a trailing
351 :     slash on the end. This was the cause of the odd errors in
352 :     font-spatial-to-canonical since it was getting an empty font object
353 :     because the regexp failed to match.
354 :    
355 :     1998-12-16 William M. Perry <wmperry@aventail.com>
356 :    
357 :     * lisp/w3.el (w3-coding-system-for-mime-charset): Make sure the
358 :     coding-system-p is defined before we use it.
359 :     (w3-convert-code-for-mule): Ditto.
360 :    
361 :     * Makefile.in (SUPPORTFILES): Now include 'BUGS' support file in the
362 :     distributions.
363 :    
364 :     1998-12-16 Simon Josefsson <jas@pdc.kth.se>
365 :    
366 :     * lisp/mm.el (mm-parse-mailcaps): More protection against badly formed
367 :     MAILCAPS variable.
368 :    
369 :     1998-12-16 William M. Perry <wmperry@aventail.com>
370 :    
371 :     * lisp/w3-cus.el (w3-bullets): Fixed customization type for this option.
372 :     Would lead to mismatches in customize buffers. Ick!
373 :     (w3-maximum-line-length): Ditto.
374 :    
375 :     1998-12-08 Ken'ichi HANDA <handa@etl.go.jp>
376 :    
377 :     * lisp/mule-sysdp.el (mule-detect-coding-version): Check that
378 :     mule-sysdep-version is a number before comparing it to one. Under
379 :     XEmacs it is a symbol `xemacs'.
380 :    
381 :     1998-12-03 William M. Perry <wmperry@aventail.com>
382 :    
383 :     * Updated all copyright dates and now specify that this _is_ a
384 :     part of Emacs, since it soon will be. Maybe. If I get ambitious. what
385 :     are the odds posted in vegas?
386 :    
387 :     * lisp/w3-display.el (w3-display-infer-contrasting-color): New function to
388 :     chooise black or white as an appropriate color if the author of an HTML
389 :     page was stupid enough to do something like: <body bgcolor="white"> (ie:
390 :     not specifying the foreground color as well). If this conflicts with
391 :     the users foreground, the text used to be invisible. Now it will be
392 :     whichever contrasts best (black on mint cream, white on dark red, etc)
393 :     (w3-display-node): If the foreground specified conflicts with the users'
394 :     background, ignore it.
395 :     (w3-display-node): If the background specified conflicts with the users'
396 :     foreground, infer an appropriate foreground.
397 :    
398 :     * Emacs/W3 4.0pre31 released
399 :    
400 :     * configure.in (CIDFILE): Stop spitting out a warning about
401 :     multipart/related stuff if we can't find Gnus at configure time. We're
402 :     hacking around it in a different way now.
403 :    
404 :     * lisp/Makefile.in (URLSOURCES): Add url-cid.el into the definition via
405 :     configure substitutions ONLY. It will still get installed because we
406 :     stick it in EXTRAS. This means 1 extra file copy at install time, but
407 :     who cares? The file isn't that large.
408 :    
409 :     * lisp/url-cid.el: New file to contain the content-id handling stuff,
410 :     because we cannot compile this file unless we can find a very recent
411 :     version of Gnus at compile time (without .emacs).
412 :    
413 :     * etc/default.css: Use the newer @media tags instead of @x*emacs so that
414 :     everything will work right with the new Emacs redisplay.
415 :    
416 :     * lisp/css.el (css-active-device-types): Added new @media tags.
417 :     multifont is now defined if the Emacsen we are running in can display
418 :     multiple font families and sizes correctly (new emacs redisplay or
419 :     XEmacs), and unifont if it cannot.
420 :    
421 :     * lisp/font.el (font-set-face-font-new-redisplay): New function for
422 :     dealing with the new Emacs redisplay font abstraction. You can now beat
423 :     the crap out of the new redisplay engine with Emacs/W3. Ahh, feels like
424 :     the heady old days of Lucid Emacs 19.10 and XEmacs 19.12.
425 :    
426 :     1998-12-02 Simon Josefsson <jas@pdc.kth.se>
427 :    
428 :     * lisp/mm.el (mm-parse-mailcaps): Deal gracefully with bad entries in the
429 :     MAILCAP list, or it would bug out with things like 'file:' where it
430 :     would try to open the current directory.
431 :    
432 :     1998-11-29 William M. Perry <wmperry@aventail.com>
433 :    
434 :     * lisp/docomp.el (load-path): Append the GNUSDIR environment variable to
435 :     the load-path, similar to how we deal with WIDGETDIR
436 :    
437 :     * INSTALL: Document the new --with-gnus arguments.
438 :    
439 :     * configure.in: Use AC_CHECK_GNUS and spit out appropriate warnings about
440 :     cid URLS not working when appropriate.
441 :    
442 :     * aclocal.m4 (AC_CHECK_GNUS): Try to find mm-get-content-id in mm-decode
443 :     for newer gnus releases that can handle the content-id stuff. Also
444 :     added new configure switch '--with-gnus=/path/to/gnus/lisp/dir' to
445 :     override this, similar to how the custom stuff works.
446 :    
447 :     * lisp/url-misc.el (url-cid-gnus): Try to load mm-decode at compile time.
448 :     (url-cid-gnus): Fixed some compilation warnings.
449 :    
450 :     * lisp/url.el (url-cid): Ooops - forgot to add an autoload for url-cid
451 :    
452 :     * Emacs/W3 4.0pre30 released
453 :    
454 :     * lisp/url.el (url-do-setup): Duh, forgot to register the CID handler.
455 :     Good thing lars was doing it too.
456 :    
457 :     * Emacs/W3 4.0pre29 released
458 :    
459 :     * lisp/url-misc.el (url-cid): New URL handler for dealing with content-id
460 :     based references. Able to be extended for different mail/news readers.
461 :     Need to coordinate with Lars and Kyle on exactly how to determine which
462 :     UA is invoking us, so we don't try and use Gnus functions when VM is
463 :     giving us the data, etc.
464 :     (url-cid-gnus): First implementation of CID retrieval for Pterodactyl
465 :     Gnus.
466 :    
467 :     * lisp/w3-display.el (w3-finalize-image-download): Make sure we call
468 :     url-uncompress in w3-finalize-image-download, or content-id and data URL
469 :     based images won't get uncompressed correctly. Arguably this should be
470 :     done in url-default-callback, but I'm not sure what that would fubar
471 :     right now.
472 :    
473 :     * lisp/w3-parse.el (w3-parse-buffer): Changed regexp for handling
474 :     NET-enabling start tags to be not so restrictive. I don't think this
475 :     will have any negative side-effects
476 :    
477 :     1998-11-28 William M. Perry <wmperry@aventail.com>
478 :    
479 :     * Emacs/W3 4.0pre28 released
480 :    
481 :     1998-11-23 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
482 :    
483 :     * lisp/mule-sysdp.el
484 :     (w3-mime-charset-coding-alist): completed and reordered;
485 :     (mule-detect-coding-version): removed MIME type parsing (already done in
486 :     w3-sentinel) and moved use of w3-mime-charset-coding-alist to
487 :     w3-coding-system-for-mime-charset;
488 :    
489 :     * lisp/w3.el
490 :     (w3-convert-code-for-mule): added call to w3-coding-system-for-mime-charset
491 :     for handling specified MIME charset;
492 :     (w3-coding-system-for-mime-charset): code moved from
493 :     mule-detect-coding-version, which uses w3-mime-charset-coding-alist;
494 :     (w3-sentinel): moved downcase of MIME type and charset to
495 :     w3-convert-code-for-mule call arguments and generalized it to encoding;
496 :     replaced hacking out "x-" in MIME charsets with proper reference to
497 :     w3-mime-charset-coding-alist in w3-coding-system-for-mime-charset.
498 :    
499 :     1998-11-20 Ken'ichi HANDA <handa@etl.go.jp>
500 :    
501 :     * lisp/w3.el
502 :     (w3-explicit-coding-system): new variable for user-specified coding system
503 :     on C-u [w3-reload-document];
504 :     (w3-convert-code-for-mule, w3-reload-document): added handling of
505 :     w3-explicit-coding-system.
506 :    
507 :     1998-11-24 Kenichi Handa <handa@etl.go.jp>
508 :    
509 :     * lisp/mule-sysdp.el (mule-sysdep-version): Check the mule version
510 :     correctly.
511 :     (mule-coding-system-version): New function.
512 :     (w3-mime-charset-coding-alist): New variable.
513 :     (w3-url-domain-language-environment-alist): New variable.
514 :     (w3-url-domain-coding-alist): New variable.
515 :     (mule-retrieval-coding-system): Call mule-coding-system-version.
516 :     (mule-no-coding-system): Likewise.
517 :     (insert-file-contents-literally): Re-define this function for Mule
518 :     Ver.2.3.
519 :     (mule-detect-coding-version): Pay attention to
520 :     w3-mime-charset-coding-alist,
521 :     w3-url-domain-language-environment-alist, and
522 :     w3-url-domain-coding-alist.
523 :     (mule-code-convert-region): Change argument to CODE only. If
524 :     default-enable-multibyte-characters is nil, does no code
525 :     conversion.
526 :    
527 :     * lisp/url-cache.el (url-store-in-cache): Write to a file with no
528 :     code conversion.
529 :    
530 :     * lisp/w3.el (w3-convert-code-for-mule): Call
531 :     mule-code-convert-version with one arg CODING-SYSTEM.
532 :    
533 :     1998-11-22 William M. Perry <wmperry@aventail.com>
534 :    
535 :     * Emacs/W3 4.0pre27 released
536 :    
537 :     * lisp/w3.el (w3-mode): ditto
538 :    
539 :     * lisp/w3-display.el (w3-display-node): Make sure we don't try to
540 :     save/restore variables in w3-persistent-variables if they are not
541 :     'boundp'
542 :    
543 :     1998-11-20 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
544 :    
545 :     * lisp/mule-sysdp.el
546 :     (mule-write-region-no-coding-system): added additional write-region arguments
547 :     and protections moved from w3-download-callback.
548 :    
549 :     * lisp/mm.el (mm-find-available-multiparts), lisp/url-cache.el
550 :     (url-store-in-cache), lisp/w3-display.el (w3-display-get-cookie,
551 :     w3-finalize-image-download), lisp/w3-latex.el (w3-show-dvi), lisp/w3-print.el
552 :     (w3-print-this-url), lisp/w3.el (w3-save-as, w3-download-callback):
553 :     use mule-write-region-no-coding-system.
554 :    
555 :     * lisp/url-vars.el, lisp/url-http.el (url-parse-mime-headers): added
556 :     url-current-mime-charset and url-mime-content-type-charset-regexp.
557 :    
558 :     * lisp/w3-cus.el (w3-force-conversion-alist): new user option, alist of URL
559 :     host/filename regexps and coding systems.
560 :    
561 :     * lisp/w3-vars.el
562 :     (w3-meta-content-type-charset-regexp, w3-meta-charset-content-type-regexp):
563 :     new variables for parsing <META Content-Type...> tag;
564 :    
565 :     (w3-persistent-variables): added buffer-file-coding-system.
566 :    
567 :     * list/w3.el
568 :     (w3-mail-current-document): use buffer-file-coding-system or iso-8859-1;
569 :     (w3-compression-encodings, w3-no-conversion-encodings): new variables used to
570 :     inhibit conversion;
571 :     (w3-convert-code-for-mule): removed regexp matching on
572 :     w3-mime-list-for-code-conversion (replaced by downcase in w3-sentinel);
573 :     (w3-sentinel): switch to other window if in minibuffer, handle specified
574 :     charset (in MIME headers or META tag), handle w3-force-conversion-alist, hack
575 :     out "x-" in MIME charsets.
576 :    
577 :     1998-11-18 Kenichi Handa <handa@etl.go.jp>
578 :    
579 :     * Makefile.in (Makefile): Correct the dependency. Execute
580 :     config.status in the current directory.
581 :    
582 :     * etc/Makefile.in (install): If a file is not in the current
583 :     directory, install that file of the source directory.
584 :    
585 :     * lisp/Makefile.in (w3-auto.el): Update target in the current
586 :     directory.
587 :     (auto-autoloads.el): Do the work in $(srcdir).
588 :     (custom-load.el): Likewise.
589 :     (install): If a file is not in the current directory, install that
590 :     file of the source directory.
591 :    
592 :     * lisp/docomp.el (byte-compile-dest-file): New function for
593 :     writing out *.elc to the current directory.
594 :    
595 :     1998-09-26 Gareth Jones <gdj1@gdjones.demon.co.uk>
596 :    
597 :     * lisp/w3-vars.el: defvar'ed w3-current-buffer.
598 :    
599 :     * lisp/w3.el (w3-fetch): set w3-current-last-buffer for reused URLs.
600 :     (w3-pass-to-viewer): set w3-current-last-buffer to w3-current-buffer.
601 :     (w3-fetch): bind w3-current-buffer to (current-buffer).
602 :     Make history work with url-be-asynchronous t.
603 :    
604 :     1998-09-25 Gareth Jones <gdj1@gdjones.demon.co.uk>
605 :    
606 :     * lisp/w3-vars.el (w3-mode-map): Bind [backspace] to scroll-down.
607 :    
608 :     1998-09-09 Gareth Jones <gdj1@gdjones.demon.co.uk>
609 :    
610 :     * lisp/w3-emulate.el (w3-lynx-emulation-minor-mode-map): Corrected C-f
611 :     to be `scroll-up', added bindings for C-b, C-n and C-p.
612 :    
613 :     * lisp/w3-cus.el (w3-latex-use-latex2e): Documentation fix. LaTeX
614 :     "generator" makes more sense than "parser".
615 :    
616 :     * lisp/url.el (url-do-setup): ditto for url-cookie-file and
617 :     url-global-history-file.
618 :    
619 :     * lisp/url-cache.el (url-cache-directory): use w3-configuration-directory
620 :     rather than hardwire "~/.w3/"
621 :    
622 :     * lisp/url-news.el (url-nntp): fixed call to url-news-fetch-newsgroup with
623 :     only one argument.
624 :     (url-check-gnus-version): Added Pterodactyl Gnus to the list of
625 :     acceptable Gnusen.
626 :    
627 :     * lisp/url-mail.el (url-mailto): url-mailto would not handle %3F (`?')
628 :     in addresses because url-unhex-string changed match-end.
629 :     Added support for "body" hname. Emit style warning for <mailto:/.*>.
630 :    
631 :     1998-10-29 William Perry <wmperry@aventail.com>
632 :    
633 :     * lisp/w3-display.el (w3-region): Make me autoloaded.
634 :    
635 :     1998-10-28 William M. Perry <wmperry@aventail.com>
636 :    
637 :     * lisp/mule-sysdp.el (mule-code-convert-region): Try to avoid lossage when
638 :     point-max changes due to a set-buffer-multibyte operation.
639 :    
640 :     1998-10-28 Laurent Martelli <martelli@iie.cnam.fr>
641 :    
642 :     * Patches to add hotindex support. It's a patch to W3/Emacs allowing you
643 :     to associate keywords to your hotlist entries. You can then query
644 :     for the entries matching a keyword. I did this because I find it
645 :     hard to find a particular bookmark when you more than a hundred,
646 :     even with hotlist-apropos. And I think that folders and subfolders
647 :     are not very convenient because an entry usually belongs to more
648 :     than one folder.
649 :    
650 :     1998-10-26 William M. Perry <wmperry@aventail.com>
651 :    
652 :     * Emacs/W3 4.0pre25 released
653 :    
654 :     * lisp/w3-display.el (w3-get-all-face-info): Fixed stupid problem where
655 :     w3-user-fonts-take-precedence was being used backwards!
656 :    
657 :     * Emacs/W3 4.0pre24 released
658 :    
659 : steveb 1.9 1998-07-18 SL Baur <steve@altair.xemacs.org>
660 :    
661 :     * lisp/w3-cfg.el: added to XEmacs distribution.
662 :    
663 : steveb 1.8 1998-06-22 William M. Perry <wmperry@aventail.com>
664 :    
665 :     * lisp/w3-cfg.el.in (w3-configuration-data): Allow the cdr of the assoc
666 :     list to be something to be eval'd. Allows things to work better under
667 :     NT/95 Emacs/XEmacs without needing to do a 'configure' run. See new
668 :     file w3-cfg.nt.
669 :    
670 :     * lisp/w3.el (w3-viewer-filter): Start showing output from the viewer
671 :     program as soon as we get it instead of after it exits. This allows
672 :     viewers to spit out instructions on their use (ie: imageviewer under
673 :     solaris says things like 'hit q to make the window disappear'.
674 :    
675 :     * build.bat: Copy new w3-cfg.nt file over to w3-cfg.el before doing the
676 :     compile for those NT/Win95 people.
677 :    
678 :     Wed Jun 17 18:30:11 1998 Jonathan Harris <jhar@tardis.ed.ac.uk>
679 :    
680 :     * lisp/font.el (mswindows-font-create-object): various mswindows fixes -
681 :     please speak up if anything is broken!
682 :    
683 :     1998-06-18 Stefan Hornburg <racke@gundel.han.de>
684 :    
685 :     * lisp/url-file.el (url-file): Fixed a regexp that should match drive
686 :     letters. This fixes a longstanding bug where efs/ange-ftp would get
687 :     invoked instead of looking locally.
688 :    
689 :     1998-06-13 William M. Perry <wmperry@aventail.com>
690 :    
691 :     * lisp/w3-hot.el (finish-submenu): Ignore empty strings when searching for
692 :     sublist titles. Reading netscape bookmark files works correctly again.
693 :    
694 :     1998-06-12 William M. Perry <wmperry@aventail.com>
695 :    
696 :     * lisp/w3-xemac.el (w3-mouse-handler): Make sure we don't do anything if
697 :     the current buffer is not the one our event is destined for. Avoids
698 :     some weird errors in XEmacs on corner cases w/mouse movement.
699 :    
700 :     * lisp/w3-annotat.el: Removed some old variables - evidently nobody uses
701 :     this shit any more. :)
702 :    
703 :     * lisp/w3-menu.el (w3-menu-breakup): Moved into this file because it is
704 :     where it belongs. Also changed so that 'more...' menu items are spliced
705 :     in at the end of the menu where they belong.
706 :     All the filter menus should work under Emacs 20.3 now.
707 :     (w3-popup-menu): No longer use 'popup-menu' - this removes the need
708 :     under Emacs to (require 'lmenu), which caused lots and lots of problems
709 :     with invalid macros, etc.
710 :    
711 :     1998-06-10 William M. Perry <wmperry@aventail.com>
712 :    
713 :     * lisp/w3-menu.el (w3-menu-filters-supported-p): New variable to determine
714 :     whether this flavor of Emacs supports the :filter keyword on
715 :     menus. Emacs 20.3 will support the :filter keyword, so lets use it.
716 :     (w3-menu-go-menu): Use it.
717 :     (w3-menu-bookmark-menu): Ditto.
718 :     (w3-menu-html-links-constructor): Make this work with easymenu.
719 :     (w3-menu-hotlist-constructor): Ditto.
720 :     (w3-menu-links-constructor): Ditto.
721 :     (w3-menu-e19-show-navigate-menu): Moved from w3-e19.el
722 :     (w3-menu-e19-show-links-menu): Ditto.
723 :     (w3-menu-e19-show-hotlist-menu): Ditto.
724 :    
725 :     * lisp/w3-xemac.el (w3-store-in-clipboard): Make this work under mswindows
726 :     devices.
727 :    
728 :     1998-06-09 William M. Perry <wmperry@aventail.com>
729 :    
730 :     * lisp/w3.el (w3-find-default-stylesheets): Use w3-configuration-data to
731 :     slap the 'datadir' macro into the search path for stylesheets.
732 :    
733 :     * lisp/w3-cfg.el.in: New file that will store information from the
734 :     configure run for use later.
735 :     (w3-configuration-data): New function to retrieve configure-time
736 :     information later.
737 :    
738 :     * lisp/url-vars.el (url-privacy-level): changed customization properties.
739 :    
740 :     1998-06-08 William M. Perry <wmperry@aventail.com>
741 :    
742 :     * Emacs/W3 4.0.pre21 released
743 :    
744 :     * lisp/w3-parse.el (w3-parse-buffer): Better dealing with the
745 :     sera-to-fidel stuff in MULE - and don't bother calling it when
746 :     default-enable-multibyte-characters is nil for mule 4.x
747 :    
748 :     * lisp/w3.el (w3-download-callback): Use
749 :     mule-write-region-no-coding-system so that all the MULE variations are
750 :     hidden within mule-sysdp.el, where they belong.
751 :    
752 :     1998-06-05 Dave Love <d.love@dl.ac.uk>
753 :    
754 :     * lisp/mule-sysdp.el (mule-retrieval-coding-system,
755 :     mule-no-coding-system, mule-detect-coding-version,
756 :     mule-inhibit-code-conversion, mule-encode-string,
757 :     truncate-string-to-width, mule-coding-system-name,
758 :     mule-find-coding-system): Test for mule-sysdep-version == 4.0.
759 :     (mule-code-convert-region, mule-make-iso-character): Test for
760 :     mule-sysdep-version == 4.0. Also test
761 :     default-enable-multibyte-characters.
762 :     (mule-truncate-string): Test for mule-sysdep-version == 4.0. Use
763 :     truncate-string-to-width in Emacs 20.
764 :    
765 :     1998-06-04 William M. Perry <wmperry@aventail.com>
766 :    
767 :     * lisp/url-http.el (url-create-mime-request): New behaviour wrt
768 :     url-mime-language-string - if it is nil, then no accept-language header
769 :     will be sent. This is to work around problem when dealing with apache -
770 :     the old default of '*' would cause the server to return the first
771 :     version of a document it could find (w3c site would typically send out
772 :     danish or japanese) - definitely suboptimal. I don't know how this will
773 :     impact you MULE folks though - speak up!
774 :    
775 :     * lisp/url-vars.el (url-mime-language-string): Better customization of
776 :     this - new default value of nil.
777 :    
778 :     1998-06-02 William M. Perry <wmperry@aventail.com>
779 :    
780 :     * Emacs/W3 4.0.pre20 released
781 :    
782 :     1998-06-02 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
783 :    
784 :     * lisp/w3-display.el (w3-refresh-buffer): Try to stay as close to current
785 :     point as we can when you do a refresh-buffer.
786 :    
787 :     * lisp/w3-display.el (w3-display-table): Fix for Emacspeak table
788 :     traversal that was broken by the new borderless table features.
789 :    
790 :     * lisp/w3-display.el: Various fixes for alternate image text in tables.
791 :    
792 :     1998-05-25 William M. Perry <wmperry@aventail.com>
793 :    
794 :     * lisp/w3-menu.el (w3-menu-options-menu): Fixed problem where newest
795 :     easymenu (emacs 20.2.93) is a little pickier than before and dies on
796 :     'nil' menu entries.
797 :    
798 :     * lisp/mule-sysdp.el: Avoid setting enable-multibyte-characters directly
799 :     under Emacs 20.3-to-be, since it is now a read-only variable. Use
800 :     set-buffer-multibyte instead.
801 :    
802 :     1998-05-24 William M. Perry <wmperry@aventail.com>
803 :    
804 :     * Emacs/W3 4.0pre19 released
805 :    
806 : steveb 1.7 1998-05-01 SL Baur <steve@altair.xemacs.org>
807 :    
808 :     * lisp/w3-xemac.el (w3-setup-version-specifics): Suppress adding
809 :     "WWW" menu to the help menu if running InfoDock.
810 :    
811 : steveb 1.6 1998-04-17 T. V. Raman <raman@Adobe.COM>
812 :    
813 :     * lisp/w3-speak-table.el (w3-table-setup-keys): Base keymappings off of
814 :     emacspeak-prefix, instead of hardcoded C-z.
815 :    
816 :     1998-04-17 William M. Perry <wmperry@aventail.com>
817 :    
818 :     * lisp/: updated copyright statements, removed quite a few old files from
819 :     the tree.
820 :    
821 :     * lisp/xml.el: New way to parse XML documents using an external process
822 :     and some new support tools based upon 'expat', the XML parser from James
823 :     Clark.
824 :    
825 :     * aclocal.m4 (AC_EMACS_PACKAGES): resurrected the --with-package-dir
826 :     option.
827 :    
828 :     1998-04-15 William M. Perry <wmperry@aventail.com>
829 :    
830 :     * configure.in: Changes to where it installs things by default, more
831 :     GNUish now. Need to think about how packages need to be done in
832 :     autoconf more.
833 :    
834 :     * lisp/w3-cus.el (w3): Put the 'url' group within the W3 group
835 :     automatically.
836 :    
837 :     * lisp/w3-menu.el (w3-menu-options-menu): Do customize-browse instead of
838 :     w3-preferences-edit for Options->Edit Preferences menu item.
839 :    
840 :     * lisp/docomp.el: Use w3-load-flavors and w3-setup-version-specifics in
841 :     docomp.el, just to make sure everything works.
842 :    
843 :     * lisp/w3.el (w3-load-flavors): Don't bitch about XEmacs being unsupported
844 :     on windows anymore, because it is again!
845 :    
846 :     * lisp/w3-xemac.el: Force loading of new widget/custom libraries on
847 :     XEmacsen that are too old, but had them dumped in, so load-path munging
848 :     doesn't do anything.
849 :    
850 :     * lisp/socks.el: Added socks v4 support. To do this I had to change how
851 :     socks servers are defined - try the new customization support: C-u M-x
852 :     customize [RET] socks to see what has changed.
853 :    
854 :     * lisp/mule-sysdp.el (mule-sysdep-version): Try to deal with MBSK Emacs
855 :     not really being mule, but still mostly lying about it.
856 :    
857 :     * lisp/w3-speak-table.el: New file to actually take advantage of the new
858 :     table structure.
859 :    
860 :     * lisp/w3-display.el: Changes from Raman and Thierry for keeping track of
861 :     table structure.
862 :    
863 :     1998-04-13 William M. Perry <wmperry@aventail.com>
864 :    
865 :     * lisp/w3-parse.el (w3-parse-buffer): Wrap calls to sera-to-fidel-marker
866 :     in a condition-case to avoid lossage on MBSK emacsen.
867 :    
868 :     1998-03-08 Laurent Martelli <laurent@lolo.martelli.fr>
869 :    
870 :     * lisp/w3-hot.el (w3-hotlist-rename-entry): Could select the wrong entry
871 :     if one hotlist title was the same as the beginning of another one.
872 :    
873 : steveb 1.5 1998-03-07 William M. Perry <wmperry@aventail.com>
874 :    
875 :     * lisp/docomp.el: require lmenu during compiles, or Emacs 20.x will
876 :     choke.
877 :    
878 :     1998-03-07 Greg Stark <gsstark@mit.edu>
879 :    
880 :     * lisp/w3-forms.el (w3-form-determine-size): Fix various misalignments in
881 :     tables.
882 :    
883 :     1998-02-22 William M. Perry <wmperry@aventail.com>
884 :    
885 :     * lisp/docomp.el (compile-it): This should now work in v19 emacsen, since
886 :     they didn't support the 'files-only' final argument.
887 :    
888 :     1998-01-29 Dieter Maurer <dieter@hit.handshake.de>
889 :    
890 :     * lisp/mm.el (mm-parse-mime-headers): Handle continuation lines in headers
891 :    
892 :     1998-01-29 William M. Perry <wmperry@aventail.com>
893 :    
894 :     * lisp/socks.el: Fixed various int vs. char problems, made the error
895 :     reporting a little clearer that they were actual errors from the SOCKS
896 :     server, not necessarily the ultimate destination.
897 :    
898 :     1998-01-28 William M. Perry <wmperry@aventail.com>
899 :    
900 :     * lisp/url-cookie.el (url-cookie-handle-set-cookie): Allow
901 :     url-privacy-level == paranoid to deny all cookies.
902 :    
903 :     1998-01-27 William M. Perry <wmperry@aventail.com>
904 :    
905 :     * lisp/w3.el (w3-download-url): Fix in the case where a filename is passed
906 :     in - was calling the callback with the wrong # of arguments.
907 :    
908 : steveb 1.4 1998-01-20 William M. Perry <wmperry@aventail.com>
909 :    
910 :     * Emacs/W3 4.0pre14 released
911 :    
912 :     * lisp/w3-toolbar.el (w3-toolbar-make-buttons): Don't die horribly if you
913 :     cannot make the toolbar buttons - this made TTY XEmacs 20.5beta +
914 :     Emacs/W3 choke big time. all better now.
915 :    
916 :     1998-01-09 William M. Perry <wmperry@aventail.com>
917 :    
918 :     * lisp/w3-parse.el (w3-parse-buffer): Don't use insert-char for SGML
919 :     entities, because with the new MULE replacements for stupid windows
920 :     character sets, some of them are no longer single characters.
921 :    
922 :     1998-01-06 Laurent MARTELLI <martelli@iie.cnam.fr
923 :    
924 :     * lisp/w3-menu.el (w3-menu-search-menu): Added 'ftp search' at
925 :     http://ftpsearch.ntnu.no/home.html to the search menu.
926 :    
927 :     1998-01-06 William M. Perry <wmperry@aventail.com>
928 :    
929 :     * Emacs/W3 4.0pre13 released
930 :    
931 :     * lisp/url-http.el (url-create-mime-request): Added better protection
932 :     around calls to getting proxy authentication when we aren't really
933 :     proxying anything.
934 :    
935 :     * lisp/w3-hot.el (w3-hotlist-refresh): Make sure w3-do-setup has been
936 :     run.
937 :    
938 :     * lisp/url-http.el (url-create-mime-request): Fixed proxy authentication
939 :     and excessive prompting
940 :    
941 :     1998-01-05 William M. Perry <wmperry@aventail.com>
942 :    
943 :     * lisp/w3-menu.el (w3-menu-make-xemacs-menubar): Fixed problem where
944 :     XEmacs would never install the 'buffers' menu
945 :     (w3-menu-install-menubar): Fixed test for whether to initialize the
946 :     menubar.
947 :    
948 :     1998-01-05 Laurent Martelli <laurent@iie.cnam.fr>
949 :    
950 :     * lisp/w3-cus.el (w3-defined-link-types): Added 'contents' and 'top' from
951 :     the HTML 3.2 reference spec to the predefined sets of <LINK> types.
952 :    
953 :     1997-12-31 William M. Perry <wmperry@aventail.com>
954 :    
955 :     * Emacs/W3 4.0pre12 released
956 :    
957 :     1997-12-29 William M. Perry <wmperry@aventail.com>
958 :    
959 :     * lisp/Makefile.in: don't remove the old custom-load.el and
960 :     auto-autoloads.el, so that people using Emacs 19/20 can muck with the
961 :     source and not destroy the autoloads in the process.
962 :    
963 :     1997-12-26 William M. Perry <wmperry@aventail.com>
964 :    
965 :     * lisp/url-misc.el (url-do-terminal-emulator): Removed extra ')' DUGH!
966 :    
967 :     1997-12-25 William M. Perry <wmperry@aventail.com>
968 :    
969 :     * Emacs/W3 4.0pre11 released
970 :    
971 :     * lisp/url.el (url-lazy-message): Don't show messages if there is an
972 :     active minibuffer window.
973 :    
974 :     * lisp/Makefile.in (w3-auto.el): removed use of $^ macro, since some SYSV
975 :     machines seem to croak on it.
976 :    
977 :     1997-12-24 Ching-Mo Chang <chang@wsu.edu>
978 :    
979 :     * lisp/url-file.el (url-file): fix for stripping out leading '/' from
980 :     local filenames under OS/2.
981 :    
982 :     1997-12-24 William M. Perry <wmperry@aventail.com>
983 :    
984 :     * lisp/url-misc.el (url-do-terminal-emulator): Fixed for the case where
985 :     the user was not specified (vast majority)
986 :    
987 :     * lisp/w3.el (w3-save-as): Don't double latex output
988 :    
989 :     * lisp/w3-parse.el (w3-parse-buffer): Deal with comments slightly
990 :     differently - on large documents, we could hit a stack overflow in the
991 :     regexp engine.
992 :    
993 :     * lisp/css.el (css-expand-value): default to using :normal for unknown
994 :     weights, not :bold.
995 :    
996 :     1997-12-24 Vladimir Alexiev <vladimir@cs.ualberta.ca>
997 :     * lisp/w3-xemac.el: Compatibility stuff for XEmacs 19.13
998 :    
999 :     1997-12-24 William M. Perry <wmperry@aventail.com>
1000 :    
1001 :     * lisp/w3-forms.el (w3-form-determine-size): If someone specifies a 'size'
1002 :     of 0 for a form element, bring sanity back to the world.
1003 :    
1004 :     * lisp/w3-cus.el (w3-display-frames): Changed default to 't' to
1005 :     automatically display frames.
1006 :    
1007 :     * lisp/w3-parse.el: Added nobr tag to %special - it should parse fine
1008 :     now.
1009 :    
1010 :     * lisp/socks.el (socks-override-functions): New variable to control
1011 :     whether or not to overwrite the builtin open-network-stream function
1012 :     with one of our own.
1013 :    
1014 :     * lisp/font.el: Added explicit require of disp-table, so we will work with
1015 :     older XEmacsen.
1016 :    
1017 :     * lisp/w3-style.el (w3-display-stylesheet): Default to using
1018 :     w3-user-stylesheet if w3-current-stylesheet is not set yet (ie: no page
1019 :     loaded in current window). Also throws an error if none of those are
1020 :     defined yet.
1021 :    
1022 :     1997-12-22 Michael Ernst <mernst@cs.washington.edu>
1023 :    
1024 :     * url.el (url-get-url-at-point): Strip surrounding parens from a
1025 :     potential URL.
1026 :    
1027 :     1997-12-22 William M. Perry <wmperry@aventail.com>
1028 :    
1029 :     * w3-display.el (w3-pause): Use a dedicated variable instead of
1030 :     coopting cur-viewing-pos, to protect against errors.
1031 :    
1032 :     1997-12-22 Thierry Emery <Thierry.Emery@aar.alcatel-alsthom.fr>
1033 :    
1034 :     * w3-parse.el: Deal with invalid SGML characters in mule better.
1035 :    
1036 :     1997-12-22 William M. Perry <wmperry@aventail.com>
1037 :    
1038 :     * Emacs/W3 4.0.pre10 released
1039 :    
1040 :     * lisp/w3-parse.el (w3-parse-buffer): Make sure we expand the 'background'
1041 :     tag, so stylesheets created after mucking with the <body> attributes
1042 :     will work correctly.
1043 :    
1044 :     * configure.in: Disable caching of configure results - I've become
1045 :     convinced this is the right thing to do.
1046 :    
1047 :     * Makefile.in (install): Don't automatically hack up someone's .emacs file
1048 :     - make them explicitly do a 'make dotemacs'
1049 :    
1050 :     * configure.in: Moved some of the --with-FOO stuff into aclocal.m4 and the
1051 :     appropriate AC_DEFUN macros, where they belong.
1052 :    
1053 :     * aclocal.m4 (library): Fixed setting of package directory (typo).
1054 :    
1055 :     1997-12-04 Thierry Emery <Thierry.Emery@aar.alcatel-alsthom.fr>
1056 :    
1057 :     * lisp/w3.el (w3-mail-current-document): ditto.
1058 :    
1059 :     * lisp/w3-display.el (w3-maybe-start-image-download): ditto.
1060 :    
1061 :     * lisp/url.el (url-insert-file-contents): protects url-be-asynchronous
1062 :     against elisp errors in code sections where its default value is
1063 :     temporarily modified.
1064 :    
1065 :     1997-11-27 William M. Perry <wmperry@aventail.com>
1066 :    
1067 :     * Emacs/W3 4.0.pre9 released
1068 :    
1069 :     1997-11-27 Cord Kielhorn <kielhorn@thphy.uni-duesseldorf.de>
1070 :    
1071 :     * lisp/w3-hot.el (w3-grok-html-bookmarks-internal): Some fixes for HTML
1072 :     hotlists in xmosaic hotlist format 3
1073 :    
1074 :     1997-11-27 William M. Perry <wmperry@aventail.com>
1075 :    
1076 :     * lisp/w3-cus.el (w3-delay-image-loads): Default to not loading images if
1077 :     this version of Emacs does not support any image formats other than XPM
1078 :     or XBM.
1079 :    
1080 :     1997-11-20 William M. Perry <wmperry@aventail.com>
1081 :    
1082 :     * lisp/w3-display.el (w3-resurrect-hyperlinks): Keep track of start and
1083 :     end of the widget, since widget-convert-text doesn't appear to.
1084 :     (w3-display-node): Keep track of :visited and :active faces for
1085 :     hyperlinks.
1086 :     (w3-follow-hyperlink): Apply the :visited face to a widget after we
1087 :     fetch it.
1088 :    
1089 :     1997-11-20 Thierry Emery <Thierry.Emery@aar.alcatel-alsthom.fr>
1090 :    
1091 :     * lisp/w3-display.el (w3-display-node): more frames work
1092 :    
1093 :     1997-11-07 William M. Perry <wmperry@aventail.com>
1094 :    
1095 :     * lisp/css.el (css-expand-length): Fixed percentages in css-expand-length
1096 :    
1097 : steveb 1.3 1998-01-25 SL Baur <steve@altair.xemacs.org>
1098 :    
1099 :     * lisp/auto-autoloads.el: Restore to ease dependencies.
1100 :    
1101 : steve 1.2 1998-01-24 SL Baur <steve@altair.xemacs.org>
1102 :    
1103 :     * Makefile (VERSION): Update to package standard 1.0.
1104 :    
1105 : steve 1.1 1997-11-05 William M. Perry <wmperry@aventail.com>
1106 :    
1107 :     * Emacs/W3 4.0.pre8 released
1108 :    
1109 :     * aclocal.m4 (elisp): Use a temporary file for elisp configuration tests,
1110 :     to avoid weirdness that gets shoved to stdout/stderr by the various
1111 :     emacsen.
1112 :    
1113 :     * lisp/w3-cus.el (w3-image-mappings): Use imagick for everything if XEmacs
1114 :     was compiled with it.
1115 :    
1116 :     * lisp/w3-display.el (w3-maybe-start-image-download): Protect against bad
1117 :     instantiation of glyphs of already loaded images.
1118 :    
1119 :     1997-11-04 Thierry Emery <Thierry.Emery@aar.alcatel-alsthom.fr>
1120 :    
1121 :     * Support relative frameset dimensions (ie: "2*,*")
1122 :    
1123 :     * Fixed problem with doubling or tripling of image 'alt' text for images
1124 :     in tables.
1125 :    
1126 :     1997-11-03 William M. Perry <wmperry@aventail.com>
1127 :    
1128 :     * aclocal.m4 (elisp): Simplified version of AC_EMACS_VERSION that just
1129 :     uses AC_EMASC_LISP to print out emacs-major-version . emacs-minor-version
1130 :    
1131 :     1997-10-28 William M. Perry <wmperry@aventail.com>
1132 :    
1133 :     * lisp/url-cookie.el (url-cookie-parse-file): Fixed autoload cookie (hah)
1134 :    
1135 :     1997-10-27 William M. Perry <wmperry@aventail.com>
1136 :    
1137 :     * Emacs/W3 4.0pre7 released
1138 :    
1139 :     1997-10-27 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
1140 :    
1141 :     * url.el (url-retrieve-internally): Ensure that coding system for
1142 :     the url buffer is set to no-conversion.
1143 :    
1144 :     1997-10-23 William M. Perry <wmperry@aventail.com>
1145 :    
1146 :     * aclocal.m4: Fixed detection of how to rebuild custom-loads.el and
1147 :     auto-autoloads.el
1148 :    
1149 :     1997-10-23 Thierry Emery <Thierry.Emery@aar.alcatel-alsthom.fr>
1150 :    
1151 :     * lisp/w3-display.el lisp/w3-widget.el: Lots of fixes for images.
1152 :     image hyperlinks are active, even when inside tables (thanks to a
1153 :     w3-hyperimage-info text-property, a content for w3-resurrect-images
1154 :     and the fact that :href and :target info are now passed on down to
1155 :     the children widgets),
1156 :    
1157 :     a face can be specified in the stylesheet, which will be used for
1158 :     the `alt' tags, e.g.:
1159 :     img:link { color: goldenrod }
1160 :     img:active { color: goldenrod }
1161 :     img:visited { color: firebrick }
1162 :    
1163 :     the `alt' tag of image maps is displayed, to ease visual
1164 :     recognition,
1165 :    
1166 :     when the `alt' tag is "" and w3-auto-image-alt is non nil,
1167 :     an `alt' tag is made from the image src file basename. (WMP change)
1168 :    
1169 :     1997-10-20 Ching-Mo Chang <chang@wsu.edu>
1170 :    
1171 :     * lisp/url-file.el (url-host-is-local-p): recognize XXX:/ as local file
1172 :     under NT/Win95/OS2.
1173 :    
1174 :     * lisp/url-cache.el (url-cache-extract): replace 'os2' with 'emx' when
1175 :     comparing system-type.
1176 :    
1177 :     * lisp/w3-e19.el (w3-store-in-clipboard): Deal gracefully with
1178 :     interprogram-cut-function being bound, but nil - we should fall back to
1179 :     the device-specific stuff, not just do nothing.
1180 :    
1181 :     1997-10-20 William M. Perry <wmperry@aventail.com>
1182 :    
1183 :     * texi/w3-faq.txi (Runtime FAQ): New FAQ about Mule 20.x and \201 in front
1184 :     of everything.
1185 :    
1186 :     1997-10-17 William M. Perry <wmperry@aventail.com>
1187 :    
1188 :     * Emacs/W3 4.0pre6 released
1189 :    
1190 :     * lisp/images.el (image-register-netpbm-utilities): Don't automatically
1191 :     dither PNM/PPM files to 256 colors when converting to XPM - its not
1192 :     necessary.
1193 :    
1194 :     1997-10-17 Colin Rafferty <craffert@ml.com>
1195 :    
1196 :     * lisp/url-auth.el (url-auth-user-prompt): New function to create a pretty
1197 :     prompt that shows the realm or URL that the user should be
1198 :     authenticating to.
1199 :    
1200 :     1997-10-17 William M. Perry <wmperry@aventail.com>
1201 :    
1202 :     * contrib/w3-imenu.el: New version of w3-imenu for the contrib directory.
1203 :    
1204 :     * Emacs/W3 4.0pre5 released.
1205 :    
1206 :     * lisp/w3.el (w3-find-default-stylesheets): Should now find the stylesheet
1207 :     much more often given the new directory layout under Emacs 19.x & 20.x
1208 :    
1209 :     * lisp/Makefile.in (custom-load.el): Automatically rebuild auto-autoloads
1210 :     and custom-load.el if any of the source files have changed. configure
1211 :     now auto-detects how to rebuild them.
1212 :    
1213 :     Fri Oct 17 06:27:07 1997 William M. Perry <wmperry@aventail.com>
1214 :    
1215 :     * lisp/url-cookie.el: autoload url-cookie-parse-file
1216 :    
1217 :     1997-10-16 William M. Perry <wmperry@aventail.com>
1218 :     * lisp/w3-display.el (w3-insert-terminal-char): better handling of HR
1219 :     within borderless tables
1220 :    
1221 :     * lisp/w3-parse.el (w3-p-s-entity): Don't cons up a string just to insert
1222 :     a single character.
1223 :    
1224 :     * lisp/w3-display.el (w3-display-line-break): 2.3 Mule's char-before requires
1225 :     the 'pos' argument, so always send in (point).
1226 :    
1227 :     * lisp/w3-display.el (w3-dingbats): don't crap out in mule 2.3
1228 :    
1229 :     * lisp/w3.el (w3-find-default-stylesheets): Make finding no stylesheets a
1230 :     fatal error.
1231 :    
1232 :     1997-10-15 William M. Perry <wmperry@aventail.com>
1233 :    
1234 :     * configure.in: Deal with EMACS="t", so you can now configure Emacs/W3
1235 :     from within an emacs shell buffer.
1236 :    
1237 :     1997-10-13 William M. Perry <wmperry@aventail.com>
1238 :    
1239 :     * lisp/w3-toolbar.el (w3-toolbar-make-buttons): Default to using text only
1240 :     buttons if w3-toolbar-icon-directory doesn't exist (or is nil if
1241 :     locate-data-directory fails)
1242 :    
1243 :     1997-10-04 SL Baur <steve@altair.xemacs.org>
1244 :    
1245 :     * lisp/w3.el (w3-find-default-stylesheets): Use `locate-data-directory' if
1246 :     it exists.
1247 :    
1248 :     * lisp/w3-toolbar.el (w3-toolbar-make-buttons): Use `locate-data-directory'
1249 :     if it exists.
1250 :    
1251 :     1997-10-03 William M. Perry <wmperry@aventail.com>
1252 :    
1253 :     * texi/Makefile.in (install): Ignore errors from the installinfo stage.
1254 :    
1255 :     1997-10-02 William M. Perry <wmperry@aventail.com>
1256 :    
1257 :     * lisp/w3.el: Added autoload for w3-version
1258 :    
1259 :     * texi/Makefile.in (install): Don't global when doing install-info
1260 :    
1261 :     1997-09-30 William M. Perry <wmperry@aventail.com>
1262 :    
1263 :     * lisp/w3.el (w3-map-links): Use the exposed widget-map-buttons function,
1264 :     since XEmacs no longer uses overlays for its internal representation of
1265 :     widgets.
1266 :    
1267 :     1997-09-29 William M. Perry <wmperry@aventail.com>
1268 :    
1269 :     * lisp/url-news.el (url-news-version-too-old): Deal with quassia gnus
1270 :    
1271 :     1997-09-25 William M. Perry <wmperry@aventail.com>
1272 :    
1273 :     * lisp/url-news.el (url-format-news): Use 'gnus-article-display-hook
1274 :     instead of manually calling gnus-article-hide-headers
1275 :     (url-format-news): Also bind gnus-article-current, because some hooks
1276 :     might need to use it.
1277 :    
1278 :     1997-09-22 William M. Perry <wmperry@aventail.com>
1279 :    
1280 :     * lisp/url-ns.el (url-ns-prefs): Can now parse a netscape preferences.js
1281 :     file and query items out of it.
1282 :    
1283 :     1997-09-19 William M. Perry <wmperry@aventail.com>
1284 :    
1285 :     * Emacs/W3 3.0.105 released
1286 :    
1287 :     * Removed the custom and widget libraries from the distribution.
1288 :    
1289 :     * configure.in, aclocal.m4: Lots of changes and additional macros for
1290 :     detecting features in Emacs Lisp. New way of detecting acceptable
1291 :     widget/custom combinations, and warnings about where to go to get the
1292 :     newest version.
1293 :    
1294 :     1997-09-16 William M. Perry <wmperry@aventail.com>
1295 :    
1296 :     * Updated to Widget/Custom 1.9958
1297 :    
1298 :     1997-09-16 Thierry Emery <Thierry.Emery@aar.alcatel-alsthom.fr>
1299 :    
1300 :     * lisp/w3-display.el, lisp/w3.el: Better frame navigation -- 'q','l', etc
1301 :     should now back up by framesets, not just by single buffers.
1302 :    
1303 :     Sat Sep 13 16:26:47 1997 Istvan Marko <istvan@cmdmail.amd.com>
1304 :    
1305 :     * lisp/w3-mouse.el (w3-follow-inlined-image): Fixed
1306 :     w3-follow-inlined-image
1307 :    
1308 :     Thu Sep 11 15:17:27 1997 William M. Perry <wmperry@aventail.com>
1309 :    
1310 :     * lisp/w3-display.el: Go back to creating the 'nil' face all the time,
1311 :     even in Emacs - otherwise ps-print chokes.
1312 :    
1313 :     1997-09-10 William M. Perry <wmperry@aventail.com>
1314 :    
1315 :     * lisp/w3-parse.el (w3-parse-buffer): Latest Emacs 20.x has renamed the
1316 :     sera-to-fidel-marker function to ethio-sera-to-fidel-marker, so we were
1317 :     losing on ethiopic texts.
1318 :    
1319 :     1997-09-05 William M. Perry <wmperry@aventail.com>
1320 :    
1321 :     * Makefile.in: Now includes the 'contrib' directory in distributions.
1322 :    
1323 :     * aclocal.m4: Fixed custom detection - would sometimes set CUSTOM to the
1324 :     directory, sometimes to the filename... ick.
1325 :    
1326 :     * Makefile.in (dotemacs): Tweaked the install of autoloads into .emacs file
1327 :    
1328 :     * lisp/font.el (font-normalize-color): Ditto
1329 :    
1330 :     * lisp/url.el (url-setup-privacy-info): Ditto
1331 :    
1332 :     * lisp/devices.el: Everything now recognizes 'w32' as an alias for the
1333 :     'win32' device type. This is for Emacs 20.x compatibility, which will
1334 :     have this change.
1335 :    
1336 :     1997-09-04 William M. Perry <wmperry@aventail.com>
1337 :    
1338 :     * Updated to Widget/Custom 1.9956
1339 :    
1340 :     1997-08-25 William M. Perry <wmperry@aventail.com>
1341 :    
1342 :     * lisp/w3.el (w3-document-information): Fixed bug with empty 'meta' links.
1343 :    
1344 :     1997-08-20 William M. Perry <wmperry@aventail.com>
1345 :    
1346 :     * lisp/w3-menu.el ((fboundp 'id-menubar-set)): Avoid fset'ing
1347 :     id-menubar-set - it was confusing oobr
1348 :    
1349 :     1997-08-19 William M. Perry <wmperry@aventail.com>
1350 :    
1351 :     * New file w3-imenu.el from T.V. Raman <raman@adobe.com>
1352 :    
1353 :     1997-08-15 William M. Perry <wmperry@aventail.com>
1354 :    
1355 :     * Emacs/W3 3.0.102 released
1356 :    
1357 :     * lisp/Makefile.in: Fix for some buggy makes that didn't like my very long
1358 :     substitutions on the SOURCES macro.
1359 :    
1360 :     1997-08-14 Roland McGrath <roland@ai.mit.edu>
1361 :    
1362 :     * lisp/md5.el (md5): protect kill-buffer from getting already dead buffers
1363 :     by using 'buffer-name'
1364 :    
1365 :     1997-08-12 William M. Perry <wmperry@aventail.com>
1366 :    
1367 :     * lisp/w3-display.el (w3-display-nil-face): Don't make the 'nil' face
1368 :     under Emacs 19.
1369 :    
1370 :     * lisp/wid-edit.el (widget-before-change): Allow inhbit-read-only to
1371 :     override the before-change checks for if we are at a widget or not.
1372 :    
1373 :     * lisp/cus-face.el: Path to make cus-face.el play nice with
1374 :     emacs 19 without X support.
1375 :    
1376 :     * lisp/w3-e19.el (w3-mode-version-specifics): Dont' do read-only
1377 :    
1378 :     1997-08-10 Thierry Emery <Thierry.Emery@aar.alcatel-alsthom.fr>
1379 :    
1380 :     * lisp/w3-display.el: Patch for frames on TTY devices.
1381 :    
1382 :     1997-08-08 William M. Perry <wmperry@aventail.com>
1383 :    
1384 :     * lisp/w3-display.el (w3-table-ascii-border-chars): Back to more
1385 :     rectangular ascii art for table borders.
1386 :    
1387 :     * lisp/socks.el (socks-find-route): Allow negation of regexps by
1388 :     prepending a ! to them for a 'proxy if they match' type rule. The whole
1389 :     configuration of this module needs to change.
1390 :    
1391 :     1997-08-08 Istvan Marko <istvan@cmdmail.amd.com>
1392 :    
1393 :     * lisp/url-misc.el (url-proxy): Fix for all proxy access.
1394 :    
1395 :     1997-08-08 William M. Perry <wmperry@aventail.com>
1396 :    
1397 :     * lisp/w3-display.el: Fixed compilation problems under Emacs 20.x that had
1398 :     to do with char tables and such.
1399 :    
1400 :     * lisp/w3-e20.el (w3-e20): Added provide statement for this file - duh.
1401 :    
1402 :     1997-08-07 William M. Perry <wmperry@aventail.com>
1403 :    
1404 :     * Emacs/W3 3.0.98 released
1405 :    
1406 :     * Synch'd up to custom 1.9954
1407 :    
1408 :     Thu Aug 7 08:16:Denys Duchier <Denys.Duchier@ps.uni-sb.de>
1409 :    
1410 :     * lisp/w3-display.el (w3-widget-echo): Use
1411 :     buffer-substring-no-properties for w3-widget-echo to avoid spurious
1412 :     'attempt to change text outside editable field' errors. Is this needed
1413 :     with the new custom? Doubtful, but its still a good idea. (wmp)
1414 :    
1415 :     Fri Aug 1 06:00:02 1997 Thierry Emery <Thierry.Emery@aar.alcatel-alsthom.fr>
1416 :    
1417 :     * w3-display.el: take into account hierarchical framesets in a same page
1418 :     and discards useless "*" values for cols or rows.
1419 :    
1420 :     Sun Jul 27 18:43:41 1997 William M. Perry <wmperry@aventail.com>
1421 :    
1422 :     * configure.in: Added --with-lispdir configure option.
1423 :    
1424 :     * lisp/url-misc.el (url-proxy): Strip out "#foo" anchors in proxy requests
1425 :    
1426 :     * configure.in: Fixed guessing of .emacs location to work in shells where
1427 :     ~/ is not expanded.
1428 :    
1429 :     1997-07-26 SL Baur <steve@altair.xemacs.org>
1430 :    
1431 :     * mm.el (mm-extension-to-mime): Use `eq' for character comparison.
1432 :    
1433 :     Sun Jun 29 22:26:43 1997 William M. Perry <wmperry@aventail.com>
1434 :    
1435 :     * lisp/w3-emulate.el: Make sure we call widget-button-press not w3-follow-link
1436 :    
1437 :     * configure.in: New --enable-site-install option to control whether init
1438 :     code goes in user's .emacs file or default.el
1439 :    
1440 :     * Makefile.in (dotemacs): New target for modifying the user's .emacs file
1441 :     or the sitewide default init.
1442 :     (html): New target for building html versions of the manuals.
1443 :    
1444 :     Fri Jun 27 21:08:24 1997 William M. Perry <wmperry@aventail.com>
1445 :    
1446 :     * texi/Makefile.in (%.html): Added targets for making HTML versions of the
1447 :     info files.
1448 :    
1449 :     1997-06-27 William M. Perry <wmperry@aventail.com>
1450 :    
1451 :     * lisp/w3.el: In non-XEmacs, the version-specific stuff is loaded from
1452 :     (format "w3-e%d" emacs-major-version), in case we need to do anything
1453 :     special for Emacs 20.x with Mule support.
1454 :    
1455 :     * Only use one conditionalization variable - w3-running-xemacs
1456 :    
1457 :     1997-06-26 William M. Perry <wmperry@aventail.com>
1458 :    
1459 :     * Makefile.in: Make sure we recursively make usin $(MAKE), not
1460 :     vanilla 'make'.
1461 :    
1462 :     * lisp/w3.el (w3-insert-formatted-url): Works again, forgot to update it
1463 :     to use the new widget properties.
1464 :     (w3-maybe-follow-link): Ditto.
1465 :     (w3-view-this-url): Ditto.
1466 :     (w3-follow-link): Ditto.
1467 :     (w3-complete-link): Ditto.
1468 :    
1469 :     Wed Jun 25 07:29:46 1997 William M. Perry <wmperry@aventail.com>
1470 :    
1471 :     * lisp/w3.el (w3-find-default-stylesheets): Added more directories to the
1472 :     stylesheet search path.
1473 :    
1474 :     * Emacs/W3 3.0.92 released
1475 :    
1476 :     * Moved lisp stuff into its own subdirectory, integrated into configure,
1477 :     make, and install procedures.
1478 :    
1479 :     * Makefile.in (Makefile): Ditto
1480 :    
1481 :     * texi/Makefile.in: Automatically rebuilds out-of-date Makefiles
1482 :    
1483 :     * configure.in: Make sure we create texi/Makefile
1484 :    
1485 :     * w3-display.el (w3-table-ascii-border-chars): Slightly nicer rounded
1486 :     edges for ascii borders on tables.
1487 :    
1488 :     Tue Jun 24 14:35:05 1997 William M. Perry <wmperry@aventail.com>
1489 :    
1490 :     * Emacs/W3 3.0.91 Released
1491 :    
1492 :     * Moved texinfo stuff into its own subdirectory, integrated into
1493 :     configure, make, and install procedures.
1494 :    
1495 :     * url-file.el: Visiting directories with an index file works in asynch
1496 :     mode now.
1497 :    
1498 :     * docomp.el (cl): Load cl during builds
1499 :    
1500 :     * w3.el (w3-find-default-stylesheets): Added more directories to the
1501 :     stylesheet search path.
1502 :     (w3-do-setup): Make sure we don't infinitely recurse if we are using
1503 :     html bookmarks. w3-parse-hotlist could call w3-parse-buffer, which will
1504 :     call w3-do-setup if we don't set our global flag as 't'.
1505 :    
1506 :     * Makefile.in (SOURCES): Some reordering to make the stupid thing at least
1507 :     compile with Emacs 19.
1508 :    
1509 :     Tue Jun 24 11:44:59 1997 Per Abrahamsen <abraham@dina.kvl.dk>
1510 :    
1511 :     * w3.el (w3-mode): Avoid calling the global bindings for RET and mouse-2.
1512 :    
1513 :     1997-06-24 William M. Perry <wmperry@aventail.com>
1514 :    
1515 :     * Synch'd up to custom/widget 1.9936
1516 :    
1517 :     * Emacs/W3 3.0.90 released
1518 :    
1519 :     * Moved the documentation into its own subdirectory
1520 :    
1521 :     * w3-menu.el: Slightly less complete version of id-menubar-set when not in
1522 :     InfoDock - was causing lots of errors in XEmacs when trying to run a
1523 :     non-existent hook. Bleah.
1524 :    
1525 :     * configure.in: Fixed AC_CHECK_PROG for emacs/xemacs - duh.
1526 :    
1527 :     * aclocal.m4: Don't check custom sanity if it was specified on the
1528 :     configure line
1529 :    
1530 :     1997-06-23 William M. Perry <wmperry@aventail.com>
1531 :    
1532 :     * url-file.el (url-file): Make sure we set the content-type when loading
1533 :     files. Was screwed when we were asynch.
1534 :    
1535 :     * Upped planned release # to 4.0
1536 :    
1537 :     * Emacs/W3 3.0.89 released.
1538 :    
1539 :     * configure.in: Fixed --with-x*emacs switches.
1540 :    
1541 :     * Emacs/W3 3.0.88 aborted.
1542 :    
1543 :     * w3-display.el (w3-display-node): deal with empty selections
1544 :    
1545 :     * Now uses autoconf to deal with all configuration issues, including
1546 :     sanity checking the installation of the custom and widget libraries.
1547 :    
1548 :     Mon Jun 23 17:08:55 1997 Per Abrahamsen <abraham@dina.kvl.dk>
1549 :    
1550 :     * w3.el (w3-mode): Don't call `widget-minor-mode'.
1551 :    
1552 :     * w3-vars.el (w3-mode-map): Use `make-sparse-keymap'.
1553 :     Use `widget-keymap' as parent.
1554 :     (wid-edit): require.
1555 :    
1556 :     Mon Jun 23 07:09:51 1997 William M. Perry <wmperry@aventail.com>
1557 :    
1558 :     * w3-parse.el (w3-parse-buffer): Make sure we always have a newline at the
1559 :     end of the buffer before starting the parse.
1560 :    
1561 :     Fri Jun 20 11:23:28 1997 William M. Perry <wmperry@aventail.com>
1562 :    
1563 :     * Synch'd up to Widget 1.9929
1564 :    
1565 :     * w3-mouse.el: Deal with InfoDock button bindings - we don't need to bind
1566 :     _anything_ since hyperbole knows all about hyperlinks and stuff.
1567 :    
1568 :     * w3-menu.el (w3-menu-install-menubar): Deal with InfoDock way of
1569 :     specifying mode menubars.
1570 :    
1571 :     * w3-toolbar.el (w3-add-toolbar-to-buffer): Don't install the toolbar
1572 :     under InfoDock - it uses different toolbars than straight XEmacs.
1573 :    
1574 :     * w3-mouse.el: Don't bind shift-button2 - this is reserved for hyperbole.
1575 :     This is now on meta.
1576 :    
1577 :     1997-06-19 William M. Perry <wmperry@aventail.com>
1578 :    
1579 :     * w3.el (w3-map-links): Deal with new keywords.
1580 :    
1581 :     * w3-menu.el (w3-menu-links-constructor): Deal with new keywords on
1582 :     links/images.
1583 :     (w3-popup-menu): Ditto.
1584 :    
1585 :     * w3-display.el (w3-widget-echo): Deal with new keywords we use on widgets.
1586 :     (w3-follow-hyperlink): Ditto.
1587 :     (w3-balloon-help-callback): Ditto.
1588 :     (w3-maybe-start-image-download): Ditto.
1589 :     (w3-handle-image): Use new keywords.
1590 :     (w3-display-convert-arglist): New function to convert an assoc list into
1591 :     a property list with real CL-style keywords.
1592 :     (w3-display-node): Use it when building a hyperlink.
1593 :     (w3-resurrect-hyperlinks): Now uses widget-convert-text instead of nasty
1594 :     knowledge of internals of the widget library.
1595 :    
1596 :     Tue Jun 17 21:45:06 1997 William M. Perry <wmperry@aventail.com>
1597 :    
1598 :     * custom-check: Was misusing 'tr'
1599 :    
1600 :     Sun Jun 15 22:17:01 1997 William M. Perry <wmperry@aventail.com>
1601 :    
1602 :     * Synch'd up to custom 1.9920
1603 :    
1604 :     Sat Jun 14 15:37:09 1997 William M. Perry <wmperry@aventail.com>
1605 :    
1606 :     * Synch'd up to custom 1.9918 - now distribute all of custom, just to be
1607 :     anal.
1608 :    
1609 :     * w3-display.el (w3-display-line-break): Ebola vaccination
1610 :     (w3-maybe-start-background-image-download): Don't try to load background
1611 :     images in Emacs 19 or on a TTY.
1612 :     (w3-display-node): Keep track of the active face of a hyperlink. Need
1613 :     to make the widget library smarter about this.
1614 :    
1615 :     Fri Jun 13 22:16:59 1997 William M. Perry <wmperry@aventail.com>
1616 :    
1617 :     * w3-parse.el: Some stupid sites put meta tags in the middle of their
1618 :     documents. Sigh. Allow it, but bitch and moan.
1619 :    
1620 :     * Added custom library to the distribution.
1621 :    
1622 :     1997-06-11 William M. Perry <wmperry@aventail.com>
1623 :    
1624 :     * w3-parse.el : Allow <meta> tags in %body.content for stupid cnn.com
1625 :     site.
1626 :    
1627 :     * Emacs/W3 3.0.87 released.
1628 :    
1629 :     * Synched up to Widget 1.9907 - you must be running this version for most
1630 :     things to work. Make sure you are not picking up a widget library from
1631 :     gnus or something like that before the one in the w3 directory.
1632 :    
1633 :     * w3-display.el (w3-maybe-start-background-image-download): New function
1634 :     that takes a URL and a face and does its best to set the background
1635 :     pixmap of that face to the image pointed to by the URL.
1636 :     (w3-display-node): Implemented 'background' property on 'body' or 'html'
1637 :     tags.
1638 :     (w3-finalize-image-download): Changed a fair bit - shared between normal
1639 :     image downloads and background image downloads.
1640 :     (w3-display-node): w3-user-colors-take-precedence now controls whether
1641 :     background faces are retrieved or not.
1642 :     (w3-face-for-element): Stylesheets use of background-image should almost
1643 :     work now.
1644 :     (w3-display-node): Stylesheets use of background-image should work
1645 :     completely now.
1646 :    
1647 :     Tue Jun 10 07:24:09 1997 William M. Perry <wmperry@aventail.com>
1648 :    
1649 :     * w3.el (w3-only-links): This will now use w3-map-links
1650 :     (w3-mode): Dont' set inhibit-read-only, ever.
1651 :     (w3-mode): back to using widget-minor-mode, since inheriting the keymap
1652 :     doesn't seem to do much good.
1653 :    
1654 :     * w3-vars.el: Don't bind anything to widget-button-press, let
1655 :     widget-minor-mode do that.
1656 :    
1657 :     * w3.el (w3-map-links): Revamped this to work with the new way widget is
1658 :     using overlays instead of text properties.
1659 :     (w3-mode): Use widget-minor-mode instead of binding a lot of
1660 :     navigational commands ourselves.
1661 :    
1662 :     * w3-display.el: Make sure we don't try to redefine the w3-dingbats
1663 :     character set when loading this file more than once.
1664 :     (w3-display-node): Rearranged some of the insert-before handling so that
1665 :     any text inserted does _not_ have the properties of the tag on it
1666 :     (colors on hyperlinks won't bleed anymore)
1667 :     (w3-resurrect-hyperlinks): New semi-working way of resurrecting
1668 :     hyperlinks
1669 :    
1670 :     Mon Jun 9 22:53:14 1997 William M. Perry <wmperry@aventail.com>
1671 :    
1672 :     * w3-display.el (w3-display-node): Protect against stylesheet specified
1673 :     widths on horizontal rules.
1674 :    
1675 :     Mon Jun 9 22:42:26 1997 Istvan Marko <istvan@cmdmail.amd.com>
1676 :    
1677 :     * w3-hot.el (w3-hotlist-apropos): Let this work when reuse-buffers != no
1678 :    
1679 :     Mon Jun 9 22:35:04 1997 Dieter Maurer <dieter@hit.handshake.de>
1680 :    
1681 :     * mm.el (mm-decode-quoted-printable): Fix for some multipart attachments
1682 :     showing up empty due to badness in mm-decode-quoted-printable and
1683 :     'ignore' not moving to the end of the region just decoded.
1684 :    
1685 :     Mon Jun 9 22:35:04 1997 William M. Perry <wmperry@aventail.com>
1686 :    
1687 :     * w3-parse.el (w3-parse-buffer): Call w3-do-setup to make sure our
1688 :     hashtables and things are set up correctly or gnus can choke big time.
1689 :    
1690 :     Mon Jun 9 22:26:29 1997 Michael Ernst <mernst@cs.washington.edu>
1691 :    
1692 :     * url.el (url-get-url-filename-chars): Fixed problem with bad use of a
1693 :     hyphen in the regexp. Would cause problems when invoking
1694 :     url-get-url-at-point when point was in front of a hyphen.
1695 :    
1696 :     1997-05-28 William M. Perry <wmperry@aventail.com>
1697 :    
1698 :     * w3-cus.el: Use a :prefix on most of the groups to make the options look
1699 :     nicer.
1700 :    
1701 :     Thu May 15 05:06:30 1997 William M. Perry <wmperry@aventail.com>
1702 :    
1703 :     * w3-sysdp.el: removed bogus definition of buffer-substring-no-properties
1704 :     - will now use the more correct one that was already there.
1705 :    
1706 :     * w3-display.el (w3-pause): Now has its own mini-event loop to pass off
1707 :     scrolling commands, etc. Keeps buffer position constant while doing
1708 :     incremental display.
1709 :    
1710 :     Mon May 12 08:13:27 1997 William M. Perry <wmperry@aventail.com>
1711 :    
1712 :     * w3.el (w3-view-this-url): Check the parent widget for an href if you
1713 :     don't find one right away. This means that all commands that act on the
1714 :     URL at point will now work on image widgets, etc. that are hyperlinks.
1715 :    
1716 :     Sat May 10 14:37:25 1997 William M. Perry <wmperry@aventail.com>
1717 :    
1718 :     * css.el (css-parse): Deal better with newline-challenged stylesheets
1719 :     (css-parse): Don't be so aggressive in finding block data for @xyzzy
1720 :     directives.
1721 :    
1722 :     * mm.el (mm-viewer-passes-test): Always run the tests in the users home
1723 :     directory.
1724 :    
1725 :     * w3-mouse.el: Use down-mouse-N in Emacs 19, to be more consistent with
1726 :     how the XEmacs keybindings work.
1727 :    
1728 :     Fri May 9 11:32:46 1997 William M. Perry <wmperry@aventail.com>
1729 :    
1730 :     * w3.el (w3-document-information): some formatting changes
1731 :    
1732 :     Thu May 8 14:06:40 1997 William M. Perry <wmperry@aventail.com>
1733 :    
1734 :     * Emacs/W3 3.0.86 released
1735 :    
1736 :     * mule-sysdp.el (mule-code-convert-region): Try to deal gracefully with
1737 :     the recent XEmacs 20.0 -> 20.2 renaming of the autodetect coding system
1738 :     to automatic-conversion
1739 :    
1740 :     * w3-sysdp.el (event-point): New stub.
1741 :    
1742 :     * url-cookie.el (url-cookie-handle-set-cookie): Don't use the 'warn'
1743 :     facility for bad cookie 'set' commands, was too annoying.
1744 :    
1745 :     * w3.el (w3-save-as): Make sure to require ps-print before trying to
1746 :     save/mail a document as postscript. The local binding of
1747 :     ps-spool-buffer-name was causing the defvar not to happen, and you would
1748 :     get errors when trying to kill emacs later. Ugh.
1749 :     (w3-document-information): Make sure to escape entities for meta and
1750 :     other info we throw in.
1751 :    
1752 :     * url-file.el (url-file): ftp/file retrieval can now be asynchronous
1753 :     through the magic of [ange-ftp|efs]-copy-file-internal
1754 :    
1755 :     * url.el (url-sentinel): Allow a buffer as the first argument to
1756 :     the sentinel function.
1757 :     (url-retrieve-internally): Allow asynch ftp transfers
1758 :    
1759 :     * url-file.el (url-file): Asynchronous ftp downloads work now.
1760 :    
1761 :     * w3.el (w3-download-url): Made this function interactive.
1762 :    
1763 :     Mon Apr 28 13:31:36 1997 William M. Perry <wmperry@aventail.com>
1764 :    
1765 :     * w3.el (w3-download-url-at-point): new function to download document
1766 :     under point.
1767 :     (w3-download-this-url): new function to download current document.
1768 :    
1769 :     * w3-vars.el (w3-mode-map): Added 'D' and 'd' bindings for starting
1770 :     document downloads.
1771 :    
1772 :     Thu Apr 24 08:29:34 1997 William M. Perry <wmperry@aventail.com>
1773 :    
1774 :     * Emacs/W3 3.0.85 released
1775 :    
1776 :     * w3-display.el (w3-display-table-dimensions): Deal with
1777 :     colgroup/thead/tfoot/col better. Before was ignoring the rest of the
1778 :     table. ack.
1779 :     (w3-display-table): ditto
1780 :    
1781 :     * w3-prefs.el (w3-preferences-restore-variables): Slap things into
1782 :     custom-land where they belong.
1783 :    
1784 :     * A few customization tweaks.
1785 :    
1786 :     Wed Apr 23 21:44:59 1997 <chang@wsu.edu>
1787 :    
1788 :     * w3-e19.el (w3-store-in-clipboard): Make this work under OS/2
1789 :    
1790 :     Tue Apr 22 07:23:51 1997 William M. Perry <wmperry@aventail.com>
1791 :    
1792 :     * devices.el: Removed defsubsts so that we should be able to share .elc
1793 :     files again between emacs and XEmacs.
1794 :    
1795 :     * font.el: Added in code to make a face blink. Causes lots of screen
1796 :     flicker under Emacs 19 though, so it is turned off by default. Turn it
1797 :     on with ESC-: (font-blink-initialize) - should be able to optimize when
1798 :     the callback actually does anything based on what fonts are visible in
1799 :     the visible buffers.
1800 :     (font-face-visible-in-window-p): New function to tell if a face is
1801 :     visible in a buffer window.
1802 :     (font-map-windows): New function to map a function over all visible
1803 :     windows.
1804 :     (font-blink-callback): Use them to optimize so that invert-face is not
1805 :     called unless absolutely necessary.
1806 :    
1807 :     Mon Apr 21 08:58:02 1997 William M. Perry <wmperry@aventail.com>
1808 :    
1809 :     * w3-e19.el: Added in compile-time require of w3-props so that pages with
1810 :     backgrounds don't puke and die.
1811 :    
1812 :     * w3.el (w3-find-default-stylesheets): Don't load a user's personal
1813 :     stylesheet if we started up in '-q' mode.
1814 :    
1815 :     * Emacs/W3 3.0.84 released
1816 :    
1817 :     * w3-display.el: When using XEmacs 20.x w/mule support, we now define our
1818 :     own special character set. This means that the table border chars work
1819 :     again in XEmacs/mule
1820 :    
1821 :     * devices.el: Added magic to not optimize this file under XEmacs - its not
1822 :     actually used, so no damage. It wouldn't compile under XEmacs because
1823 :     it has subrs for all these, and our declaring them as defsubsts
1824 :     thoroughly confuses the byte-compiler.
1825 :    
1826 :     Sun Apr 20 12:19:56 1997 William M. Perry <wmperry@aventail.com>
1827 :    
1828 :     * w3-sysdp.el: Moved device stuf out into its own devices.el file so that
1829 :     it can be correctly byte-compiled.
1830 :     Ditto for the text properties stuff (into w3-props.el)
1831 :    
1832 :     Fri Apr 18 13:09:31 1997 William M. Perry <wmperry@aventail.com>
1833 :    
1834 :     * Emacs/W3 3.0.83 released
1835 :    
1836 :     * Synch'd up to Widget 1.89
1837 :    
1838 :     Thu Apr 17 06:20:56 1997 "T. V. Raman" <raman@Adobe.COM>
1839 :    
1840 :     * default.css (pre/xmp/plaintext/key/code/tt): Changes to default
1841 :     stylesheet for spoken output of normally `monospaced' text.
1842 :    
1843 :     Tue Apr 15 16:28:11 1997 William M. Perry <wmperry@aventail.com>
1844 :    
1845 :     * w3.el (w3-find-specific-link): Don't signal an error in a target anchor
1846 :     (#foo) is not found.
1847 :    
1848 :     Tue Apr 15 08:22:37 1997 John Palmieri <palmieri@math.mit.edu>
1849 :    
1850 :     * w3.el (w3-complete-link): protect against errors when hitting return
1851 :     when point isn't on a link
1852 :    
1853 :     Mon Apr 14 16:18:43 1997 William M. Perry <wmperry@aventail.com>
1854 :    
1855 :     * mm.el (mm-parse-mailcaps): Moved ~/.mailcap to the front of the list so
1856 :     that it gets parsed last, and has the highest priority.
1857 :    
1858 :     Sun Apr 13 20:28:30 1997 William M. Perry <wmperry@aventail.com>
1859 :    
1860 :     * w3.el (w3-complete-link): now correctly defaults to following the link
1861 :     at point.
1862 :    
1863 :     Sat Apr 12 19:35:26 1997 William M. Perry <wmperry@aventail.com>
1864 :    
1865 :     * w3-speak.el: use widget-at instead of emacspeak-widget-at
1866 :    
1867 :     Fri Apr 11 07:39:26 1997 William M. Perry <wmperry@aventail.com>
1868 :    
1869 :     * w3-menu.el (w3-menu-edit-menu): Addded a preferences submenu with all
1870 :     the W3 & URL customization items underneat it.
1871 :    
1872 :     * css.el (css-split-font-shorthand): Handle bad lists better
1873 :    
1874 :     * Emacs/W3 3.0.82 released
1875 :    
1876 :     * Synch'd up with Widget 1.78
1877 :    
1878 :     * w3-display.el (w3-get-face-info): Don't look for face attributes on tags
1879 :     unless w3-user-colors-take-precedence is nil
1880 :     (w3-display-node): Don't honor face attributes on <body> tag unless
1881 :     w3-user-colors-take-precedence is nil
1882 :    
1883 :     * url-vars.el: Modified a few customizations to make them prettier
1884 :    
1885 :     * url-cache.el (url-cache-creation-function): Modified customization
1886 :    
1887 :     Fri Apr 11 07:03:20 1997 Hrvoje Niksic <hniksic@srce.hr>
1888 :    
1889 :     * url-cache.el, url-gw.el, url-cookie.el, url-irc.el, url-vars.el, url.el:
1890 :     All URL related variables are now customizable.
1891 :    
1892 :     Wed Apr 9 16:46:52 1997 William M. Perry <wmperry@aventail.com>
1893 :    
1894 :     * Emacs/W3 3.0.81 released
1895 :    
1896 :     * w3-xemac.el (w3-text-pixel-width): And a XEmacs specific version of it.
1897 :    
1898 :     * w3-e19.el (w3-text-pixel-width): New function to return the pixel width
1899 :     of a piece of text.
1900 :    
1901 :     * url.el (url-handle-no-scheme): Use it.
1902 :    
1903 :     * url-vars.el (url-handle-no-scheme-hook): New hook that should expand a
1904 :     partial url like 'gnu' to a full URL, like 'http://www.gnu.org/'.
1905 :    
1906 :     * w3-sysdp.el (run-hook-with-args-until-success): Added a stub for
1907 :     run-hook-with-args-until-success
1908 :    
1909 :     Tue Apr 8 12:20:39 1997 William M. Perry <wmperry@aventail.com>
1910 :    
1911 :     * w3-auto.el: Added autoloads for all the functions in url-ns for proxy
1912 :     functions, and url-mail
1913 :    
1914 :     * url-ns.el (isPlainHostName): Fixed isPlainHostName
1915 :    
1916 :     * w3-parse.el (w3-parse-buffer): now throws up a bad style warning for
1917 :     images without ALT attributes.
1918 :    
1919 :     * mm.el (mm-parse-mailcaps): Reverse the ':|;' separated path for MAILCAPS
1920 :     so that earlier items take precedence, like standard unix PATH-like
1921 :     variables do.
1922 :     (mm-parse-mimetypes): Ditto for MIMETYPES
1923 :    
1924 :     Mon Apr 7 06:23:11 1997 William M. Perry <wmperry@aventail.com>
1925 :    
1926 :     * Emacs/W3 3.0.80 released
1927 :    
1928 :     * w3-parse.el: Some more transitions - don't imply <p> after some form
1929 :     tags.
1930 :    
1931 :     * url-misc.el (url-finger): Ditto
1932 :    
1933 :     * url-http.el (url-http): Ditto
1934 :    
1935 :     * url-gopher.el (url-gopher-retrieve): Put in a process-sentinel of
1936 :     'ignore so that stupid 'process xxx exited with code nnn' messages are
1937 :     not shown.
1938 :    
1939 :     * url.el (url-sentinel): Ditto
1940 :    
1941 :     * w3.el (w3-sentinel): remove call to url-clean-text - no longer needed
1942 :    
1943 :     Mon Apr 7 02:57:19 1997 Greg Stark <gsstark@mit.edu>
1944 :    
1945 :     * url.el (url-sentinel): once and for all eliminate the "first character
1946 :     goes to wrong buffer" bug through brute force by setting the current
1947 :     buffer to the buffer of the selected window at the end of a sentinel.
1948 :    
1949 :     * w3.el (w3-viewer-sentinel): ditto
1950 :    
1951 :     * w3-widget.el (widget-image-value-create): set tab-order to -1 on the
1952 :     choice-items of client-side imagemaps to avoid having tab stop on them
1953 :     three times, (it still stops on them twice)
1954 :    
1955 :     * Makefile: add "make fast" rule to not run a bazillion emacsen
1956 :    
1957 :     * FAQ: typos
1958 :    
1959 :     * docomp.el: try setting byte-compile-dynamic to t to reduce memory usage
1960 :    
1961 :     Fri Apr 4 06:23:31 1997 William M. Perry <wmperry@aventail.com>
1962 :    
1963 :     * url-file.el (url-format-directory): Use insert-file-contents instead of
1964 :     -literally, so that ftp index files will work.
1965 :    
1966 :     * w3-emulate.el: lots of new commands to spoof the user-agent string. See
1967 :     turn-[on|off]-[lynx|netscape|ie|arena]-masquerade-mode functions.
1968 :    
1969 :     Thu Apr 3 07:22:27 1997 William M. Perry <wmperry@aventail.com>
1970 :    
1971 :     * Emacs/W3 3.0.79 released
1972 :    
1973 :     * w3-parse.el: Put in <p> as part of the content-model of <ul/ol> so that
1974 :     <p> at the front of a list doesn't cause a bogus list item to be shown.
1975 :    
1976 :     * url-http.el (url-parse-mime-headers): Make proxy authentication sort of
1977 :     work again.
1978 :    
1979 :     * w3-display.el (w3-setup-terminal-chars): Check to see whether face is
1980 :     actually different before trying to set its font to a terminal one.
1981 :    
1982 :     * url.el (url-buffer-visiting): Better matching of URLs - it was taking
1983 :     the target into account - bad bad bad.
1984 :    
1985 :     Wed Apr 2 18:05:11 1997 William M. Perry <wmperry@aventail.com>
1986 :    
1987 :     * w3-forms.el (w3-form-add-element): New way to do hidden form
1988 :     fields that retains the order information - damned idiots out there rely
1989 :     on ordering. !#%!@
1990 :    
1991 :     * w3.el (w3-fetch): Put some of the logic about _blank/_top frame targets
1992 :     into w3-fetch
1993 :    
1994 :     * w3-display.el (w3-get-all-face-info): Added in support for the 'face'
1995 :     attribute to specify font-family
1996 :    
1997 :     Wed Apr 2 13:08:36 1997 Frederic Lepied <Frederic.Lepied@sugix.frmug.org>
1998 :    
1999 :     * w3-print.el (w3-print-this-url): Need to run LaTeX to get the indices
2000 :     right.
2001 :    
2002 :     Tue Apr 1 11:20:54 1997 William M. Perry <wmperry@aventail.com>
2003 :    
2004 :     * Emacs/W3 3.0.78 released
2005 :    
2006 :     * css.el (css-color-light-p): New function
2007 :     (css-active-device-types): Use it to add a 'dark' or 'light' property to
2008 :     the active device types as necessary
2009 :    
2010 :     Mon Mar 31 09:07:13 1997 William M. Perry <wmperry@aventail.com>
2011 :    
2012 :     * w3-parse.el: More error transitions for tables (push tr before td/th
2013 :     just after a table)
2014 :    
2015 :     * w3-display.el (w3-display-node): Use it for body/html attribute handling
2016 :     (w3-fix-color): New function to make sure we don't pass hex values without
2017 :     "#" in front of them.
2018 :    
2019 :     Sun Mar 30 15:00:59 1997 William M. Perry <wmperry@aventail.com>
2020 :    
2021 :     * w3-display.el (w3-display-node): Now honors alink/vlink/link attributes
2022 :     on the body tag.
2023 :     (w3-fixup-eol-faces): Fixed nuking of faces at end of line to deal with
2024 :     bad underlining behaviour of Emacs 19.
2025 :    
2026 :     Sun Mar 30 14:28:32 1997 Greg Stark <gsstark@mit.edu>
2027 :    
2028 :     * w3-e19.el (w3-mode-version-specifics): Fixed buffer read-only errors
2029 :     when trying to set a background face.
2030 :    
2031 :     Fri Mar 28 10:41:43 1997 William M. Perry <wmperry@aventail.com>
2032 :    
2033 :     * Emacs/W3 3.0.77 released
2034 :    
2035 :     * w3-display.el (w3-display-table): Face properties specified on the
2036 :     'table' element now propogate to table cells correctly.
2037 :    
2038 :     Fri Mar 28 07:53:48 1997 Greg Stark <gsstark@mit.edu>
2039 :    
2040 :     * w3-forms.el: Make sure we set the button-face on all widgets
2041 :    
2042 :     Fri Mar 28 07:53:48 1997 William M. Perry <wmperry@aventail.com>
2043 :    
2044 :     * w3-display.el (w3-frames): Use make-frame, not make-frame-command, so it
2045 :     will work on XEmacs.
2046 :    
2047 :     * w3-e19.el (w3-mode-version-specifics): Now honors background/foreground
2048 :     color requests in Emacs19 by coloring in the whole buffer. Oh how I
2049 :     wish Emacs 19 had buffer-local faces.
2050 :    
2051 :     * w3-display.el (w3-display-table): Tables now look better under Emacs 19
2052 :    
2053 :     Thu Mar 27 08:05:34 1997 William M. Perry <wmperry@aventail.com>
2054 :    
2055 :     * font.el (font-x-registry-and-encoding-regexp): got rid of compile
2056 :     warning under Emacs 19
2057 :    
2058 :     * w3-display.el (w3-display-handle-list-type): manually remove faces on
2059 :     bullet/list items
2060 :     (w3-display-node): We were being a bit rude to inhibit-read-only -
2061 :     sometimes would leave it 't', which is bad bad bad, some might even say
2062 :     pure evil.
2063 :    
2064 :     * Emacs-W3 3.0.76 released
2065 :    
2066 :     * Synch'd up to Widget 1.68
2067 :    
2068 :     * w3-display.el (w3-display-node): Handles 'text' attribute correctly now
2069 :     to set the default foreground when requested.
2070 :    
2071 :     * mm.el (mm-play-sound-file): Fixed it for new mule stuff
2072 :    
2073 :     * url-gw.el (url-gateway-nslookup-host): Added autoload for
2074 :     gateway-nslookup-host
2075 :    
2076 :     * w3-display.el (w3-display-table): Expand each line of a table cell out
2077 :     to the border, so that we get nicely colors backgrounds for table cells
2078 :     now.
2079 :    
2080 :     * font.el (font-x-registry-and-encoding-regexp): New variable to match the
2081 :     registry and encoding of a font name under X
2082 :     (x-font-create-object): Use it to set the default registry and encoding
2083 :     for font objects we create from font names.
2084 :     (x-font-create-name): Grab the registry and encoding from the default
2085 :     object for this device before defaulting back to '*'
2086 :    
2087 :     * w3-display.el (w3-setup-terminal-chars): Explicitly specify wildcard
2088 :     registry and encoding for the table-hack-x-face, to deal with changes in
2089 :     the font library.
2090 :    
2091 :     Wed Mar 26 06:23:51 1997 William M. Perry <wmperry@aventail.com>
2092 :    
2093 :     * custom-check: Should work better now, and spit out better instructions
2094 :     for rebuilding correctly.
2095 :    
2096 :     * Emacs-W3 3.0.75 released
2097 :    
2098 :     * url.el (url-clean-text): Better matching of bogus process exited
2099 :     messages.
2100 :    
2101 :     * font.el (font-rgb-color-p): No longer match "^#xxyyzz" as an rgb-color,
2102 :     this screwed up bigtime in font-color-rgb-components.
2103 :     (font-set-face-foreground): Do the test here instead.
2104 :     (font-set-face-background): and here.
2105 :    
2106 :     * w3-widget.el (widget-image-value-create): For client side imagemaps,
2107 :     make sure case-fold-search or :ignore-case is specified.
2108 :    
2109 :     * url-gw.el (url-gateway-nslookup-program): Default to using 'nslookup' as
2110 :     url-gateway-nslookup-program
2111 :    
2112 :     Tue Mar 25 16:06:28 1997 William M. Perry <wmperry@aventail.com>
2113 :    
2114 :     * Emacs-W3 3.0.74 released
2115 :    
2116 :     Tue Mar 25 15:31:56 1997 Greg Stark <gsstark@mit.edu>
2117 :    
2118 :     * url-cookie.el (url-cookie-handle-set-cookie): don't deal with #!%@ed
2119 :     microsoft web site cookies - they break good, clean, wholesome sites
2120 :     like yahoo's stock pages.
2121 :    
2122 :     * ssl.el (ssl-program-arguments): Make sure everything gets turned into a
2123 :     string, not an integer.
2124 :     (open-ssl-stream): use a pipe instead of a pty if possible (why?)
2125 :    
2126 :     * w3-display.el (w3-display-node): Added back in <keygen> support
2127 :    
2128 :     * w3.el (w3-notify-when-ready): protect against bad buffer switching
2129 :     (minibuffer as active window lossage, etc)
2130 :    
2131 :     * w3-toolbar.el (w3-toolbar-make-buttons): Don't warn about toolbar
2132 :     directory on Emacsen that can't do toolbars!
2133 :    
2134 :     Tue Mar 25 15:31:56 1997 William M. Perry <wmperry@aventail.com>
2135 :    
2136 :     * Emacs-W3 3.0.73 released
2137 :    
2138 :     * w3-display.el (w3-get-face-info): Allow passing in a second argument
2139 :     that means 'check this attribute of the html tag if you don't find
2140 :     something in the stylesheet'. This automatically enables <font color>
2141 :     and <table|td|tr bgcolor>.
2142 :    
2143 :     Tue Mar 25 06:45:02 1997 T. V. Raman <raman@Adobe.COM>
2144 :    
2145 :     * w3-forms.el (w3-form-keymap): patch to avoid lossage with emacspeak &
2146 :     using terminal.el
2147 :    
2148 :     Tue Mar 25 06:45:02 1997 William M. Perry <wmperry@aventail.com>
2149 :    
2150 :     * ssl.el (ssl-program-arguments): Removed -quiet switch, since it requires
2151 :     patches to s_client
2152 :    
2153 :     Mon Mar 24 10:56:11 1997 William M. Perry <wmperry@aventail.com>
2154 :    
2155 :     * Emacs-W3 3.0.72 released
2156 :    
2157 :     * w3-display.el (w3-display-node): Better handling of body and html style
2158 :     attributes in XEmacs
2159 :    
2160 :     * w3.el (w3-mode): Removed call to kill-all-local-variables, as it
2161 :     nukes buffer-local faces as well.
2162 :    
2163 :     * css.el (css-expand-length): Don't choke and use the wrong damn thing to
2164 :     base percentages off of on percentage heights (ie: font-size: 80%)
2165 :    
2166 :     Mon Mar 24 07:12:52 1997 Gerry S Hayes <sumner@CMU.EDU>
2167 :    
2168 :     * url-gw.el (url-open-telnet): Fixed stupid typo into-to-string ->
2169 :     int-to-string
2170 :     (url-open-rlogin): Ditto.
2171 :    
2172 :     Sun Mar 23 09:43:24 1997 William M. Perry <wmperry@aventail.com>
2173 :    
2174 :     * w3-display.el (w3-table-ascii-border-chars): Use a '+' in the ascii art
2175 :     version of table borders.
2176 :    
2177 :     Sat Mar 22 00:45:34 1997 William M. Perry <wmperry@aventail.com>
2178 :    
2179 :     * w3-menu.el (w3-use-menus): Customized this variable
2180 :    
2181 :     * w3-display.el (w3-display-node): Don't run multiline text area's default
2182 :     value through w3-normalize-spaces
2183 :    
2184 :     Thu Mar 20 23:44:50 1997 Greg Stark <gsstark@mit.edu>
2185 :    
2186 :     * w3-cus.el (w3-use-terminal-characters): New variable
2187 :     (w3-use-terminal-characters-on-tty): New variable
2188 :     (w3-use-terminal-glyphs): New variable
2189 :     (w3-horizontal-rule-char): Make setting it to nil allow use of graphic
2190 :     characters (also means people can avoid using graphic charactes for
2191 :     horizontal rules if they wish)
2192 :     * w3-display.el (w3-handle-image): clean up whitespace in alt tags
2193 :     (w3-table-glyph-border-chars): New variable
2194 :     (w3-table-graphic-border-chars): New variable
2195 :     (w3-terminal-properties): New variable
2196 :     (w3-insert-terminal-char): New inline function
2197 :     (w3-horizontal-rule-char): New inline function
2198 :     (w3-setup-terminal-chars): Set up all of these and make using graphic
2199 :     characters work on XEmacs using text properties (and optionally use text
2200 :     properties on FSF Emacs too).
2201 :     (w3-table-hack-borders): Remove, obsoleted by w3-setup-terminal-chars
2202 :     (w3-table-unhack-borders): don't have to fiddle with
2203 :     w3-horizontal-rule-char any more.
2204 :     (w3-display-table): Use w3-insert-terminal-char
2205 :     (w3-size-of-tree): Use w3-horizontal-rule-char
2206 :     (w3-display-node): Use w3-horizontal-rule-char, w3-insert-terminal-char,
2207 :     uhm, i'm not sure if it was correct to remove the handle-content
2208 :     * w3-forms.el (w3-fixup-eol-faces): try to remove mouse-face from end-of-lines as
2209 :     well, uhm, this doesn't seem to work though.
2210 :     (w3-form-determine-size): add keygen
2211 :     (w3-form-encode-helper): add keygen support for the day when the ssl code
2212 :     itself is released.
2213 :     * w3-widget.el (widget-image-value-create): use 'item widgets instead of
2214 :     'push-button widgets and specify the format ourselves so we don't get
2215 :     widget.el's arbitrary formatting.
2216 :     * w3.el (w3-do-setup): call w3-setup-terminal-chars to make nice tables and
2217 :     horizontal rules the default at least under X.
2218 :     * mm.el added x-x509-ca-cert and x-x509-user-cert viewers but the tests
2219 :     will fail so no one should should see this change until i release the
2220 :     functions.
2221 :    
2222 :     Fri Mar 21 18:52:31 1997 William M. Perry <wmperry@aventail.com>
2223 :    
2224 :     * css.el (css-expand-length): Better support for percentage values in
2225 :     lengths
2226 :    
2227 :     Thu Mar 20 06:22:29 1997 Istvan Marko <istvan@cmdmail.amd.com>
2228 :    
2229 :     * Added slot for no_proxy settings under the preferences panel
2230 :    
2231 :     Thu Mar 20 06:22:29 1997 William M. Perry <wmperry@aventail.com>
2232 :    
2233 :     * Emacs-W3 3.0.71 released
2234 :    
2235 :     * w3-parse.el:Added more transitions for error handling of raw 'td' or
2236 :     'th' outside of a 'tr' in tablebody.
2237 :    
2238 :     * url.el (url-default-callback): asynch downloads should now be cached
2239 :    
2240 :     * w3-script.el (w3-do-scripting): Customized, turned off by default
2241 :    
2242 :     Wed Mar 19 20:53:23 1997 Steven L Baur <steve@altair.xemacs.org>
2243 :    
2244 :     * Makefile (xemacs-w3): Special target for XEmacs Build.
2245 :    
2246 :     Wed Mar 19 05:56:56 1997 William M. Perry <wmperry@aventail.com>
2247 :    
2248 :     * font.el (x-font-families-for-device): Just in case
2249 :     font-default-family-for-device fails under Emacs/NT, return "monospace"
2250 :     at the front of the list.
2251 :    
2252 :     * url-vars.el (url-privacy-level): Now defaults to not sending your email
2253 :     address in HTTP requests.
2254 :    
2255 :     Tue Mar 18 13:09:13 1997 William M. Perry <wmperry@aventail.com>
2256 :    
2257 :     * url-cookie.el (url-cookie-handle-set-cookie): Fixed variable typos -
2258 :     doh. Today just hasn't been my day.
2259 :    
2260 :     * Emacs-W3 3.0.70 released
2261 :    
2262 :     * We now pass all tests on the forms tester page
2263 :     http://www.research.digital.com/nsl/formtest/home.html
2264 :    
2265 :     * w3-display.el (w3-display-node): Better handling of <select multiple>
2266 :     and <select> in general.
2267 :    
2268 :     * w3-forms.el (w3-form-encode-xwfu): Encode : and / in xwfu, since the
2269 :     form tester expects it.
2270 :    
2271 :     * url-cookie.el (url-cookie-trusted-urls): New variable - list of regexps
2272 :     of URLs that you will accept cookies from without question.
2273 :     (url-cookie-untrusted-urls): New variable - list of regexps of URLs that
2274 :     you will _never_ accept cookies from.
2275 :     (url-cookie-handle-set-cookie): Use them
2276 :     (url-cookie-handle-set-cookie): When asking whether to allow a site to
2277 :     set a cookie, show the cookies they are wanting to set.
2278 :    
2279 :     Tue Mar 18 06:47:46 1997 Thierry Emery <Thierry.Emery@aar.alcatel-alsthom.fr>
2280 :    
2281 :     * w3-display.el: Latest round of patches for <frames> support.
2282 :    
2283 :     * w3-cus.el (w3-display-frames): can now have 4 values.
2284 :     nil no frame display whatsoever (currently the default)
2285 :     'as-links display frame hyperlinks, but do not fetch them
2286 :     'ask display frame hyperlinks and ask whether to fetch them
2287 :     t display frame hyperlinks and fetch them
2288 :    
2289 :     Tue Mar 18 06:47:46 1997 William M. Perry <wmperry@aventail.com>
2290 :    
2291 :     * w3-parse.el (w3-parse-buffer): Duh, don't do `=' comparison on results
2292 :     of char-after, since it is nil at the end of the buffer.
2293 :    
2294 :     Mon Mar 17 08:44:46 1997 William M. Perry <wmperry@aventail.com>
2295 :    
2296 :     * Emacs-W3 3.0.69 released
2297 :    
2298 :     * w3-sysdp.el (buffer-substring-no-properties): Added stub
2299 :    
2300 :     * url-gopher.el (url-gopher-retrieve): Ditto.
2301 :    
2302 :     * url.el: Ditto
2303 :    
2304 :     * w3-parse.el: Removed all sorts of fun (following-char) commands that can
2305 :     cause ebola warnings under XEmacs 20.x
2306 :    
2307 :     * w3.el (w3-popup-info): Default to the URL under point instead of the
2308 :     documents URL
2309 :    
2310 :     * w3-auto.el: updated autoloads - made sure everything was interactive if
2311 :     appropriate.
2312 :    
2313 :     * w3-menu.el (w3-popup-menu): If w3-popup-menu-on-mouse-3 is nil, call
2314 :     whatever button3 is bound to in global-map
2315 :    
2316 :     * w3-display.el: Added XEmacs version of frame-char-height and
2317 :     frame-char-width
2318 :     (w3-frames): If w3-display-frames is non-nil, then do a refresh with it
2319 :     bound locally, so everything should just work.
2320 :    
2321 :     * url.el (url-do-setup): Global history file now defaults to ~/.w3/history
2322 :     (url-do-setup): Cookie storage now defaults to ~/.w3/cookies
2323 :    
2324 :     Mon Mar 17 06:51:07 1997 Paul Stodghill <stodghil@CS.Cornell.EDU>
2325 :    
2326 :     * mm.el (mm-temporary-directory): Initialize variable from TMPDIR
2327 :     environment variable
2328 :    
2329 :     Fri Mar 14 13:35:56 1997 William M. Perry <wmperry@aventail.com>
2330 :    
2331 :     * w3-forms.el (w3-form-create-custom): Fixed the 'custom' input type for
2332 :     new filenames in the widget/custom package.
2333 :    
2334 :     * ssl.el (ssl-certificate-verification-depth): New variable to control how
2335 :     far up a cert chain to look.
2336 :     (ssl-view-certificate-program-name): New variable.
2337 :     (ssl-view-certificate-program-arguments): New variable.
2338 :     (ssl-certificate-directory-style): New variable.
2339 :     (ssl-rehash-program-name): New variable.
2340 :     (ssl-certificate-directory): New variable.
2341 :     (ssl-program-arguments): Use some of them.
2342 :     (ssl-accept-ca-certificate): Use the rest.
2343 :    
2344 :     * css.el (css-parse-args): Removed old code that could cause infinite loop
2345 :     in stylesheet parsing on bad things like "foo=bar" instead of "foo:bar"
2346 :    
2347 :     * w3-cus.el: Added better groupings for the customization stuff.
2348 :    
2349 :     Thu Mar 13 19:54:50 1997 William M. Perry <wmperry@aventail.com>
2350 :    
2351 :     * Emacs-W3 3.0.68 released
2352 :    
2353 :     * w3-cus.el: Added customization support for Emacs-W3
2354 :    
2355 :     * w3.el (w3-mail-current-document): Use url-mail-command instead of
2356 :     w3-mail-command
2357 :    
2358 :     Thu Mar 13 11:41:42 1997 Greg Stark <gsstark@mit.edu>
2359 :    
2360 :     * w3-prefs.el: Implemented privacy panel
2361 :    
2362 :     Wed Mar 12 10:25:38 1997 William M. Perry <wmperry@aventail.com>
2363 :    
2364 :     * w3-e19.el (w3-mode-version-specifics): Use the nasty crufty
2365 :     buffer-access-fontify-functions to make sure that we never yank
2366 :     read-only text out of the Emacs-W3 buffer.
2367 :    
2368 :     * Synch'd up to Widget 1.62
2369 :    
2370 :     Wed Mar 12 06:36:41 1997 Paul Stodghill <stodghil@CS.Cornell.EDU>
2371 :    
2372 :     * base64.el (base64-decode-region): Fixed typo in calling
2373 :     command-on-region.
2374 :    
2375 :     Tue Mar 11 07:03:48 1997 William M. Perry <wmperry@aventail.com>
2376 :    
2377 :     * w3-auto.el (w3-use-hotlist): Made autoload interactive
2378 :    
2379 :     * w3-widget.el (widget-image-value-create): Was a little too aggressive
2380 :     about when to apply the -1 :tab-order property. Now only images that
2381 :     are not hyperlinks or imagemaps will not be tabbed to.
2382 :    
2383 :     * w3-prefs.el (w3-preferences-init-proxy-panel): Updated preferences panel
2384 :     for new format of url-proxy-services
2385 :    
2386 :     * w3-vars.el (w3-hyperlink-menu): Fixed problem with calling wrong
2387 :     bookmark function - would create a bookmark to the current document, not
2388 :     the document under the mouse.
2389 :     (w3-popup-menu): Added a few menu itmes (reload, show images, add bookmark)
2390 :    
2391 :     * w3-hot.el (w3-hotlist-add-document-at-point): Extract the title
2392 :     correctly for the new widget implementation of hyperlinks.
2393 :    
2394 :     Mon Mar 10 06:31:48 1997 William M. Perry <wmperry@aventail.com>
2395 :    
2396 :     * w3-menu.el (w3-menu-options-menu): Fixed problem with XEmacs when
2397 :     building without toolbars - would insert nil in the menu in a very wrong
2398 :     place.
2399 :    
2400 :     * font.el (font-normalize-color): Under win32, make sure we define the
2401 :     color before we try to use it, since Emacs doesn't support raw #RRGGBB
2402 :     color specifications yet.
2403 :     (font-rgb-color-p): make all #RRGGBB color specs go through
2404 :     font-normalize-color
2405 :    
2406 :     * Emacs-W3 3.0.67 released
2407 :    
2408 :     Mon Mar 10 1997 Dave Love <d.love@dl.ac.uk>
2409 :    
2410 :     * w3.el (w3-do-setup): Make configuration file loading contingent
2411 :     on init-file-user (i.e. suppressed with -q).
2412 :    
2413 :     Sun Mar 9 13:09:38 1997 William M. Perry <wmperry@aventail.com>
2414 :    
2415 :     * w3-widget.el (widget-image-value-create): Set :tab-order to -1 so the
2416 :     latest widget library won't tab to image widgets.
2417 :    
2418 :     * w3.el (w3-mode): Make sure w3-mode-hook is run last, so that people can
2419 :     turn off truncate-lines if they want.
2420 :    
2421 :     * ssl.el (open-ssl-stream): ssl-program-arguments is now dynamically
2422 :     evaluated, similar to ps-lpr-switches. The special symbols 'host' and
2423 :     'port' are available, and bound to the hostname and port#/service we are
2424 :     about to connect to.
2425 :    
2426 :     * w3-display.el (w3-finish-drawing): Remove all read-only properties on
2427 :     text.
2428 :    
2429 :     * url-cache.el (url-cache-expired): fixed standalone mode
2430 :    
2431 :     Sat Mar 8 09:13:59 1997 William M. Perry <wmperry@aventail.com>
2432 :    
2433 :     * Emacs-W3 3.0.66 released.
2434 :    
2435 :     * url-cache.el (url-cache-prepare): Threw a condition-case around the
2436 :     make-directory call, just in case we can't create the file for some
2437 :     reason. Also fixed bug where the file wouldn't be cached until the
2438 :     second time you visited it.
2439 :    
2440 :     * url.el (url-retrieve-internally): Deal with https asynch
2441 :    
2442 :     * w3-xemac.el (w3-mode-version-specifics): Don't try to add the toolbar if
2443 :     device-type == 'stream.
2444 :    
2445 :     * w3-vars.el (w3-temporary-directory): Ditto.
2446 :    
2447 :     * url-vars.el (url-temporary-directory): Initialize from TMPDIR
2448 :     environment variable.
2449 :    
2450 :     * w3.el (w3-start-viewer): Ditto.
2451 :    
2452 :     * md5.el (md5): Ditto.
2453 :    
2454 :     * mm.el (mm-compose-type): Don't use hardcoded /bin/sh and -c - use
2455 :     shell-file-name and shell-command-switch
2456 :     (mm-viewer-passes-test): ditto.
2457 :    
2458 :     * w3-sysdp.el: Better device-* functions for Emacs-19 under win32 and OS/2
2459 :    
2460 :     * w3-display.el (w3-display-node): Better handling for <noframes> support.
2461 :    
2462 :     Fri Mar 7 06:13:20 1997 William M. Perry <wmperry@aventail.com>
2463 :    
2464 :     * w3-script.el (w3-script-evaluate-form): protect against bad input during
2465 :     the read-from-string when parsing emacs-lisp scripts.
2466 :    
2467 :     * w3-auto.el (w3-preferences-edit): Make the autoload for this be
2468 :     interactive so that the user can actually find it!
2469 :    
2470 :     * Emacs-W3 3.0.65 released.
2471 :    
2472 :     * w3.el (w3-document-information): Better handling of last-modified
2473 :     findings.
2474 :    
2475 :     * w3-forms.el (w3-form-create-image): Try to use the value of an
2476 :     image-input area as the label for the widget we create.
2477 :    
2478 :     * w3-elisp.el (w3-elisp-safe-eval): Throw a condition-case() around the
2479 :     eval to catch bad forms, etc.
2480 :    
2481 :     * w3-script.el (w3-script-evaluate-form): Don't signal an error on unknown
2482 :     scripting languages, just show a warning.
2483 :    
2484 :     Thu Mar 6 08:24:49 1997 William M. Perry <wmperry@aventail.com>
2485 :    
2486 :     * w3.el (w3-complete-link): Protect against malformed widgets (null :from
2487 :     or :to). Is this from delayed image widgets?
2488 :    
2489 :     * w3-vars.el (w3-mode-map): Changed binding of M-s to w3-save-as instead
2490 :     of w3-search - does anybody use that instead of the forms interface?
2491 :    
2492 :     * w3.el (w3-document-information): Show document size
2493 :    
2494 :     * css.el (css-parse): Removed warning about old-style stuff for
2495 :     device-dependent styles - was too annoying. Need to just remove this
2496 :     support totally for the 3.0 release.
2497 :    
2498 :     * w3.el (w3-internal-handle-preview): When previewing a buffer, remove all
2499 :     text properties from the document source before doing anything.
2500 :     (w3-mail-current-document): Bind case-fold-search when looking for where
2501 :     to insert the <base> tag.
2502 :     (w3-loaded-stylesheets): New variable to keep track of what stylesheets
2503 :     were loaded at startup.
2504 :    
2505 :     * url-cache.el (url-cache-create-filename-human-readable): New function to
2506 :     create cached filenames using the old method, that was slightly more
2507 :     human readable.
2508 :    
2509 :     Wed Mar 5 15:38:00 1997 William M. Perry <wmperry@aventail.com>
2510 :    
2511 :     * Emacs-W3 3.0.64 released
2512 :    
2513 :     * w3-parse.el: OH god, finally got raw text inside a <tr> to push a <td>
2514 :     onto the parse tree. got raw text inside a <table> to push a <tr>
2515 :     onto the parse tee.
2516 :    
2517 :     * w3-widget.el: Support 'target' in img widgets
2518 :    
2519 :     Tue Mar 4 07:55:56 1997 William M. Perry <wmperry@aventail.com>
2520 :    
2521 :     * w3-display.el (w3-display-node): Support 'seqnum' attribute
2522 :    
2523 :     * w3.el (w3-mail-document-author): Fixed for new 'link' representation
2524 :     (w3-document-information): If a document has a 'Last modified: blah' line,
2525 :     use it as the last modified information as a last resort.
2526 :    
2527 :     * Synch'ed up with widget 1.50
2528 :    
2529 :     * w3-forms.el: Try to play nice with old and new versions of
2530 :     widget-edit/wid-edit.el
2531 :    
2532 :     Tue Mar 4 06:23:41 1997 Michael Ernst <mernst@cs.washington.edu>
2533 :    
2534 :     * url.el (url-get-url-at-point): If a possible URL starts with www., slap
2535 :     on 'http://', as someone probably just forgot it.
2536 :    
2537 :     Tue Mar 4 06:23:41 1997 William M. Perry <wmperry@aventail.com>
2538 :    
2539 :     * w3-prefs.el (w3-preferences-hooks-variables): Removed some old variables.
2540 :     (w3-preferences-edit): The preferences panel actually works again. No
2541 :     longer tries to use an imagemap - a dropdown is good enough dammit.
2542 :    
2543 :     * w3-vars.el: Removed some old variables
2544 :    
2545 :     * w3-display.el (w3-display-node): For <a> tags, do not embed a widget in
2546 :     the buffer unless it actually has an 'href' attribute. This helps a
2547 :     _lot_ with <a name="blah">...</a> constructs.
2548 :    
2549 :     Tue Mar 4 06:18:06 1997 Toby Speight <tms@ansa.co.uk>
2550 :    
2551 :     * w3.el (w3-mail-current-document): Allow TM (if it's in use) to choose
2552 :     the appropriate Transfer-Encoding of a mailed document.
2553 :     (w3-mail-current-document): Try real hard to put <base> where it belongs
2554 :     (in the <head>, if that is not found, then just after <html>, otherwise
2555 :     just at the beginning of the document)
2556 :    
2557 :     Mon Mar 3 07:10:11 1997 William M. Perry <wmperry@aventail.com>
2558 :    
2559 :     * Emacs-W3 3.0.63 released
2560 :    
2561 :     * w3-forms.el (w3-form-field-label): Labels are now reimplemented for form
2562 :     fields
2563 :    
2564 :     * w3-display.el (w3-parse-link): Now honors the old variable
2565 :     w3-honor-stylesheets, which hadn't made it back onto the reimplemented
2566 :     features list yet.
2567 :    
2568 :     * font.el: Added quite a few autoloads. Package no longer overwrites the
2569 :     set-face-* functions, as this was deemed evil in the extreme.
2570 :    
2571 :     * w3-display.el (w3-face-for-element): Use the font-set-face-* functions
2572 :     instead of the raw set-face-* functions.
2573 :    
2574 :     * w3-widget.el (widget-image-inaudible-p): New variable that controls
2575 :     whether image widgets are rendered inaudible by emacspeak or not.
2576 :     (widget-image-value-set): Use it.
2577 :    
2578 :     * url-cache.el (url-cache-directory): New variable that controls where you
2579 :     cache files will be stored. Defaults to "~/.w3/cache"
2580 :     (url-cache-creation-function): New variable that controls what function
2581 :     will be used to create cached filenames.
2582 :     (url-cache-create-filename-using-md5): This is now the default (and
2583 :     only) cache-file-creation function. Suitably fast under Emacs 19 (lisp
2584 :     implementation), _very_ fast under XEmacs, where it is written in C.
2585 :    
2586 :     Thu Feb 27 07:27:43 1997 William M. Perry <wmperry@aventail.com>
2587 :    
2588 :     * w3-sysdp.el: Added alias of make-symbolic-link to copy-file for NTEmacs
2589 :    
2590 :     * w3-elisp.el: Removed face functions from the safe list.
2591 :    
2592 :     Wed Feb 26 16:08:08 1997 Per Abrahamsen <abraham@dina.kvl.dk>
2593 :    
2594 :     * font.el (font-create-object): Added autoload.
2595 :    
2596 :     Wed Feb 26 08:17:37 1997 William M. Perry <wmperry@aventail.com>
2597 :    
2598 :     * w3-display.el (w3-region): Fixed typo when binding
2599 :     w3-display-same-buffer - no wonder it wasn't working right.
2600 :    
2601 :     * images.el (image-normalize): Bind file-coding-system to the appropriate
2602 :     no-conversion so that running subprocesses doesn't munge the data when
2603 :     running under MULE.
2604 :     (image-normalize): Now uses call-process-region instead of
2605 :     shell-command-on-region, and removed the explicit mention of '/bin/sh'
2606 :     and friends. Uses the ability of call-process-region to specify a
2607 :     separate file to use for stderr - yipeee.
2608 :    
2609 :     * url.el (url-setup-privacy-info): Slight change as to how url-system-type
2610 :     and url-os-type are set up. No longer uses nested parens, as this seems
2611 :     to confuse some sites that try to use the User-Agent header as a
2612 :     state-tracker.
2613 :    
2614 :     Mon Feb 24 10:15:45 1997 William M. Perry <wmperry@aventail.com>
2615 :    
2616 :     * w3-display.el (w3-widget-echo): Make sure that nothing that will be
2617 :     echoed is the empty string.
2618 :    
2619 :     Sun Feb 23 08:34:18 1997 William M. Perry <wmperry@aventail.com>
2620 :    
2621 :     * url-cache.el (url-store-in-cache): fixed stupid bug in caching logic
2622 :    
2623 :     Sat Feb 22 07:21:29 1997 William M. Perry <wmperry@aventail.com>
2624 :    
2625 :     * Emacs-W3 3.0.62 released
2626 :    
2627 :     Thu Feb 20 13:40:22 1997 William M. Perry <wmperry@aventail.com>
2628 :    
2629 :     * w3-forms.el (w3-form-summarize-password): By default, don't summarize
2630 :     password entry boxes.
2631 :    
2632 :     Thu Feb 20 07:33:59 1997 Thierry Emery <Thierry.Emery@aar.alcatel-alsthom.fr>
2633 :    
2634 :     * w3-display.el (w3-frames): Better support for Frames
2635 :    
2636 :     Thu Feb 20 07:33:59 1997 William M. Perry <wmperry@aventail.com>
2637 :    
2638 :     * w3.el (w3-complete-link): Fixed bug in using try-completion to make sure
2639 :     we have a match before passing a URL off to w3-fetch.
2640 :    
2641 :     * Synch'd up to widget 1.44
2642 :    
2643 :     * url.el (url-default-callback): Caching works in asynch mode now.
2644 :    
2645 :     Wed Feb 19 05:48:40 1997 William M. Perry <wmperry@aventail.com>
2646 :    
2647 :     * css.el (css-split-font-shorthand): Make sure that the subelements of the
2648 :     'font' shorthand property get run through the property value-expansion
2649 :     routines before getting returned. This royally screwed up font-family,
2650 :     font-weight, and friends.
2651 :     (css-expand-color): Now recognizes 'transparent' and 'none' as special
2652 :     color names.
2653 :     (css-expand-value): When dealing with color-shorthand, make sure
2654 :     everything gets run through the value-expansion routines as well. Ack.
2655 :    
2656 :     * w3-elisp.el (w3-elisp-safe-function): You can now supply a validation
2657 :     function for the arguments of a script-enabled function, its no longer a
2658 :     binary operation on just the function name. You can also give it a
2659 :     variable name, and the value of that variable at the time of execution
2660 :     is what controls whether it is safe or not.
2661 :    
2662 :     * w3.el (w3-download-url): Finally fixed bug where w3-download-url would
2663 :     not save in the correct directory if you just accepted the default
2664 :     pathname it offered.
2665 :    
2666 :     * url-cache.el (url-cache-ignored-protocols): New variable controlling
2667 :     what protocols we should never cache to disk.
2668 :     (url-cache-cachable-p): use it.
2669 :    
2670 :     * w3.txi: Updated all nodes and menus, a few stylistic changes
2671 :    
2672 :     * w3-elisp.el: Added read-access to devices, frames, windows, buffers, and
2673 :     property-lists. Also added function, lambda, point, and list accessors
2674 :     (member, memq, assoc)
2675 :    
2676 :     * w3-display.el (w3-display-node): Bind widget-push-button-gui to nil in
2677 :     w3-display-node so that images don't run into the
2678 :     visible-portion-of-buffer-is-not-modifiable-bug. Ick.
2679 :    
2680 :     * w3-elisp.el: Don't allow access to 'set'-type text-property functions
2681 :     from scripts.
2682 :    
2683 :     Tue Feb 18 15:11:08 1997 William M. Perry <wmperry@aventail.com>
2684 :    
2685 :     * Emacs-W3 3.0.61 released
2686 :    
2687 :     * w3.txi (Supported URLs): added sections on each protocol supported -
2688 :     needs lots of fleshing out.
2689 :    
2690 :     * url-misc.el (url-info): Info URL loader now unhex's the target, so that
2691 :     you can have something like info:w3.info#Getting%20Started
2692 :    
2693 :     * url.el (url-do-setup): Removed secure-http (SHTTP) handler - who the
2694 :     hell cares anymore, it lost.
2695 :    
2696 :     * w3-display.el (w3-display-node): Correctly calculates right margin as
2697 :     documented (from window-width and right-margin)
2698 :    
2699 :     * w3.el: Removed w3-batch-fetch
2700 :    
2701 :     * url-vars.el: Removed lots of old variables
2702 :    
2703 :     * url-misc.el: Removed x-exec URL handler - no interest anymore.
2704 :    
2705 :     * w3-script.el (w3-script-evaluate-form): Use it.
2706 :     (w3-do-scripting): New variable to control whether to do _any_ scripting
2707 :     or not.
2708 :    
2709 :     * The URL package now stores the current parsed URL object instead of 5 or
2710 :     6 separate variables.
2711 :    
2712 :     * dist.Makefile: Removed old pgp and wais support, it was gross and
2713 :     apparently nobody was using it.
2714 :    
2715 :     Tue Feb 18 06:13:03 1997 "T. V. Raman" <raman@adobe.com>
2716 :    
2717 :     * w3-forms.el (w3-form-summarize-radio-button): Better radio button
2718 :     summarizer.
2719 :    
2720 :     Tue Feb 18 06:13:03 1997 William M. Perry <wmperry@aventail.com>
2721 :    
2722 :     * w3-display.el (w3-finish-drawing): Moved #blah target finding in here,
2723 :     where it belongs.
2724 :    
2725 :     * w3-vars.el (w3-mode-map): Added binding for raw '\t' instead of relying
2726 :     on [tab]. Apparently this keysym isn't aliased under Emacs 19 on a
2727 :     TTY.
2728 :    
2729 :     Mon Feb 17 15:10:38 1997 William M. Perry <wmperry@aventail.com>
2730 :    
2731 :     * w3-elisp.el: Interface to Emacs-Lisp for safe scripting.
2732 :    
2733 :     * w3-script.el: Basic client-side scripting has been implemented.
2734 :    
2735 :     * w3-xemac.el (w3-mouse-handler): Ditto
2736 :    
2737 :     * w3-e19.el (w3-mouse-handler): Plugged in handling of the onMouseOver event
2738 :    
2739 :     * w3-display.el (w3-handle-string-content): Now adds a text property that
2740 :     contains w3-display-open-element-stack, so that from anywhere in the
2741 :     buffer you can find out where you are in the parse tree.
2742 :    
2743 :     * default.css (input): ome default stylesheet updates for input fields on
2744 :     TTYs
2745 :    
2746 :     Sun Feb 16 09:01:18 1997 Shuji Narazaki <narazaki@InetQ.or.jp>
2747 :    
2748 :     * mule-sysdp.el: Updated for mule 3.0
2749 :    
2750 :     Sat Feb 15 15:35:15 1997 William M. Perry <wmperry@aventail.com>
2751 :    
2752 :     * Emacs-W3 3.0.60 released
2753 :    
2754 :     * w3-display.el (w3-display-node): use it.
2755 :    
2756 :     * w3-vars.el (w3-display-frames): New variable for whether to show 'frame'
2757 :     documents as a list of the subelements.
2758 :    
2759 :     * w3.txi (Speech Properties): finished this chapter.
2760 :     (Media Selection): ditto
2761 :     (Time Units): ditto
2762 :     (Angle Units): ditto
2763 :     (Properties): Explanatory text at beginnign of section
2764 :    
2765 :     Fri Feb 14 09:34:35 1997 William M. Perry <wmperry@aventail.com>
2766 :    
2767 :     * Emacs-W3 3.0.59 released
2768 :    
2769 :     * w3.txi: Lots of documentation about stylesheets, chapter layout
2770 :     changes.
2771 :    
2772 :     Thu Feb 13 07:01:59 1997 William M. Perry <wmperry@aventail.com>
2773 :    
2774 :     * Synch'd up to widget 1.38
2775 :    
2776 :     * w3-forms.el (w3-form-resurrect-widgets): For now, don't use the nice new
2777 :     GUI pushbuttons - they appear to suffer badly on long lines.
2778 :    
2779 :     * w3-mouse.el (w3-running-FSF19): Use new w3-popup-menu-on-mouse-3 variable
2780 :    
2781 :     * w3-vars.el: Removed _lots_ of obsolete variables
2782 :     (w3-popup-menu-on-mouse-3): New variable to control whether W3 should
2783 :     override mouse-3 or not.
2784 :    
2785 :     * Emacs-W3 3.0.58 released
2786 :    
2787 :     * w3.txi: Added stubs for stylesheet chapters and supported URLs
2788 :    
2789 :     * images.el (image-register-netpbm-utilities): This is now safe to call
2790 :     multiple times again.
2791 :    
2792 :     Wed Feb 12 06:26:55 1997 William M. Perry <wmperry@aventail.com>
2793 :    
2794 :     * w3-forms.el (w3-form-keymap): When binding widget-end-of-line, make sure
2795 :     that we do not overwrite Emacspeak's prefix-key. Now does a
2796 :     where-is-internal to find the correct binding in global-map to
2797 :     override.
2798 :    
2799 :     * w3-display.el (w3-display-node): bind :emacspeak-help to 'w3-widget-echo
2800 :     in all the hypertext links.
2801 :    
2802 :     * w3-vars.el (w3-mode-map): New binding for \M-\t - this _should_ have
2803 :     been taken care of by the [(meta tab)] definition, but evidently it
2804 :     doesn't. *sigh*
2805 :    
2806 :     Tue Feb 11 07:33:50 1997 William M. Perry <wmperry@aventail.com>
2807 :    
2808 :     * w3-forms.el (w3-form-create-option-list): Specify :menu-tag-get so that
2809 :     keyboard-based-completion doesn't get confused by the fact that some
2810 :     items will have spaces slapped in at the end.
2811 :    
2812 :     * ssl.el (ssl-program-arguments): New variable - a list of command line
2813 :     switches to send to the SSL program in a subprocess, before the hostname
2814 :     and port number.
2815 :     (open-ssl-stream): Use it.
2816 :    
2817 :     Mon Feb 10 07:45:31 1997 William M. Perry <wmperry@aventail.com>
2818 :    
2819 :     * url-file.el (url-file): Removed refs to variable url-use-hypertext-dired
2820 :    
2821 :     * url-vars.el: Removed obsolete variable url-use-hypertext-dired
2822 :    
2823 :     * url-file.el (url-dired-find-file-mouse): fixed bad typo of
2824 :     (interactive...) spec, added documentation to a few functions.
2825 :     (url-file): Removed refs to obsolete variable url-use-hypertext-dired
2826 :    
2827 :     * w3-xemac.el (w3-setup-version-specifics): Workaround for users of XEmacs
2828 :     19.14 or 20.0 with the bad bad bad lossage with text properties that
2829 :     have null values. This bug is fixed in XEmacs 19.15, and will be in
2830 :     20.1 as well. This bug would cause you to get errors like:
2831 :     internal error: no text-prop <#extent ....> start-open
2832 :    
2833 :     * w3.el (w3-widget-button-click): Deal with new image capabilities of the
2834 :     widget checkbox/radio-button stuff.
2835 :    
2836 :     * Synch'ed up to widget 1.31
2837 :    
2838 :     Sun Feb 9 15:39:19 1997 William M. Perry <wmperry@aventail.com>
2839 :    
2840 :     * Emacs-W3 3.0.57 released
2841 :    
2842 :     * url-file.el (url-dired-minor-mode): New minor mode that overrides a few
2843 :     of direds keybindings to use Emacs-W3 instead of straight find-file.
2844 :     (url-format-directory): Now just uses dired to display directory
2845 :     listings, much more powerful than the old way. Can copy files, act on
2846 :     multiple files, you all know the drill.
2847 :    
2848 :     * w3.txi: Added more chapters, reorg of others.
2849 :    
2850 :     * w3-display.el (w3-maybe-start-image-download): Fixed handling of bad
2851 :     images in the cache again. Duh.
2852 :     No longer log to the warnings buffer if we fail to load an image. Just
2853 :     use message - much less intrusive. We just usually don't care that much
2854 :     about failed image loads.
2855 :    
2856 :     * url-gw.el (url-open-stream): fixed typo - was calling old
2857 :     url-nslookup-host instead of url-gateway-nslookup-host
2858 :    
2859 :     * w3.el (w3-insert-formatted-url): Now inserts markup in lowercase.
2860 :    
2861 :     Sat Feb 8 13:54:43 1997 William M. Perry <wmperry@aventail.com>
2862 :    
2863 :     * Emacs-W3 3.0.56 released. Getting closer!
2864 :    
2865 :     * w3-forms.el (w3-form-summarize-radio-button): Finally, a decent
2866 :     summarization of radio buttons
2867 :     Fixed typo in specifying summarizer for hidden form fields.
2868 :     (w3-form-keymap): Bind C-a and C-e by default.
2869 :    
2870 :     * w3-widget.el (widget-image-value-create): When using emacspeak, show
2871 :     client side imagemaps as a table. Need a more general solution for
2872 :     this, but this makes us nicer than IE again. :)
2873 :    
2874 :     * Updated to widget 1.30
2875 :    
2876 :     Fri Feb 7 16:49:55 1997 William M. Perry <wmperry@aventail.com>
2877 :    
2878 :     * w3-display.el (w3-handle-string-content): Make sure faces text
2879 :     properties are closed, so that things don't bleed over.
2880 :     (w3-fixup-eol-faces): New function for Emacs 19 that removes face
2881 :     information at newlines, so that underlining will not extend from the
2882 :     end of a line to the window edges - very ugly.
2883 :    
2884 :     * w3-menu.el (w3-menu-initialize-w3-mode-menu-map): Don't support 'emacs
2885 :     in w3-use-menus under Emacs in Windows 95/NT.
2886 :    
2887 :     * w3-display.el (w3-finalize-image-download): Deal with bad images better.
2888 :     (w3-finish-drawing): Better protection of putting images in.
2889 :    
2890 :     * url-gw.el (url-open-stream): Don't auto-retry connections. Don't throw
2891 :     an error if you fail to connect to a site. This is for image loadings
2892 :     that fail for some reason or another.
2893 :    
2894 :     * css.el (css-expand-length): better handling of float values and 'ex'
2895 :     unit type.
2896 :    
2897 :     * font.el (x-font-create-object): Unconditionally make case-fold-search
2898 :     non-nil so that we don't lose big-time. This was the cause of the very
2899 :     weird font-spatial-to-canonical lossage under XEmacs with font sizes of
2900 :     something like '+12pt'
2901 :    
2902 :     * w3.el (w3-view-this-url): Use widget-echo-help if we didn't find a URL
2903 :     under point.
2904 :    
2905 :     Fri Feb 7 15:22:25 1997 Charles Levert <charles@comm.polymtl.ca>
2906 :    
2907 :     * w3-widget.el (widget-image-notify): Bad data being fed to w3-fetch if a
2908 :     client-side imagemap had an alt attribute (but only if the <map> came
2909 :     _after_ the use.
2910 :    
2911 :     Fri Feb 7 15:22:25 1997 William M. Perry <wmperry@aventail.com>
2912 :    
2913 :     * font.el (font-spatial-to-canonical): protect against bad input to this
2914 :     function.
2915 :    
2916 :     Fri Feb 7 15:19:36 1997 Toby Speight <tms@ansa.co.uk>
2917 :    
2918 :     * w3-parse.el (w3-parse-buffer): Parser didn't allow for the fact that
2919 :     TAGC is optional on end-tags as well as on start-tags (i.e. "<b<i>
2920 :     bold-italic</i</b>" is legal).
2921 :    
2922 :     Fri Feb 7 06:28:37 1997 William M. Perry <wmperry@aventail.com>
2923 :    
2924 :     * w3-forms.el (w3-form-keymap): Now inherits from widget-keymap, with a
2925 :     few exceptions.
2926 :    
2927 :     * url.el (url-uncompress): This function now no longer looks at the file
2928 :     extension to determine a compression/encoding method. This is so that
2929 :     doing searches on `foo.tar.gz' will not bogusly cause the decompression
2930 :     steps to run. Ick!
2931 :    
2932 :     * url-file.el (url-insert-possibly-compressed-file): This function no
2933 :     longer atempts to decompress the file after loading it in. Instead, it
2934 :     sets an appropriate content-transfer-encoding header based on the
2935 :     filename, so that this will allow url-uncompress to work correctly on the
2936 :     buffer.
2937 :    
2938 :     Thu Feb 6 06:24:26 1997 William M. Perry <wmperry@aventail.com>
2939 :    
2940 :     * w3-print.el (w3-postscript-print-function): New variable to control what
2941 :     function is used to generate postscript output.
2942 :     (w3-print-this-url): Use it.
2943 :    
2944 :     * w3-display.el (w3-handle-string-content): Make all inserted text
2945 :     read-only
2946 :    
2947 :     * w3-forms.el (w3-form-use-old-style): New variable to control whether to
2948 :     use the old-style interaction with form fields instead of the 'type
2949 :     directly into the buffer' method
2950 :     (w3-form-determine-size): Use it.
2951 :     (w3-form-create-integer): Use it.
2952 :     (w3-form-create-float): Use it.
2953 :     (w3-form-create-text): Use it.
2954 :     (w3-form-create-password): Use it.
2955 :     (w3-revert-form): Fixed error with 'reset' buttons on forms that had
2956 :     hidden form fields.
2957 :    
2958 :     * w3-vars.el (w3-mode-map): Define [backtab] by default
2959 :    
2960 :     * w3-display.el (w3-size-of-tree): Removed some warnings
2961 :     (w3-display-table-dimensions): ditto
2962 :    
2963 :     * Updated to widget 1.26
2964 :    
2965 :     * default.css: Some default formatting changes for input fields.
2966 :     Everything is underlined by default except submit/reset/image/button
2967 :     fields, so that they are a little easier to spot.
2968 :    
2969 :     * w3-parse.el (w3-parse-buffer): Now slaps pseudo-elements into input
2970 :     fields so that stylesheets can access them.
2971 :    
2972 :     Wed Feb 5 14:42:12 1997 William M. Perry <wmperry@aventail.com>
2973 :    
2974 :     * Updated to widget 1.24
2975 :    
2976 :     * Happy birthday Jenny P.
2977 :    
2978 :     Tue Feb 4 08:21:03 1997 William M. Perry <wmperry@aventail.com>
2979 :    
2980 :     * font.el (x-font-create-name): Better checking/optimizing of when to just
2981 :     return the default font.
2982 :    
2983 :     * w3-forms.el: Make use of the new information, and pass it down to the
2984 :     widget library appropriately.
2985 :    
2986 :     * w3-display.el (w3-display-node): Now passes in the entire list of active
2987 :     faces to form creation functions.
2988 :    
2989 :     Mon Feb 3 07:26:18 1997 William M. Perry <wmperry@aventail.com>
2990 :    
2991 :     * w3-emulate.el (w3-lynx-emulation-minor-mode-map): Lots of new
2992 :     keybindings for lynx emulation minor mode.
2993 :    
2994 :     * Emacs-W3 3.0.55 released
2995 :    
2996 :     * w3-forms.el (w3-form-determine-size): Fixed _STUPID_ problem where
2997 :     option lists would lose everything but the first option in them. I'm a
2998 :     dumbass. Sort modifies its list parameter! ICK ICK ICK.
2999 :    
3000 :     * url.el (url-after-change-function): Show prettier status messages.
3001 :     Sizes are converted to bytes, k, or M, depending on how big the file
3002 :     is.
3003 :    
3004 :     * w3.txi: Lots of documentation changes - volunteers welcome.
3005 :    
3006 :     * Removed personal annotation support, since it wasn't shown with the new
3007 :     display engine, it needs to be rethought, and nobody had complained in
3008 :     the entire beta cycle.
3009 :    
3010 :     * w3.el (w3-history-find-url-internal): Redid the history mechanism.
3011 :     Toolbar and menu entries are now grayed out appropriately.
3012 :    
3013 :     * url-http.el (url-create-mime-request): Fixed cookie support if not going
3014 :     through a proxy gateway.
3015 :    
3016 :     Sun Feb 2 22:05:41 1997 William M. Perry <wmperry@aventail.com>
3017 :    
3018 :     * w3-display.el (w3-display-table): Fix for negative colwidth
3019 :    
3020 :     Fri Jan 31 14:28:54 1997 William M. Perry <wmperry@aventail.com>
3021 :    
3022 :     * w3.el (w3-fetch): Fixed targetted links (http://blah/#foo)
3023 :    
3024 :     Fri Jan 31 11:20:47 1997 Alf-Ivar Holm <alfh@ifi.uio.no>
3025 :    
3026 :     * w3.el (w3-mail-current-document): Fixed problem with calling
3027 :     w3-parse-buffer with too many arguments when mailing LaTeX-ified
3028 :     files.
3029 :    
3030 :     Fri Jan 31 11:19:37 1997 Cord Kielhorn <kielhorn@thphy.uni-duesseldorf.de>
3031 :    
3032 :     * css.el (css-expand-length): Fixed bad regexps for percentage and
3033 :     character based lengths
3034 :    
3035 :     Thu Jan 30 20:27:06 1997 William M. Perry <wmperry@aventail.com>
3036 :    
3037 :     * Emacs-W3 3.0.52 released
3038 :    
3039 :     * w3-display.el (w3-handle-image): When doing table auto layout, don't
3040 :     start loading the images.
3041 :    
3042 :     Wed Jan 29 06:15:37 1997 William M. Perry <wmperry@aventail.com>
3043 :    
3044 :     * font.el (x-font-create-name): Yet another fix for not screwing up the
3045 :     line-height in Emacs 19.
3046 :    
3047 :     * w3-display.el (w3-face-for-element): Uhh, oblique seems to work.
3048 :    
3049 :     * font.el (set-font-style-by-keywords): now deals with arguments that
3050 :     aren't lists, for the font-style and font-variant CSS stuff
3051 :    
3052 :     * w3-display.el (w3-display-node): Reimplemented <cookie> tag.
3053 :     (w3-display-node): Reimplemented <flame> tag.
3054 :    
3055 :     * url.el (url-insert-file-contents): url-insert-file-contents now
3056 :     decodes/uncompresses the data before returning.
3057 :    
3058 :     * w3-display.el (w3-display-node): Reimplemented <pinhead> tag
3059 :    
3060 :     Tue Jan 28 06:22:08 1997 William M. Perry <wmperry@aventail.com>
3061 :    
3062 :     * font.el (x-font-create-name): Never take font size into account under
3063 :     Emacs - too much chance of totally screwing up the users leading by
3064 :     choosing a bigger font than their default. This sucks. But I can't
3065 :     find a better solution.
3066 :    
3067 :     * w3.el: w3-mode now turns on truncate-lines by default.
3068 :    
3069 :     * w3-forms.el (w3-form-create-image): Better image input type support.
3070 :    
3071 :     Mon Jan 27 08:21:58 1997 William M. Perry <wmperry@aventail.com>
3072 :    
3073 :     * w3-forms.el (w3-form-create-password): Now uses real password entry
3074 :     widgets provided by 'widget' - you _MUST_USE_ the widget library that
3075 :     comes with Emacs-W3 for this, otherwise the info won't be hidden
3076 :     correctly.
3077 :     (w3-form-add-element): Deal with hidden text areas better when they are
3078 :     in forms
3079 :    
3080 :     * Synch'd up to widget 1.22
3081 :    
3082 :     Sun Jan 26 16:50:09 1997 William M. Perry <wmperry@aventail.com>
3083 :    
3084 :     * Emacs-W3 3.0.51 released
3085 :    
3086 :     * w3-forms.el (w3-form-create-text): Now uses the real text entry widgets
3087 :     provided by 'widget' - still can't do this for password fields yet
3088 :     though.
3089 :    
3090 :     * Synch'd up to Widget 1.20
3091 :    
3092 :     Sat Jan 25 13:38:12 1997 William M. Perry <wmperry@aventail.com>
3093 :    
3094 :     * url.el (url-expand-file-name): Now strips out spaces as well as
3095 :     newlines/carriage returns. More fixes for that bastardized microsoft
3096 :     home page.
3097 :    
3098 :     * url-http.el (url-create-mime-request): Make sure that we retrieve the
3099 :     cookies for the real URL we are retrieving when going through a proxy.
3100 :     Now the psychotic crap that is the microsoft home page should be
3101 :     successfully retrieved if going through an HTTP proxy.
3102 :    
3103 :     * url-cookie.el (url-cookie-handle-set-cookie): Attempt to deal with
3104 :     idiotic microsoft home page that sends out set-cookie headers that look
3105 :     like MC1=ID=abc, and expects two cookies MC1='' and ID='abc' *sigh*
3106 :    
3107 :     * w3-forms.el, w3-display.el: Form elements now keep all their attributes
3108 :     with them. Will be useful when we start allowing scripting.
3109 :     (w3-form-create-custom): Rudimentary patches to allow embedding 'custom'
3110 :     widgets into the buffer. Interesting.
3111 :    
3112 :     * w3-forms.el (w3-form-determine-size): New function to calculate how big
3113 :     a form field will be - option lists should look much better now.
3114 :    
3115 :     Thu Jan 23 08:48:59 1997 William M. Perry <wmperry@aventail.com>
3116 :    
3117 :     * Synch'ed up to custom 1.19
3118 :    
3119 :     * url-parse.el: document extra slots of url-generic-parse-url
3120 :    
3121 :     Thu Jan 23 08:34:34 1997 Joe Wells <jbw@cs.bu.edu>
3122 :    
3123 :     * url-file.el (url-file): Patch to tell ange-ftp and/or efs the password
3124 :     in a file/ftp URL so that you won't be prompted for the password, even
3125 :     if one was specified in the URL
3126 :    
3127 :     * url-parse.el (url-generic-parse-url): Fixed bug where specifying a
3128 :     username and password in the URL would downcase the username and
3129 :     password as well as the hostname.
3130 :    
3131 :     Wed Jan 22 08:28:13 1997 William M. Perry <wmperry@aventail.com>
3132 :    
3133 :     * Emacs-W3 3.0.50 released
3134 :    
3135 :     * base64.el (base64-encode-region): Pulled in code from VM for quicker
3136 :     encoding/decoding
3137 :    
3138 :     * mm.el (mm-content-transfer-encodings): Better base64 decoding
3139 :    
3140 :     Wed Jan 22 07:31:03 1997 Alf-Ivar Holm <alfh@ifi.uio.no>
3141 :    
3142 :     * w3-emulate.el (w3-lynx-emulation-minor-mode-map): Lynx [up] and [down]
3143 :     bound to non-existing functions.
3144 :    
3145 :     * w3.el (w3-do-setup): Fixed installation of lynx emulation modes keymap.
3146 :    
3147 :     Tue Jan 21 07:56:51 1997 William M. Perry <wmperry@aventail.com>
3148 :    
3149 :     * url-misc.el (url-data): Make sure to url-decode the data before
3150 :     inserting it into the buffer.
3151 :    
3152 :     * w3-menu.el (w3-toggle-minibuffer): better version
3153 :    
3154 :     * w3-forms.el (w3-form-create-integer): New form entry type
3155 :     (w3-form-create-float): new form entry type
3156 :     (w3-form-encode-helper): deal with the new integer/float types
3157 :    
3158 :     * w3-display.el (w3-display-node): Reimplemented <select multiple> as a
3159 :     list of checkboxes
3160 :    
3161 :     Mon Jan 20 06:29:07 1997 William M. Perry <wmperry@aventail.com>
3162 :    
3163 :     * w3-display.el (w3-display-node): Keep track of the last form's action,
3164 :     for theoretically 'naked' input fields that we want to try and handle as
3165 :     best we can anyway.
3166 :    
3167 :     * w3-parse.el: Much more lenient about where form elements can be found.
3168 :    
3169 :     * w3-forms.el: summarizer functions now take the widget as an extra
3170 :     parameter.
3171 :    
3172 :     * w3.el (w3-find-etc-directory): New function - not used yet.
3173 :    
3174 :     * w3.txi: Warning! You now need a very new version of texinfo to compile
3175 :     the .info or .dvi file yourself.
3176 :    
3177 :     * url-mail.el (url-mail): Now tries to use message-mail if it is bound
3178 :     instead of just plain old 'mail'.
3179 :    
3180 :     * w3-forms.el (w3-form-add-element): Duh, fix hidden form fields.
3181 :    
3182 :     * font.el (font-normalize-color): Hopefully fixed color lossage under OS/2
3183 :     and Windows
3184 :    
3185 :     * w3-forms.el (w3-form-summarize-field): Actually 'message' the string as
3186 :     a workaround for emacspeak 5.0
3187 :    
3188 :     Sun Jan 19 09:32:15 1997 William M. Perry <wmperry@aventail.com>
3189 :    
3190 :     * w3-xemac.el (w3-mouse-handler): Ditto
3191 :    
3192 :     * w3-e19.el (w3-mouse-handler): Protect against 'bad format string' errors
3193 :     when showing a hexified URL
3194 :    
3195 :     * w3-forms.el (w3-form-mark-widget): Be super paranoid and mark all
3196 :     children and their children's children, and the parents of a widget.
3197 :     (w3-form-create-radio-button): Make sure radio button children always
3198 :     get updated via w3-form-mark-widget.
3199 :     (w3-form-summarize-radio-button): Slightly better summarization of radio
3200 :     buttons.
3201 :    
3202 :     * Emacs-W3 3.0.49 released
3203 :    
3204 :     * Synch'ed up with widget 1.18
3205 :    
3206 :     Fri Jan 17 06:25:36 1997 Dave Love <d.love@dl.ac.uk>
3207 :    
3208 :     * w3-display.el: w3-echo-link now prefers the URL to the text of a link
3209 :    
3210 :     Fri Jan 17 06:25:36 1997 William M. Perry <wmperry@aventail.com>
3211 :    
3212 :     * w3-display.el: Fixed handling of inlined styles
3213 :    
3214 :     * w3-mouse.el: Some fixes for XEmacs when built with no X support
3215 :    
3216 :     * default.css: Now uses the new @media directives instead of the old
3217 :     :blah: stuff
3218 :    
3219 :     * css.el (css-handle-media-directive): New function to handle @media
3220 :     directives.
3221 :     (css-parse): Deprecate the old :mediatype: way of specifying media
3222 :     dependent styles.
3223 :    
3224 :     * w3-style.el (w3-handle-style): Now gets passed a plist instead of an
3225 :     assoc list.
3226 :     (w3-handle-style): Pay attention to the new 'media' attribute on
3227 :     stylesheet links, and don't load the stylesheet if we aren't currently
3228 :     running on that type of media.
3229 :    
3230 :     * css.el (css-properties): Added proposed printing properties from a W3C
3231 :     draft.
3232 :    
3233 :     Thu Jan 16 06:06:45 1997 William M. Perry <wmperry@aventail.com>
3234 :    
3235 :     * css.el (css-handle-media-directive): Implemented the @media processing
3236 :     instruction.
3237 :    
3238 :     * w3-forms.el (w3-form-summarize-option-list): Changed the summarize
3239 :     function for option lists. Much saner now.
3240 :    
3241 :     * w3.el (w3-read-url-with-default): Use the URL at point before falling
3242 :     back to http://www.
3243 :     (w3-source-document): When sourcing a document, let set-auto-mode do the
3244 :     right thing. .html comes up in html-mode, or whatever now.
3245 :    
3246 :     * url-cookie.el: Fixed some compile warnings under Emacs
3247 :    
3248 :     * w3-forms.el (w3-form-summarize-option-list): Make each choice-item have
3249 :     emacspeak-help set.
3250 :    
3251 :     * w3-speak.el (w3-widget-backward): New advice
3252 :     (w3-widget-forward): New advice
3253 :    
3254 :     * w3-forms.el (w3-form-create-option-list): Renamed function
3255 :    
3256 :     * Emacs-W3 3.0.48 released
3257 :    
3258 :     * w3-display.el (w3-face-for-element): Use background-color instead of
3259 :     just background for css property.
3260 :    
3261 :     * w3-forms.el (w3-form-encode-helper): Fixed radio buttons, duh.
3262 :    
3263 :     * url-misc.el (url-do-terminal-emulator): Fixed bad var reference left
3264 :     from old code.
3265 :    
3266 :     * url-gw.el: Moved all the gateway variables into their own namespace to
3267 :     make it easier to turn this into a standalone package.
3268 :    
3269 :     * dist.Makefile (SOURCES): Added url-gw and w3 to the build targets.
3270 :    
3271 :     Wed Jan 15 08:00:37 1997 William M. Perry <wmperry@aventail.com>
3272 :    
3273 :     * Emacs-W3 3.0.47 released
3274 :    
3275 :     * url.el (url-expand-file-name): Make sure to remove \r from the URL as
3276 :     well as \n
3277 :    
3278 :     * url-gw.el (url-open-stream): Added in 'telnet' and 'rlogin' methods for
3279 :     url-gateway-method. Code stolen from GNUS. Thanks lars! :) It would
3280 :     be nice to make this file its own package and be able to override
3281 :     open-network-stream so that all apps could get this for free.
3282 :    
3283 :     * url-misc.el (url-generic-emulator-loader): Consolidated the tn3270,
3284 :     telnet, and rlogin URL loaders into one smarter function
3285 :    
3286 :     * url.el: Made cookie and auth modules autoloaded, removed some old autoloads
3287 :     (url-open-stream) Moved to url-gw.el
3288 :    
3289 :     Mon Jan 13 22:11:00 1997 William M. Perry <wmperry@aventail.com>
3290 :    
3291 :     * w3-display.el (w3-widget-echo): w3-echo-link can now be a list, so the
3292 :     user can explicitly control fallback behaviour.
3293 :    
3294 :     * w3.txi: Added some pointers to CSS documentation
3295 :    
3296 :     * mule-sysdp.el (mule-code-convert-region): ditto
3297 :    
3298 :     * w3.el (w3-convert-code-for-mule): Fixed bug in XEmacs 20.0 mule
3299 :    
3300 :     Mon Jan 13 11:14:29 1997 T. V. Raman <raman@Adobe.COM>
3301 :    
3302 :     * w3.el (w3-widget-forward): Call widget-forward interactively so that
3303 :     emacspeak will hook it correctly.
3304 :    
3305 :     Mon Jan 13 11:14:29 1997 William M. Perry <wmperry@aventail.com>
3306 :    
3307 :     * w3-display.el (w3-refresh-buffer): Finally reimplemented
3308 :     w3-refresh-buffer.
3309 :    
3310 :     Sun Jan 12 10:32:50 1997 Karl Eichwalder <ke@ke.Central.DE>
3311 :    
3312 :     * w3.txi: Add @dircategory and @direntry... @end. `install-info'
3313 :     from texinfo-3.9 know about those.
3314 :    
3315 :     Sun Jan 12 21:49:44 1997 William M. Perry <wmperry@aventail.com>
3316 :    
3317 :     * w3.el (w3-save-as): Can now save a page as postscript again
3318 :    
3319 :     * w3-display.el (w3-display-node): inline styles work again
3320 :    
3321 :     * url-misc.el (url-data): Updated data: URL to the spec.
3322 :     ftp://ietf.org/internet-drafts/draft-masinter-url-data-02.txt
3323 :    
3324 :     Sat Jan 11 20:47:24 1997 William M. Perry <wmperry@aventail.com>
3325 :    
3326 :     * Emacs-w3 3.0.45 released
3327 :    
3328 :     * url-misc.el (url-data): Now supports the 'data' URL type, which just
3329 :     'fetches' everything after the data: chunk of the URL
3330 :    
3331 :     Fri Jan 10 11:49:43 1997 William M. Perry <wmperry@aventail.com>
3332 :    
3333 :     * w3-display.el (w3-display-node): Multicolumn works, but puts things
3334 :     across instead of down
3335 :    
3336 :     * w3-parse.el: Basic support for parsing <multicol>
3337 :    
3338 :     * w3-display.el (w3-display-node): Make our semi-widgety hyperlinks
3339 :     start/end open under XEmacs.
3340 :    
3341 :     * w3.el (w3-complete-link): Make sure we take case into account when doing
3342 :     link completion. The user can use 'test' to complete to link titled
3343 :     'Test'. Uses try-completion for this, which seems to work since we
3344 :     require a match. Is this the best way to do this? Other than not being
3345 :     case-insensitive at this point?
3346 :    
3347 :     * w3-forms.el (w3-form-default-widget-creator): Better way of handling
3348 :     updates to text entry fields.
3349 :     (w3-revert-form): Everything should be reverted correctly, both in
3350 :     internal storage and in the buffer
3351 :     (w3-form-create-radio-button): Get a more unique identifier to store
3352 :     radio elements by - old way could theoretically get collisions.
3353 :    
3354 :     * w3-display.el (w3-display-handle-list-type): Updated use of 'list-style'
3355 :     to use new property 'list-style-type'
3356 :     (w3-prepare-buffer): Now kills the source buffer before it starts
3357 :     drawing the tree, to avoid *URL-n* buffers when not really necessary.
3358 :    
3359 :     * css.el (css-properties): Updated all the properties to the W3C's latest
3360 :     'recommendation' level CSS specification.
3361 :     (css-handle-import): much better handling of @import
3362 :     (css-parse): Better handling of '@' directives in general
3363 :     (css-expand-value): General cleanup, reference the CSS and ACSS specs
3364 :     for how/why we are parsing something the way we are.
3365 :    
3366 :     Thu Jan 9 06:17:08 1997 William M. Perry <wmperry@aventail.com>
3367 :    
3368 :     * Updated all copyright notices. Happy belated new year!
3369 :    
3370 :     * w3-display.el (w3-region): Fixed a few bugs with nuking too much of a
3371 :     buffer when using w3-region
3372 :    
3373 :     * w3.el (w3-read-url-with-default): Use new variable.
3374 :    
3375 :     * w3-vars.el (w3-fetch-with-default): New variable to control whether or
3376 :     not w3-fetch will figure out a good default value for the URL or not.
3377 :    
3378 :     * w3-forms.el (w3-form-mark-widget): New function to mark a widget and all
3379 :     its children with an appropriate :emacspeak-help and 'w3-form-data
3380 :     Now defines a few keywords to look more widget-y
3381 :    
3382 :     Wed Jan 8 09:27:47 1997 William M. Perry <wmperry@aventail.com>
3383 :    
3384 :     * css.el (css-expand-value): Added elevation, angle, and time units.
3385 :    
3386 :     * w3-display.el (w3-display-node): Turn on voice-lock-mode by default in
3387 :     all w3 buffers.
3388 :    
3389 :     * css.el (css-properties): Added in new speech properties from the ACSS
3390 :     note from the W3C. Please see
3391 :     http://www.w3.org/pub/WWW/Style/CSS/Speech/NOTE-ACSS for more
3392 :     information.
3393 :    
3394 :     * w3-forms.el: Moved all the form entry summarization functions from
3395 :     w3-speak.el into w3-forms. Easier to keep in synch this way.
3396 :    
3397 :     * w3-display.el (w3-display-node): Reimplimented the 'keygen' form entry
3398 :     type for netscape compatibility.
3399 :    
3400 :     Tue Jan 7 07:20:08 1997 William M. Perry <wmperry@aventail.com>
3401 :    
3402 :     * w3-display.el (w3-region): New function that parses the HTML in a region
3403 :     'in-place', so that things like MIME mailers/gnus readers can show HTML
3404 :     inline a lot easier.
3405 :    
3406 :     * w3-forms.el (w3-form-resurrect-widgets): Fixed case where a widget goes
3407 :     all the way to point-max and next-single-property-change will return
3408 :     nil. Would pass bad args to delete-region.
3409 :     (w3-form-summarize-field): Moved some of the smarts about summarizing W3
3410 :     widgets from w3-speak into the core forms code.
3411 :    
3412 :     * font.el (define-font-keywords): New function for defining keywords that
3413 :     will actually work across Emacs and XEmacs
3414 :    
3415 :     * w3-display.el (w3-display-node): Reimplemented 'note' functionality, by
3416 :     converting it into a two-cell table.
3417 :     (w3-display-node): Implemented <dir> as multi-column, as-per the RFC and
3418 :     HTML 3.x specifications
3419 :    
3420 :     * default.css: Added default display type for dir and menu
3421 :    
3422 :     Mon Jan 6 21:49:52 1997 William M. Perry <wmperry@aventail.com>
3423 :    
3424 :     * url-http.el (url-create-mime-request): Fixed yet another stupid problem
3425 :     in Host: header handling. Was never sending the right information if
3426 :     you were not going through a proxy this time. *sigh*
3427 :    
3428 :     * w3-forms.el (w3-form-add-element): Fixed hidden form fields
3429 :    
3430 :     Sun Jan 5 22:38:54 1997 William M. Perry <wmperry@aventail.com>
3431 :    
3432 :     * url-vars.el (url-proxy-services): updated documentation string
3433 :    
3434 :     * w3-widget.el (widget-image-notify): Fixed client side handling of
3435 :     imagemaps on a TTY or a delayed/broken image. Duhhh
3436 :    
3437 :     Fri Jan 3 Dave Love <d.love@dl.ac.uk>
3438 :    
3439 :     * w3-e19.el (w3-mouse-handler): Fix link echoing.
3440 :    
3441 :     Fri Jan 3 08:43:56 1997 William M. Perry <wmperry@aventail.com>
3442 :    
3443 :     * Emacs-W3 3.0.43 released
3444 :    
3445 :     * font.el (make-font): Treat args as a plist, just for sanity's sake.
3446 :    
3447 :     Thu Jan 2 12:19:31 1997 William M. Perry <wmperry@aventail.com>
3448 :    
3449 :     * w3-display.el (w3-table-hack-borders): Fix stupid use of 'otheriwse'
3450 :     instead of 'otherwise' in a case statement.
3451 :    
3452 :     * w3-forms.el (w3-form-add-element): Fix stupid use of 'otheriwse'
3453 :     instead of 'otherwise' in a case statement.
3454 :     (w3-form-resurrect-widgets): Fixed XEmacs handling of widget recreation,
3455 :     and also fixed problem where some widgets would be skipped.
3456 :    
3457 :     Tue Dec 31 07:37:17 1996 William M. Perry <wmperry@aventail.com>
3458 :    
3459 :     * w3-e19.el: All the menus in Emacs-19 now use the same constructors that
3460 :     the :filter entries under XEmacs do. This will make things much easier
3461 :     in the future in not duplicating crufty menu-construction code once for
3462 :     XEmacs menu-structs and once for Emacs keymaps.
3463 :    
3464 :     * w3-menu.el (w3-menu-html-links-constructor): Now works with the Emacs 19
3465 :     implementation of property lists.
3466 :    
3467 :     Mon Dec 30 06:25:28 1996 William M. Perry <wmperry@aventail.com>
3468 :    
3469 :     * w3-menu.el (w3-popup-menu): context-sensitive menus over delayed images
3470 :     work again
3471 :    
3472 :     * w3-display.el (w3-parse-link): New way to store <link> information from
3473 :     an HTML document.
3474 :    
3475 :     * w3.el (w3-search): Deal with new <link> storage
3476 :    
3477 :     * w3-menu.el (w3-menu-html-links-constructor): Deal with new way <link>
3478 :     items are stored - now uses the 'title' attribute if present.
3479 :    
3480 :     * w3-auto.el (w3-form-resurrect-widgets): Added autoload
3481 :    
3482 :     * url-file.el (url-format-directory): Removed url-forms-based-ftp option -
3483 :     didn't really work anyway.
3484 :    
3485 :     Sun Dec 29 15:54:21 1996 William M. Perry <wmperry@aventail.com>
3486 :    
3487 :     * w3-forms.el (w3-form-resurrect-widgets): fixed stupid problem in munging
3488 :     of the size of form elements.
3489 :    
3490 :     * Emacs-W3 3.0.42 released
3491 :    
3492 :     * w3-display.el (w3-table-hack-borders): Deal gracefully with not finding
3493 :     a 'terminal' font to display hacked border chars in
3494 :    
3495 :     * w3-hot.el (w3-hotlist-add-document): don't hexify a url before sticking
3496 :     it in the hotlist buffer
3497 :    
3498 :     * w3-display.el (w3-display-node): hyperlinks with images at the start
3499 :     will now have a button associated with the entire link, not just the
3500 :     image part.
3501 :    
3502 :     * w3-sysdp.el (fillin-text-property): made it work under Emacs19
3503 :    
3504 :     Sun Dec 29 00:07:39 1996 Takahiro Hayata <hayata@sc511t.s.kobe-u.ac.jp>
3505 :    
3506 :     * mule-sysdp.el (mule-write-region-no-coding-system): Patch for Mule 2.3
3507 :    
3508 :     Sun Dec 29 00:07:39 1996 William M. Perry <wmperry@aventail.com>
3509 :    
3510 :     * w3-forms.el (w3-form-add-element): Only insert stubs of the right length
3511 :     for a for element, and do munging of that text into the actual widgets
3512 :     later. This saves us a lot of grief and heartache when handling things
3513 :     like radio buttons that span table elements because the markers have
3514 :     become completely insane by the time the next widget is ready to be
3515 :     created.
3516 :    
3517 :     Sat Dec 28 17:24:08 1996 William M. Perry <wmperry@aventail.com>
3518 :    
3519 :     * w3-display.el (w3-display-table): Don't crap out on invalid tables where
3520 :     table-dimensions tells us we have a 0 column or 0 row table.
3521 :    
3522 :     * w3-widget.el (widget-image-value-create): Use :action instead of :notify
3523 :     for widget-image-callback - hyperlinked images under Emacs 19 should
3524 :     work again.
3525 :    
3526 :     Thu Dec 26 18:26:25 1996 William M. Perry <wmperry@aventail.com>
3527 :    
3528 :     * w3.el (w3-widget-forward): Use this instead of widget-forward.
3529 :     (w3-widget-backward): Ditto. Need to make both of these smart for w3.
3530 :    
3531 :     * w3-display.el (w3-display-node): Implemented the display class 'none'
3532 :     for turning off the rendering of an element and its subcontent.
3533 :    
3534 :     Thu Dec 26 07:21:58 1996 William Perry <wmperry@aventail.com>
3535 :    
3536 :     * w3-parse.el (w3-parse-buffer): *sigh* Allow _ in attribute names.
3537 :    
3538 :     * Emacs-W3 3.0.41 released
3539 :    
3540 :     * url-parse.el (url-generic-parse-url): bind inhibit-read-only to 't' in
3541 :     url parsing buffers, to avoid 'attempt to modify read-only text'
3542 :     problems when the string passed to url-generic-parse-url has the
3543 :     read-only text property set.
3544 :    
3545 :     * w3-e19.el (w3-setup-version-specifics): popup menus should work in
3546 :     Emacs19 again.
3547 :    
3548 :     * css.el (css-expand-value): For margin and padding, make sure we _always_
3549 :     convert into a valid length spec. Setting a 'margin' or 'padding'
3550 :     property group instead of individual margin-* or padding-* values would
3551 :     cause the display engine to crap out.
3552 :     (css-get): Fixed generic class-only lookups (.foo, etc)
3553 :    
3554 :     * w3-display.el (w3-display-handle-list-type): Tweaks to list indentation
3555 :    
3556 :     * w3-menu.el (w3-menu-html-links-constructor): Fixed stupid problem with
3557 :     the new navigate menu under XEmacs.
3558 :    
3559 :     Tue Dec 24 22:46:11 1996 William M. Perry <wmperry@aventail.com>
3560 :    
3561 :     * css.el (css-expand-color): Better handling of X-style color specs -
3562 :     convert them to internal RGB format.
3563 :    
3564 :     Tue Dec 24 02:50:08 1996 Christian Limpach <chris@nice.ch>
3565 :    
3566 :     * font.el (ns-font-families-for-device): added test for unbound
3567 :     device-fonts-cache variable.
3568 :     (ns-font-create-name): handle font-styles which are numbers.
3569 :    
3570 :     * w3-sysdp.el (try-font-name): added support for Nextstep.
3571 :    
3572 :     Tue Dec 24 06:16:33 1996 William M. Perry <wmperry@aventail.com>
3573 :    
3574 :     * w3.el (w3-open-local): Send filename through expand-file-name in
3575 :     w3-open-local to avoid having illegal URLs like file:/~/test.html
3576 :    
3577 :     * w3-widget.el (widget-image-value-create): fixed new problem with client
3578 :     side imagemaps. Should really work this time.
3579 :    
3580 :     * w3.el (w3-map-links): w3-map-links and hence w3-complete-link will now
3581 :     find images that are also hyperlinks.
3582 :    
3583 :     Mon Dec 23 22:28:58 1996 William M. Perry <wmperry@aventail.com>
3584 :    
3585 :     * Emacs-W3 3.0.40 released
3586 :    
3587 :     * w3-menu.el (w3-menu-go-menu): Added 'navigate' submenu to hold the
3588 :     predefined <link> types.
3589 :    
3590 :     * w3-widget.el (widget-image-summarize): Image widgets should now be much
3591 :     better at identifying themselves when being tab'ed to or waggled at with
3592 :     the mouse.
3593 :    
3594 :     * w3-prefs.el: Fixed a few references to w3-glyphp (now widget-glyphp)
3595 :    
3596 :     * w3.el (w3-url-completion-function): Fixed completion of URLs
3597 :    
3598 :     Sat Dec 21 Dave Love <d.love@dl.ac.uk>
3599 :    
3600 :     * w3-display.el, w3-vars.el, w3.el: Define and use
3601 :     w3-defined-link-types to canonicalize link descriptions' case for
3602 :     ease of use.
3603 :    
3604 :     * w3-e19.el (w3-build-FSF19-menu): Add any recognised <link> items
3605 :     to the menu in the absence of a toolbar.
3606 :    
3607 :     Thu Dec 19 13:52:35 1996 William Perry <wmperry@aventail.com>
3608 :    
3609 :     * Emacs-W3 3.0.39 released
3610 :    
3611 :     * w3-forms.el (w3-form-encode-xwfu): Ditto.
3612 :    
3613 :     * url.el (url-hexify-string): Updated to use url-unreserved-chars when
3614 :     escaping, ala
3615 :     http://www.ics.uci.edu/pub/ietf/uri/draft-fielding-url-syntax-02.txt
3616 :    
3617 :     Wed Dec 18 22:09:41 1996 William M. Perry <wmperry@aventail.com>
3618 :    
3619 :     * w3.el (w3-mode): Removed bogus setting of widget-motion-hook from way
3620 :     back
3621 :    
3622 :     * w3-parse.el (w3-parse-buffer): Better handling of <base> tag.
3623 :    
3624 :     * w3-display.el (w3-widget-echo): Better falling-back when the preferred
3625 :     echo method yields nil.
3626 :    
3627 :     * url.el, w3-display.el, w3.el: Remove last vestiges of url-hash.el and
3628 :     removed it from the distribution.
3629 :    
3630 :     Wed Dec 18 08:07:32 1996 William Perry <wmperry@aventail.com>
3631 :    
3632 :     * dsssl.el: Moved the DSSSL parser and friends into its own namespace.
3633 :    
3634 :     Removed dependencies on url-hash.
3635 :    
3636 :     * custom.el: Synch'd up to custom 1.13
3637 :    
3638 :     Tue Dec 17 16:36:05 1996 William M. Perry <wmperry@aventail.com>
3639 :    
3640 :     * url.el (url-expand-file-name): If we weren't given a base object to work
3641 :     from, and url-current-object is null, set it to the object returned by
3642 :     parsing url-view-url.
3643 :    
3644 :     * url-http.el (url-create-mime-request): Send the right information in the
3645 :     'Host' header field when going through a proxy.
3646 :     (url-setup-reload-timer): Emacs 19 doesn't deal well with 0-length
3647 :     timeouts, so protect against trying to create one when dealing with the
3648 :     refresh header.
3649 :    
3650 :     * w3-parse.el: Removed lots of crap for the old display engine - shouldn't
3651 :     cons up as much garbage as before. Now it will just cons up garbage
3652 :     that we actually need.
3653 :    
3654 :     Tue Dec 17 07:10:47 1996 William Perry <wmperry@aventail.com>
3655 :    
3656 :     * css.el (css-properties): New property type 'string-list' for font-family
3657 :    
3658 :     * w3.el (w3-find-default-stylesheets): Make sure to look in
3659 :     data-directory/../../w3 for stylesheets
3660 :    
3661 :     Tue Dec 17 06:07:08 1996 William M. Perry <wmperry@aventail.com>
3662 :    
3663 :     * w3-toolbar.el: wrapped a condition-case around the require for
3664 :     xpm-button and xbm-button so that it will compile under Emacs
3665 :    
3666 :     Mon Dec 16 08:19:40 1996 William Perry <wmperry@aventail.com>
3667 :    
3668 :     * Emacs-W3 3.0.38 released.
3669 :    
3670 :     * dist.Makefile (OBJECTS): Removed xpm-button and xbm-button from the
3671 :     distribution. Any version of XEmacs that can run the latest 3.0 stuff
3672 :     has them already.
3673 :    
3674 :     * default.css: Make nested ol/ul items display class 'line' so they look
3675 :     prettier.
3676 :    
3677 :     * w3-display.el (w3-display-node): EVIL hack to make the first item in a
3678 :     nested list get indented correctly.
3679 :    
3680 :     * w3-about.el (w3-about): Fixed the about:style stylesheet to be
3681 :     up-to-date with new CSS spec.
3682 :    
3683 :     * default.css: Turned down indentation on list items by default.
3684 :    
3685 :     * w3-display.el (w3-display-node): Mouse tracking should work under XEmacs
3686 :     again.
3687 :    
3688 :     * dist.Makefile (all): Removed 'emacs' from dependency list.
3689 :    
3690 :     Mon Dec 16 06:03:14 1996 William M. Perry <wmperry@aventail.com>
3691 :    
3692 :     * w3-display.el (w3-table-hack-borders): This should work on TTY's again.
3693 :    
3694 :     Sun Dec 15 14:19:53 1996 William M. Perry <wmperry@aventail.com>
3695 :    
3696 :     * Emacs-W3 3.0.37 released
3697 :    
3698 :     * w3-display.el: Better handling of paragraphs (well, any block-level
3699 :     element within a list-item display group.
3700 :    
3701 :     * default.css (address): Changed <address> display tpye to line so that
3702 :     right-justification will take effect.
3703 :    
3704 :     Sat Dec 14 10:24:13 1996 William M. Perry <wmperry@aventail.com>
3705 :    
3706 :     * w3-sysdp.el: Removed stubs for add-submenu - it was confusing 'custom'
3707 :    
3708 :     * dist.Makefile: More GNU-ish project makefile
3709 :    
3710 :     * url.el (url-default-find-proxy-for-url): Fixed no_proxy handling
3711 :     (url-default-find-proxy-for-url): Don't pass 'www://' links to a proxy
3712 :    
3713 :     Fri Dec 13 22:50:45 1996 William M. Perry <wmperry@aventail.com>
3714 :    
3715 :     * dist.Makefile (URLSOURCES): Added socks.el to the distribution. Not
3716 :     used just yet.
3717 :    
3718 :     * css.el (css-copy-stylesheet): Fixed problem with sharing the list
3719 :     structure between the hash tables - document stylesheets would infect
3720 :     the main w3-user-stylesheet and cause weirdness.
3721 :    
3722 :     Fri Dec 13 09:47:40 1996 William Perry <wmperry@aventail.com>
3723 :    
3724 :     * w3-style.el (w3-display-stylesheet): Fixed problem where
3725 :     w3-display-stylesheet would override the buffer css-display was showing
3726 :     the stylesheet in. Duhh.
3727 :    
3728 :     * mule-sysdp.el (mule-encode-string): Fixed stupid problem on non-XEmacs
3729 :     mule
3730 :     (mule-sysdep-version): Ditto.
3731 :    
3732 :     Fri Dec 13 06:25:45 1996 William M. Perry <wmperry@aventail.com>
3733 :    
3734 :     * css.el (css-get): Removed bogus recursive call to css-get, and moved the
3735 :     guts of css-get out into its own fuction, which is in turn inlined into
3736 :     css-get. Might even make things faster. At the least, I expect it to
3737 :     get rid of the 'takes two makes to make w3-display.elc' problem some
3738 :     people have been seeing.
3739 :    
3740 :     * w3-display.el (w3-display-handle-list-type): Fixed stupid problem with
3741 :     margin handling where list-item display items were always flush-left
3742 :    
3743 :     Fri Dec 13 02:51:24 1996 Greg Stark <gsstark@mit.edu>
3744 :     * w3-display.el (w3-display-line-break): correct right justification code
3745 :     (w3-min-size-of-string): removed unused function that didn't work.
3746 :     (w3-size-of-tree): maintain consistent w3-display-open-element-stack
3747 :     don't hard code assumption that hr's are drawn with '-'
3748 :     (w3-display-table-dimensions): major bug if the last column rowspans
3749 :     (w3-table-lookup-char): new function
3750 :     (w3-table-hack-borders): new function makes table borders use pretty
3751 :     graphic characters instead of ascii characters.
3752 :     (w3-table-unhack-borders): new function restore lame ascii borders.
3753 :     (w3-display-table): Major changes to support drawing better borders
3754 :     also fix various bugs and tweak various things.
3755 :    
3756 :     * w3-parse.el: remove = from set of characters that terminate an attribute
3757 :     when guessing about an syntactically invalid attribute.
3758 :     (didn't this get changed once already?)
3759 :    
3760 :     * w3.el (w3-sentinel): hack around bug that bit w3-preview-this-buffer
3761 :     but I don't know what the right thing for Mule.
3762 :    
3763 :     Thu Dec 12 08:36:01 1996 William Perry <wmperry@aventail.com>
3764 :     * Synch'd up to widget 1.13
3765 :    
3766 :     * w3-display.el (w3-get-pad-string): Ack - watch for negative values in
3767 :     w3-get-pad-string
3768 :    
3769 :     * Released 3.0.36
3770 :    
3771 :     * w3-style.el (w3-display-stylesheet): Use new css-display function
3772 :    
3773 :     * css.el (css-get): Better class checking
3774 :     (css-display): New function to pretty-print a stylesheet that is in
3775 :     memory.
3776 :    
3777 :     * w3-parse.el (w3-parse-buffer): *sigh* Parser now keeps track of 'base'
3778 :     of this document. Also normalizes 'align' attribute, as well as
3779 :     auto-expanding any SRC or HREF attributes.
3780 :    
3781 :     * w3-display.el (w3-display-handle-list-type): Now handles text-indent
3782 :     style property.
3783 :     (w3-display-table): Can now specify properties on 'tr', for
3784 :     vertical-alignment, etc.
3785 :     (w3-display-node): Lots of changes to deal with new method of munging
3786 :     class/align/etc in the parser.
3787 :    
3788 :     Wed Dec 11 17:37:14 1996 William M. Perry <wmperry@aventail.com>
3789 :    
3790 :     * w3-parse.el (w3-parse-buffer): Do munging of align/src/href/class
3791 :     attributes to save time in w3-display-node and friends.
3792 :    
3793 :     * w3-prefs.el (w3-preferences-compatibility-variables): Fixed problems
3794 :     with renaming of w3-style-ie-compatibility to css-ie-compatibility
3795 :    
3796 :     * w3-display.el (w3-display-node): fix for hyperlinks / form info in
3797 :     tables. Duhh.
3798 :    
3799 :     Wed Dec 11 07:36:08 1996 William Perry <wmperry@aventail.com>
3800 :    
3801 :     * css.el (css-copy-stylesheet): New function
3802 :    
3803 :     * w3-display.el (w3-display-node): use it
3804 :    
3805 :     * mule-sysdp.el (mule-encode-string): Fixes for XEmacs w/mule
3806 :     (mule-decode-string): Fixes for XEmacs w/mule
3807 :    
3808 :     * w3-display.el (w3-display-node): Fixed problem in isindex handling.
3809 :     Using forms for isindex handling should work again.
3810 :    
3811 :     * css.el (css-specificity): new function css-specificity to find how
3812 :     specific a certain rule is. Need to use this to sort rules in css-get.
3813 :    
3814 :     Tue Dec 10 22:37:59 1996 William M. Perry <wmperry@aventail.com>
3815 :    
3816 :     * w3-display.el (w3-get-style-info): Changes to deal with new css.el -
3817 :     should be much much faster now.
3818 :    
3819 :     * css.el (css-get): Radically changed the internal representation of
3820 :     stylesheets, and how they are looked up.
3821 :    
3822 :     Mon Dec 9 22:31:11 1996 William M. Perry <wmperry@aventail.com>
3823 :    
3824 :     * w3-display.el (w3-face-for-element): Fixed bug in w3-face-for-element
3825 :     where weight of the element wasn't being taken into account.
3826 :    
3827 :     * css.el: Changed font-variant style type from string to symbol-list
3828 :    
3829 :     Mon Dec 9 12:29:59 1996 William Perry <wmperry@aventail.com>
3830 :    
3831 :     * default.css: Changed default header sizes - should look better on most
3832 :     machines
3833 :    
3834 :     Sun Dec 8 19:21:07 1996 William M. Perry <wmperry@aventail.com>
3835 :    
3836 :     * Emacs-w3 3.0.34 Released
3837 :    
3838 :     * w3-display.el: New macro w3-get-attribute to replace
3839 :     (cdr (assq 'blah args)), just in case I ever decide to replace the
3840 :     assoc list currently used.
3841 :    
3842 :     * New file mule-sysdp.el, to make supporting Mule 2.3, Mule 2.4, and
3843 :     XEmacs 20.0 easier.
3844 :    
3845 :     * url-file.el (url-insert-possibly-compressed-file): handle mule 2.4
3846 :    
3847 :     Fri Dec 6 06:54:03 1996 William Perry <wmperry@aventail.com>
3848 :    
3849 :     * w3-parse.el: Emit warnings when people try to slap attribute/value pairs
3850 :     on end tags. Evil bastards.
3851 :     Added SPAN, BDO, OBJECT, BASEFONT
3852 :    
3853 :     Fri Dec 6 04:42:24 1996 Greg Stark <gsstark@mit.edu>
3854 :    
3855 :     * default.css: add th td and caption text-align information
3856 :    
3857 :     * docomp.el: increase max-specpdl-size so it can compile w3-display
3858 :    
3859 :     * url.el (url-sentinel): avoid save-excursion around switch-buffer
3860 :    
3861 :     * w3-display (w3-display-line-break): if we're in nowrap mode but the
3862 :     region doesn't end on a newline insert an extra newline, otherwise <br>
3863 :     gets ignored inside a <pre> or nowrap environment.
3864 :     Also protect against fill-column less than the length of fill-prefix.
3865 :     Also avoid infloop in right justification, and
3866 :     fix bug that caused right justification to never be executed.
3867 :    
3868 :     * w3-display (table-cut table-dimensions w3-display-table):
3869 :     lots of new code to handle rowspan and autolayout.
3870 :    
3871 :     * (w3-display-fix-widgets): be more agressive adjust even markers that have
3872 :     buffers and adjust parent markers.
3873 :    
3874 :     * w3-display (w3-display-node): These changes are important for tables
3875 :     Don't insert insert-before on <a> tags before the class is adjusted
3876 :     Don't insert more than one class into an <a> tag when we adjust it.
3877 :     Protect against a negative fill-column when drawing <hr>s
3878 :     Set adaptive-fill-mode (what's filladapt-mode?)
3879 :    
3880 :     * w3-parse.el: remove font from %block. WARNING, i have little idea what
3881 :     consequences this has but it seems to have the desired effect of
3882 :     handling table cells whose first tag is a <font> without discarding the
3883 :     implied <p> tag.
3884 :    
3885 :     * w3-parse.el: skip-chars-forward "^>" when parsing end tags
3886 :     (some people seem to think you can put attributes in end tags)
3887 :    
3888 :     Fri Dec 6 14:08:30 1996 William M. Perry <wmperry@cs.indiana.edu>
3889 :    
3890 :     * css.el: Better handling of text-decoration, to go along with the new version
3891 :     of set-font-style-by-keywords
3892 :    
3893 :     * font.el: Faster version of set-font-style-by-keywords.
3894 :     Fixed RGB spec. problem if you used non-floats.
3895 :    
3896 :     * w3-display.el: (w3-face-for-element) Obey some font function renaming.
3897 :     (w3-face-for-element) Changed format specification on w3-style-face-xxx
3898 :     creation.
3899 :     (w3-display-node) Alignment specified via attributes overrides
3900 :     stylesheet, not vice versa.
3901 :     (w3-display-node) Fixed stupid mistake in 'link' handling where
3902 :     stylesheets were ignored.
3903 :    
3904 :     Thu Dec 5 17:51:37 1996 William M. Perry <wmperry@cs.indiana.edu>
3905 :    
3906 :     * url.el: (url-retrieve-internally) Can now specify an alternative
3907 :     function to determine whether a URL should be proxied or not. modelled
3908 :     off the netscape auto-proxy-configuration crap, so hopefully someday we
3909 :     can just suck down one of their files and be 'happy' with it.
3910 :    
3911 :     * w3-display.el, css.el:
3912 :     Modified some of the css properties to not be inherited - let
3913 :     w3-display figure it out on its own - quicker this way. Saves a few
3914 :     thousand lookups over the life of a parse.
3915 :    
3916 :     Mon Dec 2 20:22:12 1996 William M. Perry <wmperry@cs.indiana.edu>
3917 :    
3918 :     * w3-display.el: use better face names... avoids problems in xemacs
3919 :     resource name checking.
3920 :    
3921 :     * w3-vars.el: Created version 3.0.33
3922 :    
3923 :     * w3-parse.el: Fixed problem parsing attribute values like <img alt=''> -
3924 :     the regexp didn't like empty attribute values specified with single
3925 :     quotes.
3926 :    
3927 :     * w3.el: -Patches from Dave Love
3928 :    
3929 :     * font.el: Renamed the font-set-*-p to set-font-*-p, to be more in line with
3930 :     set-face-underline-p and friends. Fixed stupid problem in
3931 :     set-font-*-p where it would always just toggle the property, not
3932 :     actually set it. Blah. Added code in x-font-create-name to try
3933 :     oblique and italic versions of a font if italic is set.
3934 :    
3935 :     * default.css: Prettied up the :speech: section
3936 :    
3937 :     * w3-display.el:
3938 :     Conditionalized get-style-info calls in w3-voice-for-element on
3939 :     feature 'emacspeak
3940 :    
3941 :     * w3.el: Added code to try loading dtk-css-speech and w3-speak if the feature
3942 :     'emacspeak' is available.
3943 :    
3944 :     * css.el: Fixed a few stupid problems.
3945 :    
3946 :     * font.el:
3947 :     made tty-font-create-object return a 12pt font object, just for reference.
3948 :    
3949 :     * w3.txi: More updates to the documentation
3950 :    
3951 :     * w3.el, w3-style.el: Moved to using the new 'css' package
3952 :    
3953 :     * w3-parse.el:
3954 :     Removed some old functions. Save some string creation by downcasing
3955 :     tag and atribute names in the buffer instead of using 'downcase'.
3956 :    
3957 :     * w3-display.el: Moved to using the new 'css' package
3958 :    
3959 :     * w3-auto.el: Removed some outdated autoloads
3960 :    
3961 :     * font.el: Added function font-set-style-by-keywords
3962 :    
3963 :     * css.el: Better handling of various entities - beter way of specifying new
3964 :     properties and how they should be handled.
3965 :    
3966 :     * default.css: *** empty log message ***
3967 :    
3968 :     * dist.Makefile: Added 'css.el' to targets
3969 :    
3970 :     * css.el: Initial revision
3971 :    
3972 :     * w3-vars.el: Renamed w3-right-border to w3-right-margin
3973 :    
3974 :     Sat Nov 30 17:42:38 1996 William M. Perry <wmperry@cs.indiana.edu>
3975 :    
3976 :     * custom-edit.el, custom.el, widget-edit.el, widget.el:
3977 :     -Synch'd up to Custom/Widget 1.09
3978 :    
3979 :     Fri Nov 29 23:12:42 1996 William M. Perry <wmperry@cs.indiana.edu>
3980 :    
3981 :     * font.el: Actually try to use the 'oblique' property under X
3982 :    
3983 :     * w3-display.el:
3984 :     Fix for sometimes getting an invalid glyph error in image retrieval.
3985 :     Fixed problem where table display would pop something off the open element stack.
3986 :    
3987 :     * custom-edit.el, custom.el, widget-edit.el, widget.el:
3988 :     -Synch'd up to Custom/Widget 1.08
3989 :    
3990 :     * w3-display.el: List filling seems to line up correctly now.
3991 :     Fixed bug in ordered list handling (wrong arg passed to a format).
3992 :     Changed the way spacing is handled.
3993 :    
3994 :     * w3-menu.el: Added new 'search' menu with common web indexes
3995 :    
3996 :     * dist.Makefile:
3997 :     Don't specify widget*.el twice in SOURCES _AND_ CUSTOMSOURCES or
3998 :     install under FreeBSD chokes.
3999 :    
4000 :     * w3-display.el: Protect against list-item display property outside of a list.
4001 :    
4002 :     * w3-sysdp.el: Fixed free var reference in make-device
4003 :    
4004 :     Thu Nov 28 23:01:11 1996 William M. Perry <wmperry@cs.indiana.edu>
4005 :    
4006 :     * w3-display.el:
4007 :     Protect against bad values of w3-last-fill-pos in w3-display-line-break
4008 :    
4009 :     * w3-e19.el, w3-menu.el:
4010 :     -Patches from Dave Love <d.love@dl.ac.uk> for using title of link in menus
4011 :    
4012 :     Wed Nov 27 22:59:56 1996 William M. Perry <wmperry@cs.indiana.edu>
4013 :    
4014 :     * w3-vars.el: Created version 3.0.32
4015 :    
4016 :     * w3.txi: Started revamping some of the documentation
4017 :    
4018 :     * url-custom.el: Initial revision
4019 :    
4020 :     * w3-display.el: Handle 'menu' list type correctly
4021 :    
4022 :     * url.el: Patch from Thierry.Emery@aar.alcatel-alsthom.fr;
4023 :     - insert information about processes in buffer "URL Status Display"
4024 :     instead of *URL-<i>* : added a local variable `url-status-buf' and a
4025 :     call to `set-buffer'
4026 :    
4027 :     - changed `url-get-working-buffer' to `url-get-working-buffer-name',
4028 :     because `url-working-buffer' is expected to be a name, not a buffer
4029 :     (my mistake)
4030 :    
4031 :     * w3-xemac.el, w3-vars.el:
4032 :     Removed some old variables that aren't used anywhere now.
4033 :    
4034 :     * w3-e19.el:
4035 :     Patch from Dave Love <d.love@dl.ac.uk> for 'title' version of w3-echo-link.
4036 :    
4037 :     * w3-display.el:
4038 :     Patch from Dave Love <d.love@dl.ac.uk> for 'title' version of w3-echo-link.
4039 :     Form info is now stuck on a stack instead of in a let-bound variable.
4040 :     Only call w3-display-fix-widgets once! recursive calls to
4041 :     w3-display-node when rendering tables caused it to happen more than it
4042 :     should.
4043 :    
4044 :     * w3-forms.el:
4045 :     Patch from Dave Love <d.love@dl.ac.uk> to protect against bad value
4046 :     for 'next' in w3-next-widget.
4047 :    
4048 :     * dist.Makefile: Don't use `install -d', use mkdir -p if necessary
4049 :    
4050 :     Tue Nov 26 16:21:32 1996 William M. Perry <wmperry@cs.indiana.edu>
4051 :    
4052 :     * custom-edit.el, custom.el: synch'd up to custom 1.05
4053 :    
4054 :     * widget.el, widget-edit.el: *** empty log message ***
4055 :    
4056 :     * widget-edit.el, widget.el: synch'd up to widget 1.05
4057 :    
4058 :     * w3-display.el: Handles the 'dir' list type correctly now.
4059 :    
4060 :     * url.el:
4061 :     Quick patch to check for url-working-buffer being a buffer, not a string.
4062 :    
4063 :     * w3-display.el:
4064 :     Backed out _BAD BAD BAD_ change to protect against invalid values for
4065 :     w3-last-fill-pos that basically fucked everything in regards to
4066 :     vertical whitespace.
4067 :    
4068 :     Mon Nov 25 21:12:17 1996 William M. Perry <wmperry@cs.indiana.edu>
4069 :    
4070 :     * w3-display.el: *** empty log message ***
4071 :    
4072 :     * w3-display.el:
4073 :     Now only does incrememental display around block level elements.
4074 :     Does better munging of pre-formatted text CR -> LF CRLF->LF, etc.
4075 :    
4076 :     * w3.el: Protect against errors in w3-sentinel on bad buffers.
4077 :    
4078 :     * w3-vars.el: Created version 3.0.31
4079 :    
4080 :     * widget-edit.el: Fixed compile problems under emacs
4081 :    
4082 :     * w3-vars.el: *** empty log message ***
4083 :    
4084 :     * widget.el: Made widget.el compile in emacsen w/o native backquote support
4085 :    
4086 :     * w3-display.el: *** empty log message ***
4087 :    
4088 :     * w3-parse.el:
4089 :     Patch from greg stark for dealing with '=' in misquoted attribute value pairs
4090 :    
4091 :     Sun Nov 24 23:25:25 1996 William M. Perry <wmperry@cs.indiana.edu>
4092 :    
4093 :     * w3-display.el: Reimplemented targetted anchors (#foo)
4094 :    
4095 :     * url.el: *** empty log message ***
4096 :    
4097 :     * url-vars.el:
4098 :     Changed default of url-mime-language-string to '*' to make some sites happy.
4099 :    
4100 :     * w3-display.el: Protect against w3-last-fill-pos getting an invalid position
4101 :    
4102 :     * w3.el, w3-display.el, w3-vars.el:
4103 :     Patch from Dave Love <d.love@dl.ac.uk> to add new possibility 'title'
4104 :     to w3-echo-link to show the 'title' attribute of a link if its there.
4105 :    
4106 :     * w3-speak.el: Patch from raman.
4107 :    
4108 :     * font.el:
4109 :     Patch from nagae@mickey.ai.kyutech.ac.jp to handle fontsets correctly in mule
4110 :    
4111 :     * w3-display.el: Implemented a few more CSS properties.
4112 :     list-style - control how list items are displayed. Ordered lists are
4113 :     now different from unordered only in their list-style.
4114 :     Need to implement contextual selectors to get ordered
4115 :     lists to work out of the box though.
4116 :     white-space - control whether whitespace is collapsed or not, and
4117 :     whether text is wrapped. <pre> <xmp> and <plaintext>
4118 :     are now all specified to use this in the default
4119 :     stylesheet.
4120 :     text-align - this replaces the old 'align' attribute
4121 :    
4122 :     Reimplemented inlined styles.
4123 :    
4124 :     * default.css: Varius updates to take advantage of the new CSS properties
4125 :     white-space, list-style, etc.
4126 :    
4127 :     * w3-style.el: Handle url() and rgb() notation in color specifications
4128 :    
4129 :     * w3-vars.el: Removed a few outdated variables
4130 :    
4131 :     Sat Nov 23 02:10:37 1996 William M. Perry <wmperry@cs.indiana.edu>
4132 :    
4133 :     * w3-display.el: *** empty log message ***
4134 :    
4135 :     * dsssl.el: Got rid of yet more compilation warnings.
4136 :    
4137 :     * custom.el, custom-edit.el: Synch'd up to custom 1.0.1
4138 :    
4139 :     * w3-display.el:
4140 :     Better handling of <hr> and <center>, and line spacing in general
4141 :    
4142 :     * default.css: Updates to default stylesheet to deal with <center> and <div>
4143 :    
4144 :     * w3.el, url.el, url-vars.el, url-http.el:
4145 :     Patches from Thierry Emery to allow multiple asynch fetches.
4146 :    
4147 :     Fri Nov 22 22:26:35 1996 William M. Perry <wmperry@cs.indiana.edu>
4148 :    
4149 :     * widget-edit.el, widget.el: -Synch'd up to widget 1.01
4150 :    
4151 :     * w3-style.el: Fixed a few fRemoved a few free variable sets/refs
4152 :    
4153 :     * w3.el:
4154 :     When saving a document as html source, try to get into the 'head' before inserting the base.
4155 :    
4156 :     * w3-display.el, w3-style.el:
4157 :     Stylesheets now store all there information as property lists instead
4158 :     of assoc lists. Just easier.
4159 :    
4160 :     * font.el: Fix for font-normalize-color under nextstep
4161 :    
4162 :     Thu Nov 21 04:01:22 1996 William M. Perry <wmperry@cs.indiana.edu>
4163 :    
4164 :     * widget-edit.el, widget.el: synch'd to 1.00 of widget/custom
4165 :    
4166 :     Mon Nov 18 16:26:06 1996 William M. Perry <wmperry@cs.indiana.edu>
4167 :    
4168 :     * install.sh: Initial revision
4169 :    
4170 :     * html32.dsl: Updated to latest from jon bosak
4171 :    
4172 :     * w3-vars.el: Created version 3.0.30
4173 :    
4174 :     Thu Nov 14 22:39:36 1996 William M. Perry <wmperry@cs.indiana.edu>
4175 :    
4176 :     * w3.el: Changed this so you can actually just do a (require 'w3-sysdp) and
4177 :     each function will check to see if it should overwrite, instead of
4178 :     conditionalizing that on the whole file.
4179 :    
4180 :     * url.el: *** empty log message ***
4181 :    
4182 :     * images.el, font.el, docomp.el, w3-sysdp.el:
4183 :     Changed this so you can actually just do a (require 'w3-sysdp) and
4184 :     each function will check to see if it should overwrite, instead of
4185 :     conditionalizing that on the whole file.
4186 :    
4187 :     * w3-display.el: Moved some macros around.
4188 :    
4189 :     * widget.el, widget-edit.el, w3-forms.el: Sync'd up to Widget 0.999
4190 :    
4191 :     * w3-auto.el, w3-menu.el: *** empty log message ***
4192 :    
4193 :     Sun Nov 10 18:08:24 1996 William M. Perry <wmperry@cs.indiana.edu>
4194 :    
4195 :     * w3-vars.el: Created version 3.0.29
4196 :    
4197 :     * dsssl.el: Various changes, starting on the actual flow object stuff
4198 :    
4199 :     Tue Nov 5 05:26:07 1996 William M. Perry <wmperry@cs.indiana.edu>
4200 :    
4201 :     * url-news.el: Updated version checking of news to deal with 'red' gnus
4202 :    
4203 :     Mon Nov 4 14:47:47 1996 William M. Perry <wmperry@cs.indiana.edu>
4204 :    
4205 :     * w3-display.el: Don't show the content of 'script' - typo
4206 :    
4207 :     Fri Nov 1 15:08:45 1996 William M. Perry <wmperry@cs.indiana.edu>
4208 :    
4209 :     * default.css: Changes from raman
4210 :    
4211 :     Thu Oct 31 18:51:52 1996 William M. Perry <wmperry@cs.indiana.edu>
4212 :    
4213 :     * widget-edit.el: -
4214 :    
4215 :     Tue Oct 29 19:53:38 1996 William M. Perry <wmperry@cs.indiana.edu>
4216 :    
4217 :     * w3-display.el: *** empty log message ***
4218 :    
4219 :     Thu Oct 24 02:25:03 1996 William M. Perry <wmperry@cs.indiana.edu>
4220 :    
4221 :     * w3-widget.el: Updated the image widget to the new widget stuff.
4222 :    
4223 :     Wed Oct 23 13:26:09 1996 William M. Perry <wmperry@cs.indiana.edu>
4224 :    
4225 :     * docomp.el: *** empty log message ***
4226 :    
4227 :     * url.el: Fixed bug in url-remove-relative-links that would choke on something
4228 :     like: /foo/bar/./../baz/ - they /../ was removed first, removing its
4229 :     parent directory, the /./ - ack.
4230 :    
4231 :     * w3-display.el: Image loading is back!
4232 :     Client-side imagemaps are back!
4233 :     Forms that span tables are working now.
4234 :    
4235 :     Mon Oct 21 21:32:33 1996 William M. Perry <wmperry@cs.indiana.edu>
4236 :    
4237 :     * w3-vars.el: Created version 3.0.28
4238 :    
4239 :     * url-mail.el: Make mail handling a little more generic.
4240 :    
4241 :     * w3-display.el:
4242 :     Fix for w3-display-fix-widgets so that links right up against each
4243 :     other don't cause it to skip every-other-one.
4244 :    
4245 :     Sun Oct 20 16:47:05 1996 William M. Perry <wmperry@cs.indiana.edu>
4246 :    
4247 :     * w3-style.el: don't map a pitch of 9 to 0.
4248 :    
4249 :     * w3-speak.el:
4250 :     Added back in the advice for url-lazy-message that provided auditory
4251 :     feedback during URL retrieval. Also added back in the
4252 :     w3-speak-browse-page command.
4253 :    
4254 :     * w3-speak.el:
4255 :     Some patches from TV Raman to fix multiline text entry area speaking
4256 :     and a bogus call to widget-get in text entry area speaking.
4257 :    
4258 :     Fri Oct 18 12:27:04 1996 William M. Perry <wmperry@cs.indiana.edu>
4259 :    
4260 :     * w3-display.el:
4261 :     Patches from Thierry Emery <Thierry.Emery@aar.alcatel-alsthom.fr> to
4262 :     implement 'colspan' on tables. Patch to support align=xxx on
4263 :     arbitrary tags.
4264 :    
4265 :     Thu Oct 17 22:27:44 1996 William M. Perry <wmperry@cs.indiana.edu>
4266 :    
4267 :     * w3-vars.el: Created version 3.0.27
4268 :    
4269 :     * w3-display.el:
4270 :     fixed voicification of hyperlinks. Fixed problem in w3-normalize-spaces
4271 :     and multi-line strings.
4272 :    
4273 :     Wed Oct 16 20:56:40 1996 William M. Perry <wmperry@cs.indiana.edu>
4274 :    
4275 :     * w3-speak.el: Fix stupid problem. function renaming lossage. Fun
4276 :    
4277 :     * w3-display.el:
4278 :     Fixed <select> form items that had no <option value=xxx selected>
4279 :     entry in them. Wheee.
4280 :    
4281 :     * w3-display.el:
4282 :     Fixed <select> form items that had an <option value=xxx selected>
4283 :     entry in them. Wheee.
4284 :    
4285 :     * w3.el: document info is now shown as a table.
4286 :    
4287 :     * w3.el: Document information is now shown as a table.
4288 :    
4289 :     * w3-display.el, w3-vars.el: Now keeps better track of the <meta> tag info
4290 :    
4291 :     * w3-vars.el: Created version 3.0.26
4292 :    
4293 :     * w3-display.el: *** empty log message ***
4294 :    
4295 :     Tue Oct 15 13:21:54 1996 William M. Perry <wmperry@cs.indiana.edu>
4296 :    
4297 :     * w3-display.el: Added back in <meta> and <link> handling.
4298 :     Fixed insert-before and insert-after for 'a' tag and pseudo-classes
4299 :    
4300 :     * w3-display.el:
4301 :     Fixed some potential runaway style inheritance - need to think about a
4302 :     better way to pop style info off the various stacks than
4303 :     (w3-handle-content node) on an empty element.
4304 :    
4305 :     * w3-display.el: Fixed <textarea> elements in forms
4306 :    
4307 :     * w3-display.el, w3-forms.el: Fixed <select> elements in forms
4308 :    
4309 :     Sun Oct 13 23:50:03 1996 William M. Perry <wmperry@cs.indiana.edu>
4310 :    
4311 :     * w3-vars.el: Created version 3.0.25
4312 :    
4313 :     * dsssl.el: Bug fixes
4314 :    
4315 :     * url-hash.el:
4316 :     Fixed bug in url-gethash where it wasn't honoring the 'default' parameter
4317 :    
4318 :     Sat Oct 12 20:32:49 1996 William M. Perry <wmperry@cs.indiana.edu>
4319 :    
4320 :     * widget.el, widget-edit.el: Synched up to widget 0.99.4
4321 :    
4322 :     Fri Oct 11 18:55:02 1996 William M. Perry <wmperry@cs.indiana.edu>
4323 :    
4324 :     * w3-display.el: fix for xemacs w/ temp faces
4325 :    
4326 :     * w3-display.el: Fixed a bug with the insert-after handling. Duhh.
4327 :    
4328 :     * default.css, w3-display.el: Implemented insert-before and insert-after
4329 :    
4330 :     Wed Oct 9 19:00:59 1996 William M. Perry <wmperry@cs.indiana.edu>
4331 :    
4332 :     * 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:
4333 :     -Updated copyrights/addresses
4334 :    
4335 :     Tue Oct 8 14:56:22 1996 William M. Perry <wmperry@cs.indiana.edu>
4336 :    
4337 :     * w3-display.el: Tables now default to having no border
4338 :    
4339 :     * w3-forms.el: Require w3-vars so Gnus will work
4340 :    
4341 :     * w3-vars.el: Created version 3.0.24
4342 :    
4343 :     * w3-speak.el:
4344 :     Added a few patches from raman and the latest version of emacspeak -
4345 :     everything appears to work out of the box now.
4346 :    
4347 :     * w3-style.el:
4348 :     Added in a few autoloads for getting emacspeak to work right out of the box.
4349 :    
4350 :     * w3-display.el: Added back in the :help-echo stuff on widgets
4351 :    
4352 :     Mon Oct 7 18:09:17 1996 William M. Perry <wmperry@cs.indiana.edu>
4353 :    
4354 :     * w3-display.el:
4355 :     <isindex> works again. Automatically turns off filladapt-mode now,
4356 :     since we apparently don't play well together.
4357 :    
4358 :     * default.css: Added some margins
4359 :    
4360 :     * w3-display.el: Fix for emacs 19
4361 :    
4362 :     Fri Oct 4 17:08:51 1996 William M. Perry <wmperry@cs.indiana.edu>
4363 :    
4364 :     * dsssl.el:
4365 :     Fixed a few errors in calling w3-dsssl-check-args. Now _EVERYTHING_
4366 :     compiles cleanly.
4367 :    
4368 :     * docomp.el: Added a few more variables to the 'expected-to-be-free' list.
4369 :     Everything but dsssl.el compiles cleanly now.
4370 :    
4371 :     * url-news.el: Fixed a few typos that resulted in free variable references.
4372 :    
4373 :     * w3-display.el: New function w3-make-face to 'do the right thing' in
4374 :     Emacs/XEmacs/Emacs-with-no-X-support.
4375 :     Implemented margin-left and margin-right.
4376 :     Fixed a few problems with runaway or insufficient application of styles.
4377 :    
4378 :     Mon Sep 30 19:43:35 1996 William M. Perry <wmperry@cs.indiana.edu>
4379 :    
4380 :     * url-hash.el:
4381 :     Nasty hack to fix the !! error (("file \"cl-extra\" didn't define \"gethash\"")) stuff people are seeing under Emacs-19
4382 :    
4383 :     * w3-vars.el: Created version 3.0.23
4384 :    
4385 :     * w3-prefs.el: Updates for new widget package
4386 :    
4387 :     * w3-display.el:
4388 :     No more recursion! Lots more shit broke though. Lists are totally broken.
4389 :    
4390 :     * w3.el: Updates for new widget package
4391 :    
4392 :     * w3-keyword.el: *** empty log message ***
4393 :    
4394 :     Sun Sep 29 21:26:47 1996 William M. Perry <wmperry@cs.indiana.edu>
4395 :    
4396 :     * widget.el, widget-edit.el: Updated to version 0.99 of the library
4397 :    
4398 :     * widget-edit.el: Allow the :help-echo widget stuff to be a symbol
4399 :    
4400 :     * w3.el: More updates for the latest widget package
4401 :    
4402 :     * w3-sysdp.el: New functions prepend-text-property, append-text-property,
4403 :     fillin-text-property
4404 :    
4405 :     * default.css, url.el: *** empty log message ***
4406 :    
4407 :     Wed Sep 25 10:53:08 1996 William M. Perry <wmperry@cs.indiana.edu>
4408 :    
4409 :     * dist.Makefile: Removed custom.el and custom-edit.el from the distribution.
4410 :    
4411 :     Tue Sep 24 05:04:47 1996 William M. Perry <wmperry@cs.indiana.edu>
4412 :    
4413 :     * w3-vars.el: Created version 3.0.22
4414 :    
4415 :     * widget.el, widget-edit.el: Updated to latest widget stuff from Per.
4416 :    
4417 :     * w3-parse.el:
4418 :     Added <script> to %body.content so that stupid IE 3.0 demo pages would work.
4419 :    
4420 :     * w3-keyword.el:
4421 :     Added some new keyword defs to get rid of compile-time warnings
4422 :    
4423 :     * w3-forms.el, w3-display.el: Now works with newest widget stuff
4424 :    
4425 :     * url.el: New function url-parse-query-string, to return an assoc list of name
4426 :     value pairs from a URL-style query. url-unhex-string now takes an
4427 :     optional second argument for whether to allow decoding of newlines or
4428 :     not.
4429 :    
4430 :     * url-mail.el:
4431 :     Now understands netscape-style 'extensions' to the mailto: specifier.
4432 :     ie: mailto:wmperry?subject=thesubject&bcc=root
4433 :    
4434 :     * font.el:
4435 :     Now always converts to points instead of pixels, seems to give better
4436 :     results this way.
4437 :    
4438 :     Mon Sep 23 04:53:56 1996 William M. Perry <wmperry@cs.indiana.edu>
4439 :    
4440 :     * w3-vars.el: Created version 3.0.20
4441 :    
4442 :     * dsssl.el: Made dsssl depend on url-hash
4443 :    
4444 :     Sun Sep 22 05:16:06 1996 William M. Perry <wmperry@cs.indiana.edu>
4445 :    
4446 :     * w3-display.el, w3-parse.el: *** empty log message ***
4447 :    
4448 :     * w3-display.el: Some spacing changes, fix for nested lists
4449 :    
4450 :     * custom.el, widget-edit.el, widget.el: -
4451 :    
4452 :     * custom-edit.el: *** empty log message ***
4453 :    
4454 :     Fri Sep 20 05:07:12 1996 William M. Perry <wmperry@cs.indiana.edu>
4455 :    
4456 :     * w3-vars.el: Created version 3.0.19
4457 :    
4458 :     * w3-display.el: *** empty log message ***
4459 :    
4460 :     * w3-sysdp.el: Added in stub for set-keymap-parents
4461 :    
4462 :     * w3-speak.el: Patches from raman
4463 :    
4464 :     * w3-prefs.el, w3-imap.el: *** empty log message ***
4465 :    
4466 :     * w3-hot.el: Fixed w3-read-html-bookmarks to work with some parser changes.
4467 :    
4468 :     * w3-forms.el: Made forms work again.
4469 :    
4470 :     * w3-display.el: Changed how the borders on tables are drawn.
4471 :     Added back in the voice support.
4472 :    
4473 :     Thu Sep 19 05:12:49 1996 William M. Perry <wmperry@cs.indiana.edu>
4474 :    
4475 :     * w3-vars.el: Created version 3.0.18
4476 :    
4477 :     * dist.Makefile:
4478 :     Moved the URL and W3 packages back into one big distrubtion again
4479 :    
4480 :     * w3-vars.el: Created version 3.0.18
4481 :    
4482 :     * w3-vars.el: Created version 3.0.19
4483 :    
4484 :     * w3-display.el: Don't crap out on tables with 0 columns
4485 :    
4486 :     * docomp.el, url.el: *** empty log message ***
4487 :    
4488 :     Wed Sep 18 12:50:03 1996 William M. Perry <wmperry@cs.indiana.edu>
4489 :    
4490 :     * w3-vars.el: Created version 3.0.18
4491 :    
4492 :     * docomp.el: *** empty log message ***
4493 :    
4494 :     * w3-display.el: Space filling fixes
4495 :    
4496 :     * w3-auto.el: Added autoload for w3-style-post-process-stylesheet
4497 :    
4498 :     Tue Sep 17 12:50:47 1996 William M. Perry <wmperry@cs.indiana.edu>
4499 :    
4500 :     * w3-vars.el: Created version 3.0.16
4501 :    
4502 :     * w3-display.el, w3-e19.el: *** empty log message ***
4503 :    
4504 :     Mon Sep 16 04:46:18 1996 William M. Perry <wmperry@cs.indiana.edu>
4505 :    
4506 :     * custom-edit.el, custom.el, widget-edit.el, widget-example.el, widget.el:
4507 :     Initial revision
4508 :    
4509 :     Sun Sep 15 22:47:53 1996 William M. Perry <wmperry@cs.indiana.edu>
4510 :    
4511 :     * w3-vars.el: Created version 3.0.15
4512 :    
4513 :     * w3-display.el: Alignment stuff works (right, left, full, center).
4514 :     Tables can now be borderless, and if it has borders, they are all there.
4515 :     <pre>/<xmp> work.
4516 :    
4517 :     * url-vars.el: Created version 1.0.42
4518 :    
4519 :     * url-http.el: *** empty log message ***
4520 :    
4521 :     * w3-vars.el: Created version 3.0.14
4522 :    
4523 :     * html32.dsl: Initial revision
4524 :    
4525 :     * w3.el: Use the new display code.
4526 :    
4527 :     * w3-forms.el: A few changes for the latest display code
4528 :    
4529 :     * w3-vars.el: Created version 3.0.14
4530 :    
4531 :     * w3-display.el: Actually mostly works
4532 :    
4533 :     * w3-parse.el: Removed hooks into the old display engine
4534 :    
4535 :     * url.el: *** empty log message ***
4536 :