comparison lisp/w3/ChangeLog @ 86:364816949b59 r20-0b93

Import from CVS: tag r20-0b93
author cvs
date Mon, 13 Aug 2007 09:09:02 +0200
parents 6a378aca36af
children 821dec489c24
comparison
equal deleted inserted replaced
85:c661705957e0 86:364816949b59
1 Sun Jan 26 16:50:09 1997 William M. Perry <wmperry@aventail.com>
2
3 * 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
5 though.
6
7 * Synch'd up to Widget 1.20
8
9 Sat Jan 25 13:38:12 1997 William M. Perry <wmperry@aventail.com>
10
11 * url.el (url-expand-file-name): Now strips out spaces as well as
12 newlines/carriage returns. More fixes for that bastardized microsoft
13 home page.
14
15 * url-http.el (url-create-mime-request): Make sure that we retrieve the
16 cookies for the real URL we are retrieving when going through a proxy.
17 Now the psychotic crap that is the microsoft home page should be
18 successfully retrieved if going through an HTTP proxy.
19
20 * url-cookie.el (url-cookie-handle-set-cookie): Attempt to deal with
21 idiotic microsoft home page that sends out set-cookie headers that look
22 like MC1=ID=abc, and expects two cookies MC1='' and ID='abc' *sigh*
23
24 * w3-forms.el, w3-display.el: Form elements now keep all their attributes
25 with them. Will be useful when we start allowing scripting.
26 (w3-form-create-custom): Rudimentary patches to allow embedding 'custom'
27 widgets into the buffer. Interesting.
28
29 * w3-forms.el (w3-form-determine-size): New function to calculate how big
30 a form field will be - option lists should look much better now.
31
32 Thu Jan 23 08:48:59 1997 William M. Perry <wmperry@aventail.com>
33
34 * Synch'ed up to custom 1.19
35
36 * url-parse.el: document extra slots of url-generic-parse-url
37
38 Thu Jan 23 08:34:34 1997 Joe Wells <jbw@cs.bu.edu>
39
40 * url-file.el (url-file): Patch to tell ange-ftp and/or efs the password
41 in a file/ftp URL so that you won't be prompted for the password, even
42 if one was specified in the URL
43
44 * url-parse.el (url-generic-parse-url): Fixed bug where specifying a
45 username and password in the URL would downcase the username and
46 password as well as the hostname.
47
1 Wed Jan 22 08:28:13 1997 William M. Perry <wmperry@aventail.com> 48 Wed Jan 22 08:28:13 1997 William M. Perry <wmperry@aventail.com>
2 49
3 * Emacs-W3 3.0.50 released 50 * Emacs-W3 3.0.50 released
4 51
5 * base64.el (base64-encode-region): Pulled in code from VM for quicker 52 * base64.el (base64-encode-region): Pulled in code from VM for quicker