Mercurial > hg > xemacs-beta
comparison lisp/w3/ChangeLog @ 36:c53a95d3c46d r19-15b101
Import from CVS: tag r19-15b101
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:53:38 +0200 |
parents | e04119814345 |
children | 1a767b41a199 |
comparison
equal
deleted
inserted
replaced
35:279432d5c479 | 36:c53a95d3c46d |
---|---|
1 Mon Mar 17 08:44:46 1997 William M. Perry <wmperry@aventail.com> | |
2 | |
3 * w3-sysdp.el (buffer-substring-no-properties): Added stub | |
4 | |
5 * url-gopher.el (url-gopher-retrieve): Ditto. | |
6 | |
7 * url.el: Ditto | |
8 | |
9 * w3-parse.el: Removed all sorts of fun (following-char) commands that can | |
10 cause ebola warnings under XEmacs 20.x | |
11 | |
12 * w3.el (w3-popup-info): Default to the URL under point instead of the | |
13 documents URL | |
14 | |
15 * w3-auto.el: updated autoloads - made sure everything was interactive if | |
16 appropriate. | |
17 | |
18 * w3-menu.el (w3-popup-menu): If w3-popup-menu-on-mouse-3 is nil, call | |
19 whatever button3 is bound to in global-map | |
20 | |
21 * w3-display.el: Added XEmacs version of frame-char-height and | |
22 frame-char-width | |
23 (w3-frames): If w3-display-frames is non-nil, then do a refresh with it | |
24 bound locally, so everything should just work. | |
25 | |
26 * url.el (url-do-setup): Global history file now defaults to ~/.w3/history | |
27 (url-do-setup): Cookie storage now defaults to ~/.w3/cookies | |
28 | |
29 Mon Mar 17 06:51:07 1997 Paul Stodghill <stodghil@CS.Cornell.EDU> | |
30 | |
31 * mm.el (mm-temporary-directory): Initialize variable from TMPDIR | |
32 environment variable | |
33 | |
34 Fri Mar 14 13:35:56 1997 William M. Perry <wmperry@aventail.com> | |
35 | |
36 * w3-forms.el (w3-form-create-custom): Fixed the 'custom' input type for | |
37 new filenames in the widget/custom package. | |
38 | |
39 * ssl.el (ssl-certificate-verification-depth): New variable to control how | |
40 far up a cert chain to look. | |
41 (ssl-view-certificate-program-name): New variable. | |
42 (ssl-view-certificate-program-arguments): New variable. | |
43 (ssl-certificate-directory-style): New variable. | |
44 (ssl-rehash-program-name): New variable. | |
45 (ssl-certificate-directory): New variable. | |
46 (ssl-program-arguments): Use some of them. | |
47 (ssl-accept-ca-certificate): Use the rest. | |
48 | |
49 * css.el (css-parse-args): Removed old code that could cause infinite loop | |
50 in stylesheet parsing on bad things like "foo=bar" instead of "foo:bar" | |
51 | |
52 * w3-cus.el: Added better groupings for the customization stuff. | |
53 | |
1 Thu Mar 13 19:54:50 1997 William M. Perry <wmperry@aventail.com> | 54 Thu Mar 13 19:54:50 1997 William M. Perry <wmperry@aventail.com> |
55 | |
56 * Emacs-W3 3.0.68 released | |
2 | 57 |
3 * w3-cus.el: Added customization support for Emacs-W3 | 58 * w3-cus.el: Added customization support for Emacs-W3 |
4 | 59 |
5 * w3.el (w3-mail-current-document): Use url-mail-command instead of | 60 * w3.el (w3-mail-current-document): Use url-mail-command instead of |
6 w3-mail-command | 61 w3-mail-command |