comparison lisp/w3/ChangeLog @ 30:ec9a17fef872 r19-15b98

Import from CVS: tag r19-15b98
author cvs
date Mon, 13 Aug 2007 08:52:29 +0200
parents 441bb1e64a06
children e04119814345
comparison
equal deleted inserted replaced
29:7976500f47f9 30:ec9a17fef872
1 Fri Mar 7 06:13:20 1997 William M. Perry <wmperry@aventail.com>
2
3 * w3.el (w3-document-information): Better handling of last-modified
4 findings.
5
6 * w3-forms.el (w3-form-create-image): Try to use the value of an
7 image-input area as the label for the widget we create.
8
9 * w3-elisp.el (w3-elisp-safe-eval): Throw a condition-case() around the
10 eval to catch bad forms, etc.
11
12 * w3-script.el (w3-script-evaluate-form): Don't signal an error on unknown
13 scripting languages, just show a warning.
14
15 Thu Mar 6 08:24:49 1997 William M. Perry <wmperry@aventail.com>
16
17 * w3.el (w3-complete-link): Protect against malformed widgets (null :from
18 or :to). Is this from delayed image widgets?
19
20 * w3-vars.el (w3-mode-map): Changed binding of M-s to w3-save-as instead
21 of w3-search - does anybody use that instead of the forms interface?
22
23 * w3.el (w3-document-information): Show document size
24
25 * css.el (css-parse): Removed warning about old-style stuff for
26 device-dependent styles - was too annoying. Need to just remove this
27 support totally for the 3.0 release.
28
29 * w3.el (w3-internal-handle-preview): When previewing a buffer, remove all
30 text properties from the document source before doing anything.
31 (w3-mail-current-document): Bind case-fold-search when looking for where
32 to insert the <base> tag.
33 (w3-loaded-stylesheets): New variable to keep track of what stylesheets
34 were loaded at startup.
35
36 * url-cache.el (url-cache-create-filename-human-readable): New function to
37 create cached filenames using the old method, that was slightly more
38 human readable.
39
40 Wed Mar 5 15:38:00 1997 William M. Perry <wmperry@aventail.com>
41
42 * Emacs-W3 3.0.64 released
43
44 * w3-parse.el: OH god, finally got raw text inside a <tr> to push a <td>
45 onto the parse tree. got raw text inside a <table> to push a <tr>
46 onto the parse tee.
47
48 * w3-widget.el: Support 'target' in img widgets
49
50 Tue Mar 4 07:55:56 1997 William M. Perry <wmperry@aventail.com>
51
52 * w3-display.el (w3-display-node): Support 'seqnum' attribute
53
54 * w3.el (w3-mail-document-author): Fixed for new 'link' representation
55 (w3-document-information): If a document has a 'Last modified: blah' line,
56 use it as the last modified information as a last resort.
57
58 * Synch'ed up with widget 1.50
59
60 * w3-forms.el: Try to play nice with old and new versions of
61 widget-edit/wid-edit.el
62
63 Tue Mar 4 06:23:41 1997 Michael Ernst <mernst@cs.washington.edu>
64
65 * url.el (url-get-url-at-point): If a possible URL starts with www., slap
66 on 'http://', as someone probably just forgot it.
67
68 Tue Mar 4 06:23:41 1997 William M. Perry <wmperry@aventail.com>
69
70 * w3-prefs.el (w3-preferences-hooks-variables): Removed some old variables.
71 (w3-preferences-edit): The preferences panel actually works again. No
72 longer tries to use an imagemap - a dropdown is good enough dammit.
73
74 * w3-vars.el: Removed some old variables
75
76 * w3-display.el (w3-display-node): For <a> tags, do not embed a widget in
77 the buffer unless it actually has an 'href' attribute. This helps a
78 _lot_ with <a name="blah">...</a> constructs.
79
80 Tue Mar 4 06:18:06 1997 Toby Speight <tms@ansa.co.uk>
81
82 * w3.el (w3-mail-current-document): Allow TM (if it's in use) to choose
83 the appropriate Transfer-Encoding of a mailed document.
84 (w3-mail-current-document): Try real hard to put <base> where it belongs
85 (in the <head>, if that is not found, then just after <html>, otherwise
86 just at the beginning of the document)
87
88 Mon Mar 3 07:10:11 1997 William M. Perry <wmperry@aventail.com>
89
90 * Emacs-W3 3.0.63 released
91
92 * w3-forms.el (w3-form-field-label): Labels are now reimplemented for form
93 fields
94
95 * w3-display.el (w3-parse-link): Now honors the old variable
96 w3-honor-stylesheets, which hadn't made it back onto the reimplemented
97 features list yet.
98
99 * font.el: Added quite a few autoloads. Package no longer overwrites the
100 set-face-* functions, as this was deemed evil in the extreme.
101
102 * w3-display.el (w3-face-for-element): Use the font-set-face-* functions
103 instead of the raw set-face-* functions.
104
105 * w3-widget.el (widget-image-inaudible-p): New variable that controls
106 whether image widgets are rendered inaudible by emacspeak or not.
107 (widget-image-value-set): Use it.
108
109 * url-cache.el (url-cache-directory): New variable that controls where you
110 cache files will be stored. Defaults to "~/.w3/cache"
111 (url-cache-creation-function): New variable that controls what function
112 will be used to create cached filenames.
113 (url-cache-create-filename-using-md5): This is now the default (and
114 only) cache-file-creation function. Suitably fast under Emacs 19 (lisp
115 implementation), _very_ fast under XEmacs, where it is written in C.
116
117 Thu Feb 27 07:27:43 1997 William M. Perry <wmperry@aventail.com>
118
119 * w3-sysdp.el: Added alias of make-symbolic-link to copy-file for NTEmacs
120
121 * w3-elisp.el: Removed face functions from the safe list.
122
123 Wed Feb 26 16:08:08 1997 Per Abrahamsen <abraham@dina.kvl.dk>
124
125 * font.el (font-create-object): Added autoload.
126
127 Wed Feb 26 08:17:37 1997 William M. Perry <wmperry@aventail.com>
128
129 * w3-display.el (w3-region): Fixed typo when binding
130 w3-display-same-buffer - no wonder it wasn't working right.
131
132 * images.el (image-normalize): Bind file-coding-system to the appropriate
133 no-conversion so that running subprocesses doesn't munge the data when
134 running under MULE.
135 (image-normalize): Now uses call-process-region instead of
136 shell-command-on-region, and removed the explicit mention of '/bin/sh'
137 and friends. Uses the ability of call-process-region to specify a
138 separate file to use for stderr - yipeee.
139
140 * url.el (url-setup-privacy-info): Slight change as to how url-system-type
141 and url-os-type are set up. No longer uses nested parens, as this seems
142 to confuse some sites that try to use the User-Agent header as a
143 state-tracker.
144
145 Mon Feb 24 10:15:45 1997 William M. Perry <wmperry@aventail.com>
146
147 * w3-display.el (w3-widget-echo): Make sure that nothing that will be
148 echoed is the empty string.
149
150 Sun Feb 23 08:34:18 1997 William M. Perry <wmperry@aventail.com>
151
152 * url-cache.el (url-store-in-cache): fixed stupid bug in caching logic
153
154 Sat Feb 22 07:21:29 1997 William M. Perry <wmperry@aventail.com>
155
156 * Emacs-W3 3.0.62 released
157
1 Thu Feb 20 13:40:22 1997 William M. Perry <wmperry@aventail.com> 158 Thu Feb 20 13:40:22 1997 William M. Perry <wmperry@aventail.com>
2 159
3 * w3-forms.el (w3-form-summarize-password): By default, don't summarize 160 * w3-forms.el (w3-form-summarize-password): By default, don't summarize
4 password entry boxes. 161 password entry boxes.
5 162