comparison lisp/w3/ChangeLog @ 20:859a2309aef8 r19-15b93

Import from CVS: tag r19-15b93
author cvs
date Mon, 13 Aug 2007 08:50:05 +0200
parents 0293115a14e9
children 8fc7fe29b841
comparison
equal deleted inserted replaced
19:ac1f612d5250 20:859a2309aef8
1 Sat Feb 8 13:54:43 1997 William M. Perry <wmperry@aventail.com>
2
3 * Emacs-W3 3.0.56 released. Getting closer!
4
5 * w3-forms.el (w3-form-summarize-radio-button): Finally, a decent
6 summarization of radio buttons
7 Fixed typo in specifying summarizer for hidden form fields.
8 (w3-form-keymap): Bind C-a and C-e by default.
9
10 * w3-widget.el (widget-image-value-create): When using emacspeak, show
11 client side imagemaps as a table. Need a more general solution for
12 this, but this makes us nicer than IE again. :)
13
14 * Updated to widget 1.30
15
16 Fri Feb 7 16:49:55 1997 William M. Perry <wmperry@aventail.com>
17
18 * w3-display.el (w3-handle-string-content): Make sure faces text
19 properties are closed, so that things don't bleed over.
20 (w3-fixup-eol-faces): New function for Emacs 19 that removes face
21 information at newlines, so that underlining will not extend from the
22 end of a line to the window edges - very ugly.
23
24 * w3-menu.el (w3-menu-initialize-w3-mode-menu-map): Don't support 'emacs
25 in w3-use-menus under Emacs in Windows 95/NT.
26
27 * w3-display.el (w3-finalize-image-download): Deal with bad images better.
28 (w3-finish-drawing): Better protection of putting images in.
29
30 * url-gw.el (url-open-stream): Don't auto-retry connections. Don't throw
31 an error if you fail to connect to a site. This is for image loadings
32 that fail for some reason or another.
33
34 * css.el (css-expand-length): better handling of float values and 'ex'
35 unit type.
36
37 * font.el (x-font-create-object): Unconditionally make case-fold-search
38 non-nil so that we don't lose big-time. This was the cause of the very
39 weird font-spatial-to-canonical lossage under XEmacs with font sizes of
40 something like '+12pt'
41
42 * w3.el (w3-view-this-url): Use widget-echo-help if we didn't find a URL
43 under point.
44
45 Fri Feb 7 15:22:25 1997 Charles Levert <charles@comm.polymtl.ca>
46
47 * w3-widget.el (widget-image-notify): Bad data being fed to w3-fetch if a
48 client-side imagemap had an alt attribute (but only if the <map> came
49 _after_ the use.
50
51 Fri Feb 7 15:22:25 1997 William M. Perry <wmperry@aventail.com>
52
53 * font.el (font-spatial-to-canonical): protect against bad input to this
54 function.
55
56 Fri Feb 7 15:19:36 1997 Toby Speight <tms@ansa.co.uk>
57
58 * w3-parse.el (w3-parse-buffer): Parser didn't allow for the fact that
59 TAGC is optional on end-tags as well as on start-tags (i.e. "<b<i>
60 bold-italic</i</b>" is legal).
61
62 Fri Feb 7 06:28:37 1997 William M. Perry <wmperry@aventail.com>
63
64 * w3-forms.el (w3-form-keymap): Now inherits from widget-keymap, with a
65 few exceptions.
66
67 * url.el (url-uncompress): This function now no longer looks at the file
68 extension to determine a compression/encoding method. This is so that
69 doing searches on `foo.tar.gz' will not bogusly cause the decompression
70 steps to run. Ick!
71
72 * url-file.el (url-insert-possibly-compressed-file): This function no
73 longer atempts to decompress the file after loading it in. Instead, it
74 sets an appropriate content-transfer-encoding header based on the
75 filename, so that this will allow url-uncompress to work correctly on the
76 buffer.
77
78 Thu Feb 6 06:24:26 1997 William M. Perry <wmperry@aventail.com>
79
80 * w3-print.el (w3-postscript-print-function): New variable to control what
81 function is used to generate postscript output.
82 (w3-print-this-url): Use it.
83
84 * w3-display.el (w3-handle-string-content): Make all inserted text
85 read-only
86
87 * w3-forms.el (w3-form-use-old-style): New variable to control whether to
88 use the old-style interaction with form fields instead of the 'type
89 directly into the buffer' method
90 (w3-form-determine-size): Use it.
91 (w3-form-create-integer): Use it.
92 (w3-form-create-float): Use it.
93 (w3-form-create-text): Use it.
94 (w3-form-create-password): Use it.
95 (w3-revert-form): Fixed error with 'reset' buttons on forms that had
96 hidden form fields.
97
98 * w3-vars.el (w3-mode-map): Define [backtab] by default
99
100 * w3-display.el (w3-size-of-tree): Removed some warnings
101 (w3-display-table-dimensions): ditto
102
103 * Updated to widget 1.26
104
105 * default.css: Some default formatting changes for input fields.
106 Everything is underlined by default except submit/reset/image/button
107 fields, so that they are a little easier to spot.
108
109 * w3-parse.el (w3-parse-buffer): Now slaps pseudo-elements into input
110 fields so that stylesheets can access them.
111
112 Wed Feb 5 14:42:12 1997 William M. Perry <wmperry@aventail.com>
113
114 * Updated to widget 1.24
115
116 * Happy birthday Jenny P.
117
118 Tue Feb 4 08:21:03 1997 William M. Perry <wmperry@aventail.com>
119
120 * font.el (x-font-create-name): Better checking/optimizing of when to just
121 return the default font.
122
123 * w3-forms.el: Make use of the new information, and pass it down to the
124 widget library appropriately.
125
126 * w3-display.el (w3-display-node): Now passes in the entire list of active
127 faces to form creation functions.
128
129 Mon Feb 3 07:26:18 1997 William M. Perry <wmperry@aventail.com>
130
131 * w3-emulate.el (w3-lynx-emulation-minor-mode-map): Lots of new
132 keybindings for lynx emulation minor mode.
133
134 * Emacs-W3 3.0.55 released
135
136 * w3-forms.el (w3-form-determine-size): Fixed _STUPID_ problem where
137 option lists would lose everything but the first option in them. I'm a
138 dumbass. Sort modifies its list parameter! ICK ICK ICK.
139
140 * url.el (url-after-change-function): Show prettier status messages.
141 Sizes are converted to bytes, k, or M, depending on how big the file
142 is.
143
144 * w3.txi: Lots of documentation changes - volunteers welcome.
145
146 * Removed personal annotation support, since it wasn't shown with the new
147 display engine, it needs to be rethought, and nobody had complained in
148 the entire beta cycle.
149
150 * w3.el (w3-history-find-url-internal): Redid the history mechanism.
151 Toolbar and menu entries are now grayed out appropriately.
152
153 * url-http.el (url-create-mime-request): Fixed cookie support if not going
154 through a proxy gateway.
155
156 Sun Feb 2 22:05:41 1997 William M. Perry <wmperry@aventail.com>
157
158 * w3-display.el (w3-display-table): Fix for negative colwidth
159
160 Fri Jan 31 14:28:54 1997 William M. Perry <wmperry@aventail.com>
161
162 * w3.el (w3-fetch): Fixed targetted links (http://blah/#foo)
163
164 Fri Jan 31 11:20:47 1997 Alf-Ivar Holm <alfh@ifi.uio.no>
165
166 * w3.el (w3-mail-current-document): Fixed problem with calling
167 w3-parse-buffer with too many arguments when mailing LaTeX-ified
168 files.
169
170 Fri Jan 31 11:19:37 1997 Cord Kielhorn <kielhorn@thphy.uni-duesseldorf.de>
171
172 * css.el (css-expand-length): Fixed bad regexps for percentage and
173 character based lengths
174
1 Thu Jan 30 20:27:06 1997 William M. Perry <wmperry@aventail.com> 175 Thu Jan 30 20:27:06 1997 William M. Perry <wmperry@aventail.com>
176
177 * Emacs-W3 3.0.52 released
2 178
3 * w3-display.el (w3-handle-image): When doing table auto layout, don't 179 * w3-display.el (w3-handle-image): When doing table auto layout, don't
4 start loading the images. 180 start loading the images.
5 181
6 Wed Jan 29 06:15:37 1997 William M. Perry <wmperry@aventail.com> 182 Wed Jan 29 06:15:37 1997 William M. Perry <wmperry@aventail.com>