Mercurial > hg > xemacs-beta
comparison lisp/w3/ChangeLog @ 98:0d2f883870bc r20-1b1
Import from CVS: tag r20-1b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:13:56 +0200 |
parents | 821dec489c24 |
children | 4be1180a9e89 |
comparison
equal
deleted
inserted
replaced
97:498bf5da1c90 | 98:0d2f883870bc |
---|---|
1 Fri Feb 14 09:34:35 1997 William M. Perry <wmperry@aventail.com> | |
2 | |
3 * w3.txi: Lots of documentation about stylesheets, chapter layout | |
4 changes. | |
5 | |
6 Thu Feb 13 07:01:59 1997 William M. Perry <wmperry@aventail.com> | |
7 | |
8 * Synch'd up to widget 1.38 | |
9 | |
10 * w3-forms.el (w3-form-resurrect-widgets): For now, don't use the nice new | |
11 GUI pushbuttons - they appear to suffer badly on long lines. | |
12 | |
13 * w3-mouse.el (w3-running-FSF19): Use new w3-popup-menu-on-mouse-3 variable | |
14 | |
15 * w3-vars.el: Removed _lots_ of obsolete variables | |
16 (w3-popup-menu-on-mouse-3): New variable to control whether W3 should | |
17 override mouse-3 or not. | |
18 | |
19 * Emacs-W3 3.0.58 released | |
20 | |
21 * w3.txi: Added stubs for stylesheet chapters and supported URLs | |
22 | |
23 * images.el (image-register-netpbm-utilities): This is now safe to call | |
24 multiple times again. | |
25 | |
26 Wed Feb 12 06:26:55 1997 William M. Perry <wmperry@aventail.com> | |
27 | |
28 * w3-forms.el (w3-form-keymap): When binding widget-end-of-line, make sure | |
29 that we do not overwrite Emacspeak's prefix-key. Now does a | |
30 where-is-internal to find the correct binding in global-map to | |
31 override. | |
32 | |
33 * w3-display.el (w3-display-node): bind :emacspeak-help to 'w3-widget-echo | |
34 in all the hypertext links. | |
35 | |
36 * w3-vars.el (w3-mode-map): New binding for \M-\t - this _should_ have | |
37 been taken care of by the [(meta tab)] definition, but evidently it | |
38 doesn't. *sigh* | |
39 | |
40 Tue Feb 11 07:33:50 1997 William M. Perry <wmperry@aventail.com> | |
41 | |
42 * w3-forms.el (w3-form-create-option-list): Specify :menu-tag-get so that | |
43 keyboard-based-completion doesn't get confused by the fact that some | |
44 items will have spaces slapped in at the end. | |
45 | |
46 * ssl.el (ssl-program-arguments): New variable - a list of command line | |
47 switches to send to the SSL program in a subprocess, before the hostname | |
48 and port number. | |
49 (open-ssl-stream): Use it. | |
50 | |
51 Mon Feb 10 07:45:31 1997 William M. Perry <wmperry@aventail.com> | |
52 | |
53 * url-file.el (url-file): Removed refs to variable url-use-hypertext-dired | |
54 | |
55 * url-vars.el: Removed obsolete variable url-use-hypertext-dired | |
56 | |
57 * url-file.el (url-dired-find-file-mouse): fixed bad typo of | |
58 (interactive...) spec, added documentation to a few functions. | |
59 (url-file): Removed refs to obsolete variable url-use-hypertext-dired | |
60 | |
61 * w3-xemac.el (w3-setup-version-specifics): Workaround for users of XEmacs | |
62 19.14 or 20.0 with the bad bad bad lossage with text properties that | |
63 have null values. This bug is fixed in XEmacs 19.15, and will be in | |
64 20.1 as well. This bug would cause you to get errors like: | |
65 internal error: no text-prop <#extent ....> start-open | |
66 | |
67 * w3.el (w3-widget-button-click): Deal with new image capabilities of the | |
68 widget checkbox/radio-button stuff. | |
69 | |
70 * Synch'ed up to widget 1.31 | |
71 | |
72 Sun Feb 9 15:39:19 1997 William M. Perry <wmperry@aventail.com> | |
73 | |
74 * Emacs-W3 3.0.57 released | |
75 | |
76 * url-file.el (url-dired-minor-mode): New minor mode that overrides a few | |
77 of direds keybindings to use Emacs-W3 instead of straight find-file. | |
78 (url-format-directory): Now just uses dired to display directory | |
79 listings, much more powerful than the old way. Can copy files, act on | |
80 multiple files, you all know the drill. | |
81 | |
82 * w3.txi: Added more chapters, reorg of others. | |
83 | |
84 * w3-display.el (w3-maybe-start-image-download): Fixed handling of bad | |
85 images in the cache again. Duh. | |
86 No longer log to the warnings buffer if we fail to load an image. Just | |
87 use message - much less intrusive. We just usually don't care that much | |
88 about failed image loads. | |
89 | |
90 * url-gw.el (url-open-stream): fixed typo - was calling old | |
91 url-nslookup-host instead of url-gateway-nslookup-host | |
92 | |
93 * w3.el (w3-insert-formatted-url): Now inserts markup in lowercase. | |
94 | |
95 Sat Feb 8 13:54:43 1997 William M. Perry <wmperry@aventail.com> | |
96 | |
97 * Emacs-W3 3.0.56 released. Getting closer! | |
98 | |
99 * w3-forms.el (w3-form-summarize-radio-button): Finally, a decent | |
100 summarization of radio buttons | |
101 Fixed typo in specifying summarizer for hidden form fields. | |
102 (w3-form-keymap): Bind C-a and C-e by default. | |
103 | |
104 * w3-widget.el (widget-image-value-create): When using emacspeak, show | |
105 client side imagemaps as a table. Need a more general solution for | |
106 this, but this makes us nicer than IE again. :) | |
107 | |
108 * Updated to widget 1.30 | |
109 | |
110 Fri Feb 7 16:49:55 1997 William M. Perry <wmperry@aventail.com> | |
111 | |
112 * w3-display.el (w3-handle-string-content): Make sure faces text | |
113 properties are closed, so that things don't bleed over. | |
114 (w3-fixup-eol-faces): New function for Emacs 19 that removes face | |
115 information at newlines, so that underlining will not extend from the | |
116 end of a line to the window edges - very ugly. | |
117 | |
118 * w3-menu.el (w3-menu-initialize-w3-mode-menu-map): Don't support 'emacs | |
119 in w3-use-menus under Emacs in Windows 95/NT. | |
120 | |
121 * w3-display.el (w3-finalize-image-download): Deal with bad images better. | |
122 (w3-finish-drawing): Better protection of putting images in. | |
123 | |
124 * url-gw.el (url-open-stream): Don't auto-retry connections. Don't throw | |
125 an error if you fail to connect to a site. This is for image loadings | |
126 that fail for some reason or another. | |
127 | |
128 * css.el (css-expand-length): better handling of float values and 'ex' | |
129 unit type. | |
130 | |
131 * font.el (x-font-create-object): Unconditionally make case-fold-search | |
132 non-nil so that we don't lose big-time. This was the cause of the very | |
133 weird font-spatial-to-canonical lossage under XEmacs with font sizes of | |
134 something like '+12pt' | |
135 | |
136 * w3.el (w3-view-this-url): Use widget-echo-help if we didn't find a URL | |
137 under point. | |
138 | |
139 Fri Feb 7 15:22:25 1997 Charles Levert <charles@comm.polymtl.ca> | |
140 | |
141 * w3-widget.el (widget-image-notify): Bad data being fed to w3-fetch if a | |
142 client-side imagemap had an alt attribute (but only if the <map> came | |
143 _after_ the use. | |
144 | |
145 Fri Feb 7 15:22:25 1997 William M. Perry <wmperry@aventail.com> | |
146 | |
147 * font.el (font-spatial-to-canonical): protect against bad input to this | |
148 function. | |
149 | |
150 Fri Feb 7 15:19:36 1997 Toby Speight <tms@ansa.co.uk> | |
151 | |
152 * w3-parse.el (w3-parse-buffer): Parser didn't allow for the fact that | |
153 TAGC is optional on end-tags as well as on start-tags (i.e. "<b<i> | |
154 bold-italic</i</b>" is legal). | |
155 | |
156 Fri Feb 7 06:28:37 1997 William M. Perry <wmperry@aventail.com> | |
157 | |
158 * w3-forms.el (w3-form-keymap): Now inherits from widget-keymap, with a | |
159 few exceptions. | |
160 | |
161 * url.el (url-uncompress): This function now no longer looks at the file | |
162 extension to determine a compression/encoding method. This is so that | |
163 doing searches on `foo.tar.gz' will not bogusly cause the decompression | |
164 steps to run. Ick! | |
165 | |
166 * url-file.el (url-insert-possibly-compressed-file): This function no | |
167 longer atempts to decompress the file after loading it in. Instead, it | |
168 sets an appropriate content-transfer-encoding header based on the | |
169 filename, so that this will allow url-uncompress to work correctly on the | |
170 buffer. | |
171 | |
172 Thu Feb 6 06:24:26 1997 William M. Perry <wmperry@aventail.com> | |
173 | |
174 * w3-print.el (w3-postscript-print-function): New variable to control what | |
175 function is used to generate postscript output. | |
176 (w3-print-this-url): Use it. | |
177 | |
178 * w3-display.el (w3-handle-string-content): Make all inserted text | |
179 read-only | |
180 | |
181 * w3-forms.el (w3-form-use-old-style): New variable to control whether to | |
182 use the old-style interaction with form fields instead of the 'type | |
183 directly into the buffer' method | |
184 (w3-form-determine-size): Use it. | |
185 (w3-form-create-integer): Use it. | |
186 (w3-form-create-float): Use it. | |
187 (w3-form-create-text): Use it. | |
188 (w3-form-create-password): Use it. | |
189 (w3-revert-form): Fixed error with 'reset' buttons on forms that had | |
190 hidden form fields. | |
191 | |
192 * w3-vars.el (w3-mode-map): Define [backtab] by default | |
193 | |
194 * w3-display.el (w3-size-of-tree): Removed some warnings | |
195 (w3-display-table-dimensions): ditto | |
196 | |
197 * Updated to widget 1.26 | |
198 | |
199 * default.css: Some default formatting changes for input fields. | |
200 Everything is underlined by default except submit/reset/image/button | |
201 fields, so that they are a little easier to spot. | |
202 | |
203 * w3-parse.el (w3-parse-buffer): Now slaps pseudo-elements into input | |
204 fields so that stylesheets can access them. | |
205 | |
206 Wed Feb 5 14:42:12 1997 William M. Perry <wmperry@aventail.com> | |
207 | |
208 * Updated to widget 1.24 | |
209 | |
210 * Happy birthday Jenny P. | |
211 | |
212 Tue Feb 4 08:21:03 1997 William M. Perry <wmperry@aventail.com> | |
213 | |
214 * font.el (x-font-create-name): Better checking/optimizing of when to just | |
215 return the default font. | |
216 | |
217 * w3-forms.el: Make use of the new information, and pass it down to the | |
218 widget library appropriately. | |
219 | |
220 * w3-display.el (w3-display-node): Now passes in the entire list of active | |
221 faces to form creation functions. | |
222 | |
223 Mon Feb 3 07:26:18 1997 William M. Perry <wmperry@aventail.com> | |
224 | |
225 * w3-emulate.el (w3-lynx-emulation-minor-mode-map): Lots of new | |
226 keybindings for lynx emulation minor mode. | |
227 | |
228 * Emacs-W3 3.0.55 released | |
229 | |
230 * w3-forms.el (w3-form-determine-size): Fixed _STUPID_ problem where | |
231 option lists would lose everything but the first option in them. I'm a | |
232 dumbass. Sort modifies its list parameter! ICK ICK ICK. | |
233 | |
234 * url.el (url-after-change-function): Show prettier status messages. | |
235 Sizes are converted to bytes, k, or M, depending on how big the file | |
236 is. | |
237 | |
238 * w3.txi: Lots of documentation changes - volunteers welcome. | |
239 | |
240 * Removed personal annotation support, since it wasn't shown with the new | |
241 display engine, it needs to be rethought, and nobody had complained in | |
242 the entire beta cycle. | |
243 | |
244 * w3.el (w3-history-find-url-internal): Redid the history mechanism. | |
245 Toolbar and menu entries are now grayed out appropriately. | |
246 | |
247 * url-http.el (url-create-mime-request): Fixed cookie support if not going | |
248 through a proxy gateway. | |
249 | |
250 Sun Feb 2 22:05:41 1997 William M. Perry <wmperry@aventail.com> | |
251 | |
252 * w3-display.el (w3-display-table): Fix for negative colwidth | |
253 | |
254 Fri Jan 31 14:28:54 1997 William M. Perry <wmperry@aventail.com> | |
255 | |
256 * w3.el (w3-fetch): Fixed targetted links (http://blah/#foo) | |
257 | |
258 Fri Jan 31 11:20:47 1997 Alf-Ivar Holm <alfh@ifi.uio.no> | |
259 | |
260 * w3.el (w3-mail-current-document): Fixed problem with calling | |
261 w3-parse-buffer with too many arguments when mailing LaTeX-ified | |
262 files. | |
263 | |
264 Fri Jan 31 11:19:37 1997 Cord Kielhorn <kielhorn@thphy.uni-duesseldorf.de> | |
265 | |
266 * css.el (css-expand-length): Fixed bad regexps for percentage and | |
267 character based lengths | |
268 | |
1 Thu Jan 30 20:27:06 1997 William M. Perry <wmperry@aventail.com> | 269 Thu Jan 30 20:27:06 1997 William M. Perry <wmperry@aventail.com> |
270 | |
271 * Emacs-W3 3.0.52 released | |
2 | 272 |
3 * w3-display.el (w3-handle-image): When doing table auto layout, don't | 273 * w3-display.el (w3-handle-image): When doing table auto layout, don't |
4 start loading the images. | 274 start loading the images. |
5 | 275 |
6 Wed Jan 29 06:15:37 1997 William M. Perry <wmperry@aventail.com> | 276 Wed Jan 29 06:15:37 1997 William M. Perry <wmperry@aventail.com> |