Mercurial > hg > xemacs-beta
comparison lisp/w3/ChangeLog @ 88:821dec489c24 r20-0
Import from CVS: tag r20-0
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:09:59 +0200 |
parents | 364816949b59 |
children | 0d2f883870bc |
comparison
equal
deleted
inserted
replaced
87:7df2982f5c17 | 88:821dec489c24 |
---|---|
1 Thu Jan 30 20:27:06 1997 William M. Perry <wmperry@aventail.com> | |
2 | |
3 * w3-display.el (w3-handle-image): When doing table auto layout, don't | |
4 start loading the images. | |
5 | |
6 Wed Jan 29 06:15:37 1997 William M. Perry <wmperry@aventail.com> | |
7 | |
8 * font.el (x-font-create-name): Yet another fix for not screwing up the | |
9 line-height in Emacs 19. | |
10 | |
11 * w3-display.el (w3-face-for-element): Uhh, oblique seems to work. | |
12 | |
13 * font.el (set-font-style-by-keywords): now deals with arguments that | |
14 aren't lists, for the font-style and font-variant CSS stuff | |
15 | |
16 * w3-display.el (w3-display-node): Reimplemented <cookie> tag. | |
17 (w3-display-node): Reimplemented <flame> tag. | |
18 | |
19 * url.el (url-insert-file-contents): url-insert-file-contents now | |
20 decodes/uncompresses the data before returning. | |
21 | |
22 * w3-display.el (w3-display-node): Reimplemented <pinhead> tag | |
23 | |
24 Tue Jan 28 06:22:08 1997 William M. Perry <wmperry@aventail.com> | |
25 | |
26 * font.el (x-font-create-name): Never take font size into account under | |
27 Emacs - too much chance of totally screwing up the users leading by | |
28 choosing a bigger font than their default. This sucks. But I can't | |
29 find a better solution. | |
30 | |
31 * w3.el: w3-mode now turns on truncate-lines by default. | |
32 | |
33 * w3-forms.el (w3-form-create-image): Better image input type support. | |
34 | |
35 Mon Jan 27 08:21:58 1997 William M. Perry <wmperry@aventail.com> | |
36 | |
37 * w3-forms.el (w3-form-create-password): Now uses real password entry | |
38 widgets provided by 'widget' - you _MUST_USE_ the widget library that | |
39 comes with Emacs-W3 for this, otherwise the info won't be hidden | |
40 correctly. | |
41 (w3-form-add-element): Deal with hidden text areas better when they are | |
42 in forms | |
43 | |
44 * Synch'd up to widget 1.22 | |
45 | |
1 Sun Jan 26 16:50:09 1997 William M. Perry <wmperry@aventail.com> | 46 Sun Jan 26 16:50:09 1997 William M. Perry <wmperry@aventail.com> |
47 | |
48 * Emacs-W3 3.0.51 released | |
2 | 49 |
3 * w3-forms.el (w3-form-create-text): Now uses the real text entry widgets | 50 * w3-forms.el (w3-form-create-text): Now uses the real text entry widgets |
4 provided by 'widget' - still can't do this for password fields yet | 51 provided by 'widget' - still can't do this for password fields yet |
5 though. | 52 though. |
6 | 53 |