annotate lisp/w3/ChangeLog @ 179:9ad43877534d r20-3b16

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