Mercurial > hg > xemacs-beta
comparison lisp/w3/ChangeLog @ 118:7d55a9ba150c r20-1b11
Import from CVS: tag r20-1b11
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:24:17 +0200 |
parents | 9f59509498e1 |
children | cca96a509cfe |
comparison
equal
deleted
inserted
replaced
117:578fd4947a72 | 118:7d55a9ba150c |
---|---|
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 3 07:22:27 1997 William M. Perry <wmperry@aventail.com> | |
6 | |
7 * w3-parse.el: Put in <p> as part of the content-model of <ul/ol> so that | |
8 <p> at the front of a list doesn't cause a bogus list item to be shown. | |
9 | |
10 * url-http.el (url-parse-mime-headers): Make proxy authentication sort of | |
11 work again. | |
12 | |
13 * w3-display.el (w3-setup-terminal-chars): Check to see whether face is | |
14 actually different before trying to set its font to a terminal one. | |
15 | |
16 * url.el (url-buffer-visiting): Better matching of URLs - it was taking | |
17 the target into account - bad bad bad. | |
18 | |
19 Wed Apr 2 18:05:11 1997 William M. Perry <wmperry@aventail.com> | |
20 | |
21 * w3-forms.el (w3-form-add-element): New way to do hidden form | |
22 fields that retains the order information - damned idiots out there rely | |
23 on ordering. !#%!@ | |
24 | |
25 * w3.el (w3-fetch): Put some of the logic about _blank/_top frame targets | |
26 into w3-fetch | |
27 | |
28 * w3-display.el (w3-get-all-face-info): Added in support for the 'face' | |
29 attribute to specify font-family | |
30 | |
31 Wed Apr 2 13:08:36 1997 Frederic Lepied <Frederic.Lepied@sugix.frmug.org> | |
32 | |
33 * w3-print.el (w3-print-this-url): Need to run LaTeX to get the indices | |
34 right. | |
35 | |
36 Tue Apr 1 11:20:54 1997 William M. Perry <wmperry@aventail.com> | |
37 | |
38 * Emacs/W3 3.0.78 released | |
39 | |
40 * css.el (css-color-light-p): New function | |
41 (css-active-device-types): Use it to add a 'dark' or 'light' property to | |
42 the active device types as necessary | |
43 | |
44 Mon Mar 31 09:07:13 1997 William M. Perry <wmperry@aventail.com> | |
45 | |
46 * w3-parse.el: More error transitions for tables (push tr before td/th | |
47 just after a table) | |
48 | |
49 * w3-display.el (w3-display-node): Use it for body/html attribute handling | |
50 (w3-fix-color): New function to make sure we don't pass hex values without | |
51 "#" in front of them. | |
52 | |
53 Sun Mar 30 15:00:59 1997 William M. Perry <wmperry@aventail.com> | |
54 | |
55 * w3-display.el (w3-display-node): Now honors alink/vlink/link attributes | |
56 on the body tag. | |
57 (w3-fixup-eol-faces): Fixed nuking of faces at end of line to deal with | |
58 bad underlining behaviour of Emacs 19. | |
59 | |
60 Sun Mar 30 14:28:32 1997 Greg Stark <gsstark@mit.edu> | |
61 | |
62 * w3-e19.el (w3-mode-version-specifics): Fixed buffer read-only errors | |
63 when trying to set a background face. | |
64 | |
65 Fri Mar 28 10:41:43 1997 William M. Perry <wmperry@aventail.com> | |
66 | |
67 * Emacs/W3 3.0.77 released | |
68 | |
69 * w3-display.el (w3-display-table): Face properties specified on the | |
70 'table' element now propogate to table cells correctly. | |
71 | |
72 Fri Mar 28 07:53:48 1997 Greg Stark <gsstark@mit.edu> | |
73 | |
74 * w3-forms.el: Make sure we set the button-face on all widgets | |
75 | |
76 Fri Mar 28 07:53:48 1997 William M. Perry <wmperry@aventail.com> | |
77 | |
78 * w3-display.el (w3-frames): Use make-frame, not make-frame-command, so it | |
79 will work on XEmacs. | |
80 | |
81 * w3-e19.el (w3-mode-version-specifics): Now honors background/foreground | |
82 color requests in Emacs19 by coloring in the whole buffer. Oh how I | |
83 wish Emacs 19 had buffer-local faces. | |
84 | |
85 * w3-display.el (w3-display-table): Tables now look better under Emacs 19 | |
86 | |
87 Thu Mar 27 08:05:34 1997 William M. Perry <wmperry@aventail.com> | |
88 | |
89 * font.el (font-x-registry-and-encoding-regexp): got rid of compile | |
90 warning under Emacs 19 | |
91 | |
92 * w3-display.el (w3-display-handle-list-type): manually remove faces on | |
93 bullet/list items | |
94 (w3-display-node): We were being a bit rude to inhibit-read-only - | |
95 sometimes would leave it 't', which is bad bad bad, some might even say | |
96 pure evil. | |
97 | |
98 * Emacs-W3 3.0.76 released | |
99 | |
100 * Synch'd up to Widget 1.68 | |
101 | |
102 * w3-display.el (w3-display-node): Handles 'text' attribute correctly now | |
103 to set the default foreground when requested. | |
104 | |
105 * mm.el (mm-play-sound-file): Fixed it for new mule stuff | |
106 | |
107 * url-gw.el (url-gateway-nslookup-host): Added autoload for | |
108 gateway-nslookup-host | |
109 | |
110 * w3-display.el (w3-display-table): Expand each line of a table cell out | |
111 to the border, so that we get nicely colors backgrounds for table cells | |
112 now. | |
113 | |
114 * font.el (font-x-registry-and-encoding-regexp): New variable to match the | |
115 registry and encoding of a font name under X | |
116 (x-font-create-object): Use it to set the default registry and encoding | |
117 for font objects we create from font names. | |
118 (x-font-create-name): Grab the registry and encoding from the default | |
119 object for this device before defaulting back to '*' | |
120 | |
121 * w3-display.el (w3-setup-terminal-chars): Explicitly specify wildcard | |
122 registry and encoding for the table-hack-x-face, to deal with changes in | |
123 the font library. | |
124 | |
5 Wed Mar 26 06:23:51 1997 William M. Perry <wmperry@aventail.com> | 125 Wed Mar 26 06:23:51 1997 William M. Perry <wmperry@aventail.com> |
6 | 126 |
127 * custom-check: Should work better now, and spit out better instructions | |
128 for rebuilding correctly. | |
129 | |
7 * Emacs-W3 3.0.75 released | 130 * Emacs-W3 3.0.75 released |
8 | 131 |
9 * url.el (url-clean-text): Better matchine of bogus process exited | 132 * url.el (url-clean-text): Better matching of bogus process exited |
10 messages. | 133 messages. |
11 | 134 |
12 * font.el (font-rgb-color-p): No longer match "^#xxyyzz" as an rgb-color, | 135 * font.el (font-rgb-color-p): No longer match "^#xxyyzz" as an rgb-color, |
13 this screwed up bigtime in font-color-rgb-components. | 136 this screwed up bigtime in font-color-rgb-components. |
14 (font-set-face-foreground): Do the test here instead. | 137 (font-set-face-foreground): Do the test here instead. |
22 | 145 |
23 Tue Mar 25 16:06:28 1997 William M. Perry <wmperry@aventail.com> | 146 Tue Mar 25 16:06:28 1997 William M. Perry <wmperry@aventail.com> |
24 | 147 |
25 * Emacs-W3 3.0.74 released | 148 * Emacs-W3 3.0.74 released |
26 | 149 |
27 Tue Mar 25 15:31:56 1997 Greg Stark <gsstark@great-white> | 150 Tue Mar 25 15:31:56 1997 Greg Stark <gsstark@mit.edu> |
28 | 151 |
29 * url-cookie.el (url-cookie-handle-set-cookie): don't deal with #!%@ed | 152 * url-cookie.el (url-cookie-handle-set-cookie): don't deal with #!%@ed |
30 microsoft web site cookies - they break good, clean, wholesome sites | 153 microsoft web site cookies - they break good, clean, wholesome sites |
31 like yahoo's stock pages. | 154 like yahoo's stock pages. |
32 | 155 |