comparison lisp/w3/ChangeLog @ 169:15872534500d r20-3b11

Import from CVS: tag r20-3b11
author cvs
date Mon, 13 Aug 2007 09:46:53 +0200
parents 5a88923fcbfe
children 8eaf7971accc
comparison
equal deleted inserted replaced
168:9851d5c6556e 169:15872534500d
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 Jul 2 10:39:30 1997 William M. Perry <wmperry@aventail.com>
6
7 * Emacs/W3 3.0.93 released
8
9 Tue Jul 1 08:54:40 1997 William M. Perry <wmperry@aventail.com>
10
11 * lisp/w3-display.el (w3-handle-string-content): EBOLA vaccination
12
13 Sun Jun 29 22:26:43 1997 William M. Perry <wmperry@aventail.com>
14
15 * lisp/w3-emulate.el: Make sure we call widget-button-press not w3-follow-link
16
17 * configure.in: New --enable-site-install option to control whether init
18 code goes in user's .emacs file or default.el
19
20 * Makefile.in (dotemacs): New target for modifying the user's .emacs file
21 or the sitewide default init.
22 (html): New target for building html versions of the manuals.
23
24 Fri Jun 27 21:08:24 1997 William M. Perry <wmperry@aventail.com>
25
26 * texi/Makefile.in (%.html): Added targets for making HTML versions of the
27 info files.
28
29 1997-06-27 William M. Perry <wmperry@aventail.com>
30
31 * lisp/w3.el: In non-XEmacs, the version-specific stuff is loaded from
32 (format "w3-e%d" emacs-major-version), in case we need to do anything
33 special for Emacs 20.x with Mule support.
34
35 * Only use one conditionalization variable - w3-running-xemacs
36
37 1997-06-26 William M. Perry <wmperry@aventail.com>
38
39 * Makefile.in: Make sure we recursively make usin $(MAKE), not
40 vanilla 'make'.
41
42 * lisp/w3.el (w3-insert-formatted-url): Works again, forgot to update it
43 to use the new widget properties.
44 (w3-maybe-follow-link): Ditto.
45 (w3-view-this-url): Ditto.
46 (w3-follow-link): Ditto.
47 (w3-complete-link): Ditto.
48
5 Wed Jun 25 07:29:46 1997 William M. Perry <wmperry@aventail.com> 49 Wed Jun 25 07:29:46 1997 William M. Perry <wmperry@aventail.com>
50
51 * lisp/w3.el (w3-find-default-stylesheets): Added more directories to the
52 stylesheet search path.
53
54 * Emacs/W3 3.0.92 released
55
56 * Moved lisp stuff into its own subdirectory, integrated into configure,
57 make, and install procedures.
6 58
7 * Makefile.in (Makefile): Ditto 59 * Makefile.in (Makefile): Ditto
8 60
9 * texi/Makefile.in: Automatically rebuilds out-of-date Makefiles 61 * texi/Makefile.in: Automatically rebuilds out-of-date Makefiles
10 62
12 64
13 * w3-display.el (w3-table-ascii-border-chars): Slightly nicer rounded 65 * w3-display.el (w3-table-ascii-border-chars): Slightly nicer rounded
14 edges for ascii borders on tables. 66 edges for ascii borders on tables.
15 67
16 Tue Jun 24 14:35:05 1997 William M. Perry <wmperry@aventail.com> 68 Tue Jun 24 14:35:05 1997 William M. Perry <wmperry@aventail.com>
69
70 * Emacs/W3 3.0.91 Released
17 71
18 * Moved texinfo stuff into its own subdirectory, integrated into 72 * Moved texinfo stuff into its own subdirectory, integrated into
19 configure, make, and install procedures. 73 configure, make, and install procedures.
20 74
21 * url-file.el: Visiting directories with an index file works in asynch 75 * url-file.el: Visiting directories with an index file works in asynch