comparison lisp/w3/ChangeLog @ 22:8fc7fe29b841 r19-15b94

Import from CVS: tag r19-15b94
author cvs
date Mon, 13 Aug 2007 08:50:29 +0200
parents 859a2309aef8
children 4103f0995bd7
comparison
equal deleted inserted replaced
21:b88636d63495 22:8fc7fe29b841
1 Fri Feb 14 09:34:35 1997 William M. Perry <wmperry@aventail.com>
2
3 * w3.txi: Lots of documentation about stylesheets, chapter layout
4 changes.
5
6 Thu Feb 13 07:01:59 1997 William M. Perry <wmperry@aventail.com>
7
8 * Synch'd up to widget 1.38
9
10 * w3-forms.el (w3-form-resurrect-widgets): For now, don't use the nice new
11 GUI pushbuttons - they appear to suffer badly on long lines.
12
13 * w3-mouse.el (w3-running-FSF19): Use new w3-popup-menu-on-mouse-3 variable
14
15 * w3-vars.el: Removed _lots_ of obsolete variables
16 (w3-popup-menu-on-mouse-3): New variable to control whether W3 should
17 override mouse-3 or not.
18
19 * Emacs-W3 3.0.58 released
20
21 * w3.txi: Added stubs for stylesheet chapters and supported URLs
22
23 * images.el (image-register-netpbm-utilities): This is now safe to call
24 multiple times again.
25
26 Wed Feb 12 06:26:55 1997 William M. Perry <wmperry@aventail.com>
27
28 * w3-forms.el (w3-form-keymap): When binding widget-end-of-line, make sure
29 that we do not overwrite Emacspeak's prefix-key. Now does a
30 where-is-internal to find the correct binding in global-map to
31 override.
32
33 * w3-display.el (w3-display-node): bind :emacspeak-help to 'w3-widget-echo
34 in all the hypertext links.
35
36 * w3-vars.el (w3-mode-map): New binding for \M-\t - this _should_ have
37 been taken care of by the [(meta tab)] definition, but evidently it
38 doesn't. *sigh*
39
40 Tue Feb 11 07:33:50 1997 William M. Perry <wmperry@aventail.com>
41
42 * w3-forms.el (w3-form-create-option-list): Specify :menu-tag-get so that
43 keyboard-based-completion doesn't get confused by the fact that some
44 items will have spaces slapped in at the end.
45
46 * ssl.el (ssl-program-arguments): New variable - a list of command line
47 switches to send to the SSL program in a subprocess, before the hostname
48 and port number.
49 (open-ssl-stream): Use it.
50
51 Mon Feb 10 07:45:31 1997 William M. Perry <wmperry@aventail.com>
52
53 * url-file.el (url-file): Removed refs to variable url-use-hypertext-dired
54
55 * url-vars.el: Removed obsolete variable url-use-hypertext-dired
56
57 * url-file.el (url-dired-find-file-mouse): fixed bad typo of
58 (interactive...) spec, added documentation to a few functions.
59 (url-file): Removed refs to obsolete variable url-use-hypertext-dired
60
61 * w3-xemac.el (w3-setup-version-specifics): Workaround for users of XEmacs
62 19.14 or 20.0 with the bad bad bad lossage with text properties that
63 have null values. This bug is fixed in XEmacs 19.15, and will be in
64 20.1 as well. This bug would cause you to get errors like:
65 internal error: no text-prop <#extent ....> start-open
66
67 * w3.el (w3-widget-button-click): Deal with new image capabilities of the
68 widget checkbox/radio-button stuff.
69
70 * Synch'ed up to widget 1.31
71
72 Sun Feb 9 15:39:19 1997 William M. Perry <wmperry@aventail.com>
73
74 * Emacs-W3 3.0.57 released
75
76 * url-file.el (url-dired-minor-mode): New minor mode that overrides a few
77 of direds keybindings to use Emacs-W3 instead of straight find-file.
78 (url-format-directory): Now just uses dired to display directory
79 listings, much more powerful than the old way. Can copy files, act on
80 multiple files, you all know the drill.
81
82 * w3.txi: Added more chapters, reorg of others.
83
84 * w3-display.el (w3-maybe-start-image-download): Fixed handling of bad
85 images in the cache again. Duh.
86 No longer log to the warnings buffer if we fail to load an image. Just
87 use message - much less intrusive. We just usually don't care that much
88 about failed image loads.
89
90 * url-gw.el (url-open-stream): fixed typo - was calling old
91 url-nslookup-host instead of url-gateway-nslookup-host
92
93 * w3.el (w3-insert-formatted-url): Now inserts markup in lowercase.
94
1 Sat Feb 8 13:54:43 1997 William M. Perry <wmperry@aventail.com> 95 Sat Feb 8 13:54:43 1997 William M. Perry <wmperry@aventail.com>
2 96
3 * Emacs-W3 3.0.56 released. Getting closer! 97 * Emacs-W3 3.0.56 released. Getting closer!
4 98
5 * w3-forms.el (w3-form-summarize-radio-button): Finally, a decent 99 * w3-forms.el (w3-form-summarize-radio-button): Finally, a decent