Mercurial > hg > xemacs-beta
comparison lisp/w3/ChangeLog @ 138:6608ceec7cf8 r20-2b3
Import from CVS: tag r20-2b3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:31:46 +0200 |
parents | b980b6286996 |
children | 318232e2a3f0 |
comparison
equal
deleted
inserted
replaced
137:cae984061f40 | 138:6608ceec7cf8 |
---|---|
1 Wed Mar 19 20:53:23 1997 Steven L Baur <steve@altair.xemacs.org> | 1 Wed Mar 19 20:53:23 1997 Steven L Baur <steve@altair.xemacs.org> |
2 | 2 |
3 * Makefile (xemacs-w3): Special target for XEmacs Build. | 3 * Makefile (xemacs-w3): Special target for XEmacs Build. |
4 | 4 |
5 Thu Apr 24 08:29:34 1997 William M. Perry <wmperry@aventail.com> | |
6 | |
7 * Emacs/W3 3.0.85 released | |
8 | |
9 * w3-display.el (w3-display-table-dimensions): Deal with | |
10 colgroup/thead/tfoot/col better. Before was ignoring the rest of the | |
11 table. ack. | |
12 (w3-display-table): ditto | |
13 | |
14 * w3-prefs.el (w3-preferences-restore-variables): Slap things into | |
15 custom-land where they belong. | |
16 | |
17 * A few customization tweaks. | |
18 | |
19 Wed Apr 23 21:44:59 1997 <chang@wsu.edu> | |
20 | |
21 * w3-e19.el (w3-store-in-clipboard): Make this work under OS/2 | |
22 | |
23 Tue Apr 22 07:23:51 1997 William M. Perry <wmperry@aventail.com> | |
24 | |
25 * devices.el: Removed defsubsts so that we should be able to share .elc | |
26 files again between emacs and XEmacs. | |
27 | |
28 * font.el: Added in code to make a face blink. Causes lots of screen | |
29 flicker under Emacs 19 though, so it is turned off by default. Turn it | |
30 on with ESC-: (font-blink-initialize) - should be able to optimize when | |
31 the callback actually does anything based on what fonts are visible in | |
32 the visible buffers. | |
33 (font-face-visible-in-window-p): New function to tell if a face is | |
34 visible in a buffer window. | |
35 (font-map-windows): New function to map a function over all visible | |
36 windows. | |
37 (font-blink-callback): Use them to optimize so that invert-face is not | |
38 called unless absolutely necessary. | |
39 | |
5 Mon Apr 21 08:58:02 1997 William M. Perry <wmperry@aventail.com> | 40 Mon Apr 21 08:58:02 1997 William M. Perry <wmperry@aventail.com> |
41 | |
42 * w3-e19.el: Added in compile-time require of w3-props so that pages with | |
43 backgrounds don't puke and die. | |
44 | |
45 * w3.el (w3-find-default-stylesheets): Don't load a user's personal | |
46 stylesheet if we started up in '-q' mode. | |
47 | |
48 * Emacs/W3 3.0.84 released | |
49 | |
50 * w3-display.el: When using XEmacs 20.x w/mule support, we now define our | |
51 own special character set. This means that the table border chars work | |
52 again in XEmacs/mule | |
6 | 53 |
7 * devices.el: Added magic to not optimize this file under XEmacs - its not | 54 * devices.el: Added magic to not optimize this file under XEmacs - its not |
8 actually used, so no damage. It wouldn't compile under XEmacs because | 55 actually used, so no damage. It wouldn't compile under XEmacs because |
9 it has subrs for all these, and our declaring them as defsubsts | 56 it has subrs for all these, and our declaring them as defsubsts |
10 thoroughly confuses the byte-compiler. | 57 thoroughly confuses the byte-compiler. |