14
|
1 Fri Jan 3 08:43:56 1997 William M. Perry <wmperry@aventail.com>
|
|
2
|
|
3 * font.el (make-font): Treat args as a plist, just for sanity's sake.
|
|
4
|
|
5 Thu Jan 2 12:19:31 1997 William M. Perry <wmperry@aventail.com>
|
|
6
|
|
7 * w3-display.el (w3-table-hack-borders): Fix stupid use of 'otheriwse'
|
|
8 instead of 'otherwise' in a case statement.
|
|
9
|
|
10 * w3-forms.el (w3-form-add-element): Fix stupid use of 'otheriwse'
|
|
11 instead of 'otherwise' in a case statement.
|
|
12 (w3-form-resurrect-widgets): Fixed XEmacs handling of widget recreation,
|
|
13 and also fixed problem where some widgets would be skipped.
|
|
14
|
|
15 Tue Dec 31 07:37:17 1996 William M. Perry <wmperry@aventail.com>
|
|
16
|
|
17 * w3-e19.el: All the menus in Emacs-19 now use the same constructors that
|
|
18 the :filter entries under XEmacs do. This will make things much easier
|
|
19 in the future in not duplicating crufty menu-construction code once for
|
|
20 XEmacs menu-structs and once for Emacs keymaps.
|
|
21
|
|
22 * w3-menu.el (w3-menu-html-links-constructor): Now works with the Emacs 19
|
|
23 implementation of property lists.
|
|
24
|
|
25 Mon Dec 30 06:25:28 1996 William M. Perry <wmperry@aventail.com>
|
|
26
|
|
27 * w3-menu.el (w3-popup-menu): context-sensitive menus over delayed images
|
|
28 work again
|
|
29
|
|
30 * w3-display.el (w3-parse-link): New way to store <link> information from
|
|
31 an HTML document.
|
|
32
|
|
33 * w3.el (w3-search): Deal with new <link> storage
|
|
34
|
|
35 * w3-menu.el (w3-menu-html-links-constructor): Deal with new way <link>
|
|
36 items are stored - now uses the 'title' attribute if present.
|
|
37
|
|
38 * w3-auto.el (w3-form-resurrect-widgets): Added autoload
|
|
39
|
|
40 * url-file.el (url-format-directory): Removed url-forms-based-ftp option -
|
|
41 didn't really work anyway.
|
|
42
|
|
43 Sun Dec 29 15:54:21 1996 William M. Perry <wmperry@aventail.com>
|
|
44
|
|
45 * w3-forms.el (w3-form-resurrect-widgets): fixed stupid problem in munging
|
|
46 of the size of form elements.
|
|
47
|
|
48 * Emacs-W3 3.0.42 released
|
|
49
|
|
50 * w3-display.el (w3-table-hack-borders): Deal gracefully with not finding
|
|
51 a 'terminal' font to display hacked border chars in
|
|
52
|
|
53 * w3-hot.el (w3-hotlist-add-document): don't hexify a url before sticking
|
|
54 it in the hotlist buffer
|
|
55
|
|
56 * w3-display.el (w3-display-node): hyperlinks with images at the start
|
|
57 will now have a button associated with the entire link, not just the
|
|
58 image part.
|
|
59
|
|
60 * w3-sysdp.el (fillin-text-property): made it work under Emacs19
|
|
61
|
|
62 Sun Dec 29 00:07:39 1996 Takahiro Hayata <hayata@sc511t.s.kobe-u.ac.jp>
|
|
63
|
|
64 * mule-sysdp.el (mule-write-region-no-coding-system): Patch for Mule 2.3
|
|
65
|
|
66 Sun Dec 29 00:07:39 1996 William M. Perry <wmperry@aventail.com>
|
|
67
|
|
68 * w3-forms.el (w3-form-add-element): Only insert stubs of the right length
|
|
69 for a for element, and do munging of that text into the actual widgets
|
|
70 later. This saves us a lot of grief and heartache when handling things
|
|
71 like radio buttons that span table elements because the markers have
|
|
72 become completely insane by the time the next widget is ready to be
|
|
73 created.
|
|
74
|
|
75 Sat Dec 28 17:24:08 1996 William M. Perry <wmperry@aventail.com>
|
|
76
|
|
77 * w3-display.el (w3-display-table): Don't crap out on invalid tables where
|
|
78 table-dimensions tells us we have a 0 column or 0 row table.
|
|
79
|
|
80 * w3-widget.el (widget-image-value-create): Use :action instead of :notify
|
|
81 for widget-image-callback - hyperlinked images under Emacs 19 should
|
|
82 work again.
|
|
83
|
|
84 Thu Dec 26 18:26:25 1996 William M. Perry <wmperry@aventail.com>
|
|
85
|
|
86 * w3.el (w3-widget-forward): Use this instead of widget-forward.
|
|
87 (w3-widget-backward): Ditto. Need to make both of these smart for w3.
|
|
88
|
|
89 * w3-display.el (w3-display-node): Implemented the display class 'none'
|
|
90 for turning off the rendering of an element and its subcontent.
|
|
91
|
|
92 Thu Dec 26 07:21:58 1996 William Perry <wmperry@aventail.com>
|
|
93
|
|
94 * w3-parse.el (w3-parse-buffer): *sigh* Allow _ in attribute names.
|
|
95
|
|
96 * Emacs-W3 3.0.41 released
|
|
97
|
|
98 * url-parse.el (url-generic-parse-url): bind inhibit-read-only to 't' in
|
|
99 url parsing buffers, to avoid 'attempt to modify read-only text'
|
|
100 problems when the string passed to url-generic-parse-url has the
|
|
101 read-only text property set.
|
|
102
|
|
103 * w3-e19.el (w3-setup-version-specifics): popup menus should work in
|
|
104 Emacs19 again.
|
|
105
|
|
106 * css.el (css-expand-value): For margin and padding, make sure we _always_
|
|
107 convert into a valid length spec. Setting a 'margin' or 'padding'
|
|
108 property group instead of individual margin-* or padding-* values would
|
|
109 cause the display engine to crap out.
|
|
110 (css-get): Fixed generic class-only lookups (.foo, etc)
|
|
111
|
|
112 * w3-display.el (w3-display-handle-list-type): Tweaks to list indentation
|
|
113
|
|
114 * w3-menu.el (w3-menu-html-links-constructor): Fixed stupid problem with
|
|
115 the new navigate menu under XEmacs.
|
|
116
|
|
117 Tue Dec 24 22:46:11 1996 William M. Perry <wmperry@aventail.com>
|
|
118
|
|
119 * css.el (css-expand-color): Better handling of X-style color specs -
|
|
120 convert them to internal RGB format.
|
|
121
|
|
122 Tue Dec 24 02:50:08 1996 Christian Limpach <chris@nice.ch>
|
|
123
|
|
124 * font.el (ns-font-families-for-device): added test for unbound
|
|
125 device-fonts-cache variable.
|
|
126 (ns-font-create-name): handle font-styles which are numbers.
|
|
127
|
|
128 * w3-sysdp.el (try-font-name): added support for Nextstep.
|
|
129
|
|
130 Tue Dec 24 06:16:33 1996 William M. Perry <wmperry@aventail.com>
|
|
131
|
|
132 * w3.el (w3-open-local): Send filename through expand-file-name in
|
|
133 w3-open-local to avoid having illegal URLs like file:/~/test.html
|
|
134
|
|
135 * w3-widget.el (widget-image-value-create): fixed new problem with client
|
|
136 side imagemaps. Should really work this time.
|
|
137
|
|
138 * w3.el (w3-map-links): w3-map-links and hence w3-complete-link will now
|
|
139 find images that are also hyperlinks.
|
|
140
|
|
141 Mon Dec 23 22:28:58 1996 William M. Perry <wmperry@aventail.com>
|
|
142
|
|
143 * Emacs-W3 3.0.40 released
|
|
144
|
|
145 * w3-menu.el (w3-menu-go-menu): Added 'navigate' submenu to hold the
|
|
146 predefined <link> types.
|
|
147
|
|
148 * w3-widget.el (widget-image-summarize): Image widgets should now be much
|
|
149 better at identifying themselves when being tab'ed to or waggled at with
|
|
150 the mouse.
|
|
151
|
|
152 * w3-prefs.el: Fixed a few references to w3-glyphp (now widget-glyphp)
|
|
153
|
|
154 * w3.el (w3-url-completion-function): Fixed completion of URLs
|
|
155
|
|
156 Sat Dec 21 Dave Love <d.love@dl.ac.uk>
|
|
157
|
|
158 * w3-display.el, w3-vars.el, w3.el: Define and use
|
|
159 w3-defined-link-types to canonicalize link descriptions' case for
|
|
160 ease of use.
|
|
161
|
|
162 * w3-e19.el (w3-build-FSF19-menu): Add any recognised <link> items
|
|
163 to the menu in the absence of a toolbar.
|
|
164
|
|
165 Thu Dec 19 13:52:35 1996 William Perry <wmperry@aventail.com>
|
|
166
|
|
167 * Emacs-W3 3.0.39 released
|
|
168
|
|
169 * w3-forms.el (w3-form-encode-xwfu): Ditto.
|
|
170
|
|
171 * url.el (url-hexify-string): Updated to use url-unreserved-chars when
|
|
172 escaping, ala
|
|
173 http://www.ics.uci.edu/pub/ietf/uri/draft-fielding-url-syntax-02.txt
|
|
174
|
|
175 Wed Dec 18 22:09:41 1996 William M. Perry <wmperry@aventail.com>
|
|
176
|
|
177 * w3.el (w3-mode): Removed bogus setting of widget-motion-hook from way
|
|
178 back
|
|
179
|
|
180 * w3-parse.el (w3-parse-buffer): Better handling of <base> tag.
|
|
181
|
|
182 * w3-display.el (w3-widget-echo): Better falling-back when the preferred
|
|
183 echo method yields nil.
|
|
184
|
|
185 * url.el, w3-display.el, w3.el: Remove last vestiges of url-hash.el and
|
|
186 removed it from the distribution.
|
|
187
|
|
188 Wed Dec 18 08:07:32 1996 William Perry <wmperry@aventail.com>
|
|
189
|
|
190 * dsssl.el: Moved the DSSSL parser and friends into its own namespace.
|
|
191
|
|
192 Removed dependencies on url-hash.
|
|
193
|
|
194 * custom.el: Synch'd up to custom 1.13
|
|
195
|
|
196 Tue Dec 17 16:36:05 1996 William M. Perry <wmperry@aventail.com>
|
|
197
|
|
198 * url.el (url-expand-file-name): If we weren't given a base object to work
|
|
199 from, and url-current-object is null, set it to the object returned by
|
|
200 parsing url-view-url.
|
|
201
|
|
202 * url-http.el (url-create-mime-request): Send the right information in the
|
|
203 'Host' header field when going through a proxy.
|
|
204 (url-setup-reload-timer): Emacs 19 doesn't deal well with 0-length
|
|
205 timeouts, so protect against trying to create one when dealing with the
|
|
206 refresh header.
|
|
207
|
|
208 * w3-parse.el: Removed lots of crap for the old display engine - shouldn't
|
|
209 cons up as much garbage as before. Now it will just cons up garbage
|
|
210 that we actually need.
|
|
211
|
|
212 Tue Dec 17 07:10:47 1996 William Perry <wmperry@aventail.com>
|
|
213
|
|
214 * css.el (css-properties): New property type 'string-list' for font-family
|
|
215
|
|
216 * w3.el (w3-find-default-stylesheets): Make sure to look in
|
|
217 data-directory/../../w3 for stylesheets
|
|
218
|
|
219 Tue Dec 17 06:07:08 1996 William M. Perry <wmperry@aventail.com>
|
|
220
|
|
221 * w3-toolbar.el: wrapped a condition-case around the require for
|
|
222 xpm-button and xbm-button so that it will compile under Emacs
|
|
223
|
|
224 Mon Dec 16 08:19:40 1996 William Perry <wmperry@aventail.com>
|
|
225
|
|
226 * Emacs-W3 3.0.38 released.
|
|
227
|
|
228 * dist.Makefile (OBJECTS): Removed xpm-button and xbm-button from the
|
|
229 distribution. Any version of XEmacs that can run the latest 3.0 stuff
|
|
230 has them already.
|
|
231
|
|
232 * default.css: Make nested ol/ul items display class 'line' so they look
|
|
233 prettier.
|
|
234
|
|
235 * w3-display.el (w3-display-node): EVIL hack to make the first item in a
|
|
236 nested list get indented correctly.
|
|
237
|
|
238 * w3-about.el (w3-about): Fixed the about:style stylesheet to be
|
|
239 up-to-date with new CSS spec.
|
|
240
|
|
241 * default.css: Turned down indentation on list items by default.
|
|
242
|
|
243 * w3-display.el (w3-display-node): Mouse tracking should work under XEmacs
|
|
244 again.
|
|
245
|
|
246 * dist.Makefile (all): Removed 'emacs' from dependency list.
|
|
247
|
|
248 Mon Dec 16 06:03:14 1996 William M. Perry <wmperry@aventail.com>
|
|
249
|
|
250 * w3-display.el (w3-table-hack-borders): This should work on TTY's again.
|
|
251
|
|
252 Sun Dec 15 14:19:53 1996 William M. Perry <wmperry@aventail.com>
|
|
253
|
|
254 * Emacs-W3 3.0.37 released
|
|
255
|
|
256 * w3-display.el: Better handling of paragraphs (well, any block-level
|
|
257 element within a list-item display group.
|
|
258
|
|
259 * default.css (address): Changed <address> display tpye to line so that
|
|
260 right-justification will take effect.
|
|
261
|
|
262 Sat Dec 14 10:24:13 1996 William M. Perry <wmperry@aventail.com>
|
|
263
|
|
264 * w3-sysdp.el: Removed stubs for add-submenu - it was confusing 'custom'
|
|
265
|
|
266 * dist.Makefile: More GNU-ish project makefile
|
|
267
|
|
268 * url.el (url-default-find-proxy-for-url): Fixed no_proxy handling
|
|
269 (url-default-find-proxy-for-url): Don't pass 'www://' links to a proxy
|
|
270
|
|
271 Fri Dec 13 22:50:45 1996 William M. Perry <wmperry@aventail.com>
|
|
272
|
|
273 * dist.Makefile (URLSOURCES): Added socks.el to the distribution. Not
|
|
274 used just yet.
|
|
275
|
|
276 * css.el (css-copy-stylesheet): Fixed problem with sharing the list
|
|
277 structure between the hash tables - document stylesheets would infect
|
|
278 the main w3-user-stylesheet and cause weirdness.
|
|
279
|
|
280 Fri Dec 13 09:47:40 1996 William Perry <wmperry@aventail.com>
|
|
281
|
|
282 * w3-style.el (w3-display-stylesheet): Fixed problem where
|
|
283 w3-display-stylesheet would override the buffer css-display was showing
|
|
284 the stylesheet in. Duhh.
|
|
285
|
|
286 * mule-sysdp.el (mule-encode-string): Fixed stupid problem on non-XEmacs
|
|
287 mule
|
|
288 (mule-sysdep-version): Ditto.
|
|
289
|
|
290 Fri Dec 13 06:25:45 1996 William M. Perry <wmperry@aventail.com>
|
|
291
|
|
292 * css.el (css-get): Removed bogus recursive call to css-get, and moved the
|
|
293 guts of css-get out into its own fuction, which is in turn inlined into
|
|
294 css-get. Might even make things faster. At the least, I expect it to
|
|
295 get rid of the 'takes two makes to make w3-display.elc' problem some
|
|
296 people have been seeing.
|
|
297
|
|
298 * w3-display.el (w3-display-handle-list-type): Fixed stupid problem with
|
|
299 margin handling where list-item display items were always flush-left
|
|
300
|
|
301 Fri Dec 13 02:51:24 1996 Greg Stark <gsstark@mit.edu>
|
|
302 * w3-display.el (w3-display-line-break): correct right justification code
|
|
303 (w3-min-size-of-string): removed unused function that didn't work.
|
|
304 (w3-size-of-tree): maintain consistent w3-display-open-element-stack
|
|
305 don't hard code assumption that hr's are drawn with '-'
|
|
306 (w3-display-table-dimensions): major bug if the last column rowspans
|
|
307 (w3-table-lookup-char): new function
|
|
308 (w3-table-hack-borders): new function makes table borders use pretty
|
|
309 graphic characters instead of ascii characters.
|
|
310 (w3-table-unhack-borders): new function restore lame ascii borders.
|
|
311 (w3-display-table): Major changes to support drawing better borders
|
|
312 also fix various bugs and tweak various things.
|
|
313
|
|
314 * w3-parse.el: remove = from set of characters that terminate an attribute
|
|
315 when guessing about an syntactically invalid attribute.
|
|
316 (didn't this get changed once already?)
|
|
317
|
|
318 * w3.el (w3-sentinel): hack around bug that bit w3-preview-this-buffer
|
|
319 but I don't know what the right thing for Mule.
|
|
320
|
|
321 Thu Dec 12 08:36:01 1996 William Perry <wmperry@aventail.com>
|
|
322 * Synch'd up to widget 1.13
|
|
323
|
|
324 * w3-display.el (w3-get-pad-string): Ack - watch for negative values in
|
|
325 w3-get-pad-string
|
|
326
|
|
327 * Released 3.0.36
|
|
328
|
|
329 * w3-style.el (w3-display-stylesheet): Use new css-display function
|
|
330
|
|
331 * css.el (css-get): Better class checking
|
|
332 (css-display): New function to pretty-print a stylesheet that is in
|
|
333 memory.
|
|
334
|
|
335 * w3-parse.el (w3-parse-buffer): *sigh* Parser now keeps track of 'base'
|
|
336 of this document. Also normalizes 'align' attribute, as well as
|
|
337 auto-expanding any SRC or HREF attributes.
|
|
338
|
|
339 * w3-display.el (w3-display-handle-list-type): Now handles text-indent
|
|
340 style property.
|
|
341 (w3-display-table): Can now specify properties on 'tr', for
|
|
342 vertical-alignment, etc.
|
|
343 (w3-display-node): Lots of changes to deal with new method of munging
|
|
344 class/align/etc in the parser.
|
|
345
|
|
346 Wed Dec 11 17:37:14 1996 William M. Perry <wmperry@aventail.com>
|
|
347
|
|
348 * w3-parse.el (w3-parse-buffer): Do munging of align/src/href/class
|
|
349 attributes to save time in w3-display-node and friends.
|
|
350
|
|
351 * w3-prefs.el (w3-preferences-compatibility-variables): Fixed problems
|
|
352 with renaming of w3-style-ie-compatibility to css-ie-compatibility
|
|
353
|
|
354 * w3-display.el (w3-display-node): fix for hyperlinks / form info in
|
|
355 tables. Duhh.
|
|
356
|
|
357 Wed Dec 11 07:36:08 1996 William Perry <wmperry@aventail.com>
|
|
358
|
|
359 * css.el (css-copy-stylesheet): New function
|
|
360
|
|
361 * w3-display.el (w3-display-node): use it
|
|
362
|
|
363 * mule-sysdp.el (mule-encode-string): Fixes for XEmacs w/mule
|
|
364 (mule-decode-string): Fixes for XEmacs w/mule
|
|
365
|
|
366 * w3-display.el (w3-display-node): Fixed problem in isindex handling.
|
|
367 Using forms for isindex handling should work again.
|
|
368
|
|
369 * css.el (css-specificity): new function css-specificity to find how
|
|
370 specific a certain rule is. Need to use this to sort rules in css-get.
|
|
371
|
|
372 Tue Dec 10 22:37:59 1996 William M. Perry <wmperry@aventail.com>
|
|
373
|
|
374 * w3-display.el (w3-get-style-info): Changes to deal with new css.el -
|
|
375 should be much much faster now.
|
|
376
|
|
377 * css.el (css-get): Radically changed the internal representation of
|
|
378 stylesheets, and how they are looked up.
|
|
379
|
|
380 Mon Dec 9 22:31:11 1996 William M. Perry <wmperry@aventail.com>
|
|
381
|
|
382 * w3-display.el (w3-face-for-element): Fixed bug in w3-face-for-element
|
|
383 where weight of the element wasn't being taken into account.
|
|
384
|
|
385 * css.el: Changed font-variant style type from string to symbol-list
|
|
386
|
|
387 Mon Dec 9 12:29:59 1996 William Perry <wmperry@aventail.com>
|
|
388
|
|
389 * default.css: Changed default header sizes - should look better on most
|
|
390 machines
|
|
391
|
|
392 Sun Dec 8 19:21:07 1996 William M. Perry <wmperry@aventail.com>
|
|
393
|
|
394 * Emacs-w3 3.0.34 Released
|
|
395
|
|
396 * w3-display.el: New macro w3-get-attribute to replace
|
|
397 (cdr (assq 'blah args)), just in case I ever decide to replace the
|
|
398 assoc list currently used.
|
|
399
|
|
400 * New file mule-sysdp.el, to make supporting Mule 2.3, Mule 2.4, and
|
|
401 XEmacs 20.0 easier.
|
|
402
|
|
403 * url-file.el (url-insert-possibly-compressed-file): handle mule 2.4
|
|
404
|
|
405 Fri Dec 6 06:54:03 1996 William Perry <wmperry@aventail.com>
|
|
406
|
|
407 * w3-parse.el: Emit warnings when people try to slap attribute/value pairs
|
|
408 on end tags. Evil bastards.
|
|
409 Added SPAN, BDO, OBJECT, BASEFONT
|
|
410
|
|
411 Fri Dec 6 04:42:24 1996 Greg Stark <gsstark@mit.edu>
|
|
412
|
|
413 * default.css: add th td and caption text-align information
|
|
414
|
|
415 * docomp.el: increase max-specpdl-size so it can compile w3-display
|
|
416
|
|
417 * url.el (url-sentinel): avoid save-excursion around switch-buffer
|
|
418
|
|
419 * w3-display (w3-display-line-break): if we're in nowrap mode but the
|
|
420 region doesn't end on a newline insert an extra newline, otherwise <br>
|
|
421 gets ignored inside a <pre> or nowrap environment.
|
|
422 Also protect against fill-column less than the length of fill-prefix.
|
|
423 Also avoid infloop in right justification, and
|
|
424 fix bug that caused right justification to never be executed.
|
|
425
|
|
426 * w3-display (table-cut table-dimensions w3-display-table):
|
|
427 lots of new code to handle rowspan and autolayout.
|
|
428
|
|
429 * (w3-display-fix-widgets): be more agressive adjust even markers that have
|
|
430 buffers and adjust parent markers.
|
|
431
|
|
432 * w3-display (w3-display-node): These changes are important for tables
|
|
433 Don't insert insert-before on <a> tags before the class is adjusted
|
|
434 Don't insert more than one class into an <a> tag when we adjust it.
|
|
435 Protect against a negative fill-column when drawing <hr>s
|
|
436 Set adaptive-fill-mode (what's filladapt-mode?)
|
|
437
|
|
438 * w3-parse.el: remove font from %block. WARNING, i have little idea what
|
|
439 consequences this has but it seems to have the desired effect of
|
|
440 handling table cells whose first tag is a <font> without discarding the
|
|
441 implied <p> tag.
|
|
442
|
|
443 * w3-parse.el: skip-chars-forward "^>" when parsing end tags
|
|
444 (some people seem to think you can put attributes in end tags)
|
|
445
|
|
446 Fri Dec 6 14:08:30 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
447
|
|
448 * css.el: Better handling of text-decoration, to go along with the new version
|
|
449 of set-font-style-by-keywords
|
|
450
|
|
451 * font.el: Faster version of set-font-style-by-keywords.
|
|
452 Fixed RGB spec. problem if you used non-floats.
|
|
453
|
|
454 * w3-display.el: (w3-face-for-element) Obey some font function renaming.
|
|
455 (w3-face-for-element) Changed format specification on w3-style-face-xxx
|
|
456 creation.
|
|
457 (w3-display-node) Alignment specified via attributes overrides
|
|
458 stylesheet, not vice versa.
|
|
459 (w3-display-node) Fixed stupid mistake in 'link' handling where
|
|
460 stylesheets were ignored.
|
|
461
|
|
462 Thu Dec 5 17:51:37 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
463
|
|
464 * url.el: (url-retrieve-internally) Can now specify an alternative
|
|
465 function to determine whether a URL should be proxied or not. modelled
|
|
466 off the netscape auto-proxy-configuration crap, so hopefully someday we
|
|
467 can just suck down one of their files and be 'happy' with it.
|
|
468
|
|
469 * w3-display.el, css.el:
|
|
470 Modified some of the css properties to not be inherited - let
|
|
471 w3-display figure it out on its own - quicker this way. Saves a few
|
|
472 thousand lookups over the life of a parse.
|
|
473
|
|
474 Mon Dec 2 20:22:12 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
475
|
|
476 * w3-display.el: use better face names... avoids problems in xemacs
|
|
477 resource name checking.
|
|
478
|
|
479 * w3-vars.el: Created version 3.0.33
|
|
480
|
|
481 * w3-parse.el: Fixed problem parsing attribute values like <img alt=''> -
|
|
482 the regexp didn't like empty attribute values specified with single
|
|
483 quotes.
|
|
484
|
|
485 * w3.el: -Patches from Dave Love
|
|
486
|
|
487 * font.el: Renamed the font-set-*-p to set-font-*-p, to be more in line with
|
|
488 set-face-underline-p and friends. Fixed stupid problem in
|
|
489 set-font-*-p where it would always just toggle the property, not
|
|
490 actually set it. Blah. Added code in x-font-create-name to try
|
|
491 oblique and italic versions of a font if italic is set.
|
|
492
|
|
493 * default.css: Prettied up the :speech: section
|
|
494
|
|
495 * w3-display.el:
|
|
496 Conditionalized get-style-info calls in w3-voice-for-element on
|
|
497 feature 'emacspeak
|
|
498
|
|
499 * w3.el: Added code to try loading dtk-css-speech and w3-speak if the feature
|
|
500 'emacspeak' is available.
|
|
501
|
|
502 * css.el: Fixed a few stupid problems.
|
|
503
|
|
504 * font.el:
|
|
505 made tty-font-create-object return a 12pt font object, just for reference.
|
|
506
|
|
507 * w3.txi: More updates to the documentation
|
|
508
|
|
509 * w3.el, w3-style.el: Moved to using the new 'css' package
|
|
510
|
|
511 * w3-parse.el:
|
|
512 Removed some old functions. Save some string creation by downcasing
|
|
513 tag and atribute names in the buffer instead of using 'downcase'.
|
|
514
|
|
515 * w3-display.el: Moved to using the new 'css' package
|
|
516
|
|
517 * w3-auto.el: Removed some outdated autoloads
|
|
518
|
|
519 * font.el: Added function font-set-style-by-keywords
|
|
520
|
|
521 * css.el: Better handling of various entities - beter way of specifying new
|
|
522 properties and how they should be handled.
|
|
523
|
|
524 * default.css: *** empty log message ***
|
|
525
|
|
526 * dist.Makefile: Added 'css.el' to targets
|
|
527
|
|
528 * css.el: Initial revision
|
|
529
|
|
530 * w3-vars.el: Renamed w3-right-border to w3-right-margin
|
|
531
|
|
532 Sat Nov 30 17:42:38 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
533
|
|
534 * custom-edit.el, custom.el, widget-edit.el, widget.el:
|
|
535 -Synch'd up to Custom/Widget 1.09
|
|
536
|
|
537 Fri Nov 29 23:12:42 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
538
|
|
539 * font.el: Actually try to use the 'oblique' property under X
|
|
540
|
|
541 * w3-display.el:
|
|
542 Fix for sometimes getting an invalid glyph error in image retrieval.
|
|
543 Fixed problem where table display would pop something off the open element stack.
|
|
544
|
|
545 * custom-edit.el, custom.el, widget-edit.el, widget.el:
|
|
546 -Synch'd up to Custom/Widget 1.08
|
|
547
|
|
548 * w3-display.el: List filling seems to line up correctly now.
|
|
549 Fixed bug in ordered list handling (wrong arg passed to a format).
|
|
550 Changed the way spacing is handled.
|
|
551
|
|
552 * w3-menu.el: Added new 'search' menu with common web indexes
|
|
553
|
|
554 * dist.Makefile:
|
|
555 Don't specify widget*.el twice in SOURCES _AND_ CUSTOMSOURCES or
|
|
556 install under FreeBSD chokes.
|
|
557
|
|
558 * w3-display.el: Protect against list-item display property outside of a list.
|
|
559
|
|
560 * w3-sysdp.el: Fixed free var reference in make-device
|
|
561
|
|
562 Thu Nov 28 23:01:11 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
563
|
|
564 * w3-display.el:
|
|
565 Protect against bad values of w3-last-fill-pos in w3-display-line-break
|
|
566
|
|
567 * w3-e19.el, w3-menu.el:
|
|
568 -Patches from Dave Love <d.love@dl.ac.uk> for using title of link in menus
|
|
569
|
|
570 Wed Nov 27 22:59:56 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
571
|
|
572 * w3-vars.el: Created version 3.0.32
|
|
573
|
|
574 * w3.txi: Started revamping some of the documentation
|
|
575
|
|
576 * url-custom.el: Initial revision
|
|
577
|
|
578 * w3-display.el: Handle 'menu' list type correctly
|
|
579
|
|
580 * url.el: Patch from Thierry.Emery@aar.alcatel-alsthom.fr;
|
|
581 - insert information about processes in buffer "URL Status Display"
|
|
582 instead of *URL-<i>* : added a local variable `url-status-buf' and a
|
|
583 call to `set-buffer'
|
|
584
|
|
585 - changed `url-get-working-buffer' to `url-get-working-buffer-name',
|
|
586 because `url-working-buffer' is expected to be a name, not a buffer
|
|
587 (my mistake)
|
|
588
|
|
589 * w3-xemac.el, w3-vars.el:
|
|
590 Removed some old variables that aren't used anywhere now.
|
|
591
|
|
592 * w3-e19.el:
|
|
593 Patch from Dave Love <d.love@dl.ac.uk> for 'title' version of w3-echo-link.
|
|
594
|
|
595 * w3-display.el:
|
|
596 Patch from Dave Love <d.love@dl.ac.uk> for 'title' version of w3-echo-link.
|
|
597 Form info is now stuck on a stack instead of in a let-bound variable.
|
|
598 Only call w3-display-fix-widgets once! recursive calls to
|
|
599 w3-display-node when rendering tables caused it to happen more than it
|
|
600 should.
|
|
601
|
|
602 * w3-forms.el:
|
|
603 Patch from Dave Love <d.love@dl.ac.uk> to protect against bad value
|
|
604 for 'next' in w3-next-widget.
|
|
605
|
|
606 * dist.Makefile: Don't use `install -d', use mkdir -p if necessary
|
|
607
|
|
608 Tue Nov 26 16:21:32 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
609
|
|
610 * custom-edit.el, custom.el: synch'd up to custom 1.05
|
|
611
|
|
612 * widget.el, widget-edit.el: *** empty log message ***
|
|
613
|
|
614 * widget-edit.el, widget.el: synch'd up to widget 1.05
|
|
615
|
|
616 * w3-display.el: Handles the 'dir' list type correctly now.
|
|
617
|
|
618 * url.el:
|
|
619 Quick patch to check for url-working-buffer being a buffer, not a string.
|
|
620
|
|
621 * w3-display.el:
|
|
622 Backed out _BAD BAD BAD_ change to protect against invalid values for
|
|
623 w3-last-fill-pos that basically fucked everything in regards to
|
|
624 vertical whitespace.
|
|
625
|
|
626 Mon Nov 25 21:12:17 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
627
|
|
628 * w3-display.el: *** empty log message ***
|
|
629
|
|
630 * w3-display.el:
|
|
631 Now only does incrememental display around block level elements.
|
|
632 Does better munging of pre-formatted text CR -> LF CRLF->LF, etc.
|
|
633
|
|
634 * w3.el: Protect against errors in w3-sentinel on bad buffers.
|
|
635
|
|
636 * w3-vars.el: Created version 3.0.31
|
|
637
|
|
638 * widget-edit.el: Fixed compile problems under emacs
|
|
639
|
|
640 * w3-vars.el: *** empty log message ***
|
|
641
|
|
642 * widget.el: Made widget.el compile in emacsen w/o native backquote support
|
|
643
|
|
644 * w3-display.el: *** empty log message ***
|
|
645
|
|
646 * w3-parse.el:
|
|
647 Patch from greg stark for dealing with '=' in misquoted attribute value pairs
|
|
648
|
|
649 Sun Nov 24 23:25:25 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
650
|
|
651 * w3-display.el: Reimplemented targetted anchors (#foo)
|
|
652
|
|
653 * url.el: *** empty log message ***
|
|
654
|
|
655 * url-vars.el:
|
|
656 Changed default of url-mime-language-string to '*' to make some sites happy.
|
|
657
|
|
658 * w3-display.el: Protect against w3-last-fill-pos getting an invalid position
|
|
659
|
|
660 * w3.el, w3-display.el, w3-vars.el:
|
|
661 Patch from Dave Love <d.love@dl.ac.uk> to add new possibility 'title'
|
|
662 to w3-echo-link to show the 'title' attribute of a link if its there.
|
|
663
|
|
664 * w3-speak.el: Patch from raman.
|
|
665
|
|
666 * font.el:
|
|
667 Patch from nagae@mickey.ai.kyutech.ac.jp to handle fontsets correctly in mule
|
|
668
|
|
669 * w3-display.el: Implemented a few more CSS properties.
|
|
670 list-style - control how list items are displayed. Ordered lists are
|
|
671 now different from unordered only in their list-style.
|
|
672 Need to implement contextual selectors to get ordered
|
|
673 lists to work out of the box though.
|
|
674 white-space - control whether whitespace is collapsed or not, and
|
|
675 whether text is wrapped. <pre> <xmp> and <plaintext>
|
|
676 are now all specified to use this in the default
|
|
677 stylesheet.
|
|
678 text-align - this replaces the old 'align' attribute
|
|
679
|
|
680 Reimplemented inlined styles.
|
|
681
|
|
682 * default.css: Varius updates to take advantage of the new CSS properties
|
|
683 white-space, list-style, etc.
|
|
684
|
|
685 * w3-style.el: Handle url() and rgb() notation in color specifications
|
|
686
|
|
687 * w3-vars.el: Removed a few outdated variables
|
|
688
|
|
689 Sat Nov 23 02:10:37 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
690
|
|
691 * w3-display.el: *** empty log message ***
|
|
692
|
|
693 * dsssl.el: Got rid of yet more compilation warnings.
|
|
694
|
|
695 * custom.el, custom-edit.el: Synch'd up to custom 1.0.1
|
|
696
|
|
697 * w3-display.el:
|
|
698 Better handling of <hr> and <center>, and line spacing in general
|
|
699
|
|
700 * default.css: Updates to default stylesheet to deal with <center> and <div>
|
|
701
|
|
702 * w3.el, url.el, url-vars.el, url-http.el:
|
|
703 Patches from Thierry Emery to allow multiple asynch fetches.
|
|
704
|
|
705 Fri Nov 22 22:26:35 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
706
|
|
707 * widget-edit.el, widget.el: -Synch'd up to widget 1.01
|
|
708
|
|
709 * w3-style.el: Fixed a few fRemoved a few free variable sets/refs
|
|
710
|
|
711 * w3.el:
|
|
712 When saving a document as html source, try to get into the 'head' before inserting the base.
|
|
713
|
|
714 * w3-display.el, w3-style.el:
|
|
715 Stylesheets now store all there information as property lists instead
|
|
716 of assoc lists. Just easier.
|
|
717
|
|
718 * font.el: Fix for font-normalize-color under nextstep
|
|
719
|
|
720 Thu Nov 21 04:01:22 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
721
|
|
722 * widget-edit.el, widget.el: synch'd to 1.00 of widget/custom
|
|
723
|
|
724 Mon Nov 18 16:26:06 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
725
|
|
726 * install.sh: Initial revision
|
|
727
|
|
728 * html32.dsl: Updated to latest from jon bosak
|
|
729
|
|
730 * w3-vars.el: Created version 3.0.30
|
|
731
|
|
732 Thu Nov 14 22:39:36 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
733
|
|
734 * w3.el: Changed this so you can actually just do a (require 'w3-sysdp) and
|
|
735 each function will check to see if it should overwrite, instead of
|
|
736 conditionalizing that on the whole file.
|
|
737
|
|
738 * url.el: *** empty log message ***
|
|
739
|
|
740 * images.el, font.el, docomp.el, w3-sysdp.el:
|
|
741 Changed this so you can actually just do a (require 'w3-sysdp) and
|
|
742 each function will check to see if it should overwrite, instead of
|
|
743 conditionalizing that on the whole file.
|
|
744
|
|
745 * w3-display.el: Moved some macros around.
|
|
746
|
|
747 * widget.el, widget-edit.el, w3-forms.el: Sync'd up to Widget 0.999
|
|
748
|
|
749 * w3-auto.el, w3-menu.el: *** empty log message ***
|
|
750
|
|
751 Sun Nov 10 18:08:24 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
752
|
|
753 * w3-vars.el: Created version 3.0.29
|
|
754
|
|
755 * dsssl.el: Various changes, starting on the actual flow object stuff
|
|
756
|
|
757 Tue Nov 5 05:26:07 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
758
|
|
759 * url-news.el: Updated version checking of news to deal with 'red' gnus
|
|
760
|
|
761 Mon Nov 4 14:47:47 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
762
|
|
763 * w3-display.el: Don't show the content of 'script' - typo
|
|
764
|
|
765 Fri Nov 1 15:08:45 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
766
|
|
767 * default.css: Changes from raman
|
|
768
|
|
769 Thu Oct 31 18:51:52 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
770
|
|
771 * widget-edit.el: -
|
|
772
|
|
773 Tue Oct 29 19:53:38 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
774
|
|
775 * w3-display.el: *** empty log message ***
|
|
776
|
|
777 Thu Oct 24 02:25:03 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
778
|
|
779 * w3-widget.el: Updated the image widget to the new widget stuff.
|
|
780
|
|
781 Wed Oct 23 13:26:09 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
782
|
|
783 * docomp.el: *** empty log message ***
|
|
784
|
|
785 * url.el: Fixed bug in url-remove-relative-links that would choke on something
|
|
786 like: /foo/bar/./../baz/ - they /../ was removed first, removing its
|
|
787 parent directory, the /./ - ack.
|
|
788
|
|
789 * w3-display.el: Image loading is back!
|
|
790 Client-side imagemaps are back!
|
|
791 Forms that span tables are working now.
|
|
792
|
|
793 Mon Oct 21 21:32:33 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
794
|
|
795 * w3-vars.el: Created version 3.0.28
|
|
796
|
|
797 * url-mail.el: Make mail handling a little more generic.
|
|
798
|
|
799 * w3-display.el:
|
|
800 Fix for w3-display-fix-widgets so that links right up against each
|
|
801 other don't cause it to skip every-other-one.
|
|
802
|
|
803 Sun Oct 20 16:47:05 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
804
|
|
805 * w3-style.el: don't map a pitch of 9 to 0.
|
|
806
|
|
807 * w3-speak.el:
|
|
808 Added back in the advice for url-lazy-message that provided auditory
|
|
809 feedback during URL retrieval. Also added back in the
|
|
810 w3-speak-browse-page command.
|
|
811
|
|
812 * w3-speak.el:
|
|
813 Some patches from TV Raman to fix multiline text entry area speaking
|
|
814 and a bogus call to widget-get in text entry area speaking.
|
|
815
|
|
816 Fri Oct 18 12:27:04 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
817
|
|
818 * w3-display.el:
|
|
819 Patches from Thierry Emery <Thierry.Emery@aar.alcatel-alsthom.fr> to
|
|
820 implement 'colspan' on tables. Patch to support align=xxx on
|
|
821 arbitrary tags.
|
|
822
|
|
823 Thu Oct 17 22:27:44 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
824
|
|
825 * w3-vars.el: Created version 3.0.27
|
|
826
|
|
827 * w3-display.el:
|
|
828 fixed voicification of hyperlinks. Fixed problem in w3-normalize-spaces
|
|
829 and multi-line strings.
|
|
830
|
|
831 Wed Oct 16 20:56:40 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
832
|
|
833 * w3-speak.el: Fix stupid problem. function renaming lossage. Fun
|
|
834
|
|
835 * w3-display.el:
|
|
836 Fixed <select> form items that had no <option value=xxx selected>
|
|
837 entry in them. Wheee.
|
|
838
|
|
839 * w3-display.el:
|
|
840 Fixed <select> form items that had an <option value=xxx selected>
|
|
841 entry in them. Wheee.
|
|
842
|
|
843 * w3.el: document info is now shown as a table.
|
|
844
|
|
845 * w3.el: Document information is now shown as a table.
|
|
846
|
|
847 * w3-display.el, w3-vars.el: Now keeps better track of the <meta> tag info
|
|
848
|
|
849 * w3-vars.el: Created version 3.0.26
|
|
850
|
|
851 * w3-display.el: *** empty log message ***
|
|
852
|
|
853 Tue Oct 15 13:21:54 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
854
|
|
855 * w3-display.el: Added back in <meta> and <link> handling.
|
|
856 Fixed insert-before and insert-after for 'a' tag and pseudo-classes
|
|
857
|
|
858 * w3-display.el:
|
|
859 Fixed some potential runaway style inheritance - need to think about a
|
|
860 better way to pop style info off the various stacks than
|
|
861 (w3-handle-content node) on an empty element.
|
|
862
|
|
863 * w3-display.el: Fixed <textarea> elements in forms
|
|
864
|
|
865 * w3-display.el, w3-forms.el: Fixed <select> elements in forms
|
|
866
|
|
867 Sun Oct 13 23:50:03 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
868
|
|
869 * w3-vars.el: Created version 3.0.25
|
|
870
|
|
871 * dsssl.el: Bug fixes
|
|
872
|
|
873 * url-hash.el:
|
|
874 Fixed bug in url-gethash where it wasn't honoring the 'default' parameter
|
|
875
|
|
876 Sat Oct 12 20:32:49 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
877
|
|
878 * widget.el, widget-edit.el: Synched up to widget 0.99.4
|
|
879
|
|
880 Fri Oct 11 18:55:02 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
881
|
|
882 * w3-display.el: fix for xemacs w/ temp faces
|
|
883
|
|
884 * w3-display.el: Fixed a bug with the insert-after handling. Duhh.
|
|
885
|
|
886 * default.css, w3-display.el: Implemented insert-before and insert-after
|
|
887
|
|
888 Wed Oct 9 19:00:59 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
889
|
|
890 * 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:
|
|
891 -Updated copyrights/addresses
|
|
892
|
|
893 Tue Oct 8 14:56:22 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
894
|
|
895 * w3-display.el: Tables now default to having no border
|
|
896
|
|
897 * w3-forms.el: Require w3-vars so Gnus will work
|
|
898
|
|
899 * w3-vars.el: Created version 3.0.24
|
|
900
|
|
901 * w3-speak.el:
|
|
902 Added a few patches from raman and the latest version of emacspeak -
|
|
903 everything appears to work out of the box now.
|
|
904
|
|
905 * w3-style.el:
|
|
906 Added in a few autoloads for getting emacspeak to work right out of the box.
|
|
907
|
|
908 * w3-display.el: Added back in the :help-echo stuff on widgets
|
|
909
|
|
910 Mon Oct 7 18:09:17 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
911
|
|
912 * w3-display.el:
|
|
913 <isindex> works again. Automatically turns off filladapt-mode now,
|
|
914 since we apparently don't play well together.
|
|
915
|
|
916 * default.css: Added some margins
|
|
917
|
|
918 * w3-display.el: Fix for emacs 19
|
|
919
|
|
920 Fri Oct 4 17:08:51 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
921
|
|
922 * dsssl.el:
|
|
923 Fixed a few errors in calling w3-dsssl-check-args. Now _EVERYTHING_
|
|
924 compiles cleanly.
|
|
925
|
|
926 * docomp.el: Added a few more variables to the 'expected-to-be-free' list.
|
|
927 Everything but dsssl.el compiles cleanly now.
|
|
928
|
|
929 * url-news.el: Fixed a few typos that resulted in free variable references.
|
|
930
|
|
931 * w3-display.el: New function w3-make-face to 'do the right thing' in
|
|
932 Emacs/XEmacs/Emacs-with-no-X-support.
|
|
933 Implemented margin-left and margin-right.
|
|
934 Fixed a few problems with runaway or insufficient application of styles.
|
|
935
|
|
936 Mon Sep 30 19:43:35 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
937
|
|
938 * url-hash.el:
|
|
939 Nasty hack to fix the !! error (("file \"cl-extra\" didn't define \"gethash\"")) stuff people are seeing under Emacs-19
|
|
940
|
|
941 * w3-vars.el: Created version 3.0.23
|
|
942
|
|
943 * w3-prefs.el: Updates for new widget package
|
|
944
|
|
945 * w3-display.el:
|
|
946 No more recursion! Lots more shit broke though. Lists are totally broken.
|
|
947
|
|
948 * w3.el: Updates for new widget package
|
|
949
|
|
950 * w3-keyword.el: *** empty log message ***
|
|
951
|
|
952 Sun Sep 29 21:26:47 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
953
|
|
954 * widget.el, widget-edit.el: Updated to version 0.99 of the library
|
|
955
|
|
956 * widget-edit.el: Allow the :help-echo widget stuff to be a symbol
|
|
957
|
|
958 * w3.el: More updates for the latest widget package
|
|
959
|
|
960 * w3-sysdp.el: New functions prepend-text-property, append-text-property,
|
|
961 fillin-text-property
|
|
962
|
|
963 * default.css, url.el: *** empty log message ***
|
|
964
|
|
965 Wed Sep 25 10:53:08 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
966
|
|
967 * dist.Makefile: Removed custom.el and custom-edit.el from the distribution.
|
|
968
|
|
969 Tue Sep 24 05:04:47 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
970
|
|
971 * w3-vars.el: Created version 3.0.22
|
|
972
|
|
973 * widget.el, widget-edit.el: Updated to latest widget stuff from Per.
|
|
974
|
|
975 * w3-parse.el:
|
|
976 Added <script> to %body.content so that stupid IE 3.0 demo pages would work.
|
|
977
|
|
978 * w3-keyword.el:
|
|
979 Added some new keyword defs to get rid of compile-time warnings
|
|
980
|
|
981 * w3-forms.el, w3-display.el: Now works with newest widget stuff
|
|
982
|
|
983 * url.el: New function url-parse-query-string, to return an assoc list of name
|
|
984 value pairs from a URL-style query. url-unhex-string now takes an
|
|
985 optional second argument for whether to allow decoding of newlines or
|
|
986 not.
|
|
987
|
|
988 * url-mail.el:
|
|
989 Now understands netscape-style 'extensions' to the mailto: specifier.
|
|
990 ie: mailto:wmperry?subject=thesubject&bcc=root
|
|
991
|
|
992 * font.el:
|
|
993 Now always converts to points instead of pixels, seems to give better
|
|
994 results this way.
|
|
995
|
|
996 Mon Sep 23 04:53:56 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
997
|
|
998 * w3-vars.el: Created version 3.0.20
|
|
999
|
|
1000 * dsssl.el: Made dsssl depend on url-hash
|
|
1001
|
|
1002 Sun Sep 22 05:16:06 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1003
|
|
1004 * w3-display.el, w3-parse.el: *** empty log message ***
|
|
1005
|
|
1006 * w3-display.el: Some spacing changes, fix for nested lists
|
|
1007
|
|
1008 * custom.el, widget-edit.el, widget.el: -
|
|
1009
|
|
1010 * custom-edit.el: *** empty log message ***
|
|
1011
|
|
1012 Fri Sep 20 05:07:12 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1013
|
|
1014 * w3-vars.el: Created version 3.0.19
|
|
1015
|
|
1016 * w3-display.el: *** empty log message ***
|
|
1017
|
|
1018 * w3-sysdp.el: Added in stub for set-keymap-parents
|
|
1019
|
|
1020 * w3-speak.el: Patches from raman
|
|
1021
|
|
1022 * w3-prefs.el, w3-imap.el: *** empty log message ***
|
|
1023
|
|
1024 * w3-hot.el: Fixed w3-read-html-bookmarks to work with some parser changes.
|
|
1025
|
|
1026 * w3-forms.el: Made forms work again.
|
|
1027
|
|
1028 * w3-display.el: Changed how the borders on tables are drawn.
|
|
1029 Added back in the voice support.
|
|
1030
|
|
1031 Thu Sep 19 05:12:49 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1032
|
|
1033 * w3-vars.el: Created version 3.0.18
|
|
1034
|
|
1035 * dist.Makefile:
|
|
1036 Moved the URL and W3 packages back into one big distrubtion again
|
|
1037
|
|
1038 * w3-vars.el: Created version 3.0.18
|
|
1039
|
|
1040 * w3-vars.el: Created version 3.0.19
|
|
1041
|
|
1042 * w3-display.el: Don't crap out on tables with 0 columns
|
|
1043
|
|
1044 * docomp.el, url.el: *** empty log message ***
|
|
1045
|
|
1046 Wed Sep 18 12:50:03 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1047
|
|
1048 * w3-vars.el: Created version 3.0.18
|
|
1049
|
|
1050 * docomp.el: *** empty log message ***
|
|
1051
|
|
1052 * w3-display.el: Space filling fixes
|
|
1053
|
|
1054 * w3-auto.el: Added autoload for w3-style-post-process-stylesheet
|
|
1055
|
|
1056 Tue Sep 17 12:50:47 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1057
|
|
1058 * w3-vars.el: Created version 3.0.16
|
|
1059
|
|
1060 * w3-display.el, w3-e19.el: *** empty log message ***
|
|
1061
|
|
1062 Mon Sep 16 04:46:18 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1063
|
|
1064 * custom-edit.el, custom.el, widget-edit.el, widget-example.el, widget.el:
|
|
1065 Initial revision
|
|
1066
|
|
1067 Sun Sep 15 22:47:53 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1068
|
|
1069 * w3-vars.el: Created version 3.0.15
|
|
1070
|
|
1071 * w3-display.el: Alignment stuff works (right, left, full, center).
|
|
1072 Tables can now be borderless, and if it has borders, they are all there.
|
|
1073 <pre>/<xmp> work.
|
|
1074
|
|
1075 * url-vars.el: Created version 1.0.42
|
|
1076
|
|
1077 * url-http.el: *** empty log message ***
|
|
1078
|
|
1079 * w3-vars.el: Created version 3.0.14
|
|
1080
|
|
1081 * html32.dsl: Initial revision
|
|
1082
|
|
1083 * w3.el: Use the new display code.
|
|
1084
|
|
1085 * w3-forms.el: A few changes for the latest display code
|
|
1086
|
|
1087 * w3-vars.el: Created version 3.0.14
|
|
1088
|
|
1089 * w3-display.el: Actually mostly works
|
|
1090
|
|
1091 * w3-parse.el: Removed hooks into the old display engine
|
|
1092
|
|
1093 * url.el: *** empty log message ***
|
|
1094
|
|
1095 * w3-speak.el: Update from raman
|
|
1096
|
|
1097 * url.el: *** empty log message ***
|
|
1098
|
|
1099 Sat Sep 14 16:48:24 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1100
|
|
1101 * url-gopher.el, url.el:
|
|
1102 Added '...' to the downloading messages so that they do not show up in
|
|
1103 the message log buffer under Emacs 19.xx
|
|
1104
|
|
1105 * w3-parse.el: Changed content-model of <script> to fix problems on some sites
|
|
1106 (notably netscape's) that use an unescaped </ in the script. BAD SGML
|
|
1107 DAMMIT.
|
|
1108
|
|
1109 Fri Sep 13 05:24:53 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1110
|
|
1111 * w3-vars.el: Created version 3.0.13
|
|
1112
|
|
1113 * w3-forms.el: Use the new :ignore-case stuff for choice items
|
|
1114
|
|
1115 Thu Sep 12 05:57:47 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1116
|
|
1117 * w3-display.el: Holy shit tables work.
|
|
1118
|
|
1119 Tue Sep 10 03:11:55 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1120
|
|
1121 * w3-speak.el: Bug-fixes from raman.
|
|
1122
|
|
1123 Mon Sep 9 05:18:37 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1124
|
|
1125 * dsssl.el:
|
|
1126 Removed a few compiler warnings and fixed a few bugs (equal, error, time
|
|
1127
|
|
1128 * dsssl.el:
|
|
1129 DSSSL (define ...)'d functions are now called correctly. Wow. Added
|
|
1130 in most of the rest of the DSSSL(o) application profile functions.
|
|
1131
|
|
1132 * dsssl.el: Initial revision
|
|
1133
|
|
1134 * w3-parse.el: *** empty log message ***
|
|
1135
|
|
1136 * 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:
|
|
1137 Changed copyright assignment
|
|
1138
|
|
1139 * font.el: changed copyright assignment
|
|
1140
|
|
1141 Sun Sep 8 00:31:52 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1142
|
|
1143 * w3-draw.el:
|
|
1144 Added in a stub handler for the 'frame' tag, so that you can still get
|
|
1145 to frame pages written by idiots who don't use a decent 'noframe'
|
|
1146 subdocument.
|
|
1147
|
|
1148 * url.el: Removed nntp-after-change-function, since it screwed up GNUS
|
|
1149
|
|
1150 Sat Sep 7 01:45:17 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1151
|
|
1152 * w3-latex.el: updated email address for stephen peters
|
|
1153
|
|
1154 Wed Sep 4 02:09:08 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1155
|
|
1156 * socks.el: Initial revision
|
|
1157
|
|
1158 Sun Sep 1 16:22:50 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1159
|
|
1160 * w3-draw.el: Don't load images on a TTY device in XEmacs. General speedup
|
|
1161
|
|
1162 Thu Aug 29 04:09:40 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1163
|
|
1164 * w3-vars.el: Created version 3.0.12
|
|
1165
|
|
1166 Sun Aug 25 17:12:32 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1167
|
|
1168 * w3-draw.el: Added some stubs for tables
|
|
1169
|
|
1170 Mon Aug 19 03:30:47 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1171
|
|
1172 * w3.el: fixed bug in w3-insert-formatted-url
|
|
1173
|
|
1174 Mon Aug 12 03:10:30 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1175
|
|
1176 * w3-style.el: Don't make a null voice of paul-5555 if no stuff is specified.
|
|
1177
|
|
1178 * default.css: Added speech elements to the default stylesheet.
|
|
1179
|
|
1180 Sun Aug 11 16:41:58 1996 William M. Perry <wmperry@cs.indiana.edu>
|
2
|
1181
|
|
1182 * w3-vars.el: Created version 3.0.11
|
|
1183
|
|
1184 * font.el:
|
|
1185 Fix for font-default-font-for-device under XEmacs when you use a font
|
|
1186 like '10x20' instead of the fully specified version
|
|
1187
|
14
|
1188 Sat Aug 10 16:14:08 1996 William M. Perry <wmperry@cs.indiana.edu>
|
2
|
1189
|
|
1190 * w3-forms.el:
|
|
1191 Do not encode the '.' in application/x-www-form-urlencoded. Fucking
|
|
1192 netscape compatbility. What _SPEC_?! There aren't any specs on the
|
|
1193 web, right?!
|
|
1194
|
|
1195 * w3-forms.el:
|
|
1196 Fixed problem with submissions of a form with the exact same arguments
|
|
1197 causes elements from both form to be submitted. ack.
|
|
1198
|
14
|
1199 Tue Aug 6 14:03:52 1996 William M. Perry <wmperry@cs.indiana.edu>
|
2
|
1200
|
|
1201 * w3-parse.el:
|
|
1202 fixed stupid mistake in DTD I made when changing to 3.2 DTD - left
|
|
1203 'style' out of head's content-model so no in-document stylesheet stuff
|
|
1204 was getting parsed. gack.
|
|
1205
|
|
1206 * w3-forms.el: No longer put a 'choose' in front of option menus
|
|
1207
|
|
1208 * w3-speak.el: fixed bugs
|
|
1209
|
14
|
1210 Mon Aug 5 14:03:09 1996 William M. Perry <wmperry@cs.indiana.edu>
|
2
|
1211
|
|
1212 * w3-vars.el: Created version 3.0.10
|
|
1213
|
|
1214 * default.css: A few mild changes, and docs.
|
|
1215
|
14
|
1216 Sun Aug 4 23:51:26 1996 William M. Perry <wmperry@cs.indiana.edu>
|
2
|
1217
|
|
1218 * w3-speak.el: new version of w3-speak from raman
|
|
1219
|
|
1220 * w3-draw.el: Style search alg. now looks for tag/id|name first. Now supports
|
|
1221 inlined 'style' keyword on any tag. Gack *sigh*
|
|
1222
|
|
1223 * w3-style.el:
|
|
1224 Can now have periods in class names. Fixed bug where the class would
|
|
1225 be normalized to lowercase as well as the tag name. BAD BAD BAD.
|
|
1226
|
|
1227 * w3-speak.el: some changes from raman
|
|
1228
|
|
1229 * w3-style.el: Think I finally fixed some stylesheet weirdness
|
|
1230
|
|
1231 * w3.el: Don't override user prefs w/w3-user-colors-take-precedence -duh
|
|
1232
|
|
1233 * w3-parse.el: fixed graphical entities
|
|
1234
|
14
|
1235 Sat Aug 3 20:09:50 1996 William M. Perry <wmperry@cs.indiana.edu>
|
2
|
1236
|
|
1237 * w3-vars.el:
|
|
1238 Added textual representation of the 'artist formerly known as prince'
|
|
1239 graphical icons
|
|
1240
|
14
|
1241 * md5.el: removed /bin/sh dependency in md5
|
|
1242
|
|
1243 Fri Aug 2 14:08:38 1996 William M. Perry <wmperry@cs.indiana.edu>
|
|
1244
|
|
1245 * url-vars.el: Created version 1.0.41
|
|
1246
|
|
1247 * url.el:
|
|
1248 no longer special case file:// urls when checking for no_proxy - thats
|
|
1249 just stupid.
|
|
1250
|
|
1251 Thu Aug 1 13:32:54 1996 William M. Perry <wmperry@cs.indiana.edu>
|
2
|
1252
|
|
1253 * w3-vars.el: Created version 3.0.9
|
|
1254
|
14
|
1255 * url.el: made url-insert-file-contents interactive
|
|
1256
|
2
|
1257 * w3-sysdp.el:
|
|
1258 added data-directory to sysdep version of x-library-search-path for
|
|
1259 emacs under windows 95/nt
|
|
1260
|
|
1261 * w3-vars.el:
|
|
1262 Implemented &prince; and &princesymbol; graphical entities. Thanks
|
|
1263 for the note Jamie Z!
|
|
1264
|
|
1265 * w3-forms.el: fix for gopher searches
|
|
1266
|
|
1267 * w3-draw.el: Added support for balloon-help
|
|
1268
|
14
|
1269 Fri Jul 26 05:57:21 1996 William M. Perry <wmperry@cs.indiana.edu>
|
2
|
1270
|
|
1271 * w3-display.el, w3-texinfo.el: Initial revision
|