annotate lisp/w3/ChangeLog @ 93:486ff617c2a1

Added tag r20-0test1 for changeset 6a43545367ac
author cvs
date Mon, 13 Aug 2007 09:11:41 +0200
parents 821dec489c24
children 0d2f883870bc
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
88
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 86
diff changeset
1 Thu Jan 30 20:27:06 1997 William M. Perry <wmperry@aventail.com>
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 86
diff changeset
2
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 86
diff changeset
3 * w3-display.el (w3-handle-image): When doing table auto layout, don't
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 86
diff changeset
4 start loading the images.
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 86
diff changeset
5
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 86
diff changeset
6 Wed Jan 29 06:15:37 1997 William M. Perry <wmperry@aventail.com>
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 86
diff changeset
7
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 86
diff changeset
8 * font.el (x-font-create-name): Yet another fix for not screwing up the
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 86
diff changeset
9 line-height in Emacs 19.
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 86
diff changeset
10
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 86
diff changeset
11 * w3-display.el (w3-face-for-element): Uhh, oblique seems to work.
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 86
diff changeset
12
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 86
diff changeset
13 * font.el (set-font-style-by-keywords): now deals with arguments that
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 86
diff changeset
14 aren't lists, for the font-style and font-variant CSS stuff
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 86
diff changeset
15
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 86
diff changeset
16 * w3-display.el (w3-display-node): Reimplemented <cookie> tag.
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 86
diff changeset
17 (w3-display-node): Reimplemented <flame> tag.
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 86
diff changeset
18
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 86
diff changeset
19 * url.el (url-insert-file-contents): url-insert-file-contents now
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 86
diff changeset
20 decodes/uncompresses the data before returning.
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 86
diff changeset
21
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 86
diff changeset
22 * w3-display.el (w3-display-node): Reimplemented <pinhead> tag
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 86
diff changeset
23
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 86
diff changeset
24 Tue Jan 28 06:22:08 1997 William M. Perry <wmperry@aventail.com>
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 86
diff changeset
25
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 86
diff changeset
26 * font.el (x-font-create-name): Never take font size into account under
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 86
diff changeset
27 Emacs - too much chance of totally screwing up the users leading by
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 86
diff changeset
28 choosing a bigger font than their default. This sucks. But I can't
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 86
diff changeset
29 find a better solution.
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 86
diff changeset
30
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 86
diff changeset
31 * w3.el: w3-mode now turns on truncate-lines by default.
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 86
diff changeset
32
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 86
diff changeset
33 * w3-forms.el (w3-form-create-image): Better image input type support.
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 86
diff changeset
34
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 86
diff changeset
35 Mon Jan 27 08:21:58 1997 William M. Perry <wmperry@aventail.com>
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 86
diff changeset
36
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 86
diff changeset
37 * w3-forms.el (w3-form-create-password): Now uses real password entry
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 86
diff changeset
38 widgets provided by 'widget' - you _MUST_USE_ the widget library that
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 86
diff changeset
39 comes with Emacs-W3 for this, otherwise the info won't be hidden
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 86
diff changeset
40 correctly.
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 86
diff changeset
41 (w3-form-add-element): Deal with hidden text areas better when they are
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 86
diff changeset
42 in forms
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 86
diff changeset
43
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 86
diff changeset
44 * Synch'd up to widget 1.22
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 86
diff changeset
45
86
364816949b59 Import from CVS: tag r20-0b93
cvs
parents: 82
diff changeset
46 Sun Jan 26 16:50:09 1997 William M. Perry <wmperry@aventail.com>
364816949b59 Import from CVS: tag r20-0b93
cvs
parents: 82
diff changeset
47
88
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 86
diff changeset
48 * Emacs-W3 3.0.51 released
821dec489c24 Import from CVS: tag r20-0
cvs
parents: 86
diff changeset
49
86
364816949b59 Import from CVS: tag r20-0b93
cvs
parents: 82
diff changeset
50 * w3-forms.el (w3-form-create-text): Now uses the real text entry widgets
364816949b59 Import from CVS: tag r20-0b93
cvs
parents: 82
diff changeset
51 provided by 'widget' - still can't do this for password fields yet
364816949b59 Import from CVS: tag r20-0b93
cvs
parents: 82
diff changeset
52 though.
364816949b59 Import from CVS: tag r20-0b93
cvs
parents: 82
diff changeset
53
364816949b59 Import from CVS: tag r20-0b93
cvs
parents: 82
diff changeset
54 * Synch'd up to Widget 1.20
364816949b59 Import from CVS: tag r20-0b93
cvs
parents: 82
diff changeset
55
364816949b59 Import from CVS: tag r20-0b93
cvs
parents: 82
diff changeset
56 Sat Jan 25 13:38:12 1997 William M. Perry <wmperry@aventail.com>
364816949b59 Import from CVS: tag r20-0b93
cvs
parents: 82
diff changeset
57
364816949b59 Import from CVS: tag r20-0b93
cvs
parents: 82
diff changeset
58 * url.el (url-expand-file-name): Now strips out spaces as well as
364816949b59 Import from CVS: tag r20-0b93
cvs
parents: 82
diff changeset
59 newlines/carriage returns. More fixes for that bastardized microsoft
364816949b59 Import from CVS: tag r20-0b93
cvs
parents: 82
diff changeset
60 home page.
364816949b59 Import from CVS: tag r20-0b93
cvs
parents: 82
diff changeset
61
364816949b59 Import from CVS: tag r20-0b93
cvs
parents: 82
diff changeset
62 * url-http.el (url-create-mime-request): Make sure that we retrieve the
364816949b59 Import from CVS: tag r20-0b93
cvs
parents: 82
diff changeset
63 cookies for the real URL we are retrieving when going through a proxy.
364816949b59 Import from CVS: tag r20-0b93
cvs
parents: 82
diff changeset
64 Now the psychotic crap that is the microsoft home page should be
364816949b59 Import from CVS: tag r20-0b93
cvs
parents: 82
diff changeset
65 successfully retrieved if going through an HTTP proxy.
364816949b59 Import from CVS: tag r20-0b93
cvs
parents: 82
diff changeset
66
364816949b59 Import from CVS: tag r20-0b93
cvs
parents: 82
diff changeset
67 * url-cookie.el (url-cookie-handle-set-cookie): Attempt to deal with
364816949b59 Import from CVS: tag r20-0b93
cvs
parents: 82
diff changeset
68 idiotic microsoft home page that sends out set-cookie headers that look
364816949b59 Import from CVS: tag r20-0b93
cvs
parents: 82
diff changeset
69 like MC1=ID=abc, and expects two cookies MC1='' and ID='abc' *sigh*
364816949b59 Import from CVS: tag r20-0b93
cvs
parents: 82
diff changeset
70
364816949b59 Import from CVS: tag r20-0b93
cvs
parents: 82
diff changeset
71 * w3-forms.el, w3-display.el: Form elements now keep all their attributes
364816949b59 Import from CVS: tag r20-0b93
cvs
parents: 82
diff changeset
72 with them. Will be useful when we start allowing scripting.
364816949b59 Import from CVS: tag r20-0b93
cvs
parents: 82
diff changeset
73 (w3-form-create-custom): Rudimentary patches to allow embedding 'custom'
364816949b59 Import from CVS: tag r20-0b93
cvs
parents: 82
diff changeset
74 widgets into the buffer. Interesting.
364816949b59 Import from CVS: tag r20-0b93
cvs
parents: 82
diff changeset
75
364816949b59 Import from CVS: tag r20-0b93
cvs
parents: 82
diff changeset
76 * w3-forms.el (w3-form-determine-size): New function to calculate how big
364816949b59 Import from CVS: tag r20-0b93
cvs
parents: 82
diff changeset
77 a form field will be - option lists should look much better now.
364816949b59 Import from CVS: tag r20-0b93
cvs
parents: 82
diff changeset
78
364816949b59 Import from CVS: tag r20-0b93
cvs
parents: 82
diff changeset
79 Thu Jan 23 08:48:59 1997 William M. Perry <wmperry@aventail.com>
364816949b59 Import from CVS: tag r20-0b93
cvs
parents: 82
diff changeset
80
364816949b59 Import from CVS: tag r20-0b93
cvs
parents: 82
diff changeset
81 * Synch'ed up to custom 1.19
364816949b59 Import from CVS: tag r20-0b93
cvs
parents: 82
diff changeset
82
364816949b59 Import from CVS: tag r20-0b93
cvs
parents: 82
diff changeset
83 * url-parse.el: document extra slots of url-generic-parse-url
364816949b59 Import from CVS: tag r20-0b93
cvs
parents: 82
diff changeset
84
364816949b59 Import from CVS: tag r20-0b93
cvs
parents: 82
diff changeset
85 Thu Jan 23 08:34:34 1997 Joe Wells <jbw@cs.bu.edu>
364816949b59 Import from CVS: tag r20-0b93
cvs
parents: 82
diff changeset
86
364816949b59 Import from CVS: tag r20-0b93
cvs
parents: 82
diff changeset
87 * url-file.el (url-file): Patch to tell ange-ftp and/or efs the password
364816949b59 Import from CVS: tag r20-0b93
cvs
parents: 82
diff changeset
88 in a file/ftp URL so that you won't be prompted for the password, even
364816949b59 Import from CVS: tag r20-0b93
cvs
parents: 82
diff changeset
89 if one was specified in the URL
364816949b59 Import from CVS: tag r20-0b93
cvs
parents: 82
diff changeset
90
364816949b59 Import from CVS: tag r20-0b93
cvs
parents: 82
diff changeset
91 * url-parse.el (url-generic-parse-url): Fixed bug where specifying a
364816949b59 Import from CVS: tag r20-0b93
cvs
parents: 82
diff changeset
92 username and password in the URL would downcase the username and
364816949b59 Import from CVS: tag r20-0b93
cvs
parents: 82
diff changeset
93 password as well as the hostname.
364816949b59 Import from CVS: tag r20-0b93
cvs
parents: 82
diff changeset
94
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
95 Wed Jan 22 08:28:13 1997 William M. Perry <wmperry@aventail.com>
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
96
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
97 * Emacs-W3 3.0.50 released
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
98
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
99 * base64.el (base64-encode-region): Pulled in code from VM for quicker
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
100 encoding/decoding
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
101
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
102 * mm.el (mm-content-transfer-encodings): Better base64 decoding
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
103
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
104 Wed Jan 22 07:31:03 1997 Alf-Ivar Holm <alfh@ifi.uio.no>
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
105
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
106 * w3-emulate.el (w3-lynx-emulation-minor-mode-map): Lynx [up] and [down]
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
107 bound to non-existing functions.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
108
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
109 * w3.el (w3-do-setup): Fixed installation of lynx emulation modes keymap.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
110
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
111 Tue Jan 21 07:56:51 1997 William M. Perry <wmperry@aventail.com>
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
112
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
113 * url-misc.el (url-data): Make sure to url-decode the data before
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
114 inserting it into the buffer.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
115
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
116 * w3-menu.el (w3-toggle-minibuffer): better version
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
117
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
118 * w3-forms.el (w3-form-create-integer): New form entry type
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
119 (w3-form-create-float): new form entry type
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
120 (w3-form-encode-helper): deal with the new integer/float types
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
121
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
122 * w3-display.el (w3-display-node): Reimplemented <select multiple> as a
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
123 list of checkboxes
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
124
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
125 Mon Jan 20 06:29:07 1997 William M. Perry <wmperry@aventail.com>
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
126
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
127 * w3-display.el (w3-display-node): Keep track of the last form's action,
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
128 for theoretically 'naked' input fields that we want to try and handle as
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
129 best we can anyway.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
130
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
131 * w3-parse.el: Much more lenient about where form elements can be found.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
132
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
133 * w3-forms.el: summarizer functions now take the widget as an extra
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
134 parameter.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
135
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
136 * w3.el (w3-find-etc-directory): New function - not used yet.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
137
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
138 * w3.txi: Warning! You now need a very new version of texinfo to compile
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
139 the .info or .dvi file yourself.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
140
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
141 * url-mail.el (url-mail): Now tries to use message-mail if it is bound
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
142 instead of just plain old 'mail'.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
143
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
144 * w3-forms.el (w3-form-add-element): Duh, fix hidden form fields.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
145
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
146 * font.el (font-normalize-color): Hopefully fixed color lossage under OS/2
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
147 and Windows
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
148
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
149 * w3-forms.el (w3-form-summarize-field): Actually 'message' the string as
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
150 a workaround for emacspeak 5.0
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
151
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
152 Sun Jan 19 09:32:15 1997 William M. Perry <wmperry@aventail.com>
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
153
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
154 * w3-xemac.el (w3-mouse-handler): Ditto
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
155
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
156 * w3-e19.el (w3-mouse-handler): Protect against 'bad format string' errors
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
157 when showing a hexified URL
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
158
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
159 * w3-forms.el (w3-form-mark-widget): Be super paranoid and mark all
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
160 children and their children's children, and the parents of a widget.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
161 (w3-form-create-radio-button): Make sure radio button children always
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
162 get updated via w3-form-mark-widget.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
163 (w3-form-summarize-radio-button): Slightly better summarization of radio
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
164 buttons.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
165
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
166 * Emacs-W3 3.0.49 released
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
167
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
168 * Synch'ed up with widget 1.18
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
169
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
170 Fri Jan 17 06:25:36 1997 Dave Love <d.love@dl.ac.uk>
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
171
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
172 * w3-display.el: w3-echo-link now prefers the URL to the text of a link
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
173
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
174 Fri Jan 17 06:25:36 1997 William M. Perry <wmperry@aventail.com>
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
175
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
176 * w3-display.el: Fixed handling of inlined styles
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
177
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
178 * w3-mouse.el: Some fixes for XEmacs when built with no X support
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
179
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
180 * default.css: Now uses the new @media directives instead of the old
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
181 :blah: stuff
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
182
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
183 * css.el (css-handle-media-directive): New function to handle @media
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
184 directives.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
185 (css-parse): Deprecate the old :mediatype: way of specifying media
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
186 dependent styles.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
187
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
188 * w3-style.el (w3-handle-style): Now gets passed a plist instead of an
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
189 assoc list.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
190 (w3-handle-style): Pay attention to the new 'media' attribute on
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
191 stylesheet links, and don't load the stylesheet if we aren't currently
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
192 running on that type of media.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
193
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
194 * css.el (css-properties): Added proposed printing properties from a W3C
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
195 draft.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
196
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
197 Thu Jan 16 06:06:45 1997 William M. Perry <wmperry@aventail.com>
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
198
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
199 * css.el (css-handle-media-directive): Implemented the @media processing
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
200 instruction.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
201
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
202 * w3-forms.el (w3-form-summarize-option-list): Changed the summarize
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
203 function for option lists. Much saner now.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
204
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
205 * w3.el (w3-read-url-with-default): Use the URL at point before falling
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
206 back to http://www.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
207 (w3-source-document): When sourcing a document, let set-auto-mode do the
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
208 right thing. .html comes up in html-mode, or whatever now.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
209
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
210 * url-cookie.el: Fixed some compile warnings under Emacs
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
211
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
212 * w3-forms.el (w3-form-summarize-option-list): Make each choice-item have
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
213 emacspeak-help set.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
214
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
215 * w3-speak.el (w3-widget-backward): New advice
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
216 (w3-widget-forward): New advice
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
217
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
218 * w3-forms.el (w3-form-create-option-list): Renamed function
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
219
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
220 * Emacs-W3 3.0.48 released
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
221
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
222 * w3-display.el (w3-face-for-element): Use background-color instead of
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
223 just background for css property.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
224
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
225 * w3-forms.el (w3-form-encode-helper): Fixed radio buttons, duh.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
226
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
227 * url-misc.el (url-do-terminal-emulator): Fixed bad var reference left
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
228 from old code.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
229
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
230 * url-gw.el: Moved all the gateway variables into their own namespace to
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
231 make it easier to turn this into a standalone package.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
232
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
233 * dist.Makefile (SOURCES): Added url-gw and w3 to the build targets.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
234
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
235 Wed Jan 15 08:00:37 1997 William M. Perry <wmperry@aventail.com>
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
236
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
237 * Emacs-W3 3.0.47 released
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
238
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
239 * url.el (url-expand-file-name): Make sure to remove \r from the URL as
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
240 well as \n
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
241
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
242 * url-gw.el (url-open-stream): Added in 'telnet' and 'rlogin' methods for
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
243 url-gateway-method. Code stolen from GNUS. Thanks lars! :) It would
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
244 be nice to make this file its own package and be able to override
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
245 open-network-stream so that all apps could get this for free.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
246
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
247 * url-misc.el (url-generic-emulator-loader): Consolidated the tn3270,
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
248 telnet, and rlogin URL loaders into one smarter function
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
249
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
250 * url.el: Made cookie and auth modules autoloaded, removed some old autoloads
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
251 (url-open-stream) Moved to url-gw.el
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
252
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
253 Mon Jan 13 22:11:00 1997 William M. Perry <wmperry@aventail.com>
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
254
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
255 * w3-display.el (w3-widget-echo): w3-echo-link can now be a list, so the
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
256 user can explicitly control fallback behaviour.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
257
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
258 * w3.txi: Added some pointers to CSS documentation
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
259
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
260 * mule-sysdp.el (mule-code-convert-region): ditto
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
261
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
262 * w3.el (w3-convert-code-for-mule): Fixed bug in XEmacs 20.0 mule
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
263
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
264 Mon Jan 13 11:14:29 1997 T. V. Raman <raman@Adobe.COM>
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
265
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
266 * w3.el (w3-widget-forward): Call widget-forward interactively so that
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
267 emacspeak will hook it correctly.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
268
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
269 Mon Jan 13 11:14:29 1997 William M. Perry <wmperry@aventail.com>
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
270
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
271 * w3-display.el (w3-refresh-buffer): Finally reimplemented
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
272 w3-refresh-buffer.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
273
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
274 Sun Jan 12 10:32:50 1997 Karl Eichwalder <ke@ke.Central.DE>
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
275
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
276 * w3.txi: Add @dircategory and @direntry... @end. `install-info'
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
277 from texinfo-3.9 know about those.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
278
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
279 Sun Jan 12 21:49:44 1997 William M. Perry <wmperry@aventail.com>
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
280
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
281 * w3.el (w3-save-as): Can now save a page as postscript again
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
282
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
283 * w3-display.el (w3-display-node): inline styles work again
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
284
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
285 * url-misc.el (url-data): Updated data: URL to the spec.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
286 ftp://ietf.org/internet-drafts/draft-masinter-url-data-02.txt
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
287
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
288 Sat Jan 11 20:47:24 1997 William M. Perry <wmperry@aventail.com>
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
289
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
290 * Emacs-w3 3.0.45 released
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
291
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
292 * url-misc.el (url-data): Now supports the 'data' URL type, which just
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
293 'fetches' everything after the data: chunk of the URL
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
294
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
295 Fri Jan 10 11:49:43 1997 William M. Perry <wmperry@aventail.com>
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
296
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
297 * w3-display.el (w3-display-node): Multicolumn works, but puts things
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
298 across instead of down
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
299
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
300 * w3-parse.el: Basic support for parsing <multicol>
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
301
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
302 * w3-display.el (w3-display-node): Make our semi-widgety hyperlinks
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
303 start/end open under XEmacs.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
304
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
305 * w3.el (w3-complete-link): Make sure we take case into account when doing
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
306 link completion. The user can use 'test' to complete to link titled
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
307 'Test'. Uses try-completion for this, which seems to work since we
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
308 require a match. Is this the best way to do this? Other than not being
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
309 case-insensitive at this point?
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
310
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
311 * w3-forms.el (w3-form-default-widget-creator): Better way of handling
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
312 updates to text entry fields.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
313 (w3-revert-form): Everything should be reverted correctly, both in
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
314 internal storage and in the buffer
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
315 (w3-form-create-radio-button): Get a more unique identifier to store
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
316 radio elements by - old way could theoretically get collisions.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
317
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
318 * w3-display.el (w3-display-handle-list-type): Updated use of 'list-style'
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
319 to use new property 'list-style-type'
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
320 (w3-prepare-buffer): Now kills the source buffer before it starts
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
321 drawing the tree, to avoid *URL-n* buffers when not really necessary.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
322
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
323 * css.el (css-properties): Updated all the properties to the W3C's latest
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
324 'recommendation' level CSS specification.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
325 (css-handle-import): much better handling of @import
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
326 (css-parse): Better handling of '@' directives in general
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
327 (css-expand-value): General cleanup, reference the CSS and ACSS specs
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
328 for how/why we are parsing something the way we are.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
329
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
330 Thu Jan 9 06:17:08 1997 William M. Perry <wmperry@aventail.com>
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
331
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
332 * Updated all copyright notices. Happy belated new year!
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
333
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
334 * w3-display.el (w3-region): Fixed a few bugs with nuking too much of a
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
335 buffer when using w3-region
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
336
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
337 * w3.el (w3-read-url-with-default): Use new variable.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
338
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
339 * w3-vars.el (w3-fetch-with-default): New variable to control whether or
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
340 not w3-fetch will figure out a good default value for the URL or not.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
341
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
342 * w3-forms.el (w3-form-mark-widget): New function to mark a widget and all
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
343 its children with an appropriate :emacspeak-help and 'w3-form-data
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
344 Now defines a few keywords to look more widget-y
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
345
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
346 Wed Jan 8 09:27:47 1997 William M. Perry <wmperry@aventail.com>
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
347
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
348 * css.el (css-expand-value): Added elevation, angle, and time units.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
349
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
350 * w3-display.el (w3-display-node): Turn on voice-lock-mode by default in
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
351 all w3 buffers.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
352
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
353 * css.el (css-properties): Added in new speech properties from the ACSS
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
354 note from the W3C. Please see
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
355 http://www.w3.org/pub/WWW/Style/CSS/Speech/NOTE-ACSS for more
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
356 information.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
357
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
358 * w3-forms.el: Moved all the form entry summarization functions from
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
359 w3-speak.el into w3-forms. Easier to keep in synch this way.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
360
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
361 * w3-display.el (w3-display-node): Reimplimented the 'keygen' form entry
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
362 type for netscape compatibility.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
363
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
364 Tue Jan 7 07:20:08 1997 William M. Perry <wmperry@aventail.com>
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
365
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
366 * w3-display.el (w3-region): New function that parses the HTML in a region
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
367 'in-place', so that things like MIME mailers/gnus readers can show HTML
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
368 inline a lot easier.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
369
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
370 * w3-forms.el (w3-form-resurrect-widgets): Fixed case where a widget goes
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
371 all the way to point-max and next-single-property-change will return
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
372 nil. Would pass bad args to delete-region.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
373 (w3-form-summarize-field): Moved some of the smarts about summarizing W3
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
374 widgets from w3-speak into the core forms code.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
375
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
376 * font.el (define-font-keywords): New function for defining keywords that
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
377 will actually work across Emacs and XEmacs
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
378
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
379 * w3-display.el (w3-display-node): Reimplemented 'note' functionality, by
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
380 converting it into a two-cell table.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
381 (w3-display-node): Implemented <dir> as multi-column, as-per the RFC and
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
382 HTML 3.x specifications
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
383
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
384 * default.css: Added default display type for dir and menu
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
385
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
386 Mon Jan 6 21:49:52 1997 William M. Perry <wmperry@aventail.com>
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
387
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
388 * url-http.el (url-create-mime-request): Fixed yet another stupid problem
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
389 in Host: header handling. Was never sending the right information if
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
390 you were not going through a proxy this time. *sigh*
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
391
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
392 * w3-forms.el (w3-form-add-element): Fixed hidden form fields
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
393
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
394 Sun Jan 5 22:38:54 1997 William M. Perry <wmperry@aventail.com>
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
395
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
396 * url-vars.el (url-proxy-services): updated documentation string
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
397
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
398 * w3-widget.el (widget-image-notify): Fixed client side handling of
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
399 imagemaps on a TTY or a delayed/broken image. Duhhh
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
400
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
401 Fri Jan 3 Dave Love <d.love@dl.ac.uk>
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
402
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
403 * w3-e19.el (w3-mouse-handler): Fix link echoing.
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
404
80
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
405 Fri Jan 3 08:43:56 1997 William M. Perry <wmperry@aventail.com>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
406
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
407 * Emacs-W3 3.0.43 released
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
408
80
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
409 * font.el (make-font): Treat args as a plist, just for sanity's sake.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
410
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
411 Thu Jan 2 12:19:31 1997 William M. Perry <wmperry@aventail.com>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
412
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
413 * w3-display.el (w3-table-hack-borders): Fix stupid use of 'otheriwse'
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
414 instead of 'otherwise' in a case statement.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
415
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
416 * w3-forms.el (w3-form-add-element): Fix stupid use of 'otheriwse'
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
417 instead of 'otherwise' in a case statement.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
418 (w3-form-resurrect-widgets): Fixed XEmacs handling of widget recreation,
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
419 and also fixed problem where some widgets would be skipped.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
420
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
421 Tue Dec 31 07:37:17 1996 William M. Perry <wmperry@aventail.com>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
422
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
423 * w3-e19.el: All the menus in Emacs-19 now use the same constructors that
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
424 the :filter entries under XEmacs do. This will make things much easier
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
425 in the future in not duplicating crufty menu-construction code once for
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
426 XEmacs menu-structs and once for Emacs keymaps.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
427
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
428 * w3-menu.el (w3-menu-html-links-constructor): Now works with the Emacs 19
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
429 implementation of property lists.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
430
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
431 Mon Dec 30 06:25:28 1996 William M. Perry <wmperry@aventail.com>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
432
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
433 * w3-menu.el (w3-popup-menu): context-sensitive menus over delayed images
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
434 work again
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
435
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
436 * w3-display.el (w3-parse-link): New way to store <link> information from
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
437 an HTML document.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
438
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
439 * w3.el (w3-search): Deal with new <link> storage
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
440
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
441 * w3-menu.el (w3-menu-html-links-constructor): Deal with new way <link>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
442 items are stored - now uses the 'title' attribute if present.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
443
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
444 * w3-auto.el (w3-form-resurrect-widgets): Added autoload
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
445
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
446 * url-file.el (url-format-directory): Removed url-forms-based-ftp option -
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
447 didn't really work anyway.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
448
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
449 Sun Dec 29 15:54:21 1996 William M. Perry <wmperry@aventail.com>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
450
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
451 * w3-forms.el (w3-form-resurrect-widgets): fixed stupid problem in munging
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
452 of the size of form elements.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
453
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
454 * Emacs-W3 3.0.42 released
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
455
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
456 * w3-display.el (w3-table-hack-borders): Deal gracefully with not finding
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
457 a 'terminal' font to display hacked border chars in
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
458
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
459 * w3-hot.el (w3-hotlist-add-document): don't hexify a url before sticking
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
460 it in the hotlist buffer
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
461
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
462 * w3-display.el (w3-display-node): hyperlinks with images at the start
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
463 will now have a button associated with the entire link, not just the
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
464 image part.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
465
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
466 * w3-sysdp.el (fillin-text-property): made it work under Emacs19
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
467
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
468 Sun Dec 29 00:07:39 1996 Takahiro Hayata <hayata@sc511t.s.kobe-u.ac.jp>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
469
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
470 * mule-sysdp.el (mule-write-region-no-coding-system): Patch for Mule 2.3
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
471
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
472 Sun Dec 29 00:07:39 1996 William M. Perry <wmperry@aventail.com>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
473
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
474 * w3-forms.el (w3-form-add-element): Only insert stubs of the right length
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
475 for a for element, and do munging of that text into the actual widgets
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
476 later. This saves us a lot of grief and heartache when handling things
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
477 like radio buttons that span table elements because the markers have
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
478 become completely insane by the time the next widget is ready to be
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
479 created.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
480
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
481 Sat Dec 28 17:24:08 1996 William M. Perry <wmperry@aventail.com>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
482
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
483 * w3-display.el (w3-display-table): Don't crap out on invalid tables where
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
484 table-dimensions tells us we have a 0 column or 0 row table.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
485
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
486 * w3-widget.el (widget-image-value-create): Use :action instead of :notify
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
487 for widget-image-callback - hyperlinked images under Emacs 19 should
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
488 work again.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
489
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
490 Thu Dec 26 18:26:25 1996 William M. Perry <wmperry@aventail.com>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
491
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
492 * w3.el (w3-widget-forward): Use this instead of widget-forward.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
493 (w3-widget-backward): Ditto. Need to make both of these smart for w3.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
494
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
495 * w3-display.el (w3-display-node): Implemented the display class 'none'
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
496 for turning off the rendering of an element and its subcontent.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
497
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
498 Thu Dec 26 07:21:58 1996 William Perry <wmperry@aventail.com>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
499
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
500 * w3-parse.el (w3-parse-buffer): *sigh* Allow _ in attribute names.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
501
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
502 * Emacs-W3 3.0.41 released
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
503
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
504 * url-parse.el (url-generic-parse-url): bind inhibit-read-only to 't' in
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
505 url parsing buffers, to avoid 'attempt to modify read-only text'
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
506 problems when the string passed to url-generic-parse-url has the
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
507 read-only text property set.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
508
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
509 * w3-e19.el (w3-setup-version-specifics): popup menus should work in
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
510 Emacs19 again.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
511
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
512 * css.el (css-expand-value): For margin and padding, make sure we _always_
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
513 convert into a valid length spec. Setting a 'margin' or 'padding'
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
514 property group instead of individual margin-* or padding-* values would
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
515 cause the display engine to crap out.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
516 (css-get): Fixed generic class-only lookups (.foo, etc)
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
517
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
518 * w3-display.el (w3-display-handle-list-type): Tweaks to list indentation
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
519
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
520 * w3-menu.el (w3-menu-html-links-constructor): Fixed stupid problem with
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
521 the new navigate menu under XEmacs.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
522
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
523 Tue Dec 24 22:46:11 1996 William M. Perry <wmperry@aventail.com>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
524
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
525 * css.el (css-expand-color): Better handling of X-style color specs -
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
526 convert them to internal RGB format.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
527
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
528 Tue Dec 24 02:50:08 1996 Christian Limpach <chris@nice.ch>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
529
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
530 * font.el (ns-font-families-for-device): added test for unbound
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
531 device-fonts-cache variable.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
532 (ns-font-create-name): handle font-styles which are numbers.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
533
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
534 * w3-sysdp.el (try-font-name): added support for Nextstep.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
535
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
536 Tue Dec 24 06:16:33 1996 William M. Perry <wmperry@aventail.com>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
537
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
538 * w3.el (w3-open-local): Send filename through expand-file-name in
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
539 w3-open-local to avoid having illegal URLs like file:/~/test.html
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
540
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
541 * w3-widget.el (widget-image-value-create): fixed new problem with client
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
542 side imagemaps. Should really work this time.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
543
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
544 * w3.el (w3-map-links): w3-map-links and hence w3-complete-link will now
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
545 find images that are also hyperlinks.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
546
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
547 Mon Dec 23 22:28:58 1996 William M. Perry <wmperry@aventail.com>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
548
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
549 * Emacs-W3 3.0.40 released
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
550
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
551 * w3-menu.el (w3-menu-go-menu): Added 'navigate' submenu to hold the
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
552 predefined <link> types.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
553
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
554 * w3-widget.el (widget-image-summarize): Image widgets should now be much
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
555 better at identifying themselves when being tab'ed to or waggled at with
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
556 the mouse.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
557
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
558 * w3-prefs.el: Fixed a few references to w3-glyphp (now widget-glyphp)
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
559
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
560 * w3.el (w3-url-completion-function): Fixed completion of URLs
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
561
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
562 Sat Dec 21 Dave Love <d.love@dl.ac.uk>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
563
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
564 * w3-display.el, w3-vars.el, w3.el: Define and use
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
565 w3-defined-link-types to canonicalize link descriptions' case for
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
566 ease of use.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
567
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
568 * w3-e19.el (w3-build-FSF19-menu): Add any recognised <link> items
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
569 to the menu in the absence of a toolbar.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
570
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
571 Thu Dec 19 13:52:35 1996 William Perry <wmperry@aventail.com>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
572
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
573 * Emacs-W3 3.0.39 released
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
574
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
575 * w3-forms.el (w3-form-encode-xwfu): Ditto.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
576
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
577 * url.el (url-hexify-string): Updated to use url-unreserved-chars when
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
578 escaping, ala
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
579 http://www.ics.uci.edu/pub/ietf/uri/draft-fielding-url-syntax-02.txt
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
580
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
581 Wed Dec 18 22:09:41 1996 William M. Perry <wmperry@aventail.com>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
582
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
583 * w3.el (w3-mode): Removed bogus setting of widget-motion-hook from way
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
584 back
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
585
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
586 * w3-parse.el (w3-parse-buffer): Better handling of <base> tag.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
587
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
588 * w3-display.el (w3-widget-echo): Better falling-back when the preferred
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
589 echo method yields nil.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
590
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
591 * url.el, w3-display.el, w3.el: Remove last vestiges of url-hash.el and
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
592 removed it from the distribution.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
593
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
594 Wed Dec 18 08:07:32 1996 William Perry <wmperry@aventail.com>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
595
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
596 * dsssl.el: Moved the DSSSL parser and friends into its own namespace.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
597
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
598 Removed dependencies on url-hash.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
599
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
600 * custom.el: Synch'd up to custom 1.13
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
601
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
602 Tue Dec 17 16:36:05 1996 William M. Perry <wmperry@aventail.com>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
603
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
604 * url.el (url-expand-file-name): If we weren't given a base object to work
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
605 from, and url-current-object is null, set it to the object returned by
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
606 parsing url-view-url.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
607
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
608 * url-http.el (url-create-mime-request): Send the right information in the
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
609 'Host' header field when going through a proxy.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
610 (url-setup-reload-timer): Emacs 19 doesn't deal well with 0-length
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
611 timeouts, so protect against trying to create one when dealing with the
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
612 refresh header.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
613
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
614 * w3-parse.el: Removed lots of crap for the old display engine - shouldn't
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
615 cons up as much garbage as before. Now it will just cons up garbage
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
616 that we actually need.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
617
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
618 Tue Dec 17 07:10:47 1996 William Perry <wmperry@aventail.com>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
619
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
620 * css.el (css-properties): New property type 'string-list' for font-family
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
621
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
622 * w3.el (w3-find-default-stylesheets): Make sure to look in
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
623 data-directory/../../w3 for stylesheets
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
624
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
625 Tue Dec 17 06:07:08 1996 William M. Perry <wmperry@aventail.com>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
626
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
627 * w3-toolbar.el: wrapped a condition-case around the require for
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
628 xpm-button and xbm-button so that it will compile under Emacs
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
629
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
630 Mon Dec 16 08:19:40 1996 William Perry <wmperry@aventail.com>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
631
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
632 * Emacs-W3 3.0.38 released.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
633
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
634 * dist.Makefile (OBJECTS): Removed xpm-button and xbm-button from the
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
635 distribution. Any version of XEmacs that can run the latest 3.0 stuff
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
636 has them already.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
637
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
638 * default.css: Make nested ol/ul items display class 'line' so they look
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
639 prettier.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
640
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
641 * w3-display.el (w3-display-node): EVIL hack to make the first item in a
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
642 nested list get indented correctly.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
643
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
644 * w3-about.el (w3-about): Fixed the about:style stylesheet to be
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
645 up-to-date with new CSS spec.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
646
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
647 * default.css: Turned down indentation on list items by default.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
648
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
649 * w3-display.el (w3-display-node): Mouse tracking should work under XEmacs
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
650 again.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
651
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
652 * dist.Makefile (all): Removed 'emacs' from dependency list.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
653
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
654 Mon Dec 16 06:03:14 1996 William M. Perry <wmperry@aventail.com>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
655
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
656 * w3-display.el (w3-table-hack-borders): This should work on TTY's again.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
657
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
658 Sun Dec 15 14:19:53 1996 William M. Perry <wmperry@aventail.com>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
659
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
660 * Emacs-W3 3.0.37 released
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
661
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
662 * w3-display.el: Better handling of paragraphs (well, any block-level
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
663 element within a list-item display group.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
664
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
665 * default.css (address): Changed <address> display tpye to line so that
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
666 right-justification will take effect.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
667
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
668 Sat Dec 14 10:24:13 1996 William M. Perry <wmperry@aventail.com>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
669
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
670 * w3-sysdp.el: Removed stubs for add-submenu - it was confusing 'custom'
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
671
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
672 * dist.Makefile: More GNU-ish project makefile
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
673
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
674 * url.el (url-default-find-proxy-for-url): Fixed no_proxy handling
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
675 (url-default-find-proxy-for-url): Don't pass 'www://' links to a proxy
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
676
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
677 Fri Dec 13 22:50:45 1996 William M. Perry <wmperry@aventail.com>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
678
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
679 * dist.Makefile (URLSOURCES): Added socks.el to the distribution. Not
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
680 used just yet.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
681
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
682 * css.el (css-copy-stylesheet): Fixed problem with sharing the list
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
683 structure between the hash tables - document stylesheets would infect
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
684 the main w3-user-stylesheet and cause weirdness.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
685
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
686 Fri Dec 13 09:47:40 1996 William Perry <wmperry@aventail.com>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
687
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
688 * w3-style.el (w3-display-stylesheet): Fixed problem where
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
689 w3-display-stylesheet would override the buffer css-display was showing
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
690 the stylesheet in. Duhh.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
691
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
692 * mule-sysdp.el (mule-encode-string): Fixed stupid problem on non-XEmacs
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
693 mule
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
694 (mule-sysdep-version): Ditto.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
695
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
696 Fri Dec 13 06:25:45 1996 William M. Perry <wmperry@aventail.com>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
697
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
698 * css.el (css-get): Removed bogus recursive call to css-get, and moved the
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
699 guts of css-get out into its own fuction, which is in turn inlined into
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
700 css-get. Might even make things faster. At the least, I expect it to
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
701 get rid of the 'takes two makes to make w3-display.elc' problem some
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
702 people have been seeing.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
703
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
704 * w3-display.el (w3-display-handle-list-type): Fixed stupid problem with
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
705 margin handling where list-item display items were always flush-left
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
706
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
707 Fri Dec 13 02:51:24 1996 Greg Stark <gsstark@mit.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
708 * w3-display.el (w3-display-line-break): correct right justification code
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
709 (w3-min-size-of-string): removed unused function that didn't work.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
710 (w3-size-of-tree): maintain consistent w3-display-open-element-stack
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
711 don't hard code assumption that hr's are drawn with '-'
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
712 (w3-display-table-dimensions): major bug if the last column rowspans
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
713 (w3-table-lookup-char): new function
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
714 (w3-table-hack-borders): new function makes table borders use pretty
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
715 graphic characters instead of ascii characters.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
716 (w3-table-unhack-borders): new function restore lame ascii borders.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
717 (w3-display-table): Major changes to support drawing better borders
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
718 also fix various bugs and tweak various things.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
719
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
720 * w3-parse.el: remove = from set of characters that terminate an attribute
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
721 when guessing about an syntactically invalid attribute.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
722 (didn't this get changed once already?)
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
723
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
724 * w3.el (w3-sentinel): hack around bug that bit w3-preview-this-buffer
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
725 but I don't know what the right thing for Mule.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
726
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
727 Thu Dec 12 08:36:01 1996 William Perry <wmperry@aventail.com>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
728 * Synch'd up to widget 1.13
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
729
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
730 * w3-display.el (w3-get-pad-string): Ack - watch for negative values in
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
731 w3-get-pad-string
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
732
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
733 * Released 3.0.36
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
734
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
735 * w3-style.el (w3-display-stylesheet): Use new css-display function
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
736
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
737 * css.el (css-get): Better class checking
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
738 (css-display): New function to pretty-print a stylesheet that is in
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
739 memory.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
740
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
741 * w3-parse.el (w3-parse-buffer): *sigh* Parser now keeps track of 'base'
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
742 of this document. Also normalizes 'align' attribute, as well as
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
743 auto-expanding any SRC or HREF attributes.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
744
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
745 * w3-display.el (w3-display-handle-list-type): Now handles text-indent
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
746 style property.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
747 (w3-display-table): Can now specify properties on 'tr', for
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
748 vertical-alignment, etc.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
749 (w3-display-node): Lots of changes to deal with new method of munging
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
750 class/align/etc in the parser.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
751
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
752 Wed Dec 11 17:37:14 1996 William M. Perry <wmperry@aventail.com>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
753
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
754 * w3-parse.el (w3-parse-buffer): Do munging of align/src/href/class
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
755 attributes to save time in w3-display-node and friends.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
756
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
757 * w3-prefs.el (w3-preferences-compatibility-variables): Fixed problems
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
758 with renaming of w3-style-ie-compatibility to css-ie-compatibility
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
759
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
760 * w3-display.el (w3-display-node): fix for hyperlinks / form info in
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
761 tables. Duhh.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
762
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
763 Wed Dec 11 07:36:08 1996 William Perry <wmperry@aventail.com>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
764
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
765 * css.el (css-copy-stylesheet): New function
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
766
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
767 * w3-display.el (w3-display-node): use it
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
768
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
769 * mule-sysdp.el (mule-encode-string): Fixes for XEmacs w/mule
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
770 (mule-decode-string): Fixes for XEmacs w/mule
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
771
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
772 * w3-display.el (w3-display-node): Fixed problem in isindex handling.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
773 Using forms for isindex handling should work again.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
774
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
775 * css.el (css-specificity): new function css-specificity to find how
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
776 specific a certain rule is. Need to use this to sort rules in css-get.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
777
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
778 Tue Dec 10 22:37:59 1996 William M. Perry <wmperry@aventail.com>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
779
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
780 * w3-display.el (w3-get-style-info): Changes to deal with new css.el -
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
781 should be much much faster now.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
782
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
783 * css.el (css-get): Radically changed the internal representation of
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
784 stylesheets, and how they are looked up.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
785
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
786 Mon Dec 9 22:31:11 1996 William M. Perry <wmperry@aventail.com>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
787
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
788 * w3-display.el (w3-face-for-element): Fixed bug in w3-face-for-element
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
789 where weight of the element wasn't being taken into account.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
790
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
791 * css.el: Changed font-variant style type from string to symbol-list
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
792
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
793 Mon Dec 9 12:29:59 1996 William Perry <wmperry@aventail.com>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
794
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
795 * default.css: Changed default header sizes - should look better on most
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
796 machines
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
797
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
798 Sun Dec 8 19:21:07 1996 William M. Perry <wmperry@aventail.com>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
799
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
800 * Emacs-w3 3.0.34 Released
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
801
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
802 * w3-display.el: New macro w3-get-attribute to replace
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
803 (cdr (assq 'blah args)), just in case I ever decide to replace the
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
804 assoc list currently used.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
805
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
806 * New file mule-sysdp.el, to make supporting Mule 2.3, Mule 2.4, and
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
807 XEmacs 20.0 easier.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
808
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
809 * url-file.el (url-insert-possibly-compressed-file): handle mule 2.4
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
810
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
811 Fri Dec 6 06:54:03 1996 William Perry <wmperry@aventail.com>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
812
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
813 * w3-parse.el: Emit warnings when people try to slap attribute/value pairs
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
814 on end tags. Evil bastards.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
815 Added SPAN, BDO, OBJECT, BASEFONT
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
816
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
817 Fri Dec 6 04:42:24 1996 Greg Stark <gsstark@mit.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
818
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
819 * default.css: add th td and caption text-align information
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
820
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
821 * docomp.el: increase max-specpdl-size so it can compile w3-display
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
822
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
823 * url.el (url-sentinel): avoid save-excursion around switch-buffer
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
824
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
825 * w3-display (w3-display-line-break): if we're in nowrap mode but the
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
826 region doesn't end on a newline insert an extra newline, otherwise <br>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
827 gets ignored inside a <pre> or nowrap environment.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
828 Also protect against fill-column less than the length of fill-prefix.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
829 Also avoid infloop in right justification, and
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
830 fix bug that caused right justification to never be executed.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
831
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
832 * w3-display (table-cut table-dimensions w3-display-table):
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
833 lots of new code to handle rowspan and autolayout.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
834
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
835 * (w3-display-fix-widgets): be more agressive adjust even markers that have
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
836 buffers and adjust parent markers.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
837
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
838 * w3-display (w3-display-node): These changes are important for tables
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
839 Don't insert insert-before on <a> tags before the class is adjusted
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
840 Don't insert more than one class into an <a> tag when we adjust it.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
841 Protect against a negative fill-column when drawing <hr>s
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
842 Set adaptive-fill-mode (what's filladapt-mode?)
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
843
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
844 * w3-parse.el: remove font from %block. WARNING, i have little idea what
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
845 consequences this has but it seems to have the desired effect of
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
846 handling table cells whose first tag is a <font> without discarding the
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
847 implied <p> tag.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
848
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
849 * w3-parse.el: skip-chars-forward "^>" when parsing end tags
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
850 (some people seem to think you can put attributes in end tags)
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
851
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
852 Fri Dec 6 14:08:30 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
853
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
854 * css.el: Better handling of text-decoration, to go along with the new version
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
855 of set-font-style-by-keywords
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
856
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
857 * font.el: Faster version of set-font-style-by-keywords.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
858 Fixed RGB spec. problem if you used non-floats.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
859
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
860 * w3-display.el: (w3-face-for-element) Obey some font function renaming.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
861 (w3-face-for-element) Changed format specification on w3-style-face-xxx
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
862 creation.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
863 (w3-display-node) Alignment specified via attributes overrides
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
864 stylesheet, not vice versa.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
865 (w3-display-node) Fixed stupid mistake in 'link' handling where
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
866 stylesheets were ignored.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
867
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
868 Thu Dec 5 17:51:37 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
869
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
870 * url.el: (url-retrieve-internally) Can now specify an alternative
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
871 function to determine whether a URL should be proxied or not. modelled
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
872 off the netscape auto-proxy-configuration crap, so hopefully someday we
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
873 can just suck down one of their files and be 'happy' with it.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
874
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
875 * w3-display.el, css.el:
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
876 Modified some of the css properties to not be inherited - let
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
877 w3-display figure it out on its own - quicker this way. Saves a few
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
878 thousand lookups over the life of a parse.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
879
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
880 Mon Dec 2 20:22:12 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
881
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
882 * w3-display.el: use better face names... avoids problems in xemacs
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
883 resource name checking.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
884
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
885 * w3-vars.el: Created version 3.0.33
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
886
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
887 * w3-parse.el: Fixed problem parsing attribute values like <img alt=''> -
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
888 the regexp didn't like empty attribute values specified with single
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
889 quotes.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
890
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
891 * w3.el: -Patches from Dave Love
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
892
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
893 * font.el: Renamed the font-set-*-p to set-font-*-p, to be more in line with
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
894 set-face-underline-p and friends. Fixed stupid problem in
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
895 set-font-*-p where it would always just toggle the property, not
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
896 actually set it. Blah. Added code in x-font-create-name to try
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
897 oblique and italic versions of a font if italic is set.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
898
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
899 * default.css: Prettied up the :speech: section
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
900
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
901 * w3-display.el:
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
902 Conditionalized get-style-info calls in w3-voice-for-element on
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
903 feature 'emacspeak
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
904
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
905 * w3.el: Added code to try loading dtk-css-speech and w3-speak if the feature
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
906 'emacspeak' is available.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
907
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
908 * css.el: Fixed a few stupid problems.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
909
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
910 * font.el:
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
911 made tty-font-create-object return a 12pt font object, just for reference.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
912
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
913 * w3.txi: More updates to the documentation
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
914
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
915 * w3.el, w3-style.el: Moved to using the new 'css' package
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
916
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
917 * w3-parse.el:
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
918 Removed some old functions. Save some string creation by downcasing
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
919 tag and atribute names in the buffer instead of using 'downcase'.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
920
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
921 * w3-display.el: Moved to using the new 'css' package
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
922
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
923 * w3-auto.el: Removed some outdated autoloads
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
924
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
925 * font.el: Added function font-set-style-by-keywords
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
926
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
927 * css.el: Better handling of various entities - beter way of specifying new
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
928 properties and how they should be handled.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
929
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
930 * default.css: *** empty log message ***
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
931
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
932 * dist.Makefile: Added 'css.el' to targets
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
933
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
934 * css.el: Initial revision
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
935
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
936 * w3-vars.el: Renamed w3-right-border to w3-right-margin
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
937
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
938 Sat Nov 30 17:42:38 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
939
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
940 * custom-edit.el, custom.el, widget-edit.el, widget.el:
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
941 -Synch'd up to Custom/Widget 1.09
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
942
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
943 Fri Nov 29 23:12:42 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
944
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
945 * font.el: Actually try to use the 'oblique' property under X
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
946
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
947 * w3-display.el:
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
948 Fix for sometimes getting an invalid glyph error in image retrieval.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
949 Fixed problem where table display would pop something off the open element stack.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
950
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
951 * custom-edit.el, custom.el, widget-edit.el, widget.el:
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
952 -Synch'd up to Custom/Widget 1.08
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
953
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
954 * w3-display.el: List filling seems to line up correctly now.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
955 Fixed bug in ordered list handling (wrong arg passed to a format).
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
956 Changed the way spacing is handled.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
957
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
958 * w3-menu.el: Added new 'search' menu with common web indexes
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
959
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
960 * dist.Makefile:
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
961 Don't specify widget*.el twice in SOURCES _AND_ CUSTOMSOURCES or
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
962 install under FreeBSD chokes.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
963
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
964 * w3-display.el: Protect against list-item display property outside of a list.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
965
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
966 * w3-sysdp.el: Fixed free var reference in make-device
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
967
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
968 Thu Nov 28 23:01:11 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
969
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
970 * w3-display.el:
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
971 Protect against bad values of w3-last-fill-pos in w3-display-line-break
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
972
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
973 * w3-e19.el, w3-menu.el:
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
974 -Patches from Dave Love <d.love@dl.ac.uk> for using title of link in menus
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
975
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
976 Wed Nov 27 22:59:56 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
977
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
978 * w3-vars.el: Created version 3.0.32
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
979
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
980 * w3.txi: Started revamping some of the documentation
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
981
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
982 * url-custom.el: Initial revision
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
983
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
984 * w3-display.el: Handle 'menu' list type correctly
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
985
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
986 * url.el: Patch from Thierry.Emery@aar.alcatel-alsthom.fr;
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
987 - insert information about processes in buffer "URL Status Display"
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
988 instead of *URL-<i>* : added a local variable `url-status-buf' and a
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
989 call to `set-buffer'
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
990
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
991 - changed `url-get-working-buffer' to `url-get-working-buffer-name',
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
992 because `url-working-buffer' is expected to be a name, not a buffer
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
993 (my mistake)
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
994
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
995 * w3-xemac.el, w3-vars.el:
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
996 Removed some old variables that aren't used anywhere now.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
997
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
998 * w3-e19.el:
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
999 Patch from Dave Love <d.love@dl.ac.uk> for 'title' version of w3-echo-link.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1000
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1001 * w3-display.el:
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1002 Patch from Dave Love <d.love@dl.ac.uk> for 'title' version of w3-echo-link.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1003 Form info is now stuck on a stack instead of in a let-bound variable.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1004 Only call w3-display-fix-widgets once! recursive calls to
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1005 w3-display-node when rendering tables caused it to happen more than it
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1006 should.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1007
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1008 * w3-forms.el:
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1009 Patch from Dave Love <d.love@dl.ac.uk> to protect against bad value
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1010 for 'next' in w3-next-widget.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1011
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1012 * dist.Makefile: Don't use `install -d', use mkdir -p if necessary
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1013
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1014 Tue Nov 26 16:21:32 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1015
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1016 * custom-edit.el, custom.el: synch'd up to custom 1.05
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1017
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1018 * widget.el, widget-edit.el: *** empty log message ***
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1019
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1020 * widget-edit.el, widget.el: synch'd up to widget 1.05
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1021
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1022 * w3-display.el: Handles the 'dir' list type correctly now.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1023
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1024 * url.el:
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1025 Quick patch to check for url-working-buffer being a buffer, not a string.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1026
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1027 * w3-display.el:
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1028 Backed out _BAD BAD BAD_ change to protect against invalid values for
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1029 w3-last-fill-pos that basically fucked everything in regards to
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1030 vertical whitespace.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1031
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1032 Mon Nov 25 21:12:17 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1033
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1034 * w3-display.el: *** empty log message ***
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1035
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1036 * w3-display.el:
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1037 Now only does incrememental display around block level elements.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1038 Does better munging of pre-formatted text CR -> LF CRLF->LF, etc.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1039
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1040 * w3.el: Protect against errors in w3-sentinel on bad buffers.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1041
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1042 * w3-vars.el: Created version 3.0.31
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1043
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1044 * widget-edit.el: Fixed compile problems under emacs
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1045
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1046 * w3-vars.el: *** empty log message ***
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1047
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1048 * widget.el: Made widget.el compile in emacsen w/o native backquote support
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1049
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1050 * w3-display.el: *** empty log message ***
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1051
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1052 * w3-parse.el:
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1053 Patch from greg stark for dealing with '=' in misquoted attribute value pairs
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1054
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1055 Sun Nov 24 23:25:25 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1056
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1057 * w3-display.el: Reimplemented targetted anchors (#foo)
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1058
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1059 * url.el: *** empty log message ***
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1060
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1061 * url-vars.el:
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1062 Changed default of url-mime-language-string to '*' to make some sites happy.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1063
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1064 * w3-display.el: Protect against w3-last-fill-pos getting an invalid position
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1065
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1066 * w3.el, w3-display.el, w3-vars.el:
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1067 Patch from Dave Love <d.love@dl.ac.uk> to add new possibility 'title'
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1068 to w3-echo-link to show the 'title' attribute of a link if its there.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1069
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1070 * w3-speak.el: Patch from raman.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1071
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1072 * font.el:
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1073 Patch from nagae@mickey.ai.kyutech.ac.jp to handle fontsets correctly in mule
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1074
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1075 * w3-display.el: Implemented a few more CSS properties.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1076 list-style - control how list items are displayed. Ordered lists are
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1077 now different from unordered only in their list-style.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1078 Need to implement contextual selectors to get ordered
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1079 lists to work out of the box though.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1080 white-space - control whether whitespace is collapsed or not, and
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1081 whether text is wrapped. <pre> <xmp> and <plaintext>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1082 are now all specified to use this in the default
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1083 stylesheet.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1084 text-align - this replaces the old 'align' attribute
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1085
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1086 Reimplemented inlined styles.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1087
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1088 * default.css: Varius updates to take advantage of the new CSS properties
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1089 white-space, list-style, etc.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1090
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1091 * w3-style.el: Handle url() and rgb() notation in color specifications
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1092
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1093 * w3-vars.el: Removed a few outdated variables
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1094
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1095 Sat Nov 23 02:10:37 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1096
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1097 * w3-display.el: *** empty log message ***
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1098
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1099 * dsssl.el: Got rid of yet more compilation warnings.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1100
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1101 * custom.el, custom-edit.el: Synch'd up to custom 1.0.1
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1102
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1103 * w3-display.el:
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1104 Better handling of <hr> and <center>, and line spacing in general
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1105
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1106 * default.css: Updates to default stylesheet to deal with <center> and <div>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1107
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1108 * w3.el, url.el, url-vars.el, url-http.el:
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1109 Patches from Thierry Emery to allow multiple asynch fetches.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1110
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1111 Fri Nov 22 22:26:35 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1112
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1113 * widget-edit.el, widget.el: -Synch'd up to widget 1.01
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1114
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1115 * w3-style.el: Fixed a few fRemoved a few free variable sets/refs
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1116
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1117 * w3.el:
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1118 When saving a document as html source, try to get into the 'head' before inserting the base.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1119
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1120 * w3-display.el, w3-style.el:
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1121 Stylesheets now store all there information as property lists instead
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1122 of assoc lists. Just easier.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1123
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1124 * font.el: Fix for font-normalize-color under nextstep
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1125
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1126 Thu Nov 21 04:01:22 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1127
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1128 * widget-edit.el, widget.el: synch'd to 1.00 of widget/custom
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1129
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1130 Mon Nov 18 16:26:06 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1131
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1132 * install.sh: Initial revision
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1133
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1134 * html32.dsl: Updated to latest from jon bosak
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1135
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1136 * w3-vars.el: Created version 3.0.30
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1137
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1138 Thu Nov 14 22:39:36 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1139
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1140 * w3.el: Changed this so you can actually just do a (require 'w3-sysdp) and
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1141 each function will check to see if it should overwrite, instead of
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1142 conditionalizing that on the whole file.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1143
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1144 * url.el: *** empty log message ***
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1145
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1146 * images.el, font.el, docomp.el, w3-sysdp.el:
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1147 Changed this so you can actually just do a (require 'w3-sysdp) and
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1148 each function will check to see if it should overwrite, instead of
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1149 conditionalizing that on the whole file.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1150
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1151 * w3-display.el: Moved some macros around.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1152
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1153 * widget.el, widget-edit.el, w3-forms.el: Sync'd up to Widget 0.999
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1154
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1155 * w3-auto.el, w3-menu.el: *** empty log message ***
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1156
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1157 Sun Nov 10 18:08:24 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1158
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1159 * w3-vars.el: Created version 3.0.29
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1160
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1161 * dsssl.el: Various changes, starting on the actual flow object stuff
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1162
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1163 Tue Nov 5 05:26:07 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1164
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1165 * url-news.el: Updated version checking of news to deal with 'red' gnus
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1166
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1167 Mon Nov 4 14:47:47 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1168
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1169 * w3-display.el: Don't show the content of 'script' - typo
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1170
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1171 Fri Nov 1 15:08:45 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1172
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1173 * default.css: Changes from raman
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1174
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1175 Thu Oct 31 18:51:52 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1176
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1177 * widget-edit.el: -
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1178
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1179 Tue Oct 29 19:53:38 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1180
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1181 * w3-display.el: *** empty log message ***
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1182
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1183 Thu Oct 24 02:25:03 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1184
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1185 * w3-widget.el: Updated the image widget to the new widget stuff.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1186
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1187 Wed Oct 23 13:26:09 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1188
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1189 * docomp.el: *** empty log message ***
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1190
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1191 * url.el: Fixed bug in url-remove-relative-links that would choke on something
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1192 like: /foo/bar/./../baz/ - they /../ was removed first, removing its
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1193 parent directory, the /./ - ack.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1194
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1195 * w3-display.el: Image loading is back!
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1196 Client-side imagemaps are back!
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1197 Forms that span tables are working now.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1198
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1199 Mon Oct 21 21:32:33 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1200
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1201 * w3-vars.el: Created version 3.0.28
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1202
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1203 * url-mail.el: Make mail handling a little more generic.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1204
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1205 * w3-display.el:
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1206 Fix for w3-display-fix-widgets so that links right up against each
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1207 other don't cause it to skip every-other-one.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1208
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1209 Sun Oct 20 16:47:05 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1210
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1211 * w3-style.el: don't map a pitch of 9 to 0.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1212
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1213 * w3-speak.el:
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1214 Added back in the advice for url-lazy-message that provided auditory
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1215 feedback during URL retrieval. Also added back in the
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1216 w3-speak-browse-page command.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1217
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1218 * w3-speak.el:
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1219 Some patches from TV Raman to fix multiline text entry area speaking
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1220 and a bogus call to widget-get in text entry area speaking.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1221
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1222 Fri Oct 18 12:27:04 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1223
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1224 * w3-display.el:
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1225 Patches from Thierry Emery <Thierry.Emery@aar.alcatel-alsthom.fr> to
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1226 implement 'colspan' on tables. Patch to support align=xxx on
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1227 arbitrary tags.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1228
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1229 Thu Oct 17 22:27:44 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1230
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1231 * w3-vars.el: Created version 3.0.27
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1232
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1233 * w3-display.el:
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1234 fixed voicification of hyperlinks. Fixed problem in w3-normalize-spaces
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1235 and multi-line strings.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1236
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1237 Wed Oct 16 20:56:40 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1238
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1239 * w3-speak.el: Fix stupid problem. function renaming lossage. Fun
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1240
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1241 * w3-display.el:
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1242 Fixed <select> form items that had no <option value=xxx selected>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1243 entry in them. Wheee.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1244
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1245 * w3-display.el:
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1246 Fixed <select> form items that had an <option value=xxx selected>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1247 entry in them. Wheee.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1248
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1249 * w3.el: document info is now shown as a table.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1250
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1251 * w3.el: Document information is now shown as a table.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1252
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1253 * w3-display.el, w3-vars.el: Now keeps better track of the <meta> tag info
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1254
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1255 * w3-vars.el: Created version 3.0.26
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1256
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1257 * w3-display.el: *** empty log message ***
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1258
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1259 Tue Oct 15 13:21:54 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1260
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1261 * w3-display.el: Added back in <meta> and <link> handling.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1262 Fixed insert-before and insert-after for 'a' tag and pseudo-classes
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1263
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1264 * w3-display.el:
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1265 Fixed some potential runaway style inheritance - need to think about a
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1266 better way to pop style info off the various stacks than
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1267 (w3-handle-content node) on an empty element.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1268
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1269 * w3-display.el: Fixed <textarea> elements in forms
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1270
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1271 * w3-display.el, w3-forms.el: Fixed <select> elements in forms
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1272
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1273 Sun Oct 13 23:50:03 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1274
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1275 * w3-vars.el: Created version 3.0.25
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1276
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1277 * dsssl.el: Bug fixes
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1278
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1279 * url-hash.el:
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1280 Fixed bug in url-gethash where it wasn't honoring the 'default' parameter
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1281
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1282 Sat Oct 12 20:32:49 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1283
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1284 * widget.el, widget-edit.el: Synched up to widget 0.99.4
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1285
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1286 Fri Oct 11 18:55:02 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1287
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1288 * w3-display.el: fix for xemacs w/ temp faces
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1289
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1290 * w3-display.el: Fixed a bug with the insert-after handling. Duhh.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1291
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1292 * default.css, w3-display.el: Implemented insert-before and insert-after
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1293
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1294 Wed Oct 9 19:00:59 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1295
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1296 * ssl.el, url-cookie.el, url-file.el, url-gopher.el, url-hash.el, url-http.el, url-irc.el, url-mail.el, url-misc.el, url-news.el, url-nfs.el, url-parse.el, url-pgp.el, url-vars.el, url-wais.el, url.el, urlauth.el, w3-about.el, w3-annotat.el, w3-display.el, w3-e19.el, w3-emulate.el, w3-forms.el, w3-hot.el, w3-imap.el, w3-keyword.el, w3-latex.el, w3-menu.el, w3-mouse.el, w3-mule.el, w3-parse.el, w3-prefs.el, w3-print.el, w3-speak.el, w3-style.el, w3-toolbar.el, w3-vars.el, w3-widget.el, w3-xem20.el, w3-xemac.el, w3.el, xbm-button.el, xpm-button.el, base64.el, dsssl.el, font.el, images.el, md5.el, mm.el:
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1297 -Updated copyrights/addresses
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1298
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1299 Tue Oct 8 14:56:22 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1300
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1301 * w3-display.el: Tables now default to having no border
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1302
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1303 * w3-forms.el: Require w3-vars so Gnus will work
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1304
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1305 * w3-vars.el: Created version 3.0.24
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1306
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1307 * w3-speak.el:
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1308 Added a few patches from raman and the latest version of emacspeak -
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1309 everything appears to work out of the box now.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1310
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1311 * w3-style.el:
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1312 Added in a few autoloads for getting emacspeak to work right out of the box.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1313
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1314 * w3-display.el: Added back in the :help-echo stuff on widgets
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1315
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1316 Mon Oct 7 18:09:17 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1317
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1318 * w3-display.el:
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1319 <isindex> works again. Automatically turns off filladapt-mode now,
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1320 since we apparently don't play well together.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1321
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1322 * default.css: Added some margins
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1323
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1324 * w3-display.el: Fix for emacs 19
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1325
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1326 Fri Oct 4 17:08:51 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1327
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1328 * dsssl.el:
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1329 Fixed a few errors in calling w3-dsssl-check-args. Now _EVERYTHING_
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1330 compiles cleanly.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1331
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1332 * docomp.el: Added a few more variables to the 'expected-to-be-free' list.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1333 Everything but dsssl.el compiles cleanly now.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1334
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1335 * url-news.el: Fixed a few typos that resulted in free variable references.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1336
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1337 * w3-display.el: New function w3-make-face to 'do the right thing' in
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1338 Emacs/XEmacs/Emacs-with-no-X-support.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1339 Implemented margin-left and margin-right.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1340 Fixed a few problems with runaway or insufficient application of styles.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1341
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1342 Mon Sep 30 19:43:35 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1343
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1344 * url-hash.el:
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1345 Nasty hack to fix the !! error (("file \"cl-extra\" didn't define \"gethash\"")) stuff people are seeing under Emacs-19
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1346
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1347 * w3-vars.el: Created version 3.0.23
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1348
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1349 * w3-prefs.el: Updates for new widget package
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1350
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1351 * w3-display.el:
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1352 No more recursion! Lots more shit broke though. Lists are totally broken.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1353
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1354 * w3.el: Updates for new widget package
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1355
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1356 * w3-keyword.el: *** empty log message ***
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1357
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1358 Sun Sep 29 21:26:47 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1359
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1360 * widget.el, widget-edit.el: Updated to version 0.99 of the library
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1361
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1362 * widget-edit.el: Allow the :help-echo widget stuff to be a symbol
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1363
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1364 * w3.el: More updates for the latest widget package
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1365
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1366 * w3-sysdp.el: New functions prepend-text-property, append-text-property,
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1367 fillin-text-property
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1368
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1369 * default.css, url.el: *** empty log message ***
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1370
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1371 Wed Sep 25 10:53:08 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1372
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1373 * dist.Makefile: Removed custom.el and custom-edit.el from the distribution.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1374
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1375 Tue Sep 24 05:04:47 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1376
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1377 * w3-vars.el: Created version 3.0.22
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1378
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1379 * widget.el, widget-edit.el: Updated to latest widget stuff from Per.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1380
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1381 * w3-parse.el:
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1382 Added <script> to %body.content so that stupid IE 3.0 demo pages would work.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1383
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1384 * w3-keyword.el:
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1385 Added some new keyword defs to get rid of compile-time warnings
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1386
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1387 * w3-forms.el, w3-display.el: Now works with newest widget stuff
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1388
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1389 * url.el: New function url-parse-query-string, to return an assoc list of name
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1390 value pairs from a URL-style query. url-unhex-string now takes an
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1391 optional second argument for whether to allow decoding of newlines or
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1392 not.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1393
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1394 * url-mail.el:
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1395 Now understands netscape-style 'extensions' to the mailto: specifier.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1396 ie: mailto:wmperry?subject=thesubject&bcc=root
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1397
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1398 * font.el:
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1399 Now always converts to points instead of pixels, seems to give better
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1400 results this way.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1401
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1402 Mon Sep 23 04:53:56 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1403
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1404 * w3-vars.el: Created version 3.0.20
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1405
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1406 * dsssl.el: Made dsssl depend on url-hash
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1407
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1408 Sun Sep 22 05:16:06 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1409
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1410 * w3-display.el, w3-parse.el: *** empty log message ***
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1411
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1412 * w3-display.el: Some spacing changes, fix for nested lists
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1413
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1414 * custom.el, widget-edit.el, widget.el: -
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1415
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1416 * custom-edit.el: *** empty log message ***
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1417
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1418 Fri Sep 20 05:07:12 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1419
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1420 * w3-vars.el: Created version 3.0.19
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1421
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1422 * w3-display.el: *** empty log message ***
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1423
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1424 * w3-sysdp.el: Added in stub for set-keymap-parents
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1425
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1426 * w3-speak.el: Patches from raman
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1427
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1428 * w3-prefs.el, w3-imap.el: *** empty log message ***
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1429
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1430 * w3-hot.el: Fixed w3-read-html-bookmarks to work with some parser changes.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1431
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1432 * w3-forms.el: Made forms work again.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1433
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1434 * w3-display.el: Changed how the borders on tables are drawn.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1435 Added back in the voice support.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1436
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1437 Thu Sep 19 05:12:49 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1438
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1439 * w3-vars.el: Created version 3.0.18
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1440
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1441 * dist.Makefile:
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1442 Moved the URL and W3 packages back into one big distrubtion again
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1443
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1444 * w3-vars.el: Created version 3.0.18
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1445
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1446 * w3-vars.el: Created version 3.0.19
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1447
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1448 * w3-display.el: Don't crap out on tables with 0 columns
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1449
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1450 * docomp.el, url.el: *** empty log message ***
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1451
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1452 Wed Sep 18 12:50:03 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1453
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1454 * w3-vars.el: Created version 3.0.18
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1455
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1456 * docomp.el: *** empty log message ***
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1457
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1458 * w3-display.el: Space filling fixes
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1459
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1460 * w3-auto.el: Added autoload for w3-style-post-process-stylesheet
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1461
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1462 Tue Sep 17 12:50:47 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1463
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1464 * w3-vars.el: Created version 3.0.16
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1465
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1466 * w3-display.el, w3-e19.el: *** empty log message ***
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1467
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1468 Mon Sep 16 04:46:18 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1469
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1470 * custom-edit.el, custom.el, widget-edit.el, widget-example.el, widget.el:
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1471 Initial revision
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1472
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1473 Sun Sep 15 22:47:53 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1474
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1475 * w3-vars.el: Created version 3.0.15
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1476
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1477 * w3-display.el: Alignment stuff works (right, left, full, center).
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1478 Tables can now be borderless, and if it has borders, they are all there.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1479 <pre>/<xmp> work.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1480
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1481 * url-vars.el: Created version 1.0.42
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1482
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1483 * url-http.el: *** empty log message ***
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1484
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1485 * w3-vars.el: Created version 3.0.14
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1486
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1487 * html32.dsl: Initial revision
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1488
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1489 * w3.el: Use the new display code.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1490
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1491 * w3-forms.el: A few changes for the latest display code
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1492
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1493 * w3-vars.el: Created version 3.0.14
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1494
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1495 * w3-display.el: Actually mostly works
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1496
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1497 * w3-parse.el: Removed hooks into the old display engine
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1498
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1499 * url.el: *** empty log message ***
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1500
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1501 * w3-speak.el: Update from raman
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1502
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1503 * url.el: *** empty log message ***
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1504
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1505 Sat Sep 14 16:48:24 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1506
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1507 * url-gopher.el, url.el:
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1508 Added '...' to the downloading messages so that they do not show up in
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1509 the message log buffer under Emacs 19.xx
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1510
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1511 * w3-parse.el: Changed content-model of <script> to fix problems on some sites
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1512 (notably netscape's) that use an unescaped </ in the script. BAD SGML
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1513 DAMMIT.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1514
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1515 Fri Sep 13 05:24:53 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1516
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1517 * w3-vars.el: Created version 3.0.13
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1518
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1519 * w3-forms.el: Use the new :ignore-case stuff for choice items
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1520
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1521 Thu Sep 12 05:57:47 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1522
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1523 * w3-display.el: Holy shit tables work.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1524
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1525 Tue Sep 10 03:11:55 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1526
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1527 * w3-speak.el: Bug-fixes from raman.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1528
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1529 Mon Sep 9 05:18:37 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1530
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1531 * dsssl.el:
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1532 Removed a few compiler warnings and fixed a few bugs (equal, error, time
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1533
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1534 * dsssl.el:
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1535 DSSSL (define ...)'d functions are now called correctly. Wow. Added
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1536 in most of the rest of the DSSSL(o) application profile functions.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1537
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1538 * dsssl.el: Initial revision
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1539
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1540 * w3-parse.el: *** empty log message ***
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1541
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1542 * w3-about.el, w3-annotat.el, w3-draw.el, w3-e19.el, w3-emulate.el, w3-forms.el, w3-hot.el, w3-imap.el, w3-keyword.el, w3-menu.el, w3-mouse.el, w3-mule.el, w3-prefs.el, w3-print.el, w3-speak.el, w3-style.el, w3-toolbar.el, w3-vars.el, w3-widget.el, w3.el, w3-xemac.el, images.el:
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1543 Changed copyright assignment
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1544
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1545 * font.el: changed copyright assignment
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1546
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1547 Sun Sep 8 00:31:52 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1548
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1549 * w3-draw.el:
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1550 Added in a stub handler for the 'frame' tag, so that you can still get
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1551 to frame pages written by idiots who don't use a decent 'noframe'
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1552 subdocument.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1553
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1554 * url.el: Removed nntp-after-change-function, since it screwed up GNUS
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1555
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1556 Sat Sep 7 01:45:17 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1557
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1558 * w3-latex.el: updated email address for stephen peters
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1559
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1560 Wed Sep 4 02:09:08 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1561
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1562 * socks.el: Initial revision
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1563
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1564 Sun Sep 1 16:22:50 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1565
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1566 * w3-draw.el: Don't load images on a TTY device in XEmacs. General speedup
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1567
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1568 Thu Aug 29 04:09:40 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1569
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1570 * w3-vars.el: Created version 3.0.12
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1571
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1572 Sun Aug 25 17:12:32 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1573
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1574 * w3-draw.el: Added some stubs for tables
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1575
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1576 Mon Aug 19 03:30:47 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1577
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1578 * w3.el: fixed bug in w3-insert-formatted-url
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1579
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1580 Mon Aug 12 03:10:30 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1581
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1582 * w3-style.el: Don't make a null voice of paul-5555 if no stuff is specified.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1583
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1584 * default.css: Added speech elements to the default stylesheet.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1585
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1586 Sun Aug 11 16:41:58 1996 William M. Perry <wmperry@cs.indiana.edu>
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1587
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1588 * w3-vars.el: Created version 3.0.11
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1589
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1590 * font.el:
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1591 Fix for font-default-font-for-device under XEmacs when you use a font
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1592 like '10x20' instead of the fully specified version
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1593
80
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1594 Sat Aug 10 16:14:08 1996 William M. Perry <wmperry@cs.indiana.edu>
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1595
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1596 * w3-forms.el:
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1597 Do not encode the '.' in application/x-www-form-urlencoded. Fucking
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1598 netscape compatbility. What _SPEC_?! There aren't any specs on the
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1599 web, right?!
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1600
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1601 * w3-forms.el:
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1602 Fixed problem with submissions of a form with the exact same arguments
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1603 causes elements from both form to be submitted. ack.
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1604
80
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1605 Tue Aug 6 14:03:52 1996 William M. Perry <wmperry@cs.indiana.edu>
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1606
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1607 * w3-parse.el:
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1608 fixed stupid mistake in DTD I made when changing to 3.2 DTD - left
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1609 'style' out of head's content-model so no in-document stylesheet stuff
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1610 was getting parsed. gack.
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1611
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1612 * w3-forms.el: No longer put a 'choose' in front of option menus
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1613
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1614 * w3-speak.el: fixed bugs
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1615
80
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1616 Mon Aug 5 14:03:09 1996 William M. Perry <wmperry@cs.indiana.edu>
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1617
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1618 * w3-vars.el: Created version 3.0.10
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1619
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1620 * default.css: A few mild changes, and docs.
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1621
80
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1622 Sun Aug 4 23:51:26 1996 William M. Perry <wmperry@cs.indiana.edu>
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1623
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1624 * w3-speak.el: new version of w3-speak from raman
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1625
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1626 * w3-draw.el: Style search alg. now looks for tag/id|name first. Now supports
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1627 inlined 'style' keyword on any tag. Gack *sigh*
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1628
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1629 * w3-style.el:
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1630 Can now have periods in class names. Fixed bug where the class would
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1631 be normalized to lowercase as well as the tag name. BAD BAD BAD.
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1632
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1633 * w3-speak.el: some changes from raman
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1634
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1635 * w3-style.el: Think I finally fixed some stylesheet weirdness
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1636
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1637 * w3.el: Don't override user prefs w/w3-user-colors-take-precedence -duh
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1638
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1639 * w3-parse.el: fixed graphical entities
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1640
80
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1641 Sat Aug 3 20:09:50 1996 William M. Perry <wmperry@cs.indiana.edu>
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1642
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1643 * w3-vars.el:
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1644 Added textual representation of the 'artist formerly known as prince'
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1645 graphical icons
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1646
80
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1647 * md5.el: removed /bin/sh dependency in md5
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1648
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1649 Fri Aug 2 14:08:38 1996 William M. Perry <wmperry@cs.indiana.edu>
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1650
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1651 * url-vars.el: Created version 1.0.41
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1652
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1653 * url.el:
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1654 no longer special case file:// urls when checking for no_proxy - thats
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1655 just stupid.
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1656
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1657 Thu Aug 1 13:32:54 1996 William M. Perry <wmperry@cs.indiana.edu>
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1658
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1659 * w3-vars.el: Created version 3.0.9
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1660
80
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1661 * url.el: made url-insert-file-contents interactive
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1662
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1663 * w3-sysdp.el:
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1664 added data-directory to sysdep version of x-library-search-path for
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1665 emacs under windows 95/nt
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1666
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1667 * w3-vars.el:
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1668 Implemented &prince; and &princesymbol; graphical entities. Thanks
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1669 for the note Jamie Z!
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1670
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1671 * w3-forms.el: fix for gopher searches
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1672
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1673 * w3-draw.el: Added support for balloon-help
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1674
80
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
1675 Fri Jul 26 05:57:21 1996 William M. Perry <wmperry@cs.indiana.edu>
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1676
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1677 * w3-display.el, w3-texinfo.el: Initial revision