comparison lisp/w3/ChangeLog @ 110:fe104dbd9147 r20-1b7

Import from CVS: tag r20-1b7
author cvs
date Mon, 13 Aug 2007 09:19:45 +0200
parents 360340f9fd5f
children 8619ce7e4c50
comparison
equal deleted inserted replaced
109:e183fc049578 110:fe104dbd9147
1 Thu Mar 13 19:54:50 1997 William M. Perry <wmperry@aventail.com>
2
3 * w3-cus.el: Added customization support for Emacs-W3
4
5 * w3.el (w3-mail-current-document): Use url-mail-command instead of
6 w3-mail-command
7
8 Thu Mar 13 11:41:42 1997 Greg Stark <gsstark@mit.edu>
9
10 * w3-prefs.el: Implemented privacy panel
11
12 Wed Mar 12 10:25:38 1997 William M. Perry <wmperry@aventail.com>
13
14 * w3-e19.el (w3-mode-version-specifics): Use the nasty crufty
15 buffer-access-fontify-functions to make sure that we never yank
16 read-only text out of the Emacs-W3 buffer.
17
18 * Synch'd up to Widget 1.62
19
20 Wed Mar 12 06:36:41 1997 Paul Stodghill <stodghil@CS.Cornell.EDU>
21
22 * base64.el (base64-decode-region): Fixed typo in calling
23 command-on-region.
24
25 Tue Mar 11 07:03:48 1997 William M. Perry <wmperry@aventail.com>
26
27 * w3-auto.el (w3-use-hotlist): Made autoload interactive
28
29 * w3-widget.el (widget-image-value-create): Was a little too aggressive
30 about when to apply the -1 :tab-order property. Now only images that
31 are not hyperlinks or imagemaps will not be tabbed to.
32
33 * w3-prefs.el (w3-preferences-init-proxy-panel): Updated preferences panel
34 for new format of url-proxy-services
35
36 * w3-vars.el (w3-hyperlink-menu): Fixed problem with calling wrong
37 bookmark function - would create a bookmark to the current document, not
38 the document under the mouse.
39 (w3-popup-menu): Added a few menu itmes (reload, show images, add bookmark)
40
41 * w3-hot.el (w3-hotlist-add-document-at-point): Extract the title
42 correctly for the new widget implementation of hyperlinks.
43
44 Mon Mar 10 06:31:48 1997 William M. Perry <wmperry@aventail.com>
45
46 * w3-menu.el (w3-menu-options-menu): Fixed problem with XEmacs when
47 building without toolbars - would insert nil in the menu in a very wrong
48 place.
49
50 * font.el (font-normalize-color): Under win32, make sure we define the
51 color before we try to use it, since Emacs doesn't support raw #RRGGBB
52 color specifications yet.
53 (font-rgb-color-p): make all #RRGGBB color specs go through
54 font-normalize-color
55
56 * Emacs-W3 3.0.67 released
57
58 Mon Mar 10 1997 Dave Love <d.love@dl.ac.uk>
59
60 * w3.el (w3-do-setup): Make configuration file loading contingent
61 on init-file-user (i.e. suppressed with -q).
62
63 Sun Mar 9 13:09:38 1997 William M. Perry <wmperry@aventail.com>
64
65 * w3-widget.el (widget-image-value-create): Set :tab-order to -1 so the
66 latest widget library won't tab to image widgets.
67
68 * w3.el (w3-mode): Make sure w3-mode-hook is run last, so that people can
69 turn off truncate-lines if they want.
70
71 * ssl.el (open-ssl-stream): ssl-program-arguments is now dynamically
72 evaluated, similar to ps-lpr-switches. The special symbols 'host' and
73 'port' are available, and bound to the hostname and port#/service we are
74 about to connect to.
75
76 * w3-display.el (w3-finish-drawing): Remove all read-only properties on
77 text.
78
79 * url-cache.el (url-cache-expired): fixed standalone mode
80
81 Sat Mar 8 09:13:59 1997 William M. Perry <wmperry@aventail.com>
82
83 * Emacs-W3 3.0.66 released.
84
85 * url-cache.el (url-cache-prepare): Threw a condition-case around the
86 make-directory call, just in case we can't create the file for some
87 reason. Also fixed bug where the file wouldn't be cached until the
88 second time you visited it.
89
90 * url.el (url-retrieve-internally): Deal with https asynch
91
92 * w3-xemac.el (w3-mode-version-specifics): Don't try to add the toolbar if
93 device-type == 'stream.
94
95 * w3-vars.el (w3-temporary-directory): Ditto.
96
97 * url-vars.el (url-temporary-directory): Initialize from TMPDIR
98 environment variable.
99
100 * w3.el (w3-start-viewer): Ditto.
101
102 * md5.el (md5): Ditto.
103
104 * mm.el (mm-compose-type): Don't use hardcoded /bin/sh and -c - use
105 shell-file-name and shell-command-switch
106 (mm-viewer-passes-test): ditto.
107
108 * w3-sysdp.el: Better device-* functions for Emacs-19 under win32 and OS/2
109
110 * w3-display.el (w3-display-node): Better handling for <noframes> support.
111
1 Fri Mar 7 06:13:20 1997 William M. Perry <wmperry@aventail.com> 112 Fri Mar 7 06:13:20 1997 William M. Perry <wmperry@aventail.com>
113
114 * w3-script.el (w3-script-evaluate-form): protect against bad input during
115 the read-from-string when parsing emacs-lisp scripts.
116
117 * w3-auto.el (w3-preferences-edit): Make the autoload for this be
118 interactive so that the user can actually find it!
119
120 * Emacs-W3 3.0.65 released.
2 121
3 * w3.el (w3-document-information): Better handling of last-modified 122 * w3.el (w3-document-information): Better handling of last-modified
4 findings. 123 findings.
5 124
6 * w3-forms.el (w3-form-create-image): Try to use the value of an 125 * w3-forms.el (w3-form-create-image): Try to use the value of an