comparison lisp/w3/ChangeLog @ 102:a145efe76779 r20-1b3

Import from CVS: tag r20-1b3
author cvs
date Mon, 13 Aug 2007 09:15:49 +0200
parents 4be1180a9e89
children 360340f9fd5f
comparison
equal deleted inserted replaced
101:a0ec055d74dd 102:a145efe76779
1 Thu Feb 20 13:40:22 1997 William M. Perry <wmperry@aventail.com>
2
3 * w3-forms.el (w3-form-summarize-password): By default, don't summarize
4 password entry boxes.
5
6 Thu Feb 20 07:33:59 1997 Thierry Emery <Thierry.Emery@aar.alcatel-alsthom.fr>
7
8 * w3-display.el (w3-frames): Better support for Frames
9
10 Thu Feb 20 07:33:59 1997 William M. Perry <wmperry@aventail.com>
11
12 * w3.el (w3-complete-link): Fixed bug in using try-completion to make sure
13 we have a match before passing a URL off to w3-fetch.
14
15 * Synch'd up to widget 1.44
16
17 * url.el (url-default-callback): Caching works in asynch mode now.
18
19 Wed Feb 19 05:48:40 1997 William M. Perry <wmperry@aventail.com>
20
21 * css.el (css-split-font-shorthand): Make sure that the subelements of the
22 'font' shorthand property get run through the property value-expansion
23 routines before getting returned. This royally screwed up font-family,
24 font-weight, and friends.
25 (css-expand-color): Now recognizes 'transparent' and 'none' as special
26 color names.
27 (css-expand-value): When dealing with color-shorthand, make sure
28 everything gets run through the value-expansion routines as well. Ack.
29
30 * w3-elisp.el (w3-elisp-safe-function): You can now supply a validation
31 function for the arguments of a script-enabled function, its no longer a
32 binary operation on just the function name. You can also give it a
33 variable name, and the value of that variable at the time of execution
34 is what controls whether it is safe or not.
35
36 * w3.el (w3-download-url): Finally fixed bug where w3-download-url would
37 not save in the correct directory if you just accepted the default
38 pathname it offered.
39
40 * url-cache.el (url-cache-ignored-protocols): New variable controlling
41 what protocols we should never cache to disk.
42 (url-cache-cachable-p): use it.
43
44 * w3.txi: Updated all nodes and menus, a few stylistic changes
45
46 * w3-elisp.el: Added read-access to devices, frames, windows, buffers, and
47 property-lists. Also added function, lambda, point, and list accessors
48 (member, memq, assoc)
49
50 * w3-display.el (w3-display-node): Bind widget-push-button-gui to nil in
51 w3-display-node so that images don't run into the
52 visible-portion-of-buffer-is-not-modifiable-bug. Ick.
53
54 * w3-elisp.el: Don't allow access to 'set'-type text-property functions
55 from scripts.
56
57 Tue Feb 18 15:11:08 1997 William M. Perry <wmperry@aventail.com>
58
59 * Emacs-W3 3.0.61 released
60
61 * w3.txi (Supported URLs): added sections on each protocol supported -
62 needs lots of fleshing out.
63
64 * url-misc.el (url-info): Info URL loader now unhex's the target, so that
65 you can have something like info:w3.info#Getting%20Started
66
67 * url.el (url-do-setup): Removed secure-http (SHTTP) handler - who the
68 hell cares anymore, it lost.
69
70 * w3-display.el (w3-display-node): Correctly calculates right margin as
71 documented (from window-width and right-margin)
72
73 * w3.el: Removed w3-batch-fetch
74
75 * url-vars.el: Removed lots of old variables
76
77 * url-misc.el: Removed x-exec URL handler - no interest anymore.
78
79 * w3-script.el (w3-script-evaluate-form): Use it.
80 (w3-do-scripting): New variable to control whether to do _any_ scripting
81 or not.
82
83 * The URL package now stores the current parsed URL object instead of 5 or
84 6 separate variables.
85
86 * dist.Makefile: Removed old pgp and wais support, it was gross and
87 apparently nobody was using it.
88
89 Tue Feb 18 06:13:03 1997 "T. V. Raman" <raman@adobe.com>
90
91 * w3-forms.el (w3-form-summarize-radio-button): Better radio button
92 summarizer.
93
94 Tue Feb 18 06:13:03 1997 William M. Perry <wmperry@aventail.com>
95
96 * w3-display.el (w3-finish-drawing): Moved #blah target finding in here,
97 where it belongs.
98
99 * w3-vars.el (w3-mode-map): Added binding for raw '\t' instead of relying
100 on [tab]. Apparently this keysym isn't aliased under Emacs 19 on a
101 TTY.
102
103 Mon Feb 17 15:10:38 1997 William M. Perry <wmperry@aventail.com>
104
105 * w3-elisp.el: Interface to Emacs-Lisp for safe scripting.
106
107 * w3-script.el: Basic client-side scripting has been implemented.
108
109 * w3-xemac.el (w3-mouse-handler): Ditto
110
111 * w3-e19.el (w3-mouse-handler): Plugged in handling of the onMouseOver event
112
113 * w3-display.el (w3-handle-string-content): Now adds a text property that
114 contains w3-display-open-element-stack, so that from anywhere in the
115 buffer you can find out where you are in the parse tree.
116
117 * default.css (input): ome default stylesheet updates for input fields on
118 TTYs
119
120 Sun Feb 16 09:01:18 1997 Shuji Narazaki <narazaki@InetQ.or.jp>
121
122 * mule-sysdp.el: Updated for mule 3.0
123
1 Sat Feb 15 15:35:15 1997 William M. Perry <wmperry@aventail.com> 124 Sat Feb 15 15:35:15 1997 William M. Perry <wmperry@aventail.com>
125
126 * Emacs-W3 3.0.60 released
2 127
3 * w3-display.el (w3-display-node): use it. 128 * w3-display.el (w3-display-node): use it.
4 129
5 * w3-vars.el (w3-display-frames): New variable for whether to show 'frame' 130 * w3-vars.el (w3-display-frames): New variable for whether to show 'frame'
6 documents as a list of the subelements. 131 documents as a list of the subelements.