comparison lisp/w3/ChangeLog @ 122:d2f30a177268 r20-1b14

Import from CVS: tag r20-1b14
author cvs
date Mon, 13 Aug 2007 09:26:03 +0200
parents cca96a509cfe
children 9b50b4588a93
comparison
equal deleted inserted replaced
121:419db647c998 122:d2f30a177268
1 Wed Mar 19 20:53:23 1997 Steven L Baur <steve@altair.xemacs.org> 1 Wed Mar 19 20:53:23 1997 Steven L Baur <steve@altair.xemacs.org>
2 2
3 * Makefile (xemacs-w3): Special target for XEmacs Build. 3 * Makefile (xemacs-w3): Special target for XEmacs Build.
4 4
5 Wed Apr 9 16:46:52 1997 William M. Perry <wmperry@aventail.com>
6
7 * w3-xemac.el (w3-text-pixel-width): And a XEmacs specific version of it.
8
9 * w3-e19.el (w3-text-pixel-width): New function to return the pixel width
10 of a piece of text.
11
12 * url.el (url-handle-no-scheme): Use it.
13
14 * url-vars.el (url-handle-no-scheme-hook): New hook that should expand a
15 partial url like 'gnu' to a full URL, like 'http://www.gnu.org/'.
16
17 * w3-sysdp.el (run-hook-with-args-until-success): Added a stub for
18 run-hook-with-args-until-success
19
20 Tue Apr 8 12:20:39 1997 William M. Perry <wmperry@aventail.com>
21
22 * w3-auto.el: Added autoloads for all the functions in url-ns for proxy
23 functions, and url-mail
24
25 * url-ns.el (isPlainHostName): Fixed isPlainHostName
26
27 * w3-parse.el (w3-parse-buffer): now throws up a bad style warning for
28 images without ALT attributes.
29
30 * mm.el (mm-parse-mailcaps): Reverse the ':|;' separated path for MAILCAPS
31 so that earlier items take precedence, like standard unix PATH-like
32 variables do.
33 (mm-parse-mimetypes): Ditto for MIMETYPES
34
5 Mon Apr 7 06:23:11 1997 William M. Perry <wmperry@aventail.com> 35 Mon Apr 7 06:23:11 1997 William M. Perry <wmperry@aventail.com>
36
37 * Emacs/W3 3.0.80 released
6 38
7 * w3-parse.el: Some more transitions - don't imply <p> after some form 39 * w3-parse.el: Some more transitions - don't imply <p> after some form
8 tags. 40 tags.
9 41
10 * url-misc.el (url-finger): Ditto 42 * url-misc.el (url-finger): Ditto