SCM Repository
Annotation of /XEmacs/packages/xemacs-packages/w3/ChangeLog
Parent Directory
|
Revision Log
Revision 1.52 - (view) (download)
| 1 : | viteno | 1.52 | 2008-07-23 Norbert Koch <viteno@xemacs.org> |
| 2 : | |||
| 3 : | * Makefile (VERSION): XEmacs package 1.35 released. | ||
| 4 : | |||
| 5 : | viteno | 1.51 | 2007-09-04 Norbert Koch <viteno@xemacs.org> |
| 6 : | |||
| 7 : | * Makefile (VERSION): XEmacs package 1.34 released. | ||
| 8 : | |||
| 9 : | didierv | 1.50 | 2007-09-04 Didier Verna <didier@xemacs.org> |
| 10 : | |||
| 11 : | * lisp/ssl.el (ssl-view-certificate-program-arguments): Fix misuse | ||
| 12 : | of the list widget type. | ||
| 13 : | * lisp/ssl.el (ssl-program-arguments): Ditto. | ||
| 14 : | * lisp/w3-java.el (w3-java-vm-arguments): Ditto. | ||
| 15 : | |||
| 16 : | viteno | 1.49 | 2006-05-17 Norbert Koch <viteno@xemacs.org> |
| 17 : | |||
| 18 : | * Makefile (VERSION): XEmacs package 1.33 released. | ||
| 19 : | |||
| 20 : | malcolmp | 1.48 | 2006-05-08 Malcolm Purvis <malcolmp@xemacs.org> |
| 21 : | |||
| 22 : | * lisp/Makefile.in (SOURCES): | ||
| 23 : | * lisp/css.el: | ||
| 24 : | * lisp/css.el (font-rgb-color-p): New. | ||
| 25 : | * lisp/css.el (font-rgb-color-red): New. | ||
| 26 : | * lisp/css.el (font-rgb-color-green): New. | ||
| 27 : | * lisp/css.el (font-rgb-color-blue): New. | ||
| 28 : | * lisp/css.el (css-replace-regexp): | ||
| 29 : | * lisp/css.el (css-running-xemacs): Removed. | ||
| 30 : | * lisp/css.el (featurep): | ||
| 31 : | * lisp/css.el (css-active-device-types): | ||
| 32 : | * lisp/devices.el (if): | ||
| 33 : | * lisp/images.el (if): | ||
| 34 : | * lisp/images.el (image-native-formats): | ||
| 35 : | * lisp/mule-sysdp.el (mule-sysdep-version): | ||
| 36 : | * lisp/url-file.el (url-dired-minor-mode-map): | ||
| 37 : | * lisp/url-vars.el (url-default-ports): | ||
| 38 : | * lisp/url-vars.el (url-running-xemacs): Removed. | ||
| 39 : | * lisp/url.el (if): | ||
| 40 : | * lisp/w3-display.el: | ||
| 41 : | * lisp/w3-display.el (set-font-style-by-keywords): New. | ||
| 42 : | * lisp/w3-display.el (w3-pause): | ||
| 43 : | * lisp/w3-display.el (w3-get-default-color): | ||
| 44 : | * lisp/w3-display.el (not): | ||
| 45 : | * lisp/w3-display.el (w3-finalize-image-download): | ||
| 46 : | * lisp/w3-display.el (w3-resurrect-hyperlinks): | ||
| 47 : | * lisp/w3-display.el (w3-display-node): | ||
| 48 : | * lisp/w3-display.el (w3-finish-drawing): | ||
| 49 : | * lisp/w3-menu.el (w3-menu-filters-supported-p): | ||
| 50 : | * lisp/w3-menu.el (w3-menu-dummy-menu): | ||
| 51 : | * lisp/w3-menu.el (w3-toggle-minibuffer): | ||
| 52 : | * lisp/w3-menu.el (w3-toggle-location): | ||
| 53 : | * lisp/w3-menu.el (w3-toggle-menubar): | ||
| 54 : | * lisp/w3-menu.el (w3-location-active): | ||
| 55 : | * lisp/w3-menu.el (w3-menubar-active): | ||
| 56 : | * lisp/w3-menu.el (w3-menu-global-menubar): | ||
| 57 : | * lisp/w3-menu.el (w3-menu-file-menu): | ||
| 58 : | * lisp/w3-menu.el (w3-menu-options-menu): | ||
| 59 : | * lisp/w3-menu.el (w3-menu-buffer-menu): | ||
| 60 : | * lisp/w3-menu.el (w3-menu-emacs-button): | ||
| 61 : | * lisp/w3-menu.el (w3-menu-install-menubar): | ||
| 62 : | * lisp/w3-menu.el (w3-menu-install-menubar-item): | ||
| 63 : | * lisp/w3-menu.el (w3-menu-set-menubar-dirty-flag): | ||
| 64 : | * lisp/w3-menu.el (w3-menu-toggle-menubar): | ||
| 65 : | * lisp/w3-menu.el (w3-menu-popup-menu): | ||
| 66 : | * lisp/w3-mouse.el (w3-mouse-button1): | ||
| 67 : | * lisp/w3-mouse.el (not): | ||
| 68 : | * lisp/w3-parse.el (w3-invalid-sgml-char-replacement): | ||
| 69 : | * lisp/w3-sysdp.el (window-system): | ||
| 70 : | * lisp/w3-vars.el: | ||
| 71 : | * lisp/w3-vars.el (w3-running-xemacs): Removed. | ||
| 72 : | * lisp/w3-widget.el (featurep): | ||
| 73 : | * lisp/w3-widget.el (widget-image-value-create): | ||
| 74 : | * lisp/w3.el (w3-load-flavors): | ||
| 75 : | Removed font.el because it is in core, some inline functions moved | ||
| 76 : | to other files. Use (featurep 'xemacs) instead of string matches | ||
| 77 : | on emacs-version. | ||
| 78 : | |||
| 79 : | viteno | 1.47 | 2005-12-29 Norbert Koch <viteno@xemacs.org> |
| 80 : | |||
| 81 : | * Makefile (VERSION): XEmacs package 1.32 released. | ||
| 82 : | |||
| 83 : | michaels | 1.46 | 2003-09-08 Mike Sperber <sperber@informatik.uni-tuebingen.de> |
| 84 : | |||
| 85 : | * lisp/css.el (css-parse): Set `buffer-file-name' to nil after | ||
| 86 : | reading stylesheet, to avoid spurious requests for saving the | ||
| 87 : | file. | ||
| 88 : | |||
| 89 : | viteno | 1.45 | 2005-05-10 Norbert Koch <viteno@xemacs.org> |
| 90 : | |||
| 91 : | * Makefile (VERSION): XEmacs package 1.31 released. | ||
| 92 : | |||
| 93 : | viteno | 1.44 | 2004-06-18 Norbert Koch <viteno@xemacs.org> |
| 94 : | |||
| 95 : | * Makefile (VERSION): XEmacs package 1.30 released. | ||
| 96 : | |||
| 97 : | viteno | 1.43 | 2004-06-18 Ilya N. Golubev <gin@mo.msk.ru> |
| 98 : | |||
| 99 : | * lisp/w3-display.el (w3-setup-terminal-chars): Fix | ||
| 100 : | `w3-table-hack-x-face' font parameters so that font with | ||
| 101 : | appropriate encoding is searched. | ||
| 102 : | |||
| 103 : | viteno | 1.42 | 2003-10-31 Norbert Koch <viteno@xemacs.org> |
| 104 : | |||
| 105 : | * Makefile (VERSION): XEmacs package 1.29 released. | ||
| 106 : | |||
| 107 : | ben | 1.41 | 2003-03-09 Ben Wing <ben@xemacs.org> |
| 108 : | |||
| 109 : | * Makefile: | ||
| 110 : | Delete explicit binkit: rule. | ||
| 111 : | Delete all targets except stylesheet from compile::. | ||
| 112 : | Don't add custom-load.elc to the list of generated elc's. | ||
| 113 : | Use EXPLICIT_DOCS instead of explicitly giving the targets | ||
| 114 : | and dependencies. | ||
| 115 : | Delete recursive building of docs, handled at top level. | ||
| 116 : | Use DOCS_TXI_EXTENSION. | ||
| 117 : | Use EXTRA_DEPENDENCIES for stylesheet. | ||
| 118 : | * texi/Makefile: Deleted. | ||
| 119 : | |||
| 120 : | rendhalver | 1.40 | 2003-01-13 Rendhalver [Peter Brown] <rendhalver@xemacs.org> |
| 121 : | |||
| 122 : | * Makefile (VERSION): XEmacs package 1.28 released. | ||
| 123 : | |||
| 124 : | scop | 1.39 | 2003-01-08 Ville Skyttä <scop@xemacs.org> |
| 125 : | |||
| 126 : | * lisp/url.el (url-write-global-history): Call | ||
| 127 : | `w3-write-explicit-encodings' only if it's available. | ||
| 128 : | |||
| 129 : | scop | 1.38 | 2003-01-07 Ville Skyttä <scop@xemacs.org> |
| 130 : | |||
| 131 : | * lisp/w3-cus.el (w3-configuration-direcory): Add autoload cookie. | ||
| 132 : | |||
| 133 : | scop | 1.36 | 2002-11-29 Ben Wing <ben@xemacs.org> |
| 134 : | |||
| 135 : | * lisp/.cvsignore: Remove files now handled automatically by CVS. | ||
| 136 : | scop | 1.37 | * Makefile: Use `compile' instead of hard-coded `all'. |
| 137 : | scop | 1.36 | |
| 138 : | rendhalver | 1.35 | 2002-12-06 Rendhalver [Peter Brown] <rendhalver@xemacs.org> |
| 139 : | |||
| 140 : | * Makefile (VERSION): XEmacs package 1.27 released. | ||
| 141 : | |||
| 142 : | scop | 1.34 | 2002-12-04 Ville Skyttä <scop@xemacs.org> |
| 143 : | |||
| 144 : | * Sync with upstream 4.0pre47 (was practically already in sync). | ||
| 145 : | |||
| 146 : | * lisp/url.el (url-remove-relative-links): Special handling for | ||
| 147 : | Windows drive letters, thanks to Dmitry Bely <dbely@mail.ru>. | ||
| 148 : | |||
| 149 : | scop | 1.33 | 2002-10-15 Ville Skyttä <scop@xemacs.org> |
| 150 : | |||
| 151 : | * Makefile (srckit): Remove. | ||
| 152 : | (.PHONY): Ditto. | ||
| 153 : | |||
| 154 : | scop | 1.36 | 2002-10-14 Ville Skyttä <scop@xemacs.org> |
| 155 : | scop | 1.32 | |
| 156 : | * Makefile (MANUAL): Removed (unused). | ||
| 157 : | |||
| 158 : | rendhalver | 1.31 | 2002-09-25 Rendhalver [Peter Brown] <rendhalver@xemacs.org> |
| 159 : | |||
| 160 : | * Makefile (VERSION): XEmacs package 1.26 released. | ||
| 161 : | |||
| 162 : | scop | 1.36 | 2002-09-17 Ville Skyttä <scop@xemacs.org> |
| 163 : | scop | 1.30 | |
| 164 : | * Makefile (REQUIRES): Add ecrypto, we'll use md5 from there. | ||
| 165 : | (EXTRA_SOURCES): Add lisp/md5.el.upstream. | ||
| 166 : | |||
| 167 : | * package-info.in (provides): Remove md5. | ||
| 168 : | |||
| 169 : | * lisp/md5.el: Renamed to lisp/md5.el.upstream. | ||
| 170 : | |||
| 171 : | youngs | 1.29 | 2002-06-27 Steve Youngs <youngs@xemacs.org> |
| 172 : | |||
| 173 : | * Makefile (VERSION): XEmacs package 1.25 released. | ||
| 174 : | |||
| 175 : | youngs | 1.28 | 2002-06-26 Steve Youngs <youngs@xemacs.org> |
| 176 : | |||
| 177 : | * Makefile (VERSION): XEmacs package 1.24 released. | ||
| 178 : | |||
| 179 : | adrian | 1.27 | 2002-06-10 Adrian Aichner <adrian@xemacs.org> |
| 180 : | |||
| 181 : | * texi/Makefile (distclean): Convert to double-colon. | ||
| 182 : | |||
| 183 : | youngs | 1.25 | 2002-05-09 Steve Youngs <youngs@xemacs.org> |
| 184 : | |||
| 185 : | youngs | 1.26 | * Makefile (VERSION): XEmacs package 1.23 released. |
| 186 : | |||
| 187 : | youngs | 1.25 | * Makefile (PRELOADS): No need to push anything into the |
| 188 : | didierv | 1.50 | load-path. |
| 189 : | youngs | 1.25 | |
| 190 : | 2002-04-28 Steve Youngs <youngs@xemacs.org> | ||
| 191 : | |||
| 192 : | * lisp/mule-sysdp.el (mule-truncate-string): Use 'string-to-list' | ||
| 193 : | instead of 'string-to-char-list'. | ||
| 194 : | |||
| 195 : | 2002-04-21 Steve Youngs <youngs@xemacs.org> | ||
| 196 : | |||
| 197 : | didierv | 1.50 | * lisp/url.el: Remove duplicate autoload for 'url-is-cached'. |
| 198 : | youngs | 1.25 | |
| 199 : | youngs | 1.24 | 2002-03-25 Steve Youngs <youngs@xemacs.org> |
| 200 : | |||
| 201 : | * Makefile (VERSION): 1.22 released. | ||
| 202 : | |||
| 203 : | adrian | 1.23 | 2002-03-17 Adrian Aichner <adrian@xemacs.org> |
| 204 : | |||
| 205 : | * Makefile: Add html rule to invoke texi/Makefile. | ||
| 206 : | |||
| 207 : | youngs | 1.22 | 2002-01-13 Steve Youngs <youngs@xemacs.org> |
| 208 : | |||
| 209 : | * package-info.in (provides): Update to include all provides. | ||
| 210 : | |||
| 211 : | youngs | 1.21 | 2002-01-07 Adrian Aichner <adrian@xemacs.org> |
| 212 : | |||
| 213 : | * Makefile (HTML_FILES): New. | ||
| 214 : | * Makefile (HTML_DEP): New. | ||
| 215 : | |||
| 216 : | ben | 1.20 | 2001-06-18 Ben Wing <ben@xemacs.org> |
| 217 : | |||
| 218 : | * Makefile (all): | ||
| 219 : | Fix to compile in the absence of an installed package tree. | ||
| 220 : | |||
| 221 : | youngs | 1.19 | 2001-05-11 Ben Wing <ben@xemacs.org> |
| 222 : | |||
| 223 : | * Makefile (PRELOADS): | ||
| 224 : | * Makefile (stylesheet): | ||
| 225 : | Fix to compile in the absence of an installed package tree. | ||
| 226 : | |||
| 227 : | ben | 1.18 | 2001-02-24 Ben Wing <ben@xemacs.org> |
| 228 : | Conditionalize extra MS Windows quoting on | ||
| 229 : | XEMACS_NATIVE_NT_NEEDS_EXTRA_QUOTING, since it breaks things under | ||
| 230 : | newer Cygwins. | ||
| 231 : | |||
| 232 : | youngs | 1.17 | 2000-11-14 Martin Buchholz <martin@xemacs.org> |
| 233 : | |||
| 234 : | * ./lisp/url-cookie.el: Doc fix. | ||
| 235 : | |||
| 236 : | youngs | 1.16 | 2000-11-08 Steve Youngs <youngs@xemacs.org> |
| 237 : | |||
| 238 : | * Makefile (ELCS): Removed base64.elc. | ||
| 239 : | |||
| 240 : | * ./lisp/base64.elc: Moved to mail-lib. | ||
| 241 : | |||
| 242 : | youngs | 1.15 | 2000-10-05 Martin Buchholz <martin@xemacs.org> |
| 243 : | |||
| 244 : | * *: Mega typo fix. | ||
| 245 : | |||
| 246 : | youngs | 1.14 | 2000-08-22 Steve Youngs <youngs@xemacs.org> |
| 247 : | |||
| 248 : | * Makefile: Remove target 'clean' because it's covered in XEmacs.rules. | ||
| 249 : | |||
| 250 : | adrian | 1.13 | 2000-06-25 AichnerAd <aichner@ecf.teradyne.com> |
| 251 : | |||
| 252 : | * Makefile (PRELOADS): Use lisp instead of `pwd`. Handle | ||
| 253 : | Native-NT XEmacs command-line quoting. | ||
| 254 : | |||
| 255 : | andreasj | 1.12 | 1999-11-27 Andreas Jaeger <aj@xemacs.org> |
| 256 : | |||
| 257 : | * Makefile (ELCS): Add lisp/w3-java.elc. | ||
| 258 : | (PRELOADS): Load advice. | ||
| 259 : | |||
| 260 : | 1999-11-14 William M. Perry <wmperry@aventail.com> | ||
| 261 : | |||
| 262 : | * aclocal.m4 (AC_EMACS_LISP): work around bug in current Emacs 21.1 | ||
| 263 : | pretests where (princ "foo") crashes in batch mode. | ||
| 264 : | |||
| 265 : | 1999-11-13 William M. Perry <wmperry@aventail.com> | ||
| 266 : | |||
| 267 : | * lisp/w3-cus.el (w3-use-terminal-glyphs): Changed default value to nil, | ||
| 268 : | was causing too many weirdnesses under Emacs (I loathe MULE sometimes) | ||
| 269 : | (w3-use-terminal-characters): Ditto. | ||
| 270 : | |||
| 271 : | * lisp/w3-display.el (w3-display-handle-java): Duh, give 2 arguments to | ||
| 272 : | push. | ||
| 273 : | |||
| 274 : | 1999-11-12 William M. Perry <wmperry@aventail.com> | ||
| 275 : | |||
| 276 : | * lisp/w3-display.el (w3-display-handle-java): Make sure that there is | ||
| 277 : | ALWAYS a codebase attribute for java, or bad things could happen (like | ||
| 278 : | not being able to find the classes since we write to a temp file, etc.) | ||
| 279 : | |||
| 280 : | * lisp/w3-parse.el (w3-parse-buffer): Make sure that we expand the | ||
| 281 : | 'codebase' attribute. | ||
| 282 : | |||
| 283 : | * lisp/w3-display.el (w3-auto-run-java): New variable to control whether | ||
| 284 : | didierv | 1.50 | Java applets are run |
| 285 : | andreasj | 1.12 | (w3-display-handle-java): New function to convert our internal parse |
| 286 : | structure into something that `w3-java-run-applet' can understand. | ||
| 287 : | (w3-display-node): Use it. | ||
| 288 : | |||
| 289 : | * lisp/w3-java.el: New file for running java programs in an external | ||
| 290 : | process. | ||
| 291 : | |||
| 292 : | 1999-11-07 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | ||
| 293 : | |||
| 294 : | * lisp/url.el (url-retrieve-internally): make-local-variable | ||
| 295 : | 'track-mouse to workaround problem with `widget-button-click'. | ||
| 296 : | |||
| 297 : | 1999-11-10 William M. Perry <wmperry@aventail.com> | ||
| 298 : | |||
| 299 : | * lisp/w3-parse.el (textarea content model): Changed content model to | ||
| 300 : | XCDATA so that markup can be included in the default text. | ||
| 301 : | |||
| 302 : | * lisp/w3-menu.el (w3-menu-help-menu): Remove version information menu | ||
| 303 : | item. It hasn't been updated in years. | ||
| 304 : | |||
| 305 : | 1999-11-10 "T. V. Raman" <raman@cs.cornell.edu> | ||
| 306 : | |||
| 307 : | * lisp/w3-display.el (widget-convert-text): Added advice around this | ||
| 308 : | function to preserve the 'personality' text property, otherwise | ||
| 309 : | hyperlinks did not get the correct aural properties applied. | ||
| 310 : | |||
| 311 : | 1999-11-10 Thierry Emery <Thierry.Emery@nmu.alcatel.fr> | ||
| 312 : | |||
| 313 : | * lisp/w3-display.el (w3-maybe-start-image-download): typo. | ||
| 314 : | (w3-handle-image): include row and column in hyperimage-info, to be used | ||
| 315 : | in `w3-resurrect-images'. | ||
| 316 : | (w3-resurrect-images): if `to-cut' gets negative, insert blanks. | ||
| 317 : | (w3-display-node): in case of a frameset, checks rows as well. | ||
| 318 : | (w3-frameset-dimensions-p): disregard anything containing "100%", such as | ||
| 319 : | "100%,0". | ||
| 320 : | (w3-display-frameset): Do not zap frameset-cardinal when computing | ||
| 321 : | default dimensions. Memorize next window before drawing a frame, as its | ||
| 322 : | HTML page may contain yet another (nested) frameset. Call `w3-warn' and | ||
| 323 : | inhibit splitting the window when there is not enough room left. | ||
| 324 : | |||
| 325 : | * lisp/mm.el (mm-parse-mailcap): Fix bad regexp for Emacs 21 | ||
| 326 : | |||
| 327 : | 1999-11-09 William M. Perry <wmperry@aventail.com> | ||
| 328 : | |||
| 329 : | * build.bat: Make sure to build custom load files and info files. | ||
| 330 : | |||
| 331 : | * lisp/url-auth.el (url-register-auth-scheme): removed warning when | ||
| 332 : | replacing auth methods. | ||
| 333 : | |||
| 334 : | * lisp/url-file.el (url-file): Honor port numbers in ftp URLs. | ||
| 335 : | |||
| 336 : | 1999-11-09 James LewisMoss <dres@ioa.com> | ||
| 337 : | |||
| 338 : | * lisp/mm.el (mm-parse-mailcap): Fix invalid regular expressions caused by | ||
| 339 : | entries like "text/x-c++" | ||
| 340 : | |||
| 341 : | 1999-11-09 Andrew Mazillius <andrew_mazillius@pee.pioneer.be> | ||
| 342 : | |||
| 343 : | * lisp/socks.el (socks-nslookup-host): Make sure that we always call | ||
| 344 : | accept-process-output at least once. Now deals correctly with multiple | ||
| 345 : | addresses returned by nslookup in the format 'Addresses: ip1, ip2, ip3' | ||
| 346 : | |||
| 347 : | 1999-11-09 kyota@po.ntts.co.jp (Kyotaro HORIGUCHI) | ||
| 348 : | |||
| 349 : | * lisp/mule-sysdp.el: Patches to understand MULE 4.1 | ||
| 350 : | |||
| 351 : | 1999-11-09 Alexandre Guimond <guim@guim.org> | ||
| 352 : | |||
| 353 : | * lisp/w3.el (w3-mail-document-author): Fix problem with 'Reply-To' | ||
| 354 : | headers. They had not been converted to the (not quite so) new plist | ||
| 355 : | format. | ||
| 356 : | |||
| 357 : | 1999-10-15 Dave Love <fx@gnu.org> | ||
| 358 : | |||
| 359 : | * lisp/w3-parse.el (char-int): Alias it to `identity' if necessary. | ||
| 360 : | |||
| 361 : | 1999-10-14 William M. Perry <wmperry@aventail.com> | ||
| 362 : | |||
| 363 : | * lisp/url-ldap.el (url-ldap-certificate-formatter): Now uses | ||
| 364 : | ssl-certificate-information instead of hacked up bill-specific stuff. | ||
| 365 : | |||
| 366 : | * lisp/ssl.el (ssl-certificate-information): New function to get | ||
| 367 : | certificate information out of a DER encoded object. | ||
| 368 : | (ssl-program-name): Default to using OpenSSL now. | ||
| 369 : | |||
| 370 : | 1999-10-11 William M. Perry <wmperry@aventail.com> | ||
| 371 : | |||
| 372 : | * lisp/w3-display.el (w3-fixup-eol-faces): only strip spaces off of | ||
| 373 : | newlines, not the surrounding shitepsace. This makes colorized table | ||
| 374 : | cells look much better. | ||
| 375 : | |||
| 376 : | 1999-09-16 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | ||
| 377 : | |||
| 378 : | didierv | 1.50 | * lisp/url-cache.el: |
| 379 : | * lisp/w3-display.el: | ||
| 380 : | andreasj | 1.12 | * lisp/w3.el: Added (require 'url-parse) because of the macros |
| 381 : | defined there. | ||
| 382 : | |||
| 383 : | 1999-08-07 Bob Weiner <weiner@beopen.com> | ||
| 384 : | |||
| 385 : | * w3-menu.el (w3-menu-make-xemacs-menubar): Fixed to work with | ||
| 386 : | didierv | 1.50 | BeOpen.com InfoDock. Old code allowed multiple 'nil's to creep into the |
| 387 : | andreasj | 1.12 | menubar which would cause a hang in the XEmacs menubar code. |
| 388 : | |||
| 389 : | 1999-08-04 William M. Perry <wmperry@aventail.com> | ||
| 390 : | |||
| 391 : | * lisp/url-cid.el (url-cid-gnus): Fixed so it will work in Emacs and | ||
| 392 : | XEmacs 21.2 | ||
| 393 : | |||
| 394 : | 1999-08-03 William M. Perry <wmperry@aventail.com> | ||
| 395 : | |||
| 396 : | * lisp/mule-sysdp.el (mule-sysdep-version): Make | ||
| 397 : | didierv | 1.50 | enable-multibyte-characters buffer-local when in XEmacs, to better mimic |
| 398 : | andreasj | 1.12 | the Emacs 20.x behaviour. |
| 399 : | |||
| 400 : | 1999-07-19 William M. Perry <wmperry@aventail.com> | ||
| 401 : | |||
| 402 : | * lisp/images.el (image-register-netpbm-utilities): Fixed typo in the ppm | ||
| 403 : | to xpm converter. | ||
| 404 : | |||
| 405 : | 1999-06-27 William M. Perry <wmperry@aventail.com> | ||
| 406 : | |||
| 407 : | * lisp/url-parse.el (url-generic-parse-url): Added in gross hack to | ||
| 408 : | preserve ';' in data URLs. The usage as a separator for content-type | ||
| 409 : | and encoding-type clashes horribly with the ';' as an | ||
| 410 : | attribute-separator on normal URLs. | ||
| 411 : | |||
| 412 : | * lisp/w3-parse.el (w3-parse-hooks): New hook to be run just before | ||
| 413 : | parsing any document. This can theoretically be used to rip out banner | ||
| 414 : | advertisements, etc. | ||
| 415 : | (w3-parse-munge-ethiopic-text): Moved the old ethiopic munging stuff | ||
| 416 : | into hook form. | ||
| 417 : | |||
| 418 : | didierv | 1.50 | * lisp/url-mail.el (url-mailto): Allow adding of more 'to' headers via the |
| 419 : | andreasj | 1.12 | query interface for mailto URLs. Would generate corrup To: headers |
| 420 : | otherwise. | ||
| 421 : | |||
| 422 : | 1999-06-15 William M. Perry <wmperry@aventail.com> | ||
| 423 : | |||
| 424 : | didierv | 1.50 | * lisp/url-ldap.el (url-ldap-attribute-formatters): Format naming contexts |
| 425 : | andreasj | 1.12 | as hyperlinks back into the directory. |
| 426 : | (url-ldap-certificate-formatter): Save certificate data to a file. | ||
| 427 : | |||
| 428 : | 1999-04-29 William M. Perry <wmperry@aventail.com> | ||
| 429 : | |||
| 430 : | * lisp/font.el (font-find-available-family): Fixes for latest version of | ||
| 431 : | the new Emacs redisplay. | ||
| 432 : | |||
| 433 : | 1999-04-08 William M. Perry <wmperry@aventail.com> | ||
| 434 : | |||
| 435 : | * Emacs/W3 4.0.43 released | ||
| 436 : | |||
| 437 : | * Fixed the hackmap stuff for Emacs 19/20 | ||
| 438 : | |||
| 439 : | 1999-04-08 Thierry Emery <Thierry.Emery@nmu.alcatel.fr> | ||
| 440 : | |||
| 441 : | * lisp/url-cookie.el (url-cookie-write-file): check | ||
| 442 : | `url-cookies-changed-since-last-save' and that the file is writable. | ||
| 443 : | (url-cookie-handle-set-cookie): set `url-cookies-changed-since-last-save'. | ||
| 444 : | |||
| 445 : | * lisp/url-http.el (url-create-mime-request): Moved Proxy Authorization up | ||
| 446 : | (before Cookie and Authorization). | ||
| 447 : | |||
| 448 : | * lisp/url-vars.el (url-cookies-changed-since-last-save): new variable. | ||
| 449 : | |||
| 450 : | * lisp/url.el (url-write-global-history): call `url-cookie-write-file' if | ||
| 451 : | `url-privacy-level' tolerates cookies. | ||
| 452 : | |||
| 453 : | 1999-04-08 Thierry Emery <Thierry.Emery@nmu.alcatel.fr> | ||
| 454 : | |||
| 455 : | * lisp/w3-display.el (w3-resurrect-images): corrected regexp for | ||
| 456 : | removing trailing blanks from alt. | ||
| 457 : | |||
| 458 : | 1999-04-05 William M. Perry <wmperry@aventail.com> | ||
| 459 : | |||
| 460 : | * lisp/w3-forms.el (w3-form-keymap): Ditto for form fields. | ||
| 461 : | |||
| 462 : | * lisp/w3-display.el (w3-resurrect-hyperlinks): Hack around lossage in | ||
| 463 : | XEmacs' Widget package. button3 was used to activate the widget instead | ||
| 464 : | of popping up a context-sensitive menu like everywhere else. | ||
| 465 : | |||
| 466 : | 1999-04-03 William M. Perry <wmperry@aventail.com> | ||
| 467 : | |||
| 468 : | * lisp/w3-display.el: Make sure we load mule-sysdp at compile time. | ||
| 469 : | |||
| 470 : | 1999-04-03 Thierry Emery <Thierry.Emery@nmu.alcatel.fr> | ||
| 471 : | |||
| 472 : | * lisp/url-file.el (inline): require `w3-sysdp', necessary for | ||
| 473 : | `add-minor-mode' in Gnu Emacs when Emacs-W3 is autoloaded through | ||
| 474 : | `url-dired-find-file'. | ||
| 475 : | (url-insert-possibly-compressed-file): set `url-current-mime-encoding'. | ||
| 476 : | (url-dired-find-file): handle ange-ftp dired. | ||
| 477 : | (url-file-asynch-callback, url-file): call | ||
| 478 : | `url-insert-possibly-compressed-file' instead of | ||
| 479 : | `insert-file-contents-literally'. | ||
| 480 : | (url-file): compute `url-current-mime-type' and `viewer' from | ||
| 481 : | `uncompressed-filename'; specify extension for | ||
| 482 : | `mm-generate-unique-filename'. | ||
| 483 : | |||
| 484 : | * lisp/url.el (url-file-directly-accessible-p): call | ||
| 485 : | `url-host-is-local-p' and check that the file is not compressed. | ||
| 486 : | (url-generate-unique-filename-counter): new variable. | ||
| 487 : | (url-generate-unique-filename): use | ||
| 488 : | `url-generate-unique-filename-counter' to ensure that filenames are | ||
| 489 : | unique within an Emacs session. | ||
| 490 : | |||
| 491 : | 1999-04-03 Thierry Emery <Thierry.Emery@nmu.alcatel.fr> | ||
| 492 : | |||
| 493 : | * lisp/url.el (url-write-global-history): call | ||
| 494 : | `w3-write-explicit-encodings'. | ||
| 495 : | |||
| 496 : | * lisp/w3-cus.el (w3-explicit-encodings-file): new user option, which | ||
| 497 : | specifies where to save `w3-explicit-conversion-tree'. | ||
| 498 : | |||
| 499 : | * lisp/w3-vars.el: new variables | ||
| 500 : | w3-explicit-conversion-tree: Tree to hold explicit coding systems | ||
| 501 : | for URLs and their superdirs: | ||
| 502 : | ((hostN default-coding (dirN-1 default-coding (dirN-1-1 ...) ...) ...) | ||
| 503 : | ...), | ||
| 504 : | w3-explicit-encodings-changed-since-last-save: whether | ||
| 505 : | `w3-explicit-conversion-tree' needs saving. | ||
| 506 : | |||
| 507 : | * lisp/w3.el: | ||
| 508 : | w3-convert-code-for-mule: call `w3-recall-explicit-coding-system' | ||
| 509 : | after checking `w3-explicit-coding-system' and `mmcharset'. | ||
| 510 : | w3-reload-document: call `w3-record-explicit-coding-system'. | ||
| 511 : | w3-recall-explicit-coding-system, w3-find-explicit-coding-system, | ||
| 512 : | w3-record-explicit-coding-system, w3-add-explicit-coding-system, | ||
| 513 : | w3-write-explicit-encodings: new functions to perform retrieval and | ||
| 514 : | storage of user-specified (through C-u g `w3-reload-document') | ||
| 515 : | explicit coding systems. | ||
| 516 : | w3-do-setup: load `w3-explicit-encodings-file' if it exists. | ||
| 517 : | |||
| 518 : | 1999-03-24 William M. Perry <wmperry@aventail.com> | ||
| 519 : | |||
| 520 : | * Emacs/W3 4.0.40 released | ||
| 521 : | |||
| 522 : | * lisp/url.el (url-do-setup): Always register the LDAP URL format. | ||
| 523 : | |||
| 524 : | * lisp/url-ldap.el (url-ldap): Deal with non-LDAP enabled emacsen better. | ||
| 525 : | |||
| 526 : | 1999-03-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | ||
| 527 : | |||
| 528 : | * lisp/w3.el (w3-fetch): Gracefully accept 'nil' as the URL. | ||
| 529 : | |||
| 530 : | 1999-03-22 Martin Schwenke <Martin.Schwenke@cs.anu.edu.au> | ||
| 531 : | |||
| 532 : | * lisp/w3-sysdp.el (frame-parameter): This was not defined in 19.34. | ||
| 533 : | |||
| 534 : | 1999-03-19 William Perry <wmperry@aventail.com> | ||
| 535 : | |||
| 536 : | * lisp/w3-parse.el (w3-parse-buffer): Make sure we restore the old syntax | ||
| 537 : | table when we are done parsing. | ||
| 538 : | |||
| 539 : | 1999-03-18 Kenichi Handa <handa@etl.go.jp> | ||
| 540 : | |||
| 541 : | * lisp/w3.el (w3-viewer-filter): Do not create the 'output' buffer if the | ||
| 542 : | length of the string received by the filter is 0. Evidently solaris | ||
| 543 : | sends an empty string to the filter when the process exits. | ||
| 544 : | |||
| 545 : | 1999-03-18 "T. V. Raman" <raman@adobe.com> | ||
| 546 : | |||
| 547 : | * lisp/w3-display.el (w3-widget-echo): Use buffer-substring --rather than | ||
| 548 : | buffer-substring-no-properties when picking out the text under the | ||
| 549 : | didierv | 1.50 | current link. |
| 550 : | andreasj | 1.12 | |
| 551 : | This is good for emacspeak because you can then tell while | ||
| 552 : | tabbing through a page whether the link you just hit has | ||
| 553 : | been visited. | ||
| 554 : | |||
| 555 : | steveb | 1.11 | 1999-03-02 SL Baur <steve@xemacs.org> |
| 556 : | |||
| 557 : | * lisp/docomp.el (byte-compile-dest-file): Disable munging. | ||
| 558 : | Building for XEmacs requires the usual semantics. | ||
| 559 : | |||
| 560 : | * Makefile (EXTRA_SOURCES): Add BUGS. | ||
| 561 : | (ELCS): Add dummy w3-auto.elc. | ||
| 562 : | (PRELOADS): Add url-parse.el and cus-face. | ||
| 563 : | |||
| 564 : | steveb | 1.10 | 1999-01-08 William M. Perry <wmperry@aventail.com> |
| 565 : | |||
| 566 : | * lisp/docomp.el (emacs-build-autoloads): Only do the autoloads one way | ||
| 567 : | for Emacs or XEmacs. | ||
| 568 : | |||
| 569 : | 1999-01-07 William M. Perry <wmperry@aventail.com> | ||
| 570 : | |||
| 571 : | * build.bat: More tweaking of finding EMACSDIR automatically. | ||
| 572 : | |||
| 573 : | * lisp/w3-vars.el (w3-mode-map): Don't use read-kbd-macro | ||
| 574 : | |||
| 575 : | 1999-01-05 William M. Perry <wmperry@aventail.com> | ||
| 576 : | |||
| 577 : | * build.bat: Make sure that we build the autoload files under windows. | ||
| 578 : | Easier setting of the environment variables. Also can now pass in | ||
| 579 : | EMACSDIR on the command line. | ||
| 580 : | |||
| 581 : | * lisp/docomp.el (byte-compile-dest-file): Downcase file names if we are | ||
| 582 : | didierv | 1.50 | in windows of any flavor. Sometimes we get foo.EL instead of foo.el and |
| 583 : | steveb | 1.10 | we were just naming the output file foo.EL.elc |
| 584 : | (compile-it): Make sure we get *.EL from directory-files as well. | ||
| 585 : | (emacs-build-autoloads): Ditto. %!@!ing windows file systems. | ||
| 586 : | (emacs-build-autoloads): Deal with Emacs or XEmacs way of rebuilding | ||
| 587 : | autoloads in lisp instead of relying on autoconf. This will make | ||
| 588 : | everything much happier under windows. | ||
| 589 : | |||
| 590 : | 1999-01-04 William M. Perry <wmperry@aventail.com> | ||
| 591 : | |||
| 592 : | * Makefile.in (dotemacs): Wrap the require we stick into $(DOTEMACS) in a | ||
| 593 : | `condition-case' for people that share their setups between emacsen or | ||
| 594 : | machines with different installed packages. | ||
| 595 : | |||
| 596 : | * lisp/w3-forms.el (w3-form-encode-xwfu): Don't forget to deal with the | ||
| 597 : | new attributes if we are doing just a plain old form submission! | ||
| 598 : | |||
| 599 : | 1999-01-04 Milan Zamazal <pdm@freesoft.cz> | ||
| 600 : | |||
| 601 : | * lisp/w3-forms.el (w3-submit-form): Correctly shorten the separator | ||
| 602 : | generated... was including too few characters. | ||
| 603 : | (w3-form-encode-helper): Added ability to specify additional attributes | ||
| 604 : | for the `file' input type so that we can keep track of the filename. | ||
| 605 : | (w3-form-encode-make-mime-part): Create content-disposition header | ||
| 606 : | instead of content-id and content-length | ||
| 607 : | (w3-form-encode-multipart/x-www-form-data): Use CRLF instead of just LF | ||
| 608 : | for separators. | ||
| 609 : | (w3-form-encode-multipart/x-www-form-data): Don't forget to add in the | ||
| 610 : | separator at the end of the message. | ||
| 611 : | |||
| 612 : | 1998-01-04 William M. Perry <wmperry@aventail.com> | ||
| 613 : | |||
| 614 : | * lisp/w3-forms.el (w3-form-encode-multipart/x-www-form-data): Better | ||
| 615 : | separator generation. | ||
| 616 : | |||
| 617 : | 1999-01-04 Laurent Martelli <martelli@iie.cnam.fr> | ||
| 618 : | |||
| 619 : | * lisp/w3-hotindex.el: Added autoload statements. | ||
| 620 : | |||
| 621 : | 1999-01-04 Kenichi Handa <handa@etl.go.jp> | ||
| 622 : | |||
| 623 : | * lisp/Makefile.in (w3-auto.el): Generate w3-auto.el from | ||
| 624 : | auto-autoloads.el just build in the current directory. | ||
| 625 : | |||
| 626 : | 1998-12-31 William M. Perry <wmperry@aventail.com> | ||
| 627 : | |||
| 628 : | * lisp/font.el: Various mergings with the XEmacs distributed version of | ||
| 629 : | font.el. Lots of byte-compile warnings squashed when not building with | ||
| 630 : | Emacs/W3. | ||
| 631 : | |||
| 632 : | 1998-12-31 Jonathan Harris <jhar@tardis.ed.ac.uk> | ||
| 633 : | |||
| 634 : | * font.el: Split font-family-mappings into X and mswindows-specific | ||
| 635 : | versions. mswindows-font-create-[object|name]: Treat supplied size as a | ||
| 636 : | pointsize. Added underline and strikethru handling. | ||
| 637 : | |||
| 638 : | 1998-12-30 William M. Perry <wmperry@aventail.com> | ||
| 639 : | |||
| 640 : | * lisp/url.el (url-file-exists): If url-user is nil use anonymous ftp. | ||
| 641 : | (url-file-size): Ditto. | ||
| 642 : | |||
| 643 : | * lisp/w3.el (w3-find-this-file): Protect against sticking 'nil@' in the | ||
| 644 : | filename spec when we go to retrieve something. | ||
| 645 : | |||
| 646 : | 1998-12-30 Milan Zamazal <pdm@pvt.net> | ||
| 647 : | |||
| 648 : | didierv | 1.50 | * lisp/url-auth.el (url-basic-auth): Make sure to use base64-encode-string |
| 649 : | steveb | 1.10 | instead of base64-encode to work with new Emacs/XEmacs that have native |
| 650 : | base64 encoding/decoding primitives. | ||
| 651 : | |||
| 652 : | 1998-12-29 William M. Perry <wmperry@aventail.com> | ||
| 653 : | |||
| 654 : | * Emacs/W3 4.0pre38 released | ||
| 655 : | |||
| 656 : | * lisp/url.el (url-file-attributes): use 'anonymous' instead of 'ftp' as | ||
| 657 : | the username if none specified. | ||
| 658 : | |||
| 659 : | 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | ||
| 660 : | |||
| 661 : | * url.el (url-file-attributes): If url-user is nil use anonymous ftp. | ||
| 662 : | |||
| 663 : | 1998-12-29 William M. Perry <wmperry@aventail.com> | ||
| 664 : | |||
| 665 : | * lisp/mule-sysdp.el (mule-detect-coding-version): Doh - make sure we | ||
| 666 : | don't blow up in XEmacs w/Mule when making sure we have a valid coding | ||
| 667 : | system. | ||
| 668 : | |||
| 669 : | * Emacs/W3 4.0pre37 released | ||
| 670 : | didierv | 1.50 | |
| 671 : | steveb | 1.10 | * lisp/socks.el (socks-find-route): Fixed bug where we would not honor the |
| 672 : | '!' at the front of the regexp to mean _do_ redirect the connection. I | ||
| 673 : | need to finish the socks-redirection-rules stuff sometime soon. | ||
| 674 : | |||
| 675 : | * lisp/mule-sysdp.el (mule-detect-coding-version): Put back in the | ||
| 676 : | ultra-anal checks to make sure that what detect-coding-region and | ||
| 677 : | friends find is actually a coding system. Apparently the bug where | ||
| 678 : | bizarre combinations of CRLF and LF separators in a file make Emacs 20.3 | ||
| 679 : | return a number as a coding system is back. Bug reported to the Emacs | ||
| 680 : | maintainers. | ||
| 681 : | |||
| 682 : | 1998-12-28 Milan Zamazal <pdm@freesoft.cz> | ||
| 683 : | |||
| 684 : | * lisp/mm.el (mm-possible-viewers): Don't reverse exact & wildcard when | ||
| 685 : | concatenating them. Reason: `mm-mime-data' contains mailcap entries in | ||
| 686 : | the opposite order than they are in the mailcap file. The function | ||
| 687 : | `mm-possible-viewers' should return found items in the opposite order | ||
| 688 : | again, so that the first viewer from the mailcap was invoked. The patch | ||
| 689 : | ensures this. | ||
| 690 : | |||
| 691 : | * lisp/mm.el (mm-mime-data-default): New variable that holds all the | ||
| 692 : | defaults. mm-mime-data now holds _only_ the user supplied viewers. | ||
| 693 : | |||
| 694 : | * lisp/mm.el (mm-mime-info): Give preference to things found in | ||
| 695 : | mm-mime-data (the user stuff) and then fall back onto | ||
| 696 : | mm-mime-data-default. | ||
| 697 : | |||
| 698 : | * lisp/url-http.el (url-parse-viewer-types): Apply both mm-mime-data and | ||
| 699 : | mm-mime-data-default when building the acceptable viewer list. | ||
| 700 : | |||
| 701 : | 1998-12-28 William M. Perry <wmperry@aventail.com> | ||
| 702 : | |||
| 703 : | * lisp/w3-display.el (w3-prepare-buffer): Use an unwind-protect form | ||
| 704 : | around w3-draw-tree. This means that even if something in the drawing | ||
| 705 : | causes an error, the buffer will still be thrown into w3-mode | ||
| 706 : | (w3-region): Make w3-region interactive and give it a doc string. | ||
| 707 : | (w3-pause): Mark the buffer as temporarily read-only, so that | ||
| 708 : | didierv | 1.50 | self-inserting keystrokes will signal an error, which will be caught and |
| 709 : | steveb | 1.10 | ignored by the condition-case. |
| 710 : | (w3-widget-buffer): New function to get the buffer a widget is in. | ||
| 711 : | (w3-widget-echo): Use it, since with Gnus, it is very likely that you | ||
| 712 : | will be in a different buffer when you are mousing around the rendered | ||
| 713 : | HTML. | ||
| 714 : | |||
| 715 : | * lisp/url-file.el (url-file): Modify the filename in the URL if we are | ||
| 716 : | actually visiting a directory without a trailing '/' or '\', and we do | ||
| 717 : | the auto-find of the index.html file. | ||
| 718 : | |||
| 719 : | * lisp/url.el (url-looks-like-html): New function that determines whether | ||
| 720 : | a document looks like HTML or not. This is for ancient HTTP/0.9 | ||
| 721 : | responses for things without a file extension (ie: /, /a/b/, etc) | ||
| 722 : | (url-retrieve-internally): Use it if we cannot find a content-type any | ||
| 723 : | other way. | ||
| 724 : | |||
| 725 : | * lisp/url-cid.el: Try to avoid compile-time-errors when gnus' mm-decode | ||
| 726 : | cannot be found. | ||
| 727 : | |||
| 728 : | 1998-12-26 William M. Perry <wmperry@aventail.com> | ||
| 729 : | |||
| 730 : | didierv | 1.50 | * lisp/url.el (url-expand-file-name): Make sure to normalize the 'default' |
| 731 : | steveb | 1.10 | value before we get to the point of bailing out if we get the empty |
| 732 : | string, otherwise the vector-ized version of the URL could sneak out, | ||
| 733 : | and the 'nil' default case would screw us too. | ||
| 734 : | |||
| 735 : | 1998-12-26 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | ||
| 736 : | |||
| 737 : | * w3-display.el (w3-display-get-cookie): No buffer-file-name for " | ||
| 738 : | *cookie*" buffers. | ||
| 739 : | |||
| 740 : | 1998-12-26 William M. Perry <wmperry@aventail.com> | ||
| 741 : | |||
| 742 : | * lisp/base64.el: Added alias for base64-encode-string -> base64-encode | ||
| 743 : | and base64-decode-string -> base64-decode, for compatibility with | ||
| 744 : | Emacs/XEmacs with native base64 support. | ||
| 745 : | |||
| 746 : | didierv | 1.50 | * lisp/w3-about.el: Use base64-encode-string instead of base64-encode, for |
| 747 : | steveb | 1.10 | compatibility with Emacs/XEmacs with native base64 support. |
| 748 : | |||
| 749 : | 1998-12-25 William M. Perry <wmperry@aventail.com> | ||
| 750 : | |||
| 751 : | * lisp/url-ldap.el: New file to implement LDAP support ala RFC2255 | ||
| 752 : | |||
| 753 : | didierv | 1.50 | * lisp/url.el (url-do-setup): Register the LDAP URL handler if the feature |
| 754 : | steveb | 1.10 | is present. |
| 755 : | |||
| 756 : | * Emacs/W3 4.0pre36 released | ||
| 757 : | |||
| 758 : | * lisp/url.el (url-default-expander): Make sure that we remove any query | ||
| 759 : | strings from the URL before we remove relative links. | ||
| 760 : | didierv | 1.50 | (url-remove-relative-links): Tack on a trailing '/' if necessary so that |
| 761 : | steveb | 1.10 | we don't fail any URL parsing tests on things like 'g/.', which should |
| 762 : | be normalized to just 'g/' | ||
| 763 : | |||
| 764 : | 1998-12-24 William M. Perry <wmperry@aventail.com> | ||
| 765 : | |||
| 766 : | * lisp/url-cookie.el (url-cookie-host-can-set-p): Fixed cookie | ||
| 767 : | vulnerability as described in | ||
| 768 : | http://www.paradise.net.nz/~glineham/cookiemonster.html | ||
| 769 : | |||
| 770 : | 1998-12-23 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | ||
| 771 : | |||
| 772 : | * w3-menu.el (w3-menu-initialize-w3-mode-menu-map): Block also | ||
| 773 : | the global menubar entry [menubar mule]. | ||
| 774 : | |||
| 775 : | 1998-12-23 William M. Perry <wmperry@aventail.com> | ||
| 776 : | |||
| 777 : | * lisp/w3-cus.el (w3-force-conversion-alist): Mixed mismatched custom type | ||
| 778 : | (w3-default-stylesheet): Ditto. | ||
| 779 : | (w3-html-errors-font-lock-keywords): Ditto. | ||
| 780 : | (w3-default-configuration-file): Ditto. | ||
| 781 : | (w3-modeline-format): Ditto. | ||
| 782 : | |||
| 783 : | 1998-12-22 William M. Perry <wmperry@aventail.com> | ||
| 784 : | |||
| 785 : | * Emacs/W3 4.0pre35 released | ||
| 786 : | |||
| 787 : | * lisp/w3-display.el (w3-get-default-color): Function to get the default | ||
| 788 : | foreground or background color, even if face-(fore|back)ground returns | ||
| 789 : | nil, which it does under Emacs fairly often. We fall back to getting | ||
| 790 : | the colors out of the frame properties. I think this is gross, but oh | ||
| 791 : | well. | ||
| 792 : | (w3-display-background-useless-p): Use it. | ||
| 793 : | (w3-display-foreground-useless-p): Use it. | ||
| 794 : | |||
| 795 : | didierv | 1.50 | * lisp/w3.el (w3-reload-document): Avoid using interactive spec 'Z', since |
| 796 : | steveb | 1.10 | it doesn't exist in older versions of Emacs (19.xx) |
| 797 : | |||
| 798 : | * lisp/w3-parse.el (w3-parse-buffer): Add ',' to the `whitespace' at the | ||
| 799 : | front of an attribute that we should skip over. This is so that people | ||
| 800 : | can do horrible nasty things like <input type="foo", name="bar"> and | ||
| 801 : | still have it work. Sometimes I feel so... unclean. | ||
| 802 : | |||
| 803 : | didierv | 1.50 | * lisp/url-news.el (url-check-gnus-version): Use gnus-continuum-version if |
| 804 : | at all possible. This way I will never have to add another string-match | ||
| 805 : | steveb | 1.10 | to the list of acceptable versions (at least not until another 15 |
| 806 : | releases of Gnus. | ||
| 807 : | |||
| 808 : | 1998-12-22 Dave Love <d.love@dl.ac.uk> | ||
| 809 : | |||
| 810 : | * lisp/w3-display.el (w3-image-alt): Pay better attention to the alt | ||
| 811 : | specified by the document. Don't try to special case the empty string | ||
| 812 : | so much. | ||
| 813 : | |||
| 814 : | 1998-12-22 William Perry <wmperry@aventail.com> | ||
| 815 : | |||
| 816 : | * lisp/css.el (css-parse): Wrap the calls to forward sexp in | ||
| 817 : | condition-case so that an invalid stylesheet does not completely choke. | ||
| 818 : | |||
| 819 : | 1998-12-22 Milan Zamazal <pdm@pvt.net> | ||
| 820 : | |||
| 821 : | * lisp/w3.el (w3-replace-invalid-chars): Make sure we tell replace-regexp | ||
| 822 : | to be 'literal' so that somet hings in the invalid chars table don't | ||
| 823 : | signal an error (ie: S\\v was looking for the regexp quote match, etc) | ||
| 824 : | |||
| 825 : | 1998-12-22 William Perry <wmperry@aventail.com> | ||
| 826 : | |||
| 827 : | didierv | 1.50 | * lisp/w3-display.el (w3-display-table): Backed out old change to use less |
| 828 : | steveb | 1.10 | space for borderless tables - it was screwing up spacing at the |
| 829 : | beginning of celles. | ||
| 830 : | |||
| 831 : | 1998-12-22 Thierry Emery <Thierry.Emery@nmu.alcatel.fr> | ||
| 832 : | |||
| 833 : | * lisp/url.el (url-expand-file-name): Do not remove blanks from target | ||
| 834 : | anchors (#xxx). | ||
| 835 : | |||
| 836 : | 1998-12-21 William M. Perry <wmperry@aventail.com> | ||
| 837 : | |||
| 838 : | didierv | 1.50 | * lisp/docomp.el: If WIDGETDIR is not set, or set to `no', then scream and |
| 839 : | steveb | 1.10 | bitch and die, to avoid more arcane errors later on. |
| 840 : | (emacs-build-custom-load): Try to work around emacs19 that doesn't have | ||
| 841 : | cus-dep installed. | ||
| 842 : | |||
| 843 : | * lisp/w3.el (w3-fetch): Avoid use of with-current-buffer, since it | ||
| 844 : | didierv | 1.50 | doesn't exist in Emacs 19.xx |
| 845 : | steveb | 1.10 | (w3-convert-code-for-mule): Finished rename to mule-coding-system-p |
| 846 : | |||
| 847 : | 1998-12-20 Bertil Askelid <bertil@ioc.net> | ||
| 848 : | |||
| 849 : | * lisp/w3-mouse.el: Don't bind mouse-movement unless w3-track-mouse is | ||
| 850 : | set. | ||
| 851 : | |||
| 852 : | 1998-12-19 William M. Perry <wmperry@aventail.com> | ||
| 853 : | |||
| 854 : | * Emacs/W3 4.0pre34 released | ||
| 855 : | |||
| 856 : | * lisp/mule-sysdp.el (mule-coding-system-p-version): Renamed and fixed | ||
| 857 : | mule-coding-system-p for non-MULE Emacs/XEmacs. | ||
| 858 : | |||
| 859 : | 1998-12-18 Kenichi Handa <handa@etl.go.jp> | ||
| 860 : | |||
| 861 : | * lisp/mule-sysdp.el (mule-coding-system-p-version): New function. | ||
| 862 : | (mule-coding-system-version): Use mule-coding-system-p-version. | ||
| 863 : | (mule-detect-coding-version): Likewise. | ||
| 864 : | (mule-invalid-char-coding-systems): Change iso-latin-1 to iso-8859-1. | ||
| 865 : | (mule-coding-system-with-invalid-chars): Check mule-sysdep-version | ||
| 866 : | for XEmacs. | ||
| 867 : | |||
| 868 : | * lisp/w3.el (w3-convert-code-for-mule): Use mule-coding-system-p-version. | ||
| 869 : | (w3-coding-system-for-mime-charset): Likewise. | ||
| 870 : | |||
| 871 : | 1998-12-19 William M. Perry <wmperry@aventail.com> | ||
| 872 : | |||
| 873 : | * configure.in: Ditto | ||
| 874 : | |||
| 875 : | * aclocal.m4: Added appropriate magic to run autoconf whenever aclocal.m4 | ||
| 876 : | is modified. | ||
| 877 : | |||
| 878 : | 1998-12-18 William M. Perry <wmperry@aventail.com> | ||
| 879 : | |||
| 880 : | didierv | 1.50 | * lisp/Makefile.in: No longer include auto-autoloads.el and custom-load in |
| 881 : | steveb | 1.10 | the distribution. We can rebuild it anywhere now. |
| 882 : | |||
| 883 : | * aclocal.m4 (AC_CHECK_CUSTOMLOADS): Use the new functions in the | ||
| 884 : | appropriate place. | ||
| 885 : | (EMACS_REBUILD_AUTOLOADS): Ditto. | ||
| 886 : | |||
| 887 : | * lisp/docomp.el (emacs-build-custom-load): New function to build | ||
| 888 : | custom-load.el under Emacs. | ||
| 889 : | (emacs-build-autoloads): Ditto for the auto-autoloads.el file. | ||
| 890 : | |||
| 891 : | 1998-12-15 Kenichi Handa <handa@etl.go.jp> | ||
| 892 : | |||
| 893 : | * lisp/Makefile.in (.el.elc): Set shell variable W3SRCDIR to $(srcdir). | ||
| 894 : | |||
| 895 : | * lisp/docomp.el (load-path): Check shell variable W3SRCDIR. | ||
| 896 : | |||
| 897 : | * lisp/w3.el (w3-convert-code-for-mule): Call | ||
| 898 : | mule-coding-system-with-invalid-chars. | ||
| 899 : | (w3-coding-system-with-invalid-chars): This function deleted. | ||
| 900 : | |||
| 901 : | * lisp/mule-sysdp.el (w3-mime-charset-coding-alist): Fix coding | ||
| 902 : | system for Mule. | ||
| 903 : | (mule-invalid-char-coding-systems): New variable. | ||
| 904 : | (mule-coding-system-with-invalid-chars): New function. | ||
| 905 : | (mule-write-region-no-coding-system): Fix argument of write-region for | ||
| 906 : | Mule 2.3. | ||
| 907 : | didierv | 1.50 | |
| 908 : | steveb | 1.10 | 1998-12-17 William M. Perry <wmperry@aventail.com> |
| 909 : | |||
| 910 : | * Emacs/W3 4.0pre32 released | ||
| 911 : | |||
| 912 : | * lisp/font.el (font-x-font-regexp): Add a trailing dash to the | ||
| 913 : | font-regexp. For some reason Emacs 19.xx under 95/NT sticks a trailing | ||
| 914 : | slash on the end. This was the cause of the odd errors in | ||
| 915 : | font-spatial-to-canonical since it was getting an empty font object | ||
| 916 : | because the regexp failed to match. | ||
| 917 : | |||
| 918 : | 1998-12-16 William M. Perry <wmperry@aventail.com> | ||
| 919 : | |||
| 920 : | * lisp/w3.el (w3-coding-system-for-mime-charset): Make sure the | ||
| 921 : | coding-system-p is defined before we use it. | ||
| 922 : | (w3-convert-code-for-mule): Ditto. | ||
| 923 : | |||
| 924 : | * Makefile.in (SUPPORTFILES): Now include 'BUGS' support file in the | ||
| 925 : | distributions. | ||
| 926 : | |||
| 927 : | 1998-12-16 Simon Josefsson <jas@pdc.kth.se> | ||
| 928 : | |||
| 929 : | * lisp/mm.el (mm-parse-mailcaps): More protection against badly formed | ||
| 930 : | MAILCAPS variable. | ||
| 931 : | |||
| 932 : | 1998-12-16 William M. Perry <wmperry@aventail.com> | ||
| 933 : | |||
| 934 : | * lisp/w3-cus.el (w3-bullets): Fixed customization type for this option. | ||
| 935 : | Would lead to mismatches in customize buffers. Ick! | ||
| 936 : | (w3-maximum-line-length): Ditto. | ||
| 937 : | |||
| 938 : | 1998-12-08 Ken'ichi HANDA <handa@etl.go.jp> | ||
| 939 : | |||
| 940 : | * lisp/mule-sysdp.el (mule-detect-coding-version): Check that | ||
| 941 : | mule-sysdep-version is a number before comparing it to one. Under | ||
| 942 : | XEmacs it is a symbol `xemacs'. | ||
| 943 : | |||
| 944 : | 1998-12-03 William M. Perry <wmperry@aventail.com> | ||
| 945 : | |||
| 946 : | * Updated all copyright dates and now specify that this _is_ a | ||
| 947 : | didierv | 1.50 | part of Emacs, since it soon will be. Maybe. If I get ambitious. what |
| 948 : | steveb | 1.10 | are the odds posted in vegas? |
| 949 : | |||
| 950 : | didierv | 1.50 | * lisp/w3-display.el (w3-display-infer-contrasting-color): New function to |
| 951 : | steveb | 1.10 | chooise black or white as an appropriate color if the author of an HTML |
| 952 : | didierv | 1.50 | page was stupid enough to do something like: <body bgcolor="white"> (ie: |
| 953 : | steveb | 1.10 | not specifying the foreground color as well). If this conflicts with |
| 954 : | the users foreground, the text used to be invisible. Now it will be | ||
| 955 : | whichever contrasts best (black on mint cream, white on dark red, etc) | ||
| 956 : | didierv | 1.50 | (w3-display-node): If the foreground specified conflicts with the users' |
| 957 : | steveb | 1.10 | background, ignore it. |
| 958 : | didierv | 1.50 | (w3-display-node): If the background specified conflicts with the users' |
| 959 : | steveb | 1.10 | foreground, infer an appropriate foreground. |
| 960 : | |||
| 961 : | * Emacs/W3 4.0pre31 released | ||
| 962 : | |||
| 963 : | * configure.in (CIDFILE): Stop spitting out a warning about | ||
| 964 : | multipart/related stuff if we can't find Gnus at configure time. We're | ||
| 965 : | hacking around it in a different way now. | ||
| 966 : | |||
| 967 : | * lisp/Makefile.in (URLSOURCES): Add url-cid.el into the definition via | ||
| 968 : | configure substitutions ONLY. It will still get installed because we | ||
| 969 : | stick it in EXTRAS. This means 1 extra file copy at install time, but | ||
| 970 : | who cares? The file isn't that large. | ||
| 971 : | |||
| 972 : | * lisp/url-cid.el: New file to contain the content-id handling stuff, | ||
| 973 : | because we cannot compile this file unless we can find a very recent | ||
| 974 : | version of Gnus at compile time (without .emacs). | ||
| 975 : | |||
| 976 : | * etc/default.css: Use the newer @media tags instead of @x*emacs so that | ||
| 977 : | everything will work right with the new Emacs redisplay. | ||
| 978 : | |||
| 979 : | * lisp/css.el (css-active-device-types): Added new @media tags. | ||
| 980 : | multifont is now defined if the Emacsen we are running in can display | ||
| 981 : | multiple font families and sizes correctly (new emacs redisplay or | ||
| 982 : | XEmacs), and unifont if it cannot. | ||
| 983 : | |||
| 984 : | * lisp/font.el (font-set-face-font-new-redisplay): New function for | ||
| 985 : | didierv | 1.50 | dealing with the new Emacs redisplay font abstraction. You can now beat |
| 986 : | the crap out of the new redisplay engine with Emacs/W3. Ahh, feels like | ||
| 987 : | steveb | 1.10 | the heady old days of Lucid Emacs 19.10 and XEmacs 19.12. |
| 988 : | |||
| 989 : | 1998-12-02 Simon Josefsson <jas@pdc.kth.se> | ||
| 990 : | |||
| 991 : | * lisp/mm.el (mm-parse-mailcaps): Deal gracefully with bad entries in the | ||
| 992 : | MAILCAP list, or it would bug out with things like 'file:' where it | ||
| 993 : | would try to open the current directory. | ||
| 994 : | |||
| 995 : | 1998-11-29 William M. Perry <wmperry@aventail.com> | ||
| 996 : | |||
| 997 : | * lisp/docomp.el (load-path): Append the GNUSDIR environment variable to | ||
| 998 : | the load-path, similar to how we deal with WIDGETDIR | ||
| 999 : | |||
| 1000 : | * INSTALL: Document the new --with-gnus arguments. | ||
| 1001 : | |||
| 1002 : | * configure.in: Use AC_CHECK_GNUS and spit out appropriate warnings about | ||
| 1003 : | cid URLS not working when appropriate. | ||
| 1004 : | |||
| 1005 : | * aclocal.m4 (AC_CHECK_GNUS): Try to find mm-get-content-id in mm-decode | ||
| 1006 : | for newer gnus releases that can handle the content-id stuff. Also | ||
| 1007 : | added new configure switch '--with-gnus=/path/to/gnus/lisp/dir' to | ||
| 1008 : | override this, similar to how the custom stuff works. | ||
| 1009 : | |||
| 1010 : | * lisp/url-misc.el (url-cid-gnus): Try to load mm-decode at compile time. | ||
| 1011 : | (url-cid-gnus): Fixed some compilation warnings. | ||
| 1012 : | |||
| 1013 : | * lisp/url.el (url-cid): Ooops - forgot to add an autoload for url-cid | ||
| 1014 : | |||
| 1015 : | * Emacs/W3 4.0pre30 released | ||
| 1016 : | |||
| 1017 : | * lisp/url.el (url-do-setup): Duh, forgot to register the CID handler. | ||
| 1018 : | Good thing lars was doing it too. | ||
| 1019 : | |||
| 1020 : | * Emacs/W3 4.0pre29 released | ||
| 1021 : | |||
| 1022 : | * lisp/url-misc.el (url-cid): New URL handler for dealing with content-id | ||
| 1023 : | based references. Able to be extended for different mail/news readers. | ||
| 1024 : | Need to coordinate with Lars and Kyle on exactly how to determine which | ||
| 1025 : | UA is invoking us, so we don't try and use Gnus functions when VM is | ||
| 1026 : | giving us the data, etc. | ||
| 1027 : | (url-cid-gnus): First implementation of CID retrieval for Pterodactyl | ||
| 1028 : | Gnus. | ||
| 1029 : | |||
| 1030 : | * lisp/w3-display.el (w3-finalize-image-download): Make sure we call | ||
| 1031 : | didierv | 1.50 | url-uncompress in w3-finalize-image-download, or content-id and data URL |
| 1032 : | steveb | 1.10 | based images won't get uncompressed correctly. Arguably this should be |
| 1033 : | done in url-default-callback, but I'm not sure what that would fubar | ||
| 1034 : | right now. | ||
| 1035 : | |||
| 1036 : | * lisp/w3-parse.el (w3-parse-buffer): Changed regexp for handling | ||
| 1037 : | NET-enabling start tags to be not so restrictive. I don't think this | ||
| 1038 : | will have any negative side-effects | ||
| 1039 : | |||
| 1040 : | 1998-11-28 William M. Perry <wmperry@aventail.com> | ||
| 1041 : | |||
| 1042 : | * Emacs/W3 4.0pre28 released | ||
| 1043 : | |||
| 1044 : | 1998-11-23 Thierry Emery <Thierry.Emery@nmu.alcatel.fr> | ||
| 1045 : | |||
| 1046 : | * lisp/mule-sysdp.el | ||
| 1047 : | (w3-mime-charset-coding-alist): completed and reordered; | ||
| 1048 : | (mule-detect-coding-version): removed MIME type parsing (already done in | ||
| 1049 : | w3-sentinel) and moved use of w3-mime-charset-coding-alist to | ||
| 1050 : | w3-coding-system-for-mime-charset; | ||
| 1051 : | |||
| 1052 : | * lisp/w3.el | ||
| 1053 : | (w3-convert-code-for-mule): added call to w3-coding-system-for-mime-charset | ||
| 1054 : | for handling specified MIME charset; | ||
| 1055 : | (w3-coding-system-for-mime-charset): code moved from | ||
| 1056 : | mule-detect-coding-version, which uses w3-mime-charset-coding-alist; | ||
| 1057 : | (w3-sentinel): moved downcase of MIME type and charset to | ||
| 1058 : | w3-convert-code-for-mule call arguments and generalized it to encoding; | ||
| 1059 : | replaced hacking out "x-" in MIME charsets with proper reference to | ||
| 1060 : | w3-mime-charset-coding-alist in w3-coding-system-for-mime-charset. | ||
| 1061 : | |||
| 1062 : | 1998-11-20 Ken'ichi HANDA <handa@etl.go.jp> | ||
| 1063 : | |||
| 1064 : | * lisp/w3.el | ||
| 1065 : | (w3-explicit-coding-system): new variable for user-specified coding system | ||
| 1066 : | on C-u [w3-reload-document]; | ||
| 1067 : | (w3-convert-code-for-mule, w3-reload-document): added handling of | ||
| 1068 : | w3-explicit-coding-system. | ||
| 1069 : | |||
| 1070 : | 1998-11-24 Kenichi Handa <handa@etl.go.jp> | ||
| 1071 : | |||
| 1072 : | * lisp/mule-sysdp.el (mule-sysdep-version): Check the mule version | ||
| 1073 : | correctly. | ||
| 1074 : | (mule-coding-system-version): New function. | ||
| 1075 : | (w3-mime-charset-coding-alist): New variable. | ||
| 1076 : | (w3-url-domain-language-environment-alist): New variable. | ||
| 1077 : | (w3-url-domain-coding-alist): New variable. | ||
| 1078 : | (mule-retrieval-coding-system): Call mule-coding-system-version. | ||
| 1079 : | (mule-no-coding-system): Likewise. | ||
| 1080 : | (insert-file-contents-literally): Re-define this function for Mule | ||
| 1081 : | Ver.2.3. | ||
| 1082 : | (mule-detect-coding-version): Pay attention to | ||
| 1083 : | w3-mime-charset-coding-alist, | ||
| 1084 : | w3-url-domain-language-environment-alist, and | ||
| 1085 : | w3-url-domain-coding-alist. | ||
| 1086 : | (mule-code-convert-region): Change argument to CODE only. If | ||
| 1087 : | default-enable-multibyte-characters is nil, does no code | ||
| 1088 : | conversion. | ||
| 1089 : | |||
| 1090 : | * lisp/url-cache.el (url-store-in-cache): Write to a file with no | ||
| 1091 : | code conversion. | ||
| 1092 : | |||
| 1093 : | * lisp/w3.el (w3-convert-code-for-mule): Call | ||
| 1094 : | mule-code-convert-version with one arg CODING-SYSTEM. | ||
| 1095 : | |||
| 1096 : | 1998-11-22 William M. Perry <wmperry@aventail.com> | ||
| 1097 : | |||
| 1098 : | * Emacs/W3 4.0pre27 released | ||
| 1099 : | |||
| 1100 : | * lisp/w3.el (w3-mode): ditto | ||
| 1101 : | |||
| 1102 : | * lisp/w3-display.el (w3-display-node): Make sure we don't try to | ||
| 1103 : | save/restore variables in w3-persistent-variables if they are not | ||
| 1104 : | 'boundp' | ||
| 1105 : | |||
| 1106 : | 1998-11-20 Thierry Emery <Thierry.Emery@nmu.alcatel.fr> | ||
| 1107 : | |||
| 1108 : | * lisp/mule-sysdp.el | ||
| 1109 : | (mule-write-region-no-coding-system): added additional write-region arguments | ||
| 1110 : | and protections moved from w3-download-callback. | ||
| 1111 : | |||
| 1112 : | * lisp/mm.el (mm-find-available-multiparts), lisp/url-cache.el | ||
| 1113 : | (url-store-in-cache), lisp/w3-display.el (w3-display-get-cookie, | ||
| 1114 : | w3-finalize-image-download), lisp/w3-latex.el (w3-show-dvi), lisp/w3-print.el | ||
| 1115 : | (w3-print-this-url), lisp/w3.el (w3-save-as, w3-download-callback): | ||
| 1116 : | use mule-write-region-no-coding-system. | ||
| 1117 : | |||
| 1118 : | * lisp/url-vars.el, lisp/url-http.el (url-parse-mime-headers): added | ||
| 1119 : | url-current-mime-charset and url-mime-content-type-charset-regexp. | ||
| 1120 : | |||
| 1121 : | * lisp/w3-cus.el (w3-force-conversion-alist): new user option, alist of URL | ||
| 1122 : | host/filename regexps and coding systems. | ||
| 1123 : | |||
| 1124 : | * lisp/w3-vars.el | ||
| 1125 : | (w3-meta-content-type-charset-regexp, w3-meta-charset-content-type-regexp): | ||
| 1126 : | new variables for parsing <META Content-Type...> tag; | ||
| 1127 : | |||
| 1128 : | (w3-persistent-variables): added buffer-file-coding-system. | ||
| 1129 : | |||
| 1130 : | * list/w3.el | ||
| 1131 : | (w3-mail-current-document): use buffer-file-coding-system or iso-8859-1; | ||
| 1132 : | (w3-compression-encodings, w3-no-conversion-encodings): new variables used to | ||
| 1133 : | inhibit conversion; | ||
| 1134 : | (w3-convert-code-for-mule): removed regexp matching on | ||
| 1135 : | w3-mime-list-for-code-conversion (replaced by downcase in w3-sentinel); | ||
| 1136 : | (w3-sentinel): switch to other window if in minibuffer, handle specified | ||
| 1137 : | charset (in MIME headers or META tag), handle w3-force-conversion-alist, hack | ||
| 1138 : | out "x-" in MIME charsets. | ||
| 1139 : | |||
| 1140 : | 1998-11-18 Kenichi Handa <handa@etl.go.jp> | ||
| 1141 : | |||
| 1142 : | * Makefile.in (Makefile): Correct the dependency. Execute | ||
| 1143 : | config.status in the current directory. | ||
| 1144 : | |||
| 1145 : | * etc/Makefile.in (install): If a file is not in the current | ||
| 1146 : | directory, install that file of the source directory. | ||
| 1147 : | |||
| 1148 : | * lisp/Makefile.in (w3-auto.el): Update target in the current | ||
| 1149 : | directory. | ||
| 1150 : | (auto-autoloads.el): Do the work in $(srcdir). | ||
| 1151 : | (custom-load.el): Likewise. | ||
| 1152 : | (install): If a file is not in the current directory, install that | ||
| 1153 : | file of the source directory. | ||
| 1154 : | |||
| 1155 : | * lisp/docomp.el (byte-compile-dest-file): New function for | ||
| 1156 : | writing out *.elc to the current directory. | ||
| 1157 : | |||
| 1158 : | 1998-09-26 Gareth Jones <gdj1@gdjones.demon.co.uk> | ||
| 1159 : | |||
| 1160 : | * lisp/w3-vars.el: defvar'ed w3-current-buffer. | ||
| 1161 : | |||
| 1162 : | * lisp/w3.el (w3-fetch): set w3-current-last-buffer for reused URLs. | ||
| 1163 : | (w3-pass-to-viewer): set w3-current-last-buffer to w3-current-buffer. | ||
| 1164 : | (w3-fetch): bind w3-current-buffer to (current-buffer). | ||
| 1165 : | didierv | 1.50 | Make history work with url-be-asynchronous t. |
| 1166 : | steveb | 1.10 | |
| 1167 : | 1998-09-25 Gareth Jones <gdj1@gdjones.demon.co.uk> | ||
| 1168 : | |||
| 1169 : | didierv | 1.50 | * lisp/w3-vars.el (w3-mode-map): Bind [backspace] to scroll-down. |
| 1170 : | steveb | 1.10 | |
| 1171 : | 1998-09-09 Gareth Jones <gdj1@gdjones.demon.co.uk> | ||
| 1172 : | |||
| 1173 : | * lisp/w3-emulate.el (w3-lynx-emulation-minor-mode-map): Corrected C-f | ||
| 1174 : | to be `scroll-up', added bindings for C-b, C-n and C-p. | ||
| 1175 : | |||
| 1176 : | * lisp/w3-cus.el (w3-latex-use-latex2e): Documentation fix. LaTeX | ||
| 1177 : | "generator" makes more sense than "parser". | ||
| 1178 : | |||
| 1179 : | * lisp/url.el (url-do-setup): ditto for url-cookie-file and | ||
| 1180 : | didierv | 1.50 | url-global-history-file. |
| 1181 : | steveb | 1.10 | |
| 1182 : | * lisp/url-cache.el (url-cache-directory): use w3-configuration-directory | ||
| 1183 : | rather than hardwire "~/.w3/" | ||
| 1184 : | |||
| 1185 : | * lisp/url-news.el (url-nntp): fixed call to url-news-fetch-newsgroup with | ||
| 1186 : | only one argument. | ||
| 1187 : | (url-check-gnus-version): Added Pterodactyl Gnus to the list of | ||
| 1188 : | acceptable Gnusen. | ||
| 1189 : | |||
| 1190 : | * lisp/url-mail.el (url-mailto): url-mailto would not handle %3F (`?') | ||
| 1191 : | in addresses because url-unhex-string changed match-end. | ||
| 1192 : | Added support for "body" hname. Emit style warning for <mailto:/.*>. | ||
| 1193 : | |||
| 1194 : | 1998-10-29 William Perry <wmperry@aventail.com> | ||
| 1195 : | |||
| 1196 : | * lisp/w3-display.el (w3-region): Make me autoloaded. | ||
| 1197 : | |||
| 1198 : | 1998-10-28 William M. Perry <wmperry@aventail.com> | ||
| 1199 : | |||
| 1200 : | didierv | 1.50 | * lisp/mule-sysdp.el (mule-code-convert-region): Try to avoid lossage when |
| 1201 : | steveb | 1.10 | point-max changes due to a set-buffer-multibyte operation. |
| 1202 : | |||
| 1203 : | 1998-10-28 Laurent Martelli <martelli@iie.cnam.fr> | ||
| 1204 : | |||
| 1205 : | * Patches to add hotindex support. It's a patch to W3/Emacs allowing you | ||
| 1206 : | to associate keywords to your hotlist entries. You can then query | ||
| 1207 : | for the entries matching a keyword. I did this because I find it | ||
| 1208 : | hard to find a particular bookmark when you more than a hundred, | ||
| 1209 : | even with hotlist-apropos. And I think that folders and subfolders | ||
| 1210 : | are not very convenient because an entry usually belongs to more | ||
| 1211 : | than one folder. | ||
| 1212 : | |||
| 1213 : | 1998-10-26 William M. Perry <wmperry@aventail.com> | ||
| 1214 : | |||
| 1215 : | * Emacs/W3 4.0pre25 released | ||
| 1216 : | |||
| 1217 : | * lisp/w3-display.el (w3-get-all-face-info): Fixed stupid problem where | ||
| 1218 : | w3-user-fonts-take-precedence was being used backwards! | ||
| 1219 : | |||
| 1220 : | * Emacs/W3 4.0pre24 released | ||
| 1221 : | |||
| 1222 : | steveb | 1.9 | 1998-07-18 SL Baur <steve@altair.xemacs.org> |
| 1223 : | |||
| 1224 : | * lisp/w3-cfg.el: added to XEmacs distribution. | ||
| 1225 : | |||
| 1226 : | steveb | 1.8 | 1998-06-22 William M. Perry <wmperry@aventail.com> |
| 1227 : | |||
| 1228 : | * lisp/w3-cfg.el.in (w3-configuration-data): Allow the cdr of the assoc | ||
| 1229 : | list to be something to be eval'd. Allows things to work better under | ||
| 1230 : | NT/95 Emacs/XEmacs without needing to do a 'configure' run. See new | ||
| 1231 : | file w3-cfg.nt. | ||
| 1232 : | |||
| 1233 : | * lisp/w3.el (w3-viewer-filter): Start showing output from the viewer | ||
| 1234 : | program as soon as we get it instead of after it exits. This allows | ||
| 1235 : | viewers to spit out instructions on their use (ie: imageviewer under | ||
| 1236 : | solaris says things like 'hit q to make the window disappear'. | ||
| 1237 : | |||
| 1238 : | * build.bat: Copy new w3-cfg.nt file over to w3-cfg.el before doing the | ||
| 1239 : | compile for those NT/Win95 people. | ||
| 1240 : | |||
| 1241 : | Wed Jun 17 18:30:11 1998 Jonathan Harris <jhar@tardis.ed.ac.uk> | ||
| 1242 : | |||
| 1243 : | * lisp/font.el (mswindows-font-create-object): various mswindows fixes - | ||
| 1244 : | please speak up if anything is broken! | ||
| 1245 : | |||
| 1246 : | 1998-06-18 Stefan Hornburg <racke@gundel.han.de> | ||
| 1247 : | |||
| 1248 : | * lisp/url-file.el (url-file): Fixed a regexp that should match drive | ||
| 1249 : | letters. This fixes a longstanding bug where efs/ange-ftp would get | ||
| 1250 : | invoked instead of looking locally. | ||
| 1251 : | |||
| 1252 : | 1998-06-13 William M. Perry <wmperry@aventail.com> | ||
| 1253 : | |||
| 1254 : | didierv | 1.50 | * lisp/w3-hot.el (finish-submenu): Ignore empty strings when searching for |
| 1255 : | steveb | 1.8 | sublist titles. Reading netscape bookmark files works correctly again. |
| 1256 : | |||
| 1257 : | 1998-06-12 William M. Perry <wmperry@aventail.com> | ||
| 1258 : | |||
| 1259 : | * lisp/w3-xemac.el (w3-mouse-handler): Make sure we don't do anything if | ||
| 1260 : | the current buffer is not the one our event is destined for. Avoids | ||
| 1261 : | some weird errors in XEmacs on corner cases w/mouse movement. | ||
| 1262 : | |||
| 1263 : | * lisp/w3-annotat.el: Removed some old variables - evidently nobody uses | ||
| 1264 : | this shit any more. :) | ||
| 1265 : | |||
| 1266 : | * lisp/w3-menu.el (w3-menu-breakup): Moved into this file because it is | ||
| 1267 : | didierv | 1.50 | where it belongs. Also changed so that 'more...' menu items are spliced |
| 1268 : | steveb | 1.8 | in at the end of the menu where they belong. |
| 1269 : | All the filter menus should work under Emacs 20.3 now. | ||
| 1270 : | (w3-popup-menu): No longer use 'popup-menu' - this removes the need | ||
| 1271 : | under Emacs to (require 'lmenu), which caused lots and lots of problems | ||
| 1272 : | with invalid macros, etc. | ||
| 1273 : | |||
| 1274 : | 1998-06-10 William M. Perry <wmperry@aventail.com> | ||
| 1275 : | |||
| 1276 : | didierv | 1.50 | * lisp/w3-menu.el (w3-menu-filters-supported-p): New variable to determine |
| 1277 : | steveb | 1.8 | whether this flavor of Emacs supports the :filter keyword on |
| 1278 : | menus. Emacs 20.3 will support the :filter keyword, so lets use it. | ||
| 1279 : | (w3-menu-go-menu): Use it. | ||
| 1280 : | (w3-menu-bookmark-menu): Ditto. | ||
| 1281 : | (w3-menu-html-links-constructor): Make this work with easymenu. | ||
| 1282 : | (w3-menu-hotlist-constructor): Ditto. | ||
| 1283 : | (w3-menu-links-constructor): Ditto. | ||
| 1284 : | (w3-menu-e19-show-navigate-menu): Moved from w3-e19.el | ||
| 1285 : | (w3-menu-e19-show-links-menu): Ditto. | ||
| 1286 : | (w3-menu-e19-show-hotlist-menu): Ditto. | ||
| 1287 : | |||
| 1288 : | didierv | 1.50 | * lisp/w3-xemac.el (w3-store-in-clipboard): Make this work under mswindows |
| 1289 : | steveb | 1.8 | devices. |
| 1290 : | |||
| 1291 : | 1998-06-09 William M. Perry <wmperry@aventail.com> | ||
| 1292 : | |||
| 1293 : | * lisp/w3.el (w3-find-default-stylesheets): Use w3-configuration-data to | ||
| 1294 : | slap the 'datadir' macro into the search path for stylesheets. | ||
| 1295 : | |||
| 1296 : | * lisp/w3-cfg.el.in: New file that will store information from the | ||
| 1297 : | configure run for use later. | ||
| 1298 : | (w3-configuration-data): New function to retrieve configure-time | ||
| 1299 : | information later. | ||
| 1300 : | |||
| 1301 : | * lisp/url-vars.el (url-privacy-level): changed customization properties. | ||
| 1302 : | |||
| 1303 : | 1998-06-08 William M. Perry <wmperry@aventail.com> | ||
| 1304 : | |||
| 1305 : | * Emacs/W3 4.0.pre21 released | ||
| 1306 : | |||
| 1307 : | * lisp/w3-parse.el (w3-parse-buffer): Better dealing with the | ||
| 1308 : | sera-to-fidel stuff in MULE - and don't bother calling it when | ||
| 1309 : | default-enable-multibyte-characters is nil for mule 4.x | ||
| 1310 : | |||
| 1311 : | * lisp/w3.el (w3-download-callback): Use | ||
| 1312 : | mule-write-region-no-coding-system so that all the MULE variations are | ||
| 1313 : | hidden within mule-sysdp.el, where they belong. | ||
| 1314 : | |||
| 1315 : | 1998-06-05 Dave Love <d.love@dl.ac.uk> | ||
| 1316 : | |||
| 1317 : | * lisp/mule-sysdp.el (mule-retrieval-coding-system, | ||
| 1318 : | mule-no-coding-system, mule-detect-coding-version, | ||
| 1319 : | mule-inhibit-code-conversion, mule-encode-string, | ||
| 1320 : | truncate-string-to-width, mule-coding-system-name, | ||
| 1321 : | mule-find-coding-system): Test for mule-sysdep-version == 4.0. | ||
| 1322 : | (mule-code-convert-region, mule-make-iso-character): Test for | ||
| 1323 : | mule-sysdep-version == 4.0. Also test | ||
| 1324 : | default-enable-multibyte-characters. | ||
| 1325 : | (mule-truncate-string): Test for mule-sysdep-version == 4.0. Use | ||
| 1326 : | truncate-string-to-width in Emacs 20. | ||
| 1327 : | |||
| 1328 : | 1998-06-04 William M. Perry <wmperry@aventail.com> | ||
| 1329 : | |||
| 1330 : | * lisp/url-http.el (url-create-mime-request): New behaviour wrt | ||
| 1331 : | url-mime-language-string - if it is nil, then no accept-language header | ||
| 1332 : | didierv | 1.50 | will be sent. This is to work around problem when dealing with apache - |
| 1333 : | steveb | 1.8 | the old default of '*' would cause the server to return the first |
| 1334 : | version of a document it could find (w3c site would typically send out | ||
| 1335 : | didierv | 1.50 | danish or japanese) - definitely suboptimal. I don't know how this will |
| 1336 : | steveb | 1.8 | impact you MULE folks though - speak up! |
| 1337 : | |||
| 1338 : | * lisp/url-vars.el (url-mime-language-string): Better customization of | ||
| 1339 : | this - new default value of nil. | ||
| 1340 : | |||
| 1341 : | 1998-06-02 William M. Perry <wmperry@aventail.com> | ||
| 1342 : | |||
| 1343 : | * Emacs/W3 4.0.pre20 released | ||
| 1344 : | |||
| 1345 : | 1998-06-02 Thierry Emery <Thierry.Emery@nmu.alcatel.fr> | ||
| 1346 : | |||
| 1347 : | * lisp/w3-display.el (w3-refresh-buffer): Try to stay as close to current | ||
| 1348 : | point as we can when you do a refresh-buffer. | ||
| 1349 : | |||
| 1350 : | * lisp/w3-display.el (w3-display-table): Fix for Emacspeak table | ||
| 1351 : | traversal that was broken by the new borderless table features. | ||
| 1352 : | |||
| 1353 : | * lisp/w3-display.el: Various fixes for alternate image text in tables. | ||
| 1354 : | |||
| 1355 : | 1998-05-25 William M. Perry <wmperry@aventail.com> | ||
| 1356 : | |||
| 1357 : | * lisp/w3-menu.el (w3-menu-options-menu): Fixed problem where newest | ||
| 1358 : | easymenu (emacs 20.2.93) is a little pickier than before and dies on | ||
| 1359 : | 'nil' menu entries. | ||
| 1360 : | |||
| 1361 : | * lisp/mule-sysdp.el: Avoid setting enable-multibyte-characters directly | ||
| 1362 : | under Emacs 20.3-to-be, since it is now a read-only variable. Use | ||
| 1363 : | set-buffer-multibyte instead. | ||
| 1364 : | |||
| 1365 : | 1998-05-24 William M. Perry <wmperry@aventail.com> | ||
| 1366 : | |||
| 1367 : | * Emacs/W3 4.0pre19 released | ||
| 1368 : | |||
| 1369 : | steveb | 1.7 | 1998-05-01 SL Baur <steve@altair.xemacs.org> |
| 1370 : | |||
| 1371 : | * lisp/w3-xemac.el (w3-setup-version-specifics): Suppress adding | ||
| 1372 : | "WWW" menu to the help menu if running InfoDock. | ||
| 1373 : | |||
| 1374 : | steveb | 1.6 | 1998-04-17 T. V. Raman <raman@Adobe.COM> |
| 1375 : | |||
| 1376 : | * lisp/w3-speak-table.el (w3-table-setup-keys): Base keymappings off of | ||
| 1377 : | emacspeak-prefix, instead of hardcoded C-z. | ||
| 1378 : | |||
| 1379 : | 1998-04-17 William M. Perry <wmperry@aventail.com> | ||
| 1380 : | |||
| 1381 : | * lisp/: updated copyright statements, removed quite a few old files from | ||
| 1382 : | the tree. | ||
| 1383 : | |||
| 1384 : | * lisp/xml.el: New way to parse XML documents using an external process | ||
| 1385 : | didierv | 1.50 | and some new support tools based upon 'expat', the XML parser from James |
| 1386 : | steveb | 1.6 | Clark. |
| 1387 : | |||
| 1388 : | * aclocal.m4 (AC_EMACS_PACKAGES): resurrected the --with-package-dir | ||
| 1389 : | option. | ||
| 1390 : | |||
| 1391 : | 1998-04-15 William M. Perry <wmperry@aventail.com> | ||
| 1392 : | |||
| 1393 : | * configure.in: Changes to where it installs things by default, more | ||
| 1394 : | GNUish now. Need to think about how packages need to be done in | ||
| 1395 : | autoconf more. | ||
| 1396 : | |||
| 1397 : | * lisp/w3-cus.el (w3): Put the 'url' group within the W3 group | ||
| 1398 : | automatically. | ||
| 1399 : | |||
| 1400 : | * lisp/w3-menu.el (w3-menu-options-menu): Do customize-browse instead of | ||
| 1401 : | w3-preferences-edit for Options->Edit Preferences menu item. | ||
| 1402 : | |||
| 1403 : | * lisp/docomp.el: Use w3-load-flavors and w3-setup-version-specifics in | ||
| 1404 : | docomp.el, just to make sure everything works. | ||
| 1405 : | |||
| 1406 : | didierv | 1.50 | * lisp/w3.el (w3-load-flavors): Don't bitch about XEmacs being unsupported |
| 1407 : | steveb | 1.6 | on windows anymore, because it is again! |
| 1408 : | |||
| 1409 : | * lisp/w3-xemac.el: Force loading of new widget/custom libraries on | ||
| 1410 : | XEmacsen that are too old, but had them dumped in, so load-path munging | ||
| 1411 : | doesn't do anything. | ||
| 1412 : | |||
| 1413 : | * lisp/socks.el: Added socks v4 support. To do this I had to change how | ||
| 1414 : | socks servers are defined - try the new customization support: C-u M-x | ||
| 1415 : | didierv | 1.50 | customize [RET] socks to see what has changed. |
| 1416 : | steveb | 1.6 | |
| 1417 : | * lisp/mule-sysdp.el (mule-sysdep-version): Try to deal with MBSK Emacs | ||
| 1418 : | not really being mule, but still mostly lying about it. | ||
| 1419 : | |||
| 1420 : | * lisp/w3-speak-table.el: New file to actually take advantage of the new | ||
| 1421 : | table structure. | ||
| 1422 : | |||
| 1423 : | * lisp/w3-display.el: Changes from Raman and Thierry for keeping track of | ||
| 1424 : | table structure. | ||
| 1425 : | |||
| 1426 : | 1998-04-13 William M. Perry <wmperry@aventail.com> | ||
| 1427 : | |||
| 1428 : | * lisp/w3-parse.el (w3-parse-buffer): Wrap calls to sera-to-fidel-marker | ||
| 1429 : | in a condition-case to avoid lossage on MBSK emacsen. | ||
| 1430 : | |||
| 1431 : | 1998-03-08 Laurent Martelli <laurent@lolo.martelli.fr> | ||
| 1432 : | |||
| 1433 : | * lisp/w3-hot.el (w3-hotlist-rename-entry): Could select the wrong entry | ||
| 1434 : | if one hotlist title was the same as the beginning of another one. | ||
| 1435 : | |||
| 1436 : | steveb | 1.5 | 1998-03-07 William M. Perry <wmperry@aventail.com> |
| 1437 : | |||
| 1438 : | * lisp/docomp.el: require lmenu during compiles, or Emacs 20.x will | ||
| 1439 : | choke. | ||
| 1440 : | |||
| 1441 : | 1998-03-07 Greg Stark <gsstark@mit.edu> | ||
| 1442 : | |||
| 1443 : | * lisp/w3-forms.el (w3-form-determine-size): Fix various misalignments in | ||
| 1444 : | tables. | ||
| 1445 : | |||
| 1446 : | 1998-02-22 William M. Perry <wmperry@aventail.com> | ||
| 1447 : | |||
| 1448 : | * lisp/docomp.el (compile-it): This should now work in v19 emacsen, since | ||
| 1449 : | they didn't support the 'files-only' final argument. | ||
| 1450 : | |||
| 1451 : | 1998-01-29 Dieter Maurer <dieter@hit.handshake.de> | ||
| 1452 : | |||
| 1453 : | didierv | 1.50 | * lisp/mm.el (mm-parse-mime-headers): Handle continuation lines in headers |
| 1454 : | steveb | 1.5 | |
| 1455 : | 1998-01-29 William M. Perry <wmperry@aventail.com> | ||
| 1456 : | |||
| 1457 : | * lisp/socks.el: Fixed various int vs. char problems, made the error | ||
| 1458 : | reporting a little clearer that they were actual errors from the SOCKS | ||
| 1459 : | server, not necessarily the ultimate destination. | ||
| 1460 : | |||
| 1461 : | 1998-01-28 William M. Perry <wmperry@aventail.com> | ||
| 1462 : | |||
| 1463 : | * lisp/url-cookie.el (url-cookie-handle-set-cookie): Allow | ||
| 1464 : | url-privacy-level == paranoid to deny all cookies. | ||
| 1465 : | |||
| 1466 : | 1998-01-27 William M. Perry <wmperry@aventail.com> | ||
| 1467 : | |||
| 1468 : | * lisp/w3.el (w3-download-url): Fix in the case where a filename is passed | ||
| 1469 : | in - was calling the callback with the wrong # of arguments. | ||
| 1470 : | |||
| 1471 : | steveb | 1.4 | 1998-01-20 William M. Perry <wmperry@aventail.com> |
| 1472 : | |||
| 1473 : | * Emacs/W3 4.0pre14 released | ||
| 1474 : | |||
| 1475 : | * lisp/w3-toolbar.el (w3-toolbar-make-buttons): Don't die horribly if you | ||
| 1476 : | cannot make the toolbar buttons - this made TTY XEmacs 20.5beta + | ||
| 1477 : | Emacs/W3 choke big time. all better now. | ||
| 1478 : | |||
| 1479 : | 1998-01-09 William M. Perry <wmperry@aventail.com> | ||
| 1480 : | |||
| 1481 : | * lisp/w3-parse.el (w3-parse-buffer): Don't use insert-char for SGML | ||
| 1482 : | entities, because with the new MULE replacements for stupid windows | ||
| 1483 : | character sets, some of them are no longer single characters. | ||
| 1484 : | |||
| 1485 : | 1998-01-06 Laurent MARTELLI <martelli@iie.cnam.fr | ||
| 1486 : | |||
| 1487 : | * lisp/w3-menu.el (w3-menu-search-menu): Added 'ftp search' at | ||
| 1488 : | http://ftpsearch.ntnu.no/home.html to the search menu. | ||
| 1489 : | |||
| 1490 : | 1998-01-06 William M. Perry <wmperry@aventail.com> | ||
| 1491 : | |||
| 1492 : | * Emacs/W3 4.0pre13 released | ||
| 1493 : | |||
| 1494 : | * lisp/url-http.el (url-create-mime-request): Added better protection | ||
| 1495 : | around calls to getting proxy authentication when we aren't really | ||
| 1496 : | proxying anything. | ||
| 1497 : | |||
| 1498 : | * lisp/w3-hot.el (w3-hotlist-refresh): Make sure w3-do-setup has been | ||
| 1499 : | run. | ||
| 1500 : | |||
| 1501 : | * lisp/url-http.el (url-create-mime-request): Fixed proxy authentication | ||
| 1502 : | and excessive prompting | ||
| 1503 : | |||
| 1504 : | 1998-01-05 William M. Perry <wmperry@aventail.com> | ||
| 1505 : | |||
| 1506 : | * lisp/w3-menu.el (w3-menu-make-xemacs-menubar): Fixed problem where | ||
| 1507 : | XEmacs would never install the 'buffers' menu | ||
| 1508 : | (w3-menu-install-menubar): Fixed test for whether to initialize the | ||
| 1509 : | menubar. | ||
| 1510 : | |||
| 1511 : | 1998-01-05 Laurent Martelli <laurent@iie.cnam.fr> | ||
| 1512 : | |||
| 1513 : | * lisp/w3-cus.el (w3-defined-link-types): Added 'contents' and 'top' from | ||
| 1514 : | the HTML 3.2 reference spec to the predefined sets of <LINK> types. | ||
| 1515 : | |||
| 1516 : | 1997-12-31 William M. Perry <wmperry@aventail.com> | ||
| 1517 : | |||
| 1518 : | * Emacs/W3 4.0pre12 released | ||
| 1519 : | |||
| 1520 : | 1997-12-29 William M. Perry <wmperry@aventail.com> | ||
| 1521 : | |||
| 1522 : | * lisp/Makefile.in: don't remove the old custom-load.el and | ||
| 1523 : | auto-autoloads.el, so that people using Emacs 19/20 can muck with the | ||
| 1524 : | source and not destroy the autoloads in the process. | ||
| 1525 : | |||
| 1526 : | 1997-12-26 William M. Perry <wmperry@aventail.com> | ||
| 1527 : | |||
| 1528 : | * lisp/url-misc.el (url-do-terminal-emulator): Removed extra ')' DUGH! | ||
| 1529 : | |||
| 1530 : | 1997-12-25 William M. Perry <wmperry@aventail.com> | ||
| 1531 : | |||
| 1532 : | * Emacs/W3 4.0pre11 released | ||
| 1533 : | |||
| 1534 : | * lisp/url.el (url-lazy-message): Don't show messages if there is an | ||
| 1535 : | active minibuffer window. | ||
| 1536 : | |||
| 1537 : | * lisp/Makefile.in (w3-auto.el): removed use of $^ macro, since some SYSV | ||
| 1538 : | machines seem to croak on it. | ||
| 1539 : | |||
| 1540 : | 1997-12-24 Ching-Mo Chang <chang@wsu.edu> | ||
| 1541 : | |||
| 1542 : | * lisp/url-file.el (url-file): fix for stripping out leading '/' from | ||
| 1543 : | local filenames under OS/2. | ||
| 1544 : | |||
| 1545 : | 1997-12-24 William M. Perry <wmperry@aventail.com> | ||
| 1546 : | |||
| 1547 : | * lisp/url-misc.el (url-do-terminal-emulator): Fixed for the case where | ||
| 1548 : | the user was not specified (vast majority) | ||
| 1549 : | |||
| 1550 : | * lisp/w3.el (w3-save-as): Don't double latex output | ||
| 1551 : | |||
| 1552 : | * lisp/w3-parse.el (w3-parse-buffer): Deal with comments slightly | ||
| 1553 : | differently - on large documents, we could hit a stack overflow in the | ||
| 1554 : | regexp engine. | ||
| 1555 : | |||
| 1556 : | * lisp/css.el (css-expand-value): default to using :normal for unknown | ||
| 1557 : | weights, not :bold. | ||
| 1558 : | |||
| 1559 : | 1997-12-24 Vladimir Alexiev <vladimir@cs.ualberta.ca> | ||
| 1560 : | * lisp/w3-xemac.el: Compatibility stuff for XEmacs 19.13 | ||
| 1561 : | |||
| 1562 : | 1997-12-24 William M. Perry <wmperry@aventail.com> | ||
| 1563 : | |||
| 1564 : | * lisp/w3-forms.el (w3-form-determine-size): If someone specifies a 'size' | ||
| 1565 : | of 0 for a form element, bring sanity back to the world. | ||
| 1566 : | |||
| 1567 : | * lisp/w3-cus.el (w3-display-frames): Changed default to 't' to | ||
| 1568 : | automatically display frames. | ||
| 1569 : | |||
| 1570 : | * lisp/w3-parse.el: Added nobr tag to %special - it should parse fine | ||
| 1571 : | now. | ||
| 1572 : | |||
| 1573 : | * lisp/socks.el (socks-override-functions): New variable to control | ||
| 1574 : | whether or not to overwrite the builtin open-network-stream function | ||
| 1575 : | with one of our own. | ||
| 1576 : | |||
| 1577 : | * lisp/font.el: Added explicit require of disp-table, so we will work with | ||
| 1578 : | older XEmacsen. | ||
| 1579 : | |||
| 1580 : | * lisp/w3-style.el (w3-display-stylesheet): Default to using | ||
| 1581 : | w3-user-stylesheet if w3-current-stylesheet is not set yet (ie: no page | ||
| 1582 : | loaded in current window). Also throws an error if none of those are | ||
| 1583 : | defined yet. | ||
| 1584 : | |||
| 1585 : | 1997-12-22 Michael Ernst <mernst@cs.washington.edu> | ||
| 1586 : | |||
| 1587 : | * url.el (url-get-url-at-point): Strip surrounding parens from a | ||
| 1588 : | potential URL. | ||
| 1589 : | |||
| 1590 : | 1997-12-22 William M. Perry <wmperry@aventail.com> | ||
| 1591 : | |||
| 1592 : | * w3-display.el (w3-pause): Use a dedicated variable instead of | ||
| 1593 : | coopting cur-viewing-pos, to protect against errors. | ||
| 1594 : | |||
| 1595 : | 1997-12-22 Thierry Emery <Thierry.Emery@aar.alcatel-alsthom.fr> | ||
| 1596 : | |||
| 1597 : | * w3-parse.el: Deal with invalid SGML characters in mule better. | ||
| 1598 : | |||
| 1599 : | 1997-12-22 William M. Perry <wmperry@aventail.com> | ||
| 1600 : | |||
| 1601 : | * Emacs/W3 4.0.pre10 released | ||
| 1602 : | |||
| 1603 : | * lisp/w3-parse.el (w3-parse-buffer): Make sure we expand the 'background' | ||
| 1604 : | tag, so stylesheets created after mucking with the <body> attributes | ||
| 1605 : | will work correctly. | ||
| 1606 : | |||
| 1607 : | * configure.in: Disable caching of configure results - I've become | ||
| 1608 : | convinced this is the right thing to do. | ||
| 1609 : | |||
| 1610 : | * Makefile.in (install): Don't automatically hack up someone's .emacs file | ||
| 1611 : | - make them explicitly do a 'make dotemacs' | ||
| 1612 : | |||
| 1613 : | * configure.in: Moved some of the --with-FOO stuff into aclocal.m4 and the | ||
| 1614 : | appropriate AC_DEFUN macros, where they belong. | ||
| 1615 : | |||
| 1616 : | * aclocal.m4 (library): Fixed setting of package directory (typo). | ||
| 1617 : | |||
| 1618 : | 1997-12-04 Thierry Emery <Thierry.Emery@aar.alcatel-alsthom.fr> | ||
| 1619 : | |||
| 1620 : | * lisp/w3.el (w3-mail-current-document): ditto. | ||
| 1621 : | |||
| 1622 : | * lisp/w3-display.el (w3-maybe-start-image-download): ditto. | ||
| 1623 : | |||
| 1624 : | * lisp/url.el (url-insert-file-contents): protects url-be-asynchronous | ||
| 1625 : | against elisp errors in code sections where its default value is | ||
| 1626 : | temporarily modified. | ||
| 1627 : | |||
| 1628 : | 1997-11-27 William M. Perry <wmperry@aventail.com> | ||
| 1629 : | |||
| 1630 : | * Emacs/W3 4.0.pre9 released | ||
| 1631 : | |||
| 1632 : | 1997-11-27 Cord Kielhorn <kielhorn@thphy.uni-duesseldorf.de> | ||
| 1633 : | |||
| 1634 : | * lisp/w3-hot.el (w3-grok-html-bookmarks-internal): Some fixes for HTML | ||
| 1635 : | hotlists in xmosaic hotlist format 3 | ||
| 1636 : | |||
| 1637 : | 1997-11-27 William M. Perry <wmperry@aventail.com> | ||
| 1638 : | |||
| 1639 : | * lisp/w3-cus.el (w3-delay-image-loads): Default to not loading images if | ||
| 1640 : | this version of Emacs does not support any image formats other than XPM | ||
| 1641 : | or XBM. | ||
| 1642 : | |||
| 1643 : | 1997-11-20 William M. Perry <wmperry@aventail.com> | ||
| 1644 : | |||
| 1645 : | * lisp/w3-display.el (w3-resurrect-hyperlinks): Keep track of start and | ||
| 1646 : | end of the widget, since widget-convert-text doesn't appear to. | ||
| 1647 : | (w3-display-node): Keep track of :visited and :active faces for | ||
| 1648 : | hyperlinks. | ||
| 1649 : | (w3-follow-hyperlink): Apply the :visited face to a widget after we | ||
| 1650 : | fetch it. | ||
| 1651 : | |||
| 1652 : | 1997-11-20 Thierry Emery <Thierry.Emery@aar.alcatel-alsthom.fr> | ||
| 1653 : | |||
| 1654 : | * lisp/w3-display.el (w3-display-node): more frames work | ||
| 1655 : | |||
| 1656 : | 1997-11-07 William M. Perry <wmperry@aventail.com> | ||
| 1657 : | |||
| 1658 : | * lisp/css.el (css-expand-length): Fixed percentages in css-expand-length | ||
| 1659 : | |||
| 1660 : | steveb | 1.3 | 1998-01-25 SL Baur <steve@altair.xemacs.org> |
| 1661 : | |||
| 1662 : | * lisp/auto-autoloads.el: Restore to ease dependencies. | ||
| 1663 : | |||
| 1664 : | steve | 1.2 | 1998-01-24 SL Baur <steve@altair.xemacs.org> |
| 1665 : | |||
| 1666 : | * Makefile (VERSION): Update to package standard 1.0. | ||
| 1667 : | |||
| 1668 : | steve | 1.1 | 1997-11-05 William M. Perry <wmperry@aventail.com> |
| 1669 : | |||
| 1670 : | * Emacs/W3 4.0.pre8 released | ||
| 1671 : | |||
| 1672 : | * aclocal.m4 (elisp): Use a temporary file for elisp configuration tests, | ||
| 1673 : | to avoid weirdness that gets shoved to stdout/stderr by the various | ||
| 1674 : | emacsen. | ||
| 1675 : | |||
| 1676 : | didierv | 1.50 | * lisp/w3-cus.el (w3-image-mappings): Use imagick for everything if XEmacs |
| 1677 : | steve | 1.1 | was compiled with it. |
| 1678 : | |||
| 1679 : | * lisp/w3-display.el (w3-maybe-start-image-download): Protect against bad | ||
| 1680 : | instantiation of glyphs of already loaded images. | ||
| 1681 : | |||
| 1682 : | 1997-11-04 Thierry Emery <Thierry.Emery@aar.alcatel-alsthom.fr> | ||
| 1683 : | |||
| 1684 : | * Support relative frameset dimensions (ie: "2*,*") | ||
| 1685 : | |||
| 1686 : | * Fixed problem with doubling or tripling of image 'alt' text for images | ||
| 1687 : | in tables. | ||
| 1688 : | |||
| 1689 : | 1997-11-03 William M. Perry <wmperry@aventail.com> | ||
| 1690 : | |||
| 1691 : | * aclocal.m4 (elisp): Simplified version of AC_EMACS_VERSION that just | ||
| 1692 : | uses AC_EMASC_LISP to print out emacs-major-version . emacs-minor-version | ||
| 1693 : | |||
| 1694 : | 1997-10-28 William M. Perry <wmperry@aventail.com> | ||
| 1695 : | |||
| 1696 : | * lisp/url-cookie.el (url-cookie-parse-file): Fixed autoload cookie (hah) | ||
| 1697 : | |||
| 1698 : | 1997-10-27 William M. Perry <wmperry@aventail.com> | ||
| 1699 : | |||
| 1700 : | * Emacs/W3 4.0pre7 released | ||
| 1701 : | |||
| 1702 : | 1997-10-27 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp> | ||
| 1703 : | |||
| 1704 : | * url.el (url-retrieve-internally): Ensure that coding system for | ||
| 1705 : | the url buffer is set to no-conversion. | ||
| 1706 : | |||
| 1707 : | 1997-10-23 William M. Perry <wmperry@aventail.com> | ||
| 1708 : | |||
| 1709 : | * aclocal.m4: Fixed detection of how to rebuild custom-loads.el and | ||
| 1710 : | auto-autoloads.el | ||
| 1711 : | |||
| 1712 : | 1997-10-23 Thierry Emery <Thierry.Emery@aar.alcatel-alsthom.fr> | ||
| 1713 : | |||
| 1714 : | * lisp/w3-display.el lisp/w3-widget.el: Lots of fixes for images. | ||
| 1715 : | image hyperlinks are active, even when inside tables (thanks to a | ||
| 1716 : | w3-hyperimage-info text-property, a content for w3-resurrect-images | ||
| 1717 : | and the fact that :href and :target info are now passed on down to | ||
| 1718 : | the children widgets), | ||
| 1719 : | |||
| 1720 : | a face can be specified in the stylesheet, which will be used for | ||
| 1721 : | the `alt' tags, e.g.: | ||
| 1722 : | img:link { color: goldenrod } | ||
| 1723 : | img:active { color: goldenrod } | ||
| 1724 : | img:visited { color: firebrick } | ||
| 1725 : | didierv | 1.50 | |
| 1726 : | steve | 1.1 | the `alt' tag of image maps is displayed, to ease visual |
| 1727 : | recognition, | ||
| 1728 : | |||
| 1729 : | when the `alt' tag is "" and w3-auto-image-alt is non nil, | ||
| 1730 : | an `alt' tag is made from the image src file basename. (WMP change) | ||
| 1731 : | |||
| 1732 : | 1997-10-20 Ching-Mo Chang <chang@wsu.edu> | ||
| 1733 : | |||
| 1734 : | * lisp/url-file.el (url-host-is-local-p): recognize XXX:/ as local file | ||
| 1735 : | under NT/Win95/OS2. | ||
| 1736 : | |||
| 1737 : | * lisp/url-cache.el (url-cache-extract): replace 'os2' with 'emx' when | ||
| 1738 : | comparing system-type. | ||
| 1739 : | |||
| 1740 : | * lisp/w3-e19.el (w3-store-in-clipboard): Deal gracefully with | ||
| 1741 : | didierv | 1.50 | interprogram-cut-function being bound, but nil - we should fall back to |
| 1742 : | steve | 1.1 | the device-specific stuff, not just do nothing. |
| 1743 : | |||
| 1744 : | 1997-10-20 William M. Perry <wmperry@aventail.com> | ||
| 1745 : | |||
| 1746 : | didierv | 1.50 | * texi/w3-faq.txi (Runtime FAQ): New FAQ about Mule 20.x and \201 in front |
| 1747 : | steve | 1.1 | of everything. |
| 1748 : | |||
| 1749 : | 1997-10-17 William M. Perry <wmperry@aventail.com> | ||
| 1750 : | |||
| 1751 : | * Emacs/W3 4.0pre6 released | ||
| 1752 : | |||
| 1753 : | * lisp/images.el (image-register-netpbm-utilities): Don't automatically | ||
| 1754 : | dither PNM/PPM files to 256 colors when converting to XPM - its not | ||
| 1755 : | necessary. | ||
| 1756 : | |||
| 1757 : | 1997-10-17 Colin Rafferty <craffert@ml.com> | ||
| 1758 : | |||
| 1759 : | didierv | 1.50 | * lisp/url-auth.el (url-auth-user-prompt): New function to create a pretty |
| 1760 : | steve | 1.1 | prompt that shows the realm or URL that the user should be |
| 1761 : | authenticating to. | ||
| 1762 : | |||
| 1763 : | 1997-10-17 William M. Perry <wmperry@aventail.com> | ||
| 1764 : | |||
| 1765 : | * contrib/w3-imenu.el: New version of w3-imenu for the contrib directory. | ||
| 1766 : | |||
| 1767 : | * Emacs/W3 4.0pre5 released. | ||
| 1768 : | |||
| 1769 : | * lisp/w3.el (w3-find-default-stylesheets): Should now find the stylesheet | ||
| 1770 : | much more often given the new directory layout under Emacs 19.x & 20.x | ||
| 1771 : | |||
| 1772 : | * lisp/Makefile.in (custom-load.el): Automatically rebuild auto-autoloads | ||
| 1773 : | and custom-load.el if any of the source files have changed. configure | ||
| 1774 : | now auto-detects how to rebuild them. | ||
| 1775 : | |||
| 1776 : | Fri Oct 17 06:27:07 1997 William M. Perry <wmperry@aventail.com> | ||
| 1777 : | |||
| 1778 : | * lisp/url-cookie.el: autoload url-cookie-parse-file | ||
| 1779 : | |||
| 1780 : | 1997-10-16 William M. Perry <wmperry@aventail.com> | ||
| 1781 : | * lisp/w3-display.el (w3-insert-terminal-char): better handling of HR | ||
| 1782 : | didierv | 1.50 | within borderless tables |
| 1783 : | steve | 1.1 | |
| 1784 : | * lisp/w3-parse.el (w3-p-s-entity): Don't cons up a string just to insert | ||
| 1785 : | a single character. | ||
| 1786 : | |||
| 1787 : | * lisp/w3-display.el (w3-display-line-break): 2.3 Mule's char-before requires | ||
| 1788 : | the 'pos' argument, so always send in (point). | ||
| 1789 : | |||
| 1790 : | * lisp/w3-display.el (w3-dingbats): don't crap out in mule 2.3 | ||
| 1791 : | |||
| 1792 : | * lisp/w3.el (w3-find-default-stylesheets): Make finding no stylesheets a | ||
| 1793 : | fatal error. | ||
| 1794 : | |||
| 1795 : | 1997-10-15 William M. Perry <wmperry@aventail.com> | ||
| 1796 : | |||
| 1797 : | * configure.in: Deal with EMACS="t", so you can now configure Emacs/W3 | ||
| 1798 : | from within an emacs shell buffer. | ||
| 1799 : | |||
| 1800 : | 1997-10-13 William M. Perry <wmperry@aventail.com> | ||
| 1801 : | |||
| 1802 : | didierv | 1.50 | * lisp/w3-toolbar.el (w3-toolbar-make-buttons): Default to using text only |
| 1803 : | steve | 1.1 | buttons if w3-toolbar-icon-directory doesn't exist (or is nil if |
| 1804 : | locate-data-directory fails) | ||
| 1805 : | |||
| 1806 : | 1997-10-04 SL Baur <steve@altair.xemacs.org> | ||
| 1807 : | |||
| 1808 : | didierv | 1.50 | * lisp/w3.el (w3-find-default-stylesheets): Use `locate-data-directory' if |
| 1809 : | steve | 1.1 | it exists. |
| 1810 : | |||
| 1811 : | * lisp/w3-toolbar.el (w3-toolbar-make-buttons): Use `locate-data-directory' | ||
| 1812 : | if it exists. | ||
| 1813 : | |||
| 1814 : | 1997-10-03 William M. Perry <wmperry@aventail.com> | ||
| 1815 : | |||
| 1816 : | * texi/Makefile.in (install): Ignore errors from the installinfo stage. | ||
| 1817 : | |||
| 1818 : | 1997-10-02 William M. Perry <wmperry@aventail.com> | ||
| 1819 : | |||
| 1820 : | * lisp/w3.el: Added autoload for w3-version | ||
| 1821 : | |||
| 1822 : | * texi/Makefile.in (install): Don't global when doing install-info | ||
| 1823 : | |||
| 1824 : | 1997-09-30 William M. Perry <wmperry@aventail.com> | ||
| 1825 : | |||
| 1826 : | * lisp/w3.el (w3-map-links): Use the exposed widget-map-buttons function, | ||
| 1827 : | since XEmacs no longer uses overlays for its internal representation of | ||
| 1828 : | widgets. | ||
| 1829 : | |||
| 1830 : | 1997-09-29 William M. Perry <wmperry@aventail.com> | ||
| 1831 : | |||
| 1832 : | * lisp/url-news.el (url-news-version-too-old): Deal with quassia gnus | ||
| 1833 : | |||
| 1834 : | 1997-09-25 William M. Perry <wmperry@aventail.com> | ||
| 1835 : | |||
| 1836 : | * lisp/url-news.el (url-format-news): Use 'gnus-article-display-hook | ||
| 1837 : | instead of manually calling gnus-article-hide-headers | ||
| 1838 : | (url-format-news): Also bind gnus-article-current, because some hooks | ||
| 1839 : | might need to use it. | ||
| 1840 : | |||
| 1841 : | 1997-09-22 William M. Perry <wmperry@aventail.com> | ||
| 1842 : | |||
| 1843 : | * lisp/url-ns.el (url-ns-prefs): Can now parse a netscape preferences.js | ||
| 1844 : | file and query items out of it. | ||
| 1845 : | |||
| 1846 : | 1997-09-19 William M. Perry <wmperry@aventail.com> | ||
| 1847 : | |||
| 1848 : | * Emacs/W3 3.0.105 released | ||
| 1849 : | |||
| 1850 : | * Removed the custom and widget libraries from the distribution. | ||
| 1851 : | |||
| 1852 : | * configure.in, aclocal.m4: Lots of changes and additional macros for | ||
| 1853 : | detecting features in Emacs Lisp. New way of detecting acceptable | ||
| 1854 : | widget/custom combinations, and warnings about where to go to get the | ||
| 1855 : | newest version. | ||
| 1856 : | |||
| 1857 : | 1997-09-16 William M. Perry <wmperry@aventail.com> | ||
| 1858 : | |||
| 1859 : | * Updated to Widget/Custom 1.9958 | ||
| 1860 : | |||
| 1861 : | 1997-09-16 Thierry Emery <Thierry.Emery@aar.alcatel-alsthom.fr> | ||
| 1862 : | |||
| 1863 : | * lisp/w3-display.el, lisp/w3.el: Better frame navigation -- 'q','l', etc | ||
| 1864 : | should now back up by framesets, not just by single buffers. | ||
| 1865 : | |||
| 1866 : | Sat Sep 13 16:26:47 1997 Istvan Marko <istvan@cmdmail.amd.com> | ||
| 1867 : | |||
| 1868 : | * lisp/w3-mouse.el (w3-follow-inlined-image): Fixed | ||
| 1869 : | w3-follow-inlined-image | ||
| 1870 : | |||
| 1871 : | Thu Sep 11 15:17:27 1997 William M. Perry <wmperry@aventail.com> | ||
| 1872 : | |||
| 1873 : | * lisp/w3-display.el: Go back to creating the 'nil' face all the time, | ||
| 1874 : | even in Emacs - otherwise ps-print chokes. | ||
| 1875 : | |||
| 1876 : | 1997-09-10 William M. Perry <wmperry@aventail.com> | ||
| 1877 : | |||
| 1878 : | * lisp/w3-parse.el (w3-parse-buffer): Latest Emacs 20.x has renamed the | ||
| 1879 : | sera-to-fidel-marker function to ethio-sera-to-fidel-marker, so we were | ||
| 1880 : | losing on ethiopic texts. | ||
| 1881 : | |||
| 1882 : | 1997-09-05 William M. Perry <wmperry@aventail.com> | ||
| 1883 : | |||
| 1884 : | * Makefile.in: Now includes the 'contrib' directory in distributions. | ||
| 1885 : | |||
| 1886 : | * aclocal.m4: Fixed custom detection - would sometimes set CUSTOM to the | ||
| 1887 : | directory, sometimes to the filename... ick. | ||
| 1888 : | |||
| 1889 : | * Makefile.in (dotemacs): Tweaked the install of autoloads into .emacs file | ||
| 1890 : | |||
| 1891 : | * lisp/font.el (font-normalize-color): Ditto | ||
| 1892 : | |||
| 1893 : | * lisp/url.el (url-setup-privacy-info): Ditto | ||
| 1894 : | |||
| 1895 : | * lisp/devices.el: Everything now recognizes 'w32' as an alias for the | ||
| 1896 : | 'win32' device type. This is for Emacs 20.x compatibility, which will | ||
| 1897 : | have this change. | ||
| 1898 : | |||
| 1899 : | 1997-09-04 William M. Perry <wmperry@aventail.com> | ||
| 1900 : | |||
| 1901 : | * Updated to Widget/Custom 1.9956 | ||
| 1902 : | |||
| 1903 : | 1997-08-25 William M. Perry <wmperry@aventail.com> | ||
| 1904 : | |||
| 1905 : | * lisp/w3.el (w3-document-information): Fixed bug with empty 'meta' links. | ||
| 1906 : | |||
| 1907 : | 1997-08-20 William M. Perry <wmperry@aventail.com> | ||
| 1908 : | |||
| 1909 : | * lisp/w3-menu.el ((fboundp 'id-menubar-set)): Avoid fset'ing | ||
| 1910 : | id-menubar-set - it was confusing oobr | ||
| 1911 : | |||
| 1912 : | 1997-08-19 William M. Perry <wmperry@aventail.com> | ||
| 1913 : | |||
| 1914 : | * New file w3-imenu.el from T.V. Raman <raman@adobe.com> | ||
| 1915 : | |||
| 1916 : | 1997-08-15 William M. Perry <wmperry@aventail.com> | ||
| 1917 : | |||
| 1918 : | * Emacs/W3 3.0.102 released | ||
| 1919 : | |||
| 1920 : | * lisp/Makefile.in: Fix for some buggy makes that didn't like my very long | ||
| 1921 : | substitutions on the SOURCES macro. | ||
| 1922 : | |||
| 1923 : | 1997-08-14 Roland McGrath <roland@ai.mit.edu> | ||
| 1924 : | |||
| 1925 : | * lisp/md5.el (md5): protect kill-buffer from getting already dead buffers | ||
| 1926 : | by using 'buffer-name' | ||
| 1927 : | |||
| 1928 : | 1997-08-12 William M. Perry <wmperry@aventail.com> | ||
| 1929 : | |||
| 1930 : | * lisp/w3-display.el (w3-display-nil-face): Don't make the 'nil' face | ||
| 1931 : | under Emacs 19. | ||
| 1932 : | |||
| 1933 : | * lisp/wid-edit.el (widget-before-change): Allow inhbit-read-only to | ||
| 1934 : | override the before-change checks for if we are at a widget or not. | ||
| 1935 : | |||
| 1936 : | * lisp/cus-face.el: Path to make cus-face.el play nice with | ||
| 1937 : | emacs 19 without X support. | ||
| 1938 : | |||
| 1939 : | didierv | 1.50 | * lisp/w3-e19.el (w3-mode-version-specifics): Dont' do read-only |
| 1940 : | steve | 1.1 | |
| 1941 : | 1997-08-10 Thierry Emery <Thierry.Emery@aar.alcatel-alsthom.fr> | ||
| 1942 : | |||
| 1943 : | * lisp/w3-display.el: Patch for frames on TTY devices. | ||
| 1944 : | |||
| 1945 : | 1997-08-08 William M. Perry <wmperry@aventail.com> | ||
| 1946 : | |||
| 1947 : | * lisp/w3-display.el (w3-table-ascii-border-chars): Back to more | ||
| 1948 : | rectangular ascii art for table borders. | ||
| 1949 : | |||
| 1950 : | * lisp/socks.el (socks-find-route): Allow negation of regexps by | ||
| 1951 : | didierv | 1.50 | prepending a ! to them for a 'proxy if they match' type rule. The whole |
| 1952 : | steve | 1.1 | configuration of this module needs to change. |
| 1953 : | |||
| 1954 : | 1997-08-08 Istvan Marko <istvan@cmdmail.amd.com> | ||
| 1955 : | |||
| 1956 : | * lisp/url-misc.el (url-proxy): Fix for all proxy access. | ||
| 1957 : | |||
| 1958 : | 1997-08-08 William M. Perry <wmperry@aventail.com> | ||
| 1959 : | |||
| 1960 : | * lisp/w3-display.el: Fixed compilation problems under Emacs 20.x that had | ||
| 1961 : | to do with char tables and such. | ||
| 1962 : | |||
| 1963 : | * lisp/w3-e20.el (w3-e20): Added provide statement for this file - duh. | ||
| 1964 : | |||
| 1965 : | 1997-08-07 William M. Perry <wmperry@aventail.com> | ||
| 1966 : | |||
| 1967 : | * Emacs/W3 3.0.98 released | ||
| 1968 : | |||
| 1969 : | * Synch'd up to custom 1.9954 | ||
| 1970 : | |||
| 1971 : | Thu Aug 7 08:16:Denys Duchier <Denys.Duchier@ps.uni-sb.de> | ||
| 1972 : | |||
| 1973 : | * lisp/w3-display.el (w3-widget-echo): Use | ||
| 1974 : | buffer-substring-no-properties for w3-widget-echo to avoid spurious | ||
| 1975 : | 'attempt to change text outside editable field' errors. Is this needed | ||
| 1976 : | with the new custom? Doubtful, but its still a good idea. (wmp) | ||
| 1977 : | |||
| 1978 : | Fri Aug 1 06:00:02 1997 Thierry Emery <Thierry.Emery@aar.alcatel-alsthom.fr> | ||
| 1979 : | |||
| 1980 : | * w3-display.el: take into account hierarchical framesets in a same page | ||
| 1981 : | and discards useless "*" values for cols or rows. | ||
| 1982 : | |||
| 1983 : | Sun Jul 27 18:43:41 1997 William M. Perry <wmperry@aventail.com> | ||
| 1984 : | |||
| 1985 : | * configure.in: Added --with-lispdir configure option. | ||
| 1986 : | |||
| 1987 : | * lisp/url-misc.el (url-proxy): Strip out "#foo" anchors in proxy requests | ||
| 1988 : | |||
| 1989 : | * configure.in: Fixed guessing of .emacs location to work in shells where | ||
| 1990 : | ~/ is not expanded. | ||
| 1991 : | |||
| 1992 : | 1997-07-26 SL Baur <steve@altair.xemacs.org> | ||
| 1993 : | |||
| 1994 : | * mm.el (mm-extension-to-mime): Use `eq' for character comparison. | ||
| 1995 : | |||
| 1996 : | Sun Jun 29 22:26:43 1997 William M. Perry <wmperry@aventail.com> | ||
| 1997 : | |||
| 1998 : | * lisp/w3-emulate.el: Make sure we call widget-button-press not w3-follow-link | ||
| 1999 : | |||
| 2000 : | * configure.in: New --enable-site-install option to control whether init | ||
| 2001 : | code goes in user's .emacs file or default.el | ||
| 2002 : | |||
| 2003 : | * Makefile.in (dotemacs): New target for modifying the user's .emacs file | ||
| 2004 : | or the sitewide default init. | ||
| 2005 : | (html): New target for building html versions of the manuals. | ||
| 2006 : | |||
| 2007 : | Fri Jun 27 21:08:24 1997 William M. Perry <wmperry@aventail.com> | ||
| 2008 : | |||
| 2009 : | * texi/Makefile.in (%.html): Added targets for making HTML versions of the | ||
| 2010 : | info files. | ||
| 2011 : | |||
| 2012 : | 1997-06-27 William M. Perry <wmperry@aventail.com> | ||
| 2013 : | |||
| 2014 : | * lisp/w3.el: In non-XEmacs, the version-specific stuff is loaded from | ||
| 2015 : | (format "w3-e%d" emacs-major-version), in case we need to do anything | ||
| 2016 : | special for Emacs 20.x with Mule support. | ||
| 2017 : | |||
| 2018 : | * Only use one conditionalization variable - w3-running-xemacs | ||
| 2019 : | |||
| 2020 : | 1997-06-26 William M. Perry <wmperry@aventail.com> | ||
| 2021 : | |||
| 2022 : | * Makefile.in: Make sure we recursively make usin $(MAKE), not | ||
| 2023 : | vanilla 'make'. | ||
| 2024 : | |||
| 2025 : | * lisp/w3.el (w3-insert-formatted-url): Works again, forgot to update it | ||
| 2026 : | to use the new widget properties. | ||
| 2027 : | (w3-maybe-follow-link): Ditto. | ||
| 2028 : | (w3-view-this-url): Ditto. | ||
| 2029 : | (w3-follow-link): Ditto. | ||
| 2030 : | (w3-complete-link): Ditto. | ||
| 2031 : | |||
| 2032 : | Wed Jun 25 07:29:46 1997 William M. Perry <wmperry@aventail.com> | ||
| 2033 : | |||
| 2034 : | * lisp/w3.el (w3-find-default-stylesheets): Added more directories to the | ||
| 2035 : | stylesheet search path. | ||
| 2036 : | |||
| 2037 : | * Emacs/W3 3.0.92 released | ||
| 2038 : | |||
| 2039 : | * Moved lisp stuff into its own subdirectory, integrated into configure, | ||
| 2040 : | make, and install procedures. | ||
| 2041 : | |||
| 2042 : | * Makefile.in (Makefile): Ditto | ||
| 2043 : | |||
| 2044 : | * texi/Makefile.in: Automatically rebuilds out-of-date Makefiles | ||
| 2045 : | |||
| 2046 : | * configure.in: Make sure we create texi/Makefile | ||
| 2047 : | |||
| 2048 : | * w3-display.el (w3-table-ascii-border-chars): Slightly nicer rounded | ||
| 2049 : | edges for ascii borders on tables. | ||
| 2050 : | |||
| 2051 : | Tue Jun 24 14:35:05 1997 William M. Perry <wmperry@aventail.com> | ||
| 2052 : | |||
| 2053 : | * Emacs/W3 3.0.91 Released | ||
| 2054 : | |||
| 2055 : | * Moved texinfo stuff into its own subdirectory, integrated into | ||
| 2056 : | configure, make, and install procedures. | ||
| 2057 : | |||
| 2058 : | * url-file.el: Visiting directories with an index file works in asynch | ||
| 2059 : | mode now. | ||
| 2060 : | |||
| 2061 : | * docomp.el (cl): Load cl during builds | ||
| 2062 : | |||
| 2063 : | * w3.el (w3-find-default-stylesheets): Added more directories to the | ||
| 2064 : | stylesheet search path. | ||
| 2065 : | (w3-do-setup): Make sure we don't infinitely recurse if we are using | ||
| 2066 : | html bookmarks. w3-parse-hotlist could call w3-parse-buffer, which will | ||
| 2067 : | call w3-do-setup if we don't set our global flag as 't'. | ||
| 2068 : | |||
| 2069 : | * Makefile.in (SOURCES): Some reordering to make the stupid thing at least | ||
| 2070 : | compile with Emacs 19. | ||
| 2071 : | |||
| 2072 : | Tue Jun 24 11:44:59 1997 Per Abrahamsen <abraham@dina.kvl.dk> | ||
| 2073 : | |||
| 2074 : | didierv | 1.50 | * w3.el (w3-mode): Avoid calling the global bindings for RET and mouse-2. |
| 2075 : | steve | 1.1 | |
| 2076 : | 1997-06-24 William M. Perry <wmperry@aventail.com> | ||
| 2077 : | |||
| 2078 : | * Synch'd up to custom/widget 1.9936 | ||
| 2079 : | didierv | 1.50 | |
| 2080 : | steve | 1.1 | * Emacs/W3 3.0.90 released |
| 2081 : | |||
| 2082 : | * Moved the documentation into its own subdirectory | ||
| 2083 : | |||
| 2084 : | didierv | 1.50 | * w3-menu.el: Slightly less complete version of id-menubar-set when not in |
| 2085 : | steve | 1.1 | InfoDock - was causing lots of errors in XEmacs when trying to run a |
| 2086 : | non-existent hook. Bleah. | ||
| 2087 : | |||
| 2088 : | * configure.in: Fixed AC_CHECK_PROG for emacs/xemacs - duh. | ||
| 2089 : | |||
| 2090 : | * aclocal.m4: Don't check custom sanity if it was specified on the | ||
| 2091 : | configure line | ||
| 2092 : | |||
| 2093 : | 1997-06-23 William M. Perry <wmperry@aventail.com> | ||
| 2094 : | |||
| 2095 : | * url-file.el (url-file): Make sure we set the content-type when loading | ||
| 2096 : | files. Was screwed when we were asynch. | ||
| 2097 : | |||
| 2098 : | * Upped planned release # to 4.0 | ||
| 2099 : | |||
| 2100 : | * Emacs/W3 3.0.89 released. | ||
| 2101 : | |||
| 2102 : | * configure.in: Fixed --with-x*emacs switches. | ||
| 2103 : | |||
| 2104 : | * Emacs/W3 3.0.88 aborted. | ||
| 2105 : | |||
| 2106 : | * w3-display.el (w3-display-node): deal with empty selections | ||
| 2107 : | |||
| 2108 : | * Now uses autoconf to deal with all configuration issues, including | ||
| 2109 : | sanity checking the installation of the custom and widget libraries. | ||
| 2110 : | |||
| 2111 : | Mon Jun 23 17:08:55 1997 Per Abrahamsen <abraham@dina.kvl.dk> | ||
| 2112 : | |||
| 2113 : | * w3.el (w3-mode): Don't call `widget-minor-mode'. | ||
| 2114 : | |||
| 2115 : | * w3-vars.el (w3-mode-map): Use `make-sparse-keymap'. | ||
| 2116 : | Use `widget-keymap' as parent. | ||
| 2117 : | (wid-edit): require. | ||
| 2118 : | |||
| 2119 : | Mon Jun 23 07:09:51 1997 William M. Perry <wmperry@aventail.com> | ||
| 2120 : | |||
| 2121 : | * w3-parse.el (w3-parse-buffer): Make sure we always have a newline at the | ||
| 2122 : | end of the buffer before starting the parse. | ||
| 2123 : | |||
| 2124 : | Fri Jun 20 11:23:28 1997 William M. Perry <wmperry@aventail.com> | ||
| 2125 : | |||
| 2126 : | * Synch'd up to Widget 1.9929 | ||
| 2127 : | |||
| 2128 : | * w3-mouse.el: Deal with InfoDock button bindings - we don't need to bind | ||
| 2129 : | _anything_ since hyperbole knows all about hyperlinks and stuff. | ||
| 2130 : | |||
| 2131 : | * w3-menu.el (w3-menu-install-menubar): Deal with InfoDock way of | ||
| 2132 : | specifying mode menubars. | ||
| 2133 : | |||
| 2134 : | * w3-toolbar.el (w3-add-toolbar-to-buffer): Don't install the toolbar | ||
| 2135 : | under InfoDock - it uses different toolbars than straight XEmacs. | ||
| 2136 : | |||
| 2137 : | * w3-mouse.el: Don't bind shift-button2 - this is reserved for hyperbole. | ||
| 2138 : | This is now on meta. | ||
| 2139 : | |||
| 2140 : | 1997-06-19 William M. Perry <wmperry@aventail.com> | ||
| 2141 : | |||
| 2142 : | * w3.el (w3-map-links): Deal with new keywords. | ||
| 2143 : | |||
| 2144 : | * w3-menu.el (w3-menu-links-constructor): Deal with new keywords on | ||
| 2145 : | links/images. | ||
| 2146 : | (w3-popup-menu): Ditto. | ||
| 2147 : | |||
| 2148 : | * w3-display.el (w3-widget-echo): Deal with new keywords we use on widgets. | ||
| 2149 : | (w3-follow-hyperlink): Ditto. | ||
| 2150 : | (w3-balloon-help-callback): Ditto. | ||
| 2151 : | (w3-maybe-start-image-download): Ditto. | ||
| 2152 : | (w3-handle-image): Use new keywords. | ||
| 2153 : | didierv | 1.50 | (w3-display-convert-arglist): New function to convert an assoc list into |
| 2154 : | steve | 1.1 | a property list with real CL-style keywords. |
| 2155 : | (w3-display-node): Use it when building a hyperlink. | ||
| 2156 : | didierv | 1.50 | (w3-resurrect-hyperlinks): Now uses widget-convert-text instead of nasty |
| 2157 : | steve | 1.1 | knowledge of internals of the widget library. |
| 2158 : | |||
| 2159 : | Tue Jun 17 21:45:06 1997 William M. Perry <wmperry@aventail.com> | ||
| 2160 : | |||
| 2161 : | * custom-check: Was misusing 'tr' | ||
| 2162 : | |||
| 2163 : | Sun Jun 15 22:17:01 1997 William M. Perry <wmperry@aventail.com> | ||
| 2164 : | |||
| 2165 : | * Synch'd up to custom 1.9920 | ||
| 2166 : | |||
| 2167 : | Sat Jun 14 15:37:09 1997 William M. Perry <wmperry@aventail.com> | ||
| 2168 : | |||
| 2169 : | * Synch'd up to custom 1.9918 - now distribute all of custom, just to be | ||
| 2170 : | anal. | ||
| 2171 : | |||
| 2172 : | * w3-display.el (w3-display-line-break): Ebola vaccination | ||
| 2173 : | (w3-maybe-start-background-image-download): Don't try to load background | ||
| 2174 : | images in Emacs 19 or on a TTY. | ||
| 2175 : | (w3-display-node): Keep track of the active face of a hyperlink. Need | ||
| 2176 : | to make the widget library smarter about this. | ||
| 2177 : | |||
| 2178 : | Fri Jun 13 22:16:59 1997 William M. Perry <wmperry@aventail.com> | ||
| 2179 : | |||
| 2180 : | * w3-parse.el: Some stupid sites put meta tags in the middle of their | ||
| 2181 : | documents. Sigh. Allow it, but bitch and moan. | ||
| 2182 : | |||
| 2183 : | * Added custom library to the distribution. | ||
| 2184 : | |||
| 2185 : | 1997-06-11 William M. Perry <wmperry@aventail.com> | ||
| 2186 : | |||
| 2187 : | * w3-parse.el : Allow <meta> tags in %body.content for stupid cnn.com | ||
| 2188 : | site. | ||
| 2189 : | |||
| 2190 : | * Emacs/W3 3.0.87 released. | ||
| 2191 : | |||
| 2192 : | * Synched up to Widget 1.9907 - you must be running this version for most | ||
| 2193 : | things to work. Make sure you are not picking up a widget library from | ||
| 2194 : | gnus or something like that before the one in the w3 directory. | ||
| 2195 : | |||
| 2196 : | * w3-display.el (w3-maybe-start-background-image-download): New function | ||
| 2197 : | that takes a URL and a face and does its best to set the background | ||
| 2198 : | pixmap of that face to the image pointed to by the URL. | ||
| 2199 : | didierv | 1.50 | (w3-display-node): Implemented 'background' property on 'body' or 'html' |
| 2200 : | steve | 1.1 | tags. |
| 2201 : | didierv | 1.50 | (w3-finalize-image-download): Changed a fair bit - shared between normal |
| 2202 : | steve | 1.1 | image downloads and background image downloads. |
| 2203 : | (w3-display-node): w3-user-colors-take-precedence now controls whether | ||
| 2204 : | background faces are retrieved or not. | ||
| 2205 : | didierv | 1.50 | (w3-face-for-element): Stylesheets use of background-image should almost |
| 2206 : | steve | 1.1 | work now. |
| 2207 : | (w3-display-node): Stylesheets use of background-image should work | ||
| 2208 : | completely now. | ||
| 2209 : | |||
| 2210 : | Tue Jun 10 07:24:09 1997 William M. Perry <wmperry@aventail.com> | ||
| 2211 : | |||
| 2212 : | * w3.el (w3-only-links): This will now use w3-map-links | ||
| 2213 : | (w3-mode): Dont' set inhibit-read-only, ever. | ||
| 2214 : | (w3-mode): back to using widget-minor-mode, since inheriting the keymap | ||
| 2215 : | doesn't seem to do much good. | ||
| 2216 : | |||
| 2217 : | * w3-vars.el: Don't bind anything to widget-button-press, let | ||
| 2218 : | widget-minor-mode do that. | ||
| 2219 : | |||
| 2220 : | * w3.el (w3-map-links): Revamped this to work with the new way widget is | ||
| 2221 : | using overlays instead of text properties. | ||
| 2222 : | (w3-mode): Use widget-minor-mode instead of binding a lot of | ||
| 2223 : | navigational commands ourselves. | ||
| 2224 : | |||
| 2225 : | * w3-display.el: Make sure we don't try to redefine the w3-dingbats | ||
| 2226 : | character set when loading this file more than once. | ||
| 2227 : | didierv | 1.50 | (w3-display-node): Rearranged some of the insert-before handling so that |
| 2228 : | steve | 1.1 | any text inserted does _not_ have the properties of the tag on it |
| 2229 : | (colors on hyperlinks won't bleed anymore) | ||
| 2230 : | (w3-resurrect-hyperlinks): New semi-working way of resurrecting | ||
| 2231 : | hyperlinks | ||
| 2232 : | |||
| 2233 : | Mon Jun 9 22:53:14 1997 William M. Perry <wmperry@aventail.com> | ||
| 2234 : | |||
| 2235 : | * w3-display.el (w3-display-node): Protect against stylesheet specified | ||
| 2236 : | widths on horizontal rules. | ||
| 2237 : | |||
| 2238 : | Mon Jun 9 22:42:26 1997 Istvan Marko <istvan@cmdmail.amd.com> | ||
| 2239 : | |||
| 2240 : | * w3-hot.el (w3-hotlist-apropos): Let this work when reuse-buffers != no | ||
| 2241 : | |||
| 2242 : | Mon Jun 9 22:35:04 1997 Dieter Maurer <dieter@hit.handshake.de> | ||
| 2243 : | |||
| 2244 : | * mm.el (mm-decode-quoted-printable): Fix for some multipart attachments | ||
| 2245 : | showing up empty due to badness in mm-decode-quoted-printable and | ||
| 2246 : | 'ignore' not moving to the end of the region just decoded. | ||
| 2247 : | |||
| 2248 : | Mon Jun 9 22:35:04 1997 William M. Perry <wmperry@aventail.com> | ||
| 2249 : | |||
| 2250 : | * w3-parse.el (w3-parse-buffer): Call w3-do-setup to make sure our | ||
| 2251 : | hashtables and things are set up correctly or gnus can choke big time. | ||
| 2252 : | |||
| 2253 : | Mon Jun 9 22:26:29 1997 Michael Ernst <mernst@cs.washington.edu> | ||
| 2254 : | |||
| 2255 : | * url.el (url-get-url-filename-chars): Fixed problem with bad use of a | ||
| 2256 : | hyphen in the regexp. Would cause problems when invoking | ||
| 2257 : | url-get-url-at-point when point was in front of a hyphen. | ||
| 2258 : | |||
| 2259 : | 1997-05-28 William M. Perry <wmperry@aventail.com> | ||
| 2260 : | |||
| 2261 : | * w3-cus.el: Use a :prefix on most of the groups to make the options look | ||
| 2262 : | nicer. | ||
| 2263 : | |||
| 2264 : | Thu May 15 05:06:30 1997 William M. Perry <wmperry@aventail.com> | ||
| 2265 : | |||
| 2266 : | * w3-sysdp.el: removed bogus definition of buffer-substring-no-properties | ||
| 2267 : | - will now use the more correct one that was already there. | ||
| 2268 : | |||
| 2269 : | * w3-display.el (w3-pause): Now has its own mini-event loop to pass off | ||
| 2270 : | scrolling commands, etc. Keeps buffer position constant while doing | ||
| 2271 : | incremental display. | ||
| 2272 : | |||
| 2273 : | Mon May 12 08:13:27 1997 William M. Perry <wmperry@aventail.com> | ||
| 2274 : | |||
| 2275 : | * w3.el (w3-view-this-url): Check the parent widget for an href if you | ||
| 2276 : | don't find one right away. This means that all commands that act on the | ||
| 2277 : | URL at point will now work on image widgets, etc. that are hyperlinks. | ||
| 2278 : | |||
| 2279 : | Sat May 10 14:37:25 1997 William M. Perry <wmperry@aventail.com> | ||
| 2280 : | |||
| 2281 : | * css.el (css-parse): Deal better with newline-challenged stylesheets | ||
| 2282 : | (css-parse): Don't be so aggressive in finding block data for @xyzzy | ||
| 2283 : | directives. | ||
| 2284 : | |||
| 2285 : | * mm.el (mm-viewer-passes-test): Always run the tests in the users home | ||
| 2286 : | directory. | ||
| 2287 : | |||
| 2288 : | * w3-mouse.el: Use down-mouse-N in Emacs 19, to be more consistent with | ||
| 2289 : | how the XEmacs keybindings work. | ||
| 2290 : | |||
| 2291 : | Fri May 9 11:32:46 1997 William M. Perry <wmperry@aventail.com> | ||
| 2292 : | |||
| 2293 : | * w3.el (w3-document-information): some formatting changes | ||
| 2294 : | |||
| 2295 : | Thu May 8 14:06:40 1997 William M. Perry <wmperry@aventail.com> | ||
| 2296 : | |||
| 2297 : | * Emacs/W3 3.0.86 released | ||
| 2298 : | |||
| 2299 : | * mule-sysdp.el (mule-code-convert-region): Try to deal gracefully with | ||
| 2300 : | the recent XEmacs 20.0 -> 20.2 renaming of the autodetect coding system | ||
| 2301 : | to automatic-conversion | ||
| 2302 : | |||
| 2303 : | * w3-sysdp.el (event-point): New stub. | ||
| 2304 : | |||
| 2305 : | * url-cookie.el (url-cookie-handle-set-cookie): Don't use the 'warn' | ||
| 2306 : | facility for bad cookie 'set' commands, was too annoying. | ||
| 2307 : | |||
| 2308 : | * w3.el (w3-save-as): Make sure to require ps-print before trying to | ||
| 2309 : | save/mail a document as postscript. The local binding of | ||
| 2310 : | didierv | 1.50 | ps-spool-buffer-name was causing the defvar not to happen, and you would |
| 2311 : | steve | 1.1 | get errors when trying to kill emacs later. Ugh. |
| 2312 : | (w3-document-information): Make sure to escape entities for meta and | ||
| 2313 : | other info we throw in. | ||
| 2314 : | |||
| 2315 : | * url-file.el (url-file): ftp/file retrieval can now be asynchronous | ||
| 2316 : | through the magic of [ange-ftp|efs]-copy-file-internal | ||
| 2317 : | |||
| 2318 : | * url.el (url-sentinel): Allow a buffer as the first argument to | ||
| 2319 : | the sentinel function. | ||
| 2320 : | (url-retrieve-internally): Allow asynch ftp transfers | ||
| 2321 : | |||
| 2322 : | * url-file.el (url-file): Asynchronous ftp downloads work now. | ||
| 2323 : | |||
| 2324 : | * w3.el (w3-download-url): Made this function interactive. | ||
| 2325 : | |||
| 2326 : | Mon Apr 28 13:31:36 1997 William M. Perry <wmperry@aventail.com> | ||
| 2327 : | |||
| 2328 : | * w3.el (w3-download-url-at-point): new function to download document | ||
| 2329 : | under point. | ||
| 2330 : | (w3-download-this-url): new function to download current document. | ||
| 2331 : | |||
| 2332 : | * w3-vars.el (w3-mode-map): Added 'D' and 'd' bindings for starting | ||
| 2333 : | document downloads. | ||
| 2334 : | |||
| 2335 : | Thu Apr 24 08:29:34 1997 William M. Perry <wmperry@aventail.com> | ||
| 2336 : | |||
| 2337 : | * Emacs/W3 3.0.85 released | ||
| 2338 : | |||
| 2339 : | * w3-display.el (w3-display-table-dimensions): Deal with | ||
| 2340 : | colgroup/thead/tfoot/col better. Before was ignoring the rest of the | ||
| 2341 : | table. ack. | ||
| 2342 : | (w3-display-table): ditto | ||
| 2343 : | |||
| 2344 : | * w3-prefs.el (w3-preferences-restore-variables): Slap things into | ||
| 2345 : | custom-land where they belong. | ||
| 2346 : | |||
| 2347 : | * A few customization tweaks. | ||
| 2348 : | |||
| 2349 : | Wed Apr 23 21:44:59 1997 <chang@wsu.edu> | ||
| 2350 : | |||
| 2351 : | * w3-e19.el (w3-store-in-clipboard): Make this work under OS/2 | ||
| 2352 : | |||
| 2353 : | Tue Apr 22 07:23:51 1997 William M. Perry <wmperry@aventail.com> | ||
| 2354 : | |||
| 2355 : | * devices.el: Removed defsubsts so that we should be able to share .elc | ||
| 2356 : | files again between emacs and XEmacs. | ||
| 2357 : | |||
| 2358 : | * font.el: Added in code to make a face blink. Causes lots of screen | ||
| 2359 : | flicker under Emacs 19 though, so it is turned off by default. Turn it | ||
| 2360 : | on with ESC-: (font-blink-initialize) - should be able to optimize when | ||
| 2361 : | the callback actually does anything based on what fonts are visible in | ||
| 2362 : | the visible buffers. | ||
| 2363 : | (font-face-visible-in-window-p): New function to tell if a face is | ||
| 2364 : | visible in a buffer window. | ||
| 2365 : | (font-map-windows): New function to map a function over all visible | ||
| 2366 : | windows. | ||
| 2367 : | (font-blink-callback): Use them to optimize so that invert-face is not | ||
| 2368 : | called unless absolutely necessary. | ||
| 2369 : | |||
| 2370 : | Mon Apr 21 08:58:02 1997 William M. Perry <wmperry@aventail.com> | ||
| 2371 : | |||
| 2372 : | * w3-e19.el: Added in compile-time require of w3-props so that pages with | ||
| 2373 : | backgrounds don't puke and die. | ||
| 2374 : | |||
| 2375 : | * w3.el (w3-find-default-stylesheets): Don't load a user's personal | ||
| 2376 : | stylesheet if we started up in '-q' mode. | ||
| 2377 : | |||
| 2378 : | * Emacs/W3 3.0.84 released | ||
| 2379 : | |||
| 2380 : | * w3-display.el: When using XEmacs 20.x w/mule support, we now define our | ||
| 2381 : | own special character set. This means that the table border chars work | ||
| 2382 : | again in XEmacs/mule | ||
| 2383 : | |||
| 2384 : | didierv | 1.50 | * devices.el: Added magic to not optimize this file under XEmacs - its not |
| 2385 : | steve | 1.1 | actually used, so no damage. It wouldn't compile under XEmacs because |
| 2386 : | it has subrs for all these, and our declaring them as defsubsts | ||
| 2387 : | thoroughly confuses the byte-compiler. | ||
| 2388 : | |||
| 2389 : | Sun Apr 20 12:19:56 1997 William M. Perry <wmperry@aventail.com> | ||
| 2390 : | |||
| 2391 : | * w3-sysdp.el: Moved device stuf out into its own devices.el file so that | ||
| 2392 : | it can be correctly byte-compiled. | ||
| 2393 : | Ditto for the text properties stuff (into w3-props.el) | ||
| 2394 : | |||
| 2395 : | Fri Apr 18 13:09:31 1997 William M. Perry <wmperry@aventail.com> | ||
| 2396 : | |||
| 2397 : | * Emacs/W3 3.0.83 released | ||
| 2398 : | |||
| 2399 : | * Synch'd up to Widget 1.89 | ||
| 2400 : | |||
| 2401 : | Thu Apr 17 06:20:56 1997 "T. V. Raman" <raman@Adobe.COM> | ||
| 2402 : | |||
| 2403 : | * default.css (pre/xmp/plaintext/key/code/tt): Changes to default | ||
| 2404 : | stylesheet for spoken output of normally `monospaced' text. | ||
| 2405 : | |||
| 2406 : | Tue Apr 15 16:28:11 1997 William M. Perry <wmperry@aventail.com> | ||
| 2407 : | |||
| 2408 : | * w3.el (w3-find-specific-link): Don't signal an error in a target anchor | ||
| 2409 : | (#foo) is not found. | ||
| 2410 : | |||
| 2411 : | Tue Apr 15 08:22:37 1997 John Palmieri <palmieri@math.mit.edu> | ||
| 2412 : | |||
| 2413 : | * w3.el (w3-complete-link): protect against errors when hitting return | ||
| 2414 : | when point isn't on a link | ||
| 2415 : | |||
| 2416 : | Mon Apr 14 16:18:43 1997 William M. Perry <wmperry@aventail.com> | ||
| 2417 : | |||
| 2418 : | * mm.el (mm-parse-mailcaps): Moved ~/.mailcap to the front of the list so | ||
| 2419 : | that it gets parsed last, and has the highest priority. | ||
| 2420 : | |||
| 2421 : | Sun Apr 13 20:28:30 1997 William M. Perry <wmperry@aventail.com> | ||
| 2422 : | |||
| 2423 : | * w3.el (w3-complete-link): now correctly defaults to following the link | ||
| 2424 : | at point. | ||
| 2425 : | |||
| 2426 : | Sat Apr 12 19:35:26 1997 William M. Perry <wmperry@aventail.com> | ||
| 2427 : | |||
| 2428 : | * w3-speak.el: use widget-at instead of emacspeak-widget-at | ||
| 2429 : | |||
| 2430 : | Fri Apr 11 07:39:26 1997 William M. Perry <wmperry@aventail.com> | ||
| 2431 : | |||
| 2432 : | * w3-menu.el (w3-menu-edit-menu): Addded a preferences submenu with all | ||
| 2433 : | the W3 & URL customization items underneat it. | ||
| 2434 : | |||
| 2435 : | * css.el (css-split-font-shorthand): Handle bad lists better | ||
| 2436 : | |||
| 2437 : | * Emacs/W3 3.0.82 released | ||
| 2438 : | |||
| 2439 : | * Synch'd up with Widget 1.78 | ||
| 2440 : | |||
| 2441 : | * w3-display.el (w3-get-face-info): Don't look for face attributes on tags | ||
| 2442 : | unless w3-user-colors-take-precedence is nil | ||
| 2443 : | (w3-display-node): Don't honor face attributes on <body> tag unless | ||
| 2444 : | w3-user-colors-take-precedence is nil | ||
| 2445 : | |||
| 2446 : | * url-vars.el: Modified a few customizations to make them prettier | ||
| 2447 : | |||
| 2448 : | * url-cache.el (url-cache-creation-function): Modified customization | ||
| 2449 : | |||
| 2450 : | Fri Apr 11 07:03:20 1997 Hrvoje Niksic <hniksic@srce.hr> | ||
| 2451 : | |||
| 2452 : | * url-cache.el, url-gw.el, url-cookie.el, url-irc.el, url-vars.el, url.el: | ||
| 2453 : | All URL related variables are now customizable. | ||
| 2454 : | |||
| 2455 : | Wed Apr 9 16:46:52 1997 William M. Perry <wmperry@aventail.com> | ||
| 2456 : | |||
| 2457 : | * Emacs/W3 3.0.81 released | ||
| 2458 : | |||
| 2459 : | * w3-xemac.el (w3-text-pixel-width): And a XEmacs specific version of it. | ||
| 2460 : | |||
| 2461 : | * w3-e19.el (w3-text-pixel-width): New function to return the pixel width | ||
| 2462 : | of a piece of text. | ||
| 2463 : | |||
| 2464 : | * url.el (url-handle-no-scheme): Use it. | ||
| 2465 : | |||
| 2466 : | * url-vars.el (url-handle-no-scheme-hook): New hook that should expand a | ||
| 2467 : | partial url like 'gnu' to a full URL, like 'http://www.gnu.org/'. | ||
| 2468 : | |||
| 2469 : | * w3-sysdp.el (run-hook-with-args-until-success): Added a stub for | ||
| 2470 : | run-hook-with-args-until-success | ||
| 2471 : | |||
| 2472 : | Tue Apr 8 12:20:39 1997 William M. Perry <wmperry@aventail.com> | ||
| 2473 : | |||
| 2474 : | * w3-auto.el: Added autoloads for all the functions in url-ns for proxy | ||
| 2475 : | functions, and url-mail | ||
| 2476 : | |||
| 2477 : | * url-ns.el (isPlainHostName): Fixed isPlainHostName | ||
| 2478 : | |||
| 2479 : | * w3-parse.el (w3-parse-buffer): now throws up a bad style warning for | ||
| 2480 : | images without ALT attributes. | ||
| 2481 : | |||
| 2482 : | * mm.el (mm-parse-mailcaps): Reverse the ':|;' separated path for MAILCAPS | ||
| 2483 : | so that earlier items take precedence, like standard unix PATH-like | ||
| 2484 : | variables do. | ||
| 2485 : | (mm-parse-mimetypes): Ditto for MIMETYPES | ||
| 2486 : | |||
| 2487 : | Mon Apr 7 06:23:11 1997 William M. Perry <wmperry@aventail.com> | ||
| 2488 : | |||
| 2489 : | * Emacs/W3 3.0.80 released | ||
| 2490 : | |||
| 2491 : | * w3-parse.el: Some more transitions - don't imply <p> after some form | ||
| 2492 : | tags. | ||
| 2493 : | |||
| 2494 : | * url-misc.el (url-finger): Ditto | ||
| 2495 : | |||
| 2496 : | * url-http.el (url-http): Ditto | ||
| 2497 : | |||
| 2498 : | * url-gopher.el (url-gopher-retrieve): Put in a process-sentinel of | ||
| 2499 : | 'ignore so that stupid 'process xxx exited with code nnn' messages are | ||
| 2500 : | not shown. | ||
| 2501 : | |||
| 2502 : | * url.el (url-sentinel): Ditto | ||
| 2503 : | |||
| 2504 : | * w3.el (w3-sentinel): remove call to url-clean-text - no longer needed | ||
| 2505 : | |||
| 2506 : | Mon Apr 7 02:57:19 1997 Greg Stark <gsstark@mit.edu> | ||
| 2507 : | |||
| 2508 : | * url.el (url-sentinel): once and for all eliminate the "first character | ||
| 2509 : | goes to wrong buffer" bug through brute force by setting the current | ||
| 2510 : | buffer to the buffer of the selected window at the end of a sentinel. | ||
| 2511 : | |||
| 2512 : | * w3.el (w3-viewer-sentinel): ditto | ||
| 2513 : | |||
| 2514 : | * w3-widget.el (widget-image-value-create): set tab-order to -1 on the | ||
| 2515 : | choice-items of client-side imagemaps to avoid having tab stop on them | ||
| 2516 : | didierv | 1.50 | three times, (it still stops on them twice) |
| 2517 : | steve | 1.1 | |
| 2518 : | * Makefile: add "make fast" rule to not run a bazillion emacsen | ||
| 2519 : | |||
| 2520 : | * FAQ: typos | ||
| 2521 : | |||
| 2522 : | * docomp.el: try setting byte-compile-dynamic to t to reduce memory usage | ||
| 2523 : | |||
| 2524 : | Fri Apr 4 06:23:31 1997 William M. Perry <wmperry@aventail.com> | ||
| 2525 : | |||
| 2526 : | * url-file.el (url-format-directory): Use insert-file-contents instead of | ||
| 2527 : | -literally, so that ftp index files will work. | ||
| 2528 : | |||
| 2529 : | * w3-emulate.el: lots of new commands to spoof the user-agent string. See | ||
| 2530 : | turn-[on|off]-[lynx|netscape|ie|arena]-masquerade-mode functions. | ||
| 2531 : | |||
| 2532 : | Thu Apr 3 07:22:27 1997 William M. Perry <wmperry@aventail.com> | ||
| 2533 : | |||
| 2534 : | * Emacs/W3 3.0.79 released | ||
| 2535 : | |||
| 2536 : | * w3-parse.el: Put in <p> as part of the content-model of <ul/ol> so that | ||
| 2537 : | <p> at the front of a list doesn't cause a bogus list item to be shown. | ||
| 2538 : | |||
| 2539 : | * url-http.el (url-parse-mime-headers): Make proxy authentication sort of | ||
| 2540 : | work again. | ||
| 2541 : | |||
| 2542 : | * w3-display.el (w3-setup-terminal-chars): Check to see whether face is | ||
| 2543 : | actually different before trying to set its font to a terminal one. | ||
| 2544 : | |||
| 2545 : | * url.el (url-buffer-visiting): Better matching of URLs - it was taking | ||
| 2546 : | the target into account - bad bad bad. | ||
| 2547 : | |||
| 2548 : | Wed Apr 2 18:05:11 1997 William M. Perry <wmperry@aventail.com> | ||
| 2549 : | |||
| 2550 : | * w3-forms.el (w3-form-add-element): New way to do hidden form | ||
| 2551 : | fields that retains the order information - damned idiots out there rely | ||
| 2552 : | on ordering. !#%!@ | ||
| 2553 : | |||
| 2554 : | * w3.el (w3-fetch): Put some of the logic about _blank/_top frame targets | ||
| 2555 : | into w3-fetch | ||
| 2556 : | |||
| 2557 : | * w3-display.el (w3-get-all-face-info): Added in support for the 'face' | ||
| 2558 : | attribute to specify font-family | ||
| 2559 : | |||
| 2560 : | Wed Apr 2 13:08:36 1997 Frederic Lepied <Frederic.Lepied@sugix.frmug.org> | ||
| 2561 : | |||
| 2562 : | * w3-print.el (w3-print-this-url): Need to run LaTeX to get the indices | ||
| 2563 : | right. | ||
| 2564 : | |||
| 2565 : | Tue Apr 1 11:20:54 1997 William M. Perry <wmperry@aventail.com> | ||
| 2566 : | |||
| 2567 : | * Emacs/W3 3.0.78 released | ||
| 2568 : | |||
| 2569 : | * css.el (css-color-light-p): New function | ||
| 2570 : | (css-active-device-types): Use it to add a 'dark' or 'light' property to | ||
| 2571 : | the active device types as necessary | ||
| 2572 : | |||
| 2573 : | Mon Mar 31 09:07:13 1997 William M. Perry <wmperry@aventail.com> | ||
| 2574 : | |||
| 2575 : | * w3-parse.el: More error transitions for tables (push tr before td/th | ||
| 2576 : | just after a table) | ||
| 2577 : | |||
| 2578 : | * w3-display.el (w3-display-node): Use it for body/html attribute handling | ||
| 2579 : | (w3-fix-color): New function to make sure we don't pass hex values without | ||
| 2580 : | "#" in front of them. | ||
| 2581 : | |||
| 2582 : | Sun Mar 30 15:00:59 1997 William M. Perry <wmperry@aventail.com> | ||
| 2583 : | |||
| 2584 : | * w3-display.el (w3-display-node): Now honors alink/vlink/link attributes | ||
| 2585 : | on the body tag. | ||
| 2586 : | (w3-fixup-eol-faces): Fixed nuking of faces at end of line to deal with | ||
| 2587 : | bad underlining behaviour of Emacs 19. | ||
| 2588 : | |||
| 2589 : | Sun Mar 30 14:28:32 1997 Greg Stark <gsstark@mit.edu> | ||
| 2590 : | |||
| 2591 : | * w3-e19.el (w3-mode-version-specifics): Fixed buffer read-only errors | ||
| 2592 : | when trying to set a background face. | ||
| 2593 : | |||
| 2594 : | Fri Mar 28 10:41:43 1997 William M. Perry <wmperry@aventail.com> | ||
| 2595 : | |||
| 2596 : | * Emacs/W3 3.0.77 released | ||
| 2597 : | |||
| 2598 : | * w3-display.el (w3-display-table): Face properties specified on the | ||
| 2599 : | 'table' element now propogate to table cells correctly. | ||
| 2600 : | |||
| 2601 : | Fri Mar 28 07:53:48 1997 Greg Stark <gsstark@mit.edu> | ||
| 2602 : | |||
| 2603 : | * w3-forms.el: Make sure we set the button-face on all widgets | ||
| 2604 : | |||
| 2605 : | Fri Mar 28 07:53:48 1997 William M. Perry <wmperry@aventail.com> | ||
| 2606 : | |||
| 2607 : | * w3-display.el (w3-frames): Use make-frame, not make-frame-command, so it | ||
| 2608 : | will work on XEmacs. | ||
| 2609 : | |||
| 2610 : | * w3-e19.el (w3-mode-version-specifics): Now honors background/foreground | ||
| 2611 : | color requests in Emacs19 by coloring in the whole buffer. Oh how I | ||
| 2612 : | wish Emacs 19 had buffer-local faces. | ||
| 2613 : | |||
| 2614 : | * w3-display.el (w3-display-table): Tables now look better under Emacs 19 | ||
| 2615 : | |||
| 2616 : | Thu Mar 27 08:05:34 1997 William M. Perry <wmperry@aventail.com> | ||
| 2617 : | |||
| 2618 : | * font.el (font-x-registry-and-encoding-regexp): got rid of compile | ||
| 2619 : | warning under Emacs 19 | ||
| 2620 : | |||
| 2621 : | * w3-display.el (w3-display-handle-list-type): manually remove faces on | ||
| 2622 : | bullet/list items | ||
| 2623 : | (w3-display-node): We were being a bit rude to inhibit-read-only - | ||
| 2624 : | sometimes would leave it 't', which is bad bad bad, some might even say | ||
| 2625 : | pure evil. | ||
| 2626 : | |||
| 2627 : | * Emacs-W3 3.0.76 released | ||
| 2628 : | |||
| 2629 : | * Synch'd up to Widget 1.68 | ||
| 2630 : | |||
| 2631 : | * w3-display.el (w3-display-node): Handles 'text' attribute correctly now | ||
| 2632 : | to set the default foreground when requested. | ||
| 2633 : | |||
| 2634 : | * mm.el (mm-play-sound-file): Fixed it for new mule stuff | ||
| 2635 : | |||
| 2636 : | * url-gw.el (url-gateway-nslookup-host): Added autoload for | ||
| 2637 : | gateway-nslookup-host | ||
| 2638 : | |||
| 2639 : | * w3-display.el (w3-display-table): Expand each line of a table cell out | ||
| 2640 : | to the border, so that we get nicely colors backgrounds for table cells | ||
| 2641 : | now. | ||
| 2642 : | |||
| 2643 : | * font.el (font-x-registry-and-encoding-regexp): New variable to match the | ||
| 2644 : | registry and encoding of a font name under X | ||
| 2645 : | (x-font-create-object): Use it to set the default registry and encoding | ||
| 2646 : | for font objects we create from font names. | ||
| 2647 : | (x-font-create-name): Grab the registry and encoding from the default | ||
| 2648 : | object for this device before defaulting back to '*' | ||
| 2649 : | |||
| 2650 : | * w3-display.el (w3-setup-terminal-chars): Explicitly specify wildcard | ||
| 2651 : | registry and encoding for the table-hack-x-face, to deal with changes in | ||
| 2652 : | the font library. | ||
| 2653 : | |||
| 2654 : | Wed Mar 26 06:23:51 1997 William M. Perry <wmperry@aventail.com> | ||
| 2655 : | |||
| 2656 : | * custom-check: Should work better now, and spit out better instructions | ||
| 2657 : | for rebuilding correctly. | ||
| 2658 : | |||
| 2659 : | * Emacs-W3 3.0.75 released | ||
| 2660 : | |||
| 2661 : | * url.el (url-clean-text): Better matching of bogus process exited | ||
| 2662 : | messages. | ||
| 2663 : | |||
| 2664 : | * font.el (font-rgb-color-p): No longer match "^#xxyyzz" as an rgb-color, | ||
| 2665 : | this screwed up bigtime in font-color-rgb-components. | ||
| 2666 : | (font-set-face-foreground): Do the test here instead. | ||
| 2667 : | (font-set-face-background): and here. | ||
| 2668 : | |||
| 2669 : | * w3-widget.el (widget-image-value-create): For client side imagemaps, | ||
| 2670 : | make sure case-fold-search or :ignore-case is specified. | ||
| 2671 : | |||
| 2672 : | * url-gw.el (url-gateway-nslookup-program): Default to using 'nslookup' as | ||
| 2673 : | url-gateway-nslookup-program | ||
| 2674 : | |||
| 2675 : | Tue Mar 25 16:06:28 1997 William M. Perry <wmperry@aventail.com> | ||
| 2676 : | |||
| 2677 : | * Emacs-W3 3.0.74 released | ||
| 2678 : | |||
| 2679 : | Tue Mar 25 15:31:56 1997 Greg Stark <gsstark@mit.edu> | ||
| 2680 : | |||
| 2681 : | * url-cookie.el (url-cookie-handle-set-cookie): don't deal with #!%@ed | ||
| 2682 : | microsoft web site cookies - they break good, clean, wholesome sites | ||
| 2683 : | like yahoo's stock pages. | ||
| 2684 : | |||
| 2685 : | * ssl.el (ssl-program-arguments): Make sure everything gets turned into a | ||
| 2686 : | string, not an integer. | ||
| 2687 : | (open-ssl-stream): use a pipe instead of a pty if possible (why?) | ||
| 2688 : | |||
| 2689 : | * w3-display.el (w3-display-node): Added back in <keygen> support | ||
| 2690 : | |||
| 2691 : | * w3.el (w3-notify-when-ready): protect against bad buffer switching | ||
| 2692 : | (minibuffer as active window lossage, etc) | ||
| 2693 : | |||
| 2694 : | * w3-toolbar.el (w3-toolbar-make-buttons): Don't warn about toolbar | ||
| 2695 : | directory on Emacsen that can't do toolbars! | ||
| 2696 : | |||
| 2697 : | Tue Mar 25 15:31:56 1997 William M. Perry <wmperry@aventail.com> | ||
| 2698 : | |||
| 2699 : | * Emacs-W3 3.0.73 released | ||
| 2700 : | |||
| 2701 : | * w3-display.el (w3-get-face-info): Allow passing in a second argument | ||
| 2702 : | that means 'check this attribute of the html tag if you don't find | ||
| 2703 : | something in the stylesheet'. This automatically enables <font color> | ||
| 2704 : | and <table|td|tr bgcolor>. | ||
| 2705 : | |||
| 2706 : | Tue Mar 25 06:45:02 1997 T. V. Raman <raman@Adobe.COM> | ||
| 2707 : | |||
| 2708 : | * w3-forms.el (w3-form-keymap): patch to avoid lossage with emacspeak & | ||
| 2709 : | using terminal.el | ||
| 2710 : | |||
| 2711 : | Tue Mar 25 06:45:02 1997 William M. Perry <wmperry@aventail.com> | ||
| 2712 : | |||
| 2713 : | * ssl.el (ssl-program-arguments): Removed -quiet switch, since it requires | ||
| 2714 : | patches to s_client | ||
| 2715 : | |||
| 2716 : | Mon Mar 24 10:56:11 1997 William M. Perry <wmperry@aventail.com> | ||
| 2717 : | |||
| 2718 : | * Emacs-W3 3.0.72 released | ||
| 2719 : | |||
| 2720 : | * w3-display.el (w3-display-node): Better handling of body and html style | ||
| 2721 : | attributes in XEmacs | ||
| 2722 : | |||
| 2723 : | * w3.el (w3-mode): Removed call to kill-all-local-variables, as it | ||
| 2724 : | nukes buffer-local faces as well. | ||
| 2725 : | |||
| 2726 : | * css.el (css-expand-length): Don't choke and use the wrong damn thing to | ||
| 2727 : | base percentages off of on percentage heights (ie: font-size: 80%) | ||
| 2728 : | |||
| 2729 : | Mon Mar 24 07:12:52 1997 Gerry S Hayes <sumner@CMU.EDU> | ||
| 2730 : | |||
| 2731 : | * url-gw.el (url-open-telnet): Fixed stupid typo into-to-string -> | ||
| 2732 : | int-to-string | ||
| 2733 : | (url-open-rlogin): Ditto. | ||
| 2734 : | |||
| 2735 : | Sun Mar 23 09:43:24 1997 William M. Perry <wmperry@aventail.com> | ||
| 2736 : | |||
| 2737 : | * w3-display.el (w3-table-ascii-border-chars): Use a '+' in the ascii art | ||
| 2738 : | version of table borders. | ||
| 2739 : | |||
| 2740 : | Sat Mar 22 00:45:34 1997 William M. Perry <wmperry@aventail.com> | ||
| 2741 : | |||
| 2742 : | * w3-menu.el (w3-use-menus): Customized this variable | ||
| 2743 : | |||
| 2744 : | * w3-display.el (w3-display-node): Don't run multiline text area's default | ||
| 2745 : | value through w3-normalize-spaces | ||
| 2746 : | |||
| 2747 : | Thu Mar 20 23:44:50 1997 Greg Stark <gsstark@mit.edu> | ||
| 2748 : | |||
| 2749 : | * w3-cus.el (w3-use-terminal-characters): New variable | ||
| 2750 : | (w3-use-terminal-characters-on-tty): New variable | ||
| 2751 : | (w3-use-terminal-glyphs): New variable | ||
| 2752 : | (w3-horizontal-rule-char): Make setting it to nil allow use of graphic | ||
| 2753 : | characters (also means people can avoid using graphic charactes for | ||
| 2754 : | horizontal rules if they wish) | ||
| 2755 : | * w3-display.el (w3-handle-image): clean up whitespace in alt tags | ||
| 2756 : | (w3-table-glyph-border-chars): New variable | ||
| 2757 : | (w3-table-graphic-border-chars): New variable | ||
| 2758 : | (w3-terminal-properties): New variable | ||
| 2759 : | (w3-insert-terminal-char): New inline function | ||
| 2760 : | didierv | 1.50 | (w3-horizontal-rule-char): New inline function |
| 2761 : | steve | 1.1 | (w3-setup-terminal-chars): Set up all of these and make using graphic |
| 2762 : | characters work on XEmacs using text properties (and optionally use text | ||
| 2763 : | didierv | 1.50 | properties on FSF Emacs too). |
| 2764 : | steve | 1.1 | (w3-table-hack-borders): Remove, obsoleted by w3-setup-terminal-chars |
| 2765 : | (w3-table-unhack-borders): don't have to fiddle with | ||
| 2766 : | w3-horizontal-rule-char any more. | ||
| 2767 : | (w3-display-table): Use w3-insert-terminal-char | ||
| 2768 : | (w3-size-of-tree): Use w3-horizontal-rule-char | ||
| 2769 : | (w3-display-node): Use w3-horizontal-rule-char, w3-insert-terminal-char, | ||
| 2770 : | uhm, i'm not sure if it was correct to remove the handle-content | ||
| 2771 : | * w3-forms.el (w3-fixup-eol-faces): try to remove mouse-face from end-of-lines as | ||
| 2772 : | didierv | 1.50 | well, uhm, this doesn't seem to work though. |
| 2773 : | (w3-form-determine-size): add keygen | ||
| 2774 : | steve | 1.1 | (w3-form-encode-helper): add keygen support for the day when the ssl code |
| 2775 : | didierv | 1.50 | itself is released. |
| 2776 : | steve | 1.1 | * w3-widget.el (widget-image-value-create): use 'item widgets instead of |
| 2777 : | 'push-button widgets and specify the format ourselves so we don't get | ||
| 2778 : | widget.el's arbitrary formatting. | ||
| 2779 : | * w3.el (w3-do-setup): call w3-setup-terminal-chars to make nice tables and | ||
| 2780 : | horizontal rules the default at least under X. | ||
| 2781 : | * mm.el added x-x509-ca-cert and x-x509-user-cert viewers but the tests | ||
| 2782 : | will fail so no one should should see this change until i release the | ||
| 2783 : | functions. | ||
| 2784 : | didierv | 1.50 | |
| 2785 : | steve | 1.1 | Fri Mar 21 18:52:31 1997 William M. Perry <wmperry@aventail.com> |
| 2786 : | |||
| 2787 : | * css.el (css-expand-length): Better support for percentage values in | ||
| 2788 : | lengths | ||
| 2789 : | |||
| 2790 : | Thu Mar 20 06:22:29 1997 Istvan Marko <istvan@cmdmail.amd.com> | ||
| 2791 : | |||
| 2792 : | * Added slot for no_proxy settings under the preferences panel | ||
| 2793 : | |||
| 2794 : | Thu Mar 20 06:22:29 1997 William M. Perry <wmperry@aventail.com> | ||
| 2795 : | |||
| 2796 : | * Emacs-W3 3.0.71 released | ||
| 2797 : | |||
| 2798 : | * w3-parse.el:Added more transitions for error handling of raw 'td' or | ||
| 2799 : | 'th' outside of a 'tr' in tablebody. | ||
| 2800 : | |||
| 2801 : | * url.el (url-default-callback): asynch downloads should now be cached | ||
| 2802 : | |||
| 2803 : | * w3-script.el (w3-do-scripting): Customized, turned off by default | ||
| 2804 : | |||
| 2805 : | Wed Mar 19 20:53:23 1997 Steven L Baur <steve@altair.xemacs.org> | ||
| 2806 : | |||
| 2807 : | * Makefile (xemacs-w3): Special target for XEmacs Build. | ||
| 2808 : | |||
| 2809 : | Wed Mar 19 05:56:56 1997 William M. Perry <wmperry@aventail.com> | ||
| 2810 : | |||
| 2811 : | * font.el (x-font-families-for-device): Just in case | ||
| 2812 : | font-default-family-for-device fails under Emacs/NT, return "monospace" | ||
| 2813 : | at the front of the list. | ||
| 2814 : | |||
| 2815 : | * url-vars.el (url-privacy-level): Now defaults to not sending your email | ||
| 2816 : | address in HTTP requests. | ||
| 2817 : | |||
| 2818 : | Tue Mar 18 13:09:13 1997 William M. Perry <wmperry@aventail.com> | ||
| 2819 : | |||
| 2820 : | * url-cookie.el (url-cookie-handle-set-cookie): Fixed variable typos - | ||
| 2821 : | doh. Today just hasn't been my day. | ||
| 2822 : | |||
| 2823 : | * Emacs-W3 3.0.70 released | ||
| 2824 : | |||
| 2825 : | * We now pass all tests on the forms tester page | ||
| 2826 : | http://www.research.digital.com/nsl/formtest/home.html | ||
| 2827 : | |||
| 2828 : | * w3-display.el (w3-display-node): Better handling of <select multiple> | ||
| 2829 : | and <select> in general. | ||
| 2830 : | |||
| 2831 : | * w3-forms.el (w3-form-encode-xwfu): Encode : and / in xwfu, since the | ||
| 2832 : | form tester expects it. | ||
| 2833 : | |||
| 2834 : | * url-cookie.el (url-cookie-trusted-urls): New variable - list of regexps | ||
| 2835 : | of URLs that you will accept cookies from without question. | ||
| 2836 : | (url-cookie-untrusted-urls): New variable - list of regexps of URLs that | ||
| 2837 : | you will _never_ accept cookies from. | ||
| 2838 : | (url-cookie-handle-set-cookie): Use them | ||
| 2839 : | (url-cookie-handle-set-cookie): When asking whether to allow a site to | ||
| 2840 : | set a cookie, show the cookies they are wanting to set. | ||
| 2841 : | |||
| 2842 : | Tue Mar 18 06:47:46 1997 Thierry Emery <Thierry.Emery@aar.alcatel-alsthom.fr> | ||
| 2843 : | |||
| 2844 : | * w3-display.el: Latest round of patches for <frames> support. | ||
| 2845 : | |||
| 2846 : | * w3-cus.el (w3-display-frames): can now have 4 values. | ||
| 2847 : | nil no frame display whatsoever (currently the default) | ||
| 2848 : | 'as-links display frame hyperlinks, but do not fetch them | ||
| 2849 : | 'ask display frame hyperlinks and ask whether to fetch them | ||
| 2850 : | t display frame hyperlinks and fetch them | ||
| 2851 : | |||
| 2852 : | Tue Mar 18 06:47:46 1997 William M. Perry <wmperry@aventail.com> | ||
| 2853 : | |||
| 2854 : | * w3-parse.el (w3-parse-buffer): Duh, don't do `=' comparison on results | ||
| 2855 : | of char-after, since it is nil at the end of the buffer. | ||
| 2856 : | |||
| 2857 : | Mon Mar 17 08:44:46 1997 William M. Perry <wmperry@aventail.com> | ||
| 2858 : | |||
| 2859 : | * Emacs-W3 3.0.69 released | ||
| 2860 : | |||
| 2861 : | * w3-sysdp.el (buffer-substring-no-properties): Added stub | ||
| 2862 : | |||
| 2863 : | * url-gopher.el (url-gopher-retrieve): Ditto. | ||
| 2864 : | |||
| 2865 : | * url.el: Ditto | ||
| 2866 : | |||
| 2867 : | * w3-parse.el: Removed all sorts of fun (following-char) commands that can | ||
| 2868 : | cause ebola warnings under XEmacs 20.x | ||
| 2869 : | |||
| 2870 : | * w3.el (w3-popup-info): Default to the URL under point instead of the | ||
| 2871 : | documents URL | ||
| 2872 : | |||
| 2873 : | * w3-auto.el: updated autoloads - made sure everything was interactive if | ||
| 2874 : | appropriate. | ||
| 2875 : | |||
| 2876 : | * w3-menu.el (w3-popup-menu): If w3-popup-menu-on-mouse-3 is nil, call | ||
| 2877 : | whatever button3 is bound to in global-map | ||
| 2878 : | |||
| 2879 : | * w3-display.el: Added XEmacs version of frame-char-height and | ||
| 2880 : | frame-char-width | ||
| 2881 : | (w3-frames): If w3-display-frames is non-nil, then do a refresh with it | ||
| 2882 : | bound locally, so everything should just work. | ||
| 2883 : | |||
| 2884 : | * url.el (url-do-setup): Global history file now defaults to ~/.w3/history | ||
| 2885 : | (url-do-setup): Cookie storage now defaults to ~/.w3/cookies | ||
| 2886 : | |||
| 2887 : | Mon Mar 17 06:51:07 1997 Paul Stodghill <stodghil@CS.Cornell.EDU> | ||
| 2888 : | |||
| 2889 : | * mm.el (mm-temporary-directory): Initialize variable from TMPDIR | ||
| 2890 : | environment variable | ||
| 2891 : | |||
| 2892 : | Fri Mar 14 13:35:56 1997 William M. Perry <wmperry@aventail.com> | ||
| 2893 : | |||
| 2894 : | * w3-forms.el (w3-form-create-custom): Fixed the 'custom' input type for | ||
| 2895 : | new filenames in the widget/custom package. | ||
| 2896 : | |||
| 2897 : | * ssl.el (ssl-certificate-verification-depth): New variable to control how | ||
| 2898 : | far up a cert chain to look. | ||
| 2899 : | (ssl-view-certificate-program-name): New variable. | ||
| 2900 : | (ssl-view-certificate-program-arguments): New variable. | ||
| 2901 : | (ssl-certificate-directory-style): New variable. | ||
| 2902 : | (ssl-rehash-program-name): New variable. | ||
| 2903 : | (ssl-certificate-directory): New variable. | ||
| 2904 : | (ssl-program-arguments): Use some of them. | ||
| 2905 : | (ssl-accept-ca-certificate): Use the rest. | ||
| 2906 : | |||
| 2907 : | * css.el (css-parse-args): Removed old code that could cause infinite loop | ||
| 2908 : | in stylesheet parsing on bad things like "foo=bar" instead of "foo:bar" | ||
| 2909 : | |||
| 2910 : | * w3-cus.el: Added better groupings for the customization stuff. | ||
| 2911 : | |||
| 2912 : | Thu Mar 13 19:54:50 1997 William M. Perry <wmperry@aventail.com> | ||
| 2913 : | |||
| 2914 : | * Emacs-W3 3.0.68 released | ||
| 2915 : | |||
| 2916 : | * w3-cus.el: Added customization support for Emacs-W3 | ||
| 2917 : | |||
| 2918 : | * w3.el (w3-mail-current-document): Use url-mail-command instead of | ||
| 2919 : | w3-mail-command | ||
| 2920 : | |||
| 2921 : | Thu Mar 13 11:41:42 1997 Greg Stark <gsstark@mit.edu> | ||
| 2922 : | |||
| 2923 : | * w3-prefs.el: Implemented privacy panel | ||
| 2924 : | |||
| 2925 : | Wed Mar 12 10:25:38 1997 William M. Perry <wmperry@aventail.com> | ||
| 2926 : | |||
| 2927 : | * w3-e19.el (w3-mode-version-specifics): Use the nasty crufty | ||
| 2928 : | buffer-access-fontify-functions to make sure that we never yank | ||
| 2929 : | read-only text out of the Emacs-W3 buffer. | ||
| 2930 : | |||
| 2931 : | * Synch'd up to Widget 1.62 | ||
| 2932 : | |||
| 2933 : | Wed Mar 12 06:36:41 1997 Paul Stodghill <stodghil@CS.Cornell.EDU> | ||
| 2934 : | |||
| 2935 : | * base64.el (base64-decode-region): Fixed typo in calling | ||
| 2936 : | command-on-region. | ||
| 2937 : | |||
| 2938 : | Tue Mar 11 07:03:48 1997 William M. Perry <wmperry@aventail.com> | ||
| 2939 : | |||
| 2940 : | * w3-auto.el (w3-use-hotlist): Made autoload interactive | ||
| 2941 : | |||
| 2942 : | * w3-widget.el (widget-image-value-create): Was a little too aggressive | ||
| 2943 : | about when to apply the -1 :tab-order property. Now only images that | ||
| 2944 : | are not hyperlinks or imagemaps will not be tabbed to. | ||
| 2945 : | |||
| 2946 : | * w3-prefs.el (w3-preferences-init-proxy-panel): Updated preferences panel | ||
| 2947 : | for new format of url-proxy-services | ||
| 2948 : | |||
| 2949 : | * w3-vars.el (w3-hyperlink-menu): Fixed problem with calling wrong | ||
| 2950 : | bookmark function - would create a bookmark to the current document, not | ||
| 2951 : | the document under the mouse. | ||
| 2952 : | (w3-popup-menu): Added a few menu itmes (reload, show images, add bookmark) | ||
| 2953 : | |||
| 2954 : | * w3-hot.el (w3-hotlist-add-document-at-point): Extract the title | ||
| 2955 : | correctly for the new widget implementation of hyperlinks. | ||
| 2956 : | |||
| 2957 : | Mon Mar 10 06:31:48 1997 William M. Perry <wmperry@aventail.com> | ||
| 2958 : | |||
| 2959 : | * w3-menu.el (w3-menu-options-menu): Fixed problem with XEmacs when | ||
| 2960 : | building without toolbars - would insert nil in the menu in a very wrong | ||
| 2961 : | place. | ||
| 2962 : | |||
| 2963 : | * font.el (font-normalize-color): Under win32, make sure we define the | ||
| 2964 : | color before we try to use it, since Emacs doesn't support raw #RRGGBB | ||
| 2965 : | color specifications yet. | ||
| 2966 : | (font-rgb-color-p): make all #RRGGBB color specs go through | ||
| 2967 : | font-normalize-color | ||
| 2968 : | |||
| 2969 : | * Emacs-W3 3.0.67 released | ||
| 2970 : | |||
| 2971 : | Mon Mar 10 1997 Dave Love <d.love@dl.ac.uk> | ||
| 2972 : | |||
| 2973 : | * w3.el (w3-do-setup): Make configuration file loading contingent | ||
| 2974 : | on init-file-user (i.e. suppressed with -q). | ||
| 2975 : | |||
| 2976 : | Sun Mar 9 13:09:38 1997 William M. Perry <wmperry@aventail.com> | ||
| 2977 : | |||
| 2978 : | * w3-widget.el (widget-image-value-create): Set :tab-order to -1 so the | ||
| 2979 : | latest widget library won't tab to image widgets. | ||
| 2980 : | |||
| 2981 : | * w3.el (w3-mode): Make sure w3-mode-hook is run last, so that people can | ||
| 2982 : | turn off truncate-lines if they want. | ||
| 2983 : | |||
| 2984 : | * ssl.el (open-ssl-stream): ssl-program-arguments is now dynamically | ||
| 2985 : | evaluated, similar to ps-lpr-switches. The special symbols 'host' and | ||
| 2986 : | 'port' are available, and bound to the hostname and port#/service we are | ||
| 2987 : | about to connect to. | ||
| 2988 : | |||
| 2989 : | * w3-display.el (w3-finish-drawing): Remove all read-only properties on | ||
| 2990 : | text. | ||
| 2991 : | |||
| 2992 : | * url-cache.el (url-cache-expired): fixed standalone mode | ||
| 2993 : | |||
| 2994 : | Sat Mar 8 09:13:59 1997 William M. Perry <wmperry@aventail.com> | ||
| 2995 : | |||
| 2996 : | * Emacs-W3 3.0.66 released. | ||
| 2997 : | |||
| 2998 : | * url-cache.el (url-cache-prepare): Threw a condition-case around the | ||
| 2999 : | make-directory call, just in case we can't create the file for some | ||
| 3000 : | reason. Also fixed bug where the file wouldn't be cached until the | ||
| 3001 : | second time you visited it. | ||
| 3002 : | |||
| 3003 : | * url.el (url-retrieve-internally): Deal with https asynch | ||
| 3004 : | |||
| 3005 : | * w3-xemac.el (w3-mode-version-specifics): Don't try to add the toolbar if | ||
| 3006 : | device-type == 'stream. | ||
| 3007 : | |||
| 3008 : | * w3-vars.el (w3-temporary-directory): Ditto. | ||
| 3009 : | |||
| 3010 : | * url-vars.el (url-temporary-directory): Initialize from TMPDIR | ||
| 3011 : | environment variable. | ||
| 3012 : | |||
| 3013 : | * w3.el (w3-start-viewer): Ditto. | ||
| 3014 : | |||
| 3015 : | * md5.el (md5): Ditto. | ||
| 3016 : | |||
| 3017 : | * mm.el (mm-compose-type): Don't use hardcoded /bin/sh and -c - use | ||
| 3018 : | shell-file-name and shell-command-switch | ||
| 3019 : | (mm-viewer-passes-test): ditto. | ||
| 3020 : | |||
| 3021 : | * w3-sysdp.el: Better device-* functions for Emacs-19 under win32 and OS/2 | ||
| 3022 : | |||
| 3023 : | * w3-display.el (w3-display-node): Better handling for <noframes> support. | ||
| 3024 : | |||
| 3025 : | Fri Mar 7 06:13:20 1997 William M. Perry <wmperry@aventail.com> | ||
| 3026 : | |||
| 3027 : | * w3-script.el (w3-script-evaluate-form): protect against bad input during | ||
| 3028 : | the read-from-string when parsing emacs-lisp scripts. | ||
| 3029 : | |||
| 3030 : | * w3-auto.el (w3-preferences-edit): Make the autoload for this be | ||
| 3031 : | interactive so that the user can actually find it! | ||
| 3032 : | |||
| 3033 : | * Emacs-W3 3.0.65 released. | ||
| 3034 : | |||
| 3035 : | * w3.el (w3-document-information): Better handling of last-modified | ||
| 3036 : | findings. | ||
| 3037 : | |||
| 3038 : | * w3-forms.el (w3-form-create-image): Try to use the value of an | ||
| 3039 : | image-input area as the label for the widget we create. | ||
| 3040 : | |||
| 3041 : | * w3-elisp.el (w3-elisp-safe-eval): Throw a condition-case() around the | ||
| 3042 : | eval to catch bad forms, etc. | ||
| 3043 : | |||
| 3044 : | * w3-script.el (w3-script-evaluate-form): Don't signal an error on unknown | ||
| 3045 : | scripting languages, just show a warning. | ||
| 3046 : | |||
| 3047 : | Thu Mar 6 08:24:49 1997 William M. Perry <wmperry@aventail.com> | ||
| 3048 : | |||
| 3049 : | * w3.el (w3-complete-link): Protect against malformed widgets (null :from | ||
| 3050 : | or :to). Is this from delayed image widgets? | ||
| 3051 : | |||
| 3052 : | * w3-vars.el (w3-mode-map): Changed binding of M-s to w3-save-as instead | ||
| 3053 : | of w3-search - does anybody use that instead of the forms interface? | ||
| 3054 : | |||
| 3055 : | * w3.el (w3-document-information): Show document size | ||
| 3056 : | |||
| 3057 : | * css.el (css-parse): Removed warning about old-style stuff for | ||
| 3058 : | device-dependent styles - was too annoying. Need to just remove this | ||
| 3059 : | support totally for the 3.0 release. | ||
| 3060 : | |||
| 3061 : | * w3.el (w3-internal-handle-preview): When previewing a buffer, remove all | ||
| 3062 : | text properties from the document source before doing anything. | ||
| 3063 : | (w3-mail-current-document): Bind case-fold-search when looking for where | ||
| 3064 : | to insert the <base> tag. | ||
| 3065 : | (w3-loaded-stylesheets): New variable to keep track of what stylesheets | ||
| 3066 : | were loaded at startup. | ||
| 3067 : | |||
| 3068 : | * url-cache.el (url-cache-create-filename-human-readable): New function to | ||
| 3069 : | create cached filenames using the old method, that was slightly more | ||
| 3070 : | human readable. | ||
| 3071 : | |||
| 3072 : | Wed Mar 5 15:38:00 1997 William M. Perry <wmperry@aventail.com> | ||
| 3073 : | |||
| 3074 : | * Emacs-W3 3.0.64 released | ||
| 3075 : | |||
| 3076 : | * w3-parse.el: OH god, finally got raw text inside a <tr> to push a <td> | ||
| 3077 : | onto the parse tree. got raw text inside a <table> to push a <tr> | ||
| 3078 : | onto the parse tee. | ||
| 3079 : | |||
| 3080 : | * w3-widget.el: Support 'target' in img widgets | ||
| 3081 : | |||
| 3082 : | Tue Mar 4 07:55:56 1997 William M. Perry <wmperry@aventail.com> | ||
| 3083 : | |||
| 3084 : | * w3-display.el (w3-display-node): Support 'seqnum' attribute | ||
| 3085 : | |||
| 3086 : | * w3.el (w3-mail-document-author): Fixed for new 'link' representation | ||
| 3087 : | (w3-document-information): If a document has a 'Last modified: blah' line, | ||
| 3088 : | use it as the last modified information as a last resort. | ||
| 3089 : | |||
| 3090 : | * Synch'ed up with widget 1.50 | ||
| 3091 : | |||
| 3092 : | * w3-forms.el: Try to play nice with old and new versions of | ||
| 3093 : | widget-edit/wid-edit.el | ||
| 3094 : | |||
| 3095 : | Tue Mar 4 06:23:41 1997 Michael Ernst <mernst@cs.washington.edu> | ||
| 3096 : | |||
| 3097 : | * url.el (url-get-url-at-point): If a possible URL starts with www., slap | ||
| 3098 : | on 'http://', as someone probably just forgot it. | ||
| 3099 : | |||
| 3100 : | Tue Mar 4 06:23:41 1997 William M. Perry <wmperry@aventail.com> | ||
| 3101 : | |||
| 3102 : | * w3-prefs.el (w3-preferences-hooks-variables): Removed some old variables. | ||
| 3103 : | (w3-preferences-edit): The preferences panel actually works again. No | ||
| 3104 : | longer tries to use an imagemap - a dropdown is good enough dammit. | ||
| 3105 : | |||
| 3106 : | * w3-vars.el: Removed some old variables | ||
| 3107 : | |||
| 3108 : | * w3-display.el (w3-display-node): For <a> tags, do not embed a widget in | ||
| 3109 : | the buffer unless it actually has an 'href' attribute. This helps a | ||
| 3110 : | _lot_ with <a name="blah">...</a> constructs. | ||
| 3111 : | |||
| 3112 : | Tue Mar 4 06:18:06 1997 Toby Speight <tms@ansa.co.uk> | ||
| 3113 : | |||
| 3114 : | * w3.el (w3-mail-current-document): Allow TM (if it's in use) to choose | ||
| 3115 : | the appropriate Transfer-Encoding of a mailed document. | ||
| 3116 : | (w3-mail-current-document): Try real hard to put <base> where it belongs | ||
| 3117 : | (in the <head>, if that is not found, then just after <html>, otherwise | ||
| 3118 : | just at the beginning of the document) | ||
| 3119 : | |||
| 3120 : | Mon Mar 3 07:10:11 1997 William M. Perry <wmperry@aventail.com> | ||
| 3121 : | |||
| 3122 : | * Emacs-W3 3.0.63 released | ||
| 3123 : | |||
| 3124 : | * w3-forms.el (w3-form-field-label): Labels are now reimplemented for form | ||
| 3125 : | fields | ||
| 3126 : | |||
| 3127 : | * w3-display.el (w3-parse-link): Now honors the old variable | ||
| 3128 : | w3-honor-stylesheets, which hadn't made it back onto the reimplemented | ||
| 3129 : | features list yet. | ||
| 3130 : | |||
| 3131 : | * font.el: Added quite a few autoloads. Package no longer overwrites the | ||
| 3132 : | set-face-* functions, as this was deemed evil in the extreme. | ||
| 3133 : | |||
| 3134 : | * w3-display.el (w3-face-for-element): Use the font-set-face-* functions | ||
| 3135 : | instead of the raw set-face-* functions. | ||
| 3136 : | |||
| 3137 : | * w3-widget.el (widget-image-inaudible-p): New variable that controls | ||
| 3138 : | whether image widgets are rendered inaudible by emacspeak or not. | ||
| 3139 : | (widget-image-value-set): Use it. | ||
| 3140 : | |||
| 3141 : | * url-cache.el (url-cache-directory): New variable that controls where you | ||
| 3142 : | cache files will be stored. Defaults to "~/.w3/cache" | ||
| 3143 : | (url-cache-creation-function): New variable that controls what function | ||
| 3144 : | will be used to create cached filenames. | ||
| 3145 : | (url-cache-create-filename-using-md5): This is now the default (and | ||
| 3146 : | only) cache-file-creation function. Suitably fast under Emacs 19 (lisp | ||
| 3147 : | implementation), _very_ fast under XEmacs, where it is written in C. | ||
| 3148 : | |||
| 3149 : | Thu Feb 27 07:27:43 1997 William M. Perry <wmperry@aventail.com> | ||
| 3150 : | |||
| 3151 : | * w3-sysdp.el: Added alias of make-symbolic-link to copy-file for NTEmacs | ||
| 3152 : | |||
| 3153 : | * w3-elisp.el: Removed face functions from the safe list. | ||
| 3154 : | |||
| 3155 : | Wed Feb 26 16:08:08 1997 Per Abrahamsen <abraham@dina.kvl.dk> | ||
| 3156 : | |||
| 3157 : | * font.el (font-create-object): Added autoload. | ||
| 3158 : | |||
| 3159 : | Wed Feb 26 08:17:37 1997 William M. Perry <wmperry@aventail.com> | ||
| 3160 : | |||
| 3161 : | * w3-display.el (w3-region): Fixed typo when binding | ||
| 3162 : | w3-display-same-buffer - no wonder it wasn't working right. | ||
| 3163 : | |||
| 3164 : | * images.el (image-normalize): Bind file-coding-system to the appropriate | ||
| 3165 : | no-conversion so that running subprocesses doesn't munge the data when | ||
| 3166 : | running under MULE. | ||
| 3167 : | (image-normalize): Now uses call-process-region instead of | ||
| 3168 : | shell-command-on-region, and removed the explicit mention of '/bin/sh' | ||
| 3169 : | and friends. Uses the ability of call-process-region to specify a | ||
| 3170 : | separate file to use for stderr - yipeee. | ||
| 3171 : | |||
| 3172 : | * url.el (url-setup-privacy-info): Slight change as to how url-system-type | ||
| 3173 : | and url-os-type are set up. No longer uses nested parens, as this seems | ||
| 3174 : | to confuse some sites that try to use the User-Agent header as a | ||
| 3175 : | state-tracker. | ||
| 3176 : | |||
| 3177 : | Mon Feb 24 10:15:45 1997 William M. Perry <wmperry@aventail.com> | ||
| 3178 : | |||
| 3179 : | * w3-display.el (w3-widget-echo): Make sure that nothing that will be | ||
| 3180 : | echoed is the empty string. | ||
| 3181 : | |||
| 3182 : | Sun Feb 23 08:34:18 1997 William M. Perry <wmperry@aventail.com> | ||
| 3183 : | |||
| 3184 : | * url-cache.el (url-store-in-cache): fixed stupid bug in caching logic | ||
| 3185 : | |||
| 3186 : | Sat Feb 22 07:21:29 1997 William M. Perry <wmperry@aventail.com> | ||
| 3187 : | |||
| 3188 : | * Emacs-W3 3.0.62 released | ||
| 3189 : | |||
| 3190 : | Thu Feb 20 13:40:22 1997 William M. Perry <wmperry@aventail.com> | ||
| 3191 : | |||
| 3192 : | * w3-forms.el (w3-form-summarize-password): By default, don't summarize | ||
| 3193 : | password entry boxes. | ||
| 3194 : | |||
| 3195 : | Thu Feb 20 07:33:59 1997 Thierry Emery <Thierry.Emery@aar.alcatel-alsthom.fr> | ||
| 3196 : | |||
| 3197 : | * w3-display.el (w3-frames): Better support for Frames | ||
| 3198 : | |||
| 3199 : | Thu Feb 20 07:33:59 1997 William M. Perry <wmperry@aventail.com> | ||
| 3200 : | |||
| 3201 : | * w3.el (w3-complete-link): Fixed bug in using try-completion to make sure | ||
| 3202 : | we have a match before passing a URL off to w3-fetch. | ||
| 3203 : | |||
| 3204 : | * Synch'd up to widget 1.44 | ||
| 3205 : | |||
| 3206 : | * url.el (url-default-callback): Caching works in asynch mode now. | ||
| 3207 : | |||
| 3208 : | Wed Feb 19 05:48:40 1997 William M. Perry <wmperry@aventail.com> | ||
| 3209 : | |||
| 3210 : | * css.el (css-split-font-shorthand): Make sure that the subelements of the | ||
| 3211 : | 'font' shorthand property get run through the property value-expansion | ||
| 3212 : | routines before getting returned. This royally screwed up font-family, | ||
| 3213 : | font-weight, and friends. | ||
| 3214 : | (css-expand-color): Now recognizes 'transparent' and 'none' as special | ||
| 3215 : | color names. | ||
| 3216 : | (css-expand-value): When dealing with color-shorthand, make sure | ||
| 3217 : | everything gets run through the value-expansion routines as well. Ack. | ||
| 3218 : | |||
| 3219 : | * w3-elisp.el (w3-elisp-safe-function): You can now supply a validation | ||
| 3220 : | function for the arguments of a script-enabled function, its no longer a | ||
| 3221 : | binary operation on just the function name. You can also give it a | ||
| 3222 : | variable name, and the value of that variable at the time of execution | ||
| 3223 : | is what controls whether it is safe or not. | ||
| 3224 : | |||
| 3225 : | * w3.el (w3-download-url): Finally fixed bug where w3-download-url would | ||
| 3226 : | not save in the correct directory if you just accepted the default | ||
| 3227 : | pathname it offered. | ||
| 3228 : | |||
| 3229 : | * url-cache.el (url-cache-ignored-protocols): New variable controlling | ||
| 3230 : | what protocols we should never cache to disk. | ||
| 3231 : | (url-cache-cachable-p): use it. | ||
| 3232 : | |||
| 3233 : | * w3.txi: Updated all nodes and menus, a few stylistic changes | ||
| 3234 : | |||
| 3235 : | * w3-elisp.el: Added read-access to devices, frames, windows, buffers, and | ||
| 3236 : | property-lists. Also added function, lambda, point, and list accessors | ||
| 3237 : | (member, memq, assoc) | ||
| 3238 : | |||
| 3239 : | * w3-display.el (w3-display-node): Bind widget-push-button-gui to nil in | ||
| 3240 : | w3-display-node so that images don't run into the | ||
| 3241 : | visible-portion-of-buffer-is-not-modifiable-bug. Ick. | ||
| 3242 : | |||
| 3243 : | * w3-elisp.el: Don't allow access to 'set'-type text-property functions | ||
| 3244 : | from scripts. | ||
| 3245 : | |||
| 3246 : | Tue Feb 18 15:11:08 1997 William M. Perry <wmperry@aventail.com> | ||
| 3247 : | |||
| 3248 : | * Emacs-W3 3.0.61 released | ||
| 3249 : | |||
| 3250 : | * w3.txi (Supported URLs): added sections on each protocol supported - | ||
| 3251 : | needs lots of fleshing out. | ||
| 3252 : | |||
| 3253 : | * url-misc.el (url-info): Info URL loader now unhex's the target, so that | ||
| 3254 : | you can have something like info:w3.info#Getting%20Started | ||
| 3255 : | |||
| 3256 : | * url.el (url-do-setup): Removed secure-http (SHTTP) handler - who the | ||
| 3257 : | hell cares anymore, it lost. | ||
| 3258 : | |||
| 3259 : | * w3-display.el (w3-display-node): Correctly calculates right margin as | ||
| 3260 : | documented (from window-width and right-margin) | ||
| 3261 : | |||
| 3262 : | * w3.el: Removed w3-batch-fetch | ||
| 3263 : | |||
| 3264 : | * url-vars.el: Removed lots of old variables | ||
| 3265 : | |||
| 3266 : | * url-misc.el: Removed x-exec URL handler - no interest anymore. | ||
| 3267 : | |||
| 3268 : | * w3-script.el (w3-script-evaluate-form): Use it. | ||
| 3269 : | (w3-do-scripting): New variable to control whether to do _any_ scripting | ||
| 3270 : | or not. | ||
| 3271 : | |||
| 3272 : | * The URL package now stores the current parsed URL object instead of 5 or | ||
| 3273 : | 6 separate variables. | ||
| 3274 : | |||
| 3275 : | * dist.Makefile: Removed old pgp and wais support, it was gross and | ||
| 3276 : | apparently nobody was using it. | ||
| 3277 : | |||
| 3278 : | Tue Feb 18 06:13:03 1997 "T. V. Raman" <raman@adobe.com> | ||
| 3279 : | |||
| 3280 : | * w3-forms.el (w3-form-summarize-radio-button): Better radio button | ||
| 3281 : | summarizer. | ||
| 3282 : | |||
| 3283 : | Tue Feb 18 06:13:03 1997 William M. Perry <wmperry@aventail.com> | ||
| 3284 : | |||
| 3285 : | * w3-display.el (w3-finish-drawing): Moved #blah target finding in here, | ||
| 3286 : | where it belongs. | ||
| 3287 : | |||
| 3288 : | * w3-vars.el (w3-mode-map): Added binding for raw '\t' instead of relying | ||
| 3289 : | on [tab]. Apparently this keysym isn't aliased under Emacs 19 on a | ||
| 3290 : | TTY. | ||
| 3291 : | |||
| 3292 : | Mon Feb 17 15:10:38 1997 William M. Perry <wmperry@aventail.com> | ||
| 3293 : | |||
| 3294 : | * w3-elisp.el: Interface to Emacs-Lisp for safe scripting. | ||
| 3295 : | |||
| 3296 : | * w3-script.el: Basic client-side scripting has been implemented. | ||
| 3297 : | |||
| 3298 : | * w3-xemac.el (w3-mouse-handler): Ditto | ||
| 3299 : | |||
| 3300 : | * w3-e19.el (w3-mouse-handler): Plugged in handling of the onMouseOver event | ||
| 3301 : | |||
| 3302 : | * w3-display.el (w3-handle-string-content): Now adds a text property that | ||
| 3303 : | contains w3-display-open-element-stack, so that from anywhere in the | ||
| 3304 : | buffer you can find out where you are in the parse tree. | ||
| 3305 : | |||
| 3306 : | * default.css (input): ome default stylesheet updates for input fields on | ||
| 3307 : | TTYs | ||
| 3308 : | |||
| 3309 : | Sun Feb 16 09:01:18 1997 Shuji Narazaki <narazaki@InetQ.or.jp> | ||
| 3310 : | |||
| 3311 : | * mule-sysdp.el: Updated for mule 3.0 | ||
| 3312 : | |||
| 3313 : | Sat Feb 15 15:35:15 1997 William M. Perry <wmperry@aventail.com> | ||
| 3314 : | |||
| 3315 : | * Emacs-W3 3.0.60 released | ||
| 3316 : | |||
| 3317 : | * w3-display.el (w3-display-node): use it. | ||
| 3318 : | |||
| 3319 : | * w3-vars.el (w3-display-frames): New variable for whether to show 'frame' | ||
| 3320 : | documents as a list of the subelements. | ||
| 3321 : | |||
| 3322 : | * w3.txi (Speech Properties): finished this chapter. | ||
| 3323 : | (Media Selection): ditto | ||
| 3324 : | (Time Units): ditto | ||
| 3325 : | (Angle Units): ditto | ||
| 3326 : | (Properties): Explanatory text at beginnign of section | ||
| 3327 : | |||
| 3328 : | Fri Feb 14 09:34:35 1997 William M. Perry <wmperry@aventail.com> | ||
| 3329 : | |||
| 3330 : | * Emacs-W3 3.0.59 released | ||
| 3331 : | |||
| 3332 : | * w3.txi: Lots of documentation about stylesheets, chapter layout | ||
| 3333 : | changes. | ||
| 3334 : | |||
| 3335 : | Thu Feb 13 07:01:59 1997 William M. Perry <wmperry@aventail.com> | ||
| 3336 : | |||
| 3337 : | * Synch'd up to widget 1.38 | ||
| 3338 : | |||
| 3339 : | * w3-forms.el (w3-form-resurrect-widgets): For now, don't use the nice new | ||
| 3340 : | GUI pushbuttons - they appear to suffer badly on long lines. | ||
| 3341 : | |||
| 3342 : | * w3-mouse.el (w3-running-FSF19): Use new w3-popup-menu-on-mouse-3 variable | ||
| 3343 : | |||
| 3344 : | * w3-vars.el: Removed _lots_ of obsolete variables | ||
| 3345 : | (w3-popup-menu-on-mouse-3): New variable to control whether W3 should | ||
| 3346 : | override mouse-3 or not. | ||
| 3347 : | |||
| 3348 : | * Emacs-W3 3.0.58 released | ||
| 3349 : | |||
| 3350 : | * w3.txi: Added stubs for stylesheet chapters and supported URLs | ||
| 3351 : | |||
| 3352 : | * images.el (image-register-netpbm-utilities): This is now safe to call | ||
| 3353 : | multiple times again. | ||
| 3354 : | |||
| 3355 : | Wed Feb 12 06:26:55 1997 William M. Perry <wmperry@aventail.com> | ||
| 3356 : | |||
| 3357 : | * w3-forms.el (w3-form-keymap): When binding widget-end-of-line, make sure | ||
| 3358 : | that we do not overwrite Emacspeak's prefix-key. Now does a | ||
| 3359 : | where-is-internal to find the correct binding in global-map to | ||
| 3360 : | override. | ||
| 3361 : | |||
| 3362 : | * w3-display.el (w3-display-node): bind :emacspeak-help to 'w3-widget-echo | ||
| 3363 : | in all the hypertext links. | ||
| 3364 : | |||
| 3365 : | * w3-vars.el (w3-mode-map): New binding for \M-\t - this _should_ have | ||
| 3366 : | been taken care of by the [(meta tab)] definition, but evidently it | ||
| 3367 : | doesn't. *sigh* | ||
| 3368 : | |||
| 3369 : | Tue Feb 11 07:33:50 1997 William M. Perry <wmperry@aventail.com> | ||
| 3370 : | |||
| 3371 : | * w3-forms.el (w3-form-create-option-list): Specify :menu-tag-get so that | ||
| 3372 : | keyboard-based-completion doesn't get confused by the fact that some | ||
| 3373 : | items will have spaces slapped in at the end. | ||
| 3374 : | |||
| 3375 : | * ssl.el (ssl-program-arguments): New variable - a list of command line | ||
| 3376 : | switches to send to the SSL program in a subprocess, before the hostname | ||
| 3377 : | and port number. | ||
| 3378 : | (open-ssl-stream): Use it. | ||
| 3379 : | |||
| 3380 : | Mon Feb 10 07:45:31 1997 William M. Perry <wmperry@aventail.com> | ||
| 3381 : | |||
| 3382 : | * url-file.el (url-file): Removed refs to variable url-use-hypertext-dired | ||
| 3383 : | |||
| 3384 : | * url-vars.el: Removed obsolete variable url-use-hypertext-dired | ||
| 3385 : | |||
| 3386 : | didierv | 1.50 | * url-file.el (url-dired-find-file-mouse): fixed bad typo of |
| 3387 : | steve | 1.1 | (interactive...) spec, added documentation to a few functions. |
| 3388 : | (url-file): Removed refs to obsolete variable url-use-hypertext-dired | ||
| 3389 : | |||
| 3390 : | * w3-xemac.el (w3-setup-version-specifics): Workaround for users of XEmacs | ||
| 3391 : | 19.14 or 20.0 with the bad bad bad lossage with text properties that | ||
| 3392 : | have null values. This bug is fixed in XEmacs 19.15, and will be in | ||
| 3393 : | 20.1 as well. This bug would cause you to get errors like: | ||
| 3394 : | internal error: no text-prop <#extent ....> start-open | ||
| 3395 : | |||
| 3396 : | * w3.el (w3-widget-button-click): Deal with new image capabilities of the | ||
| 3397 : | widget checkbox/radio-button stuff. | ||
| 3398 : | |||
| 3399 : | * Synch'ed up to widget 1.31 | ||
| 3400 : | |||
| 3401 : | Sun Feb 9 15:39:19 1997 William M. Perry <wmperry@aventail.com> | ||
| 3402 : | |||
| 3403 : | * Emacs-W3 3.0.57 released | ||
| 3404 : | |||
| 3405 : | * url-file.el (url-dired-minor-mode): New minor mode that overrides a few | ||
| 3406 : | of direds keybindings to use Emacs-W3 instead of straight find-file. | ||
| 3407 : | (url-format-directory): Now just uses dired to display directory | ||
| 3408 : | listings, much more powerful than the old way. Can copy files, act on | ||
| 3409 : | multiple files, you all know the drill. | ||
| 3410 : | |||
| 3411 : | * w3.txi: Added more chapters, reorg of others. | ||
| 3412 : | |||
| 3413 : | * w3-display.el (w3-maybe-start-image-download): Fixed handling of bad | ||
| 3414 : | images in the cache again. Duh. | ||
| 3415 : | No longer log to the warnings buffer if we fail to load an image. Just | ||
| 3416 : | use message - much less intrusive. We just usually don't care that much | ||
| 3417 : | about failed image loads. | ||
| 3418 : | |||
| 3419 : | * url-gw.el (url-open-stream): fixed typo - was calling old | ||
| 3420 : | url-nslookup-host instead of url-gateway-nslookup-host | ||
| 3421 : | |||
| 3422 : | * w3.el (w3-insert-formatted-url): Now inserts markup in lowercase. | ||
| 3423 : | |||
| 3424 : | Sat Feb 8 13:54:43 1997 William M. Perry <wmperry@aventail.com> | ||
| 3425 : | |||
| 3426 : | * Emacs-W3 3.0.56 released. Getting closer! | ||
| 3427 : | |||
| 3428 : | * w3-forms.el (w3-form-summarize-radio-button): Finally, a decent | ||
| 3429 : | summarization of radio buttons | ||
| 3430 : | Fixed typo in specifying summarizer for hidden form fields. | ||
| 3431 : | (w3-form-keymap): Bind C-a and C-e by default. | ||
| 3432 : | |||
| 3433 : | * w3-widget.el (widget-image-value-create): When using emacspeak, show | ||
| 3434 : | client side imagemaps as a table. Need a more general solution for | ||
| 3435 : | this, but this makes us nicer than IE again. :) | ||
| 3436 : | |||
| 3437 : | * Updated to widget 1.30 | ||
| 3438 : | |||
| 3439 : | Fri Feb 7 16:49:55 1997 William M. Perry <wmperry@aventail.com> | ||
| 3440 : | |||
| 3441 : | * w3-display.el (w3-handle-string-content): Make sure faces text | ||
| 3442 : | properties are closed, so that things don't bleed over. | ||
| 3443 : | (w3-fixup-eol-faces): New function for Emacs 19 that removes face | ||
| 3444 : | information at newlines, so that underlining will not extend from the | ||
| 3445 : | end of a line to the window edges - very ugly. | ||
| 3446 : | |||
| 3447 : | * w3-menu.el (w3-menu-initialize-w3-mode-menu-map): Don't support 'emacs | ||
| 3448 : | in w3-use-menus under Emacs in Windows 95/NT. | ||
| 3449 : | |||
| 3450 : | * w3-display.el (w3-finalize-image-download): Deal with bad images better. | ||
| 3451 : | (w3-finish-drawing): Better protection of putting images in. | ||
| 3452 : | |||
| 3453 : | * url-gw.el (url-open-stream): Don't auto-retry connections. Don't throw | ||
| 3454 : | an error if you fail to connect to a site. This is for image loadings | ||
| 3455 : | that fail for some reason or another. | ||
| 3456 : | |||
| 3457 : | * css.el (css-expand-length): better handling of float values and 'ex' | ||
| 3458 : | unit type. | ||
| 3459 : | |||
| 3460 : | * font.el (x-font-create-object): Unconditionally make case-fold-search | ||
| 3461 : | non-nil so that we don't lose big-time. This was the cause of the very | ||
| 3462 : | weird font-spatial-to-canonical lossage under XEmacs with font sizes of | ||
| 3463 : | something like '+12pt' | ||
| 3464 : | |||
| 3465 : | * w3.el (w3-view-this-url): Use widget-echo-help if we didn't find a URL | ||
| 3466 : | under point. | ||
| 3467 : | |||
| 3468 : | Fri Feb 7 15:22:25 1997 Charles Levert <charles@comm.polymtl.ca> | ||
| 3469 : | |||
| 3470 : | * w3-widget.el (widget-image-notify): Bad data being fed to w3-fetch if a | ||
| 3471 : | client-side imagemap had an alt attribute (but only if the <map> came | ||
| 3472 : | _after_ the use. | ||
| 3473 : | |||
| 3474 : | Fri Feb 7 15:22:25 1997 William M. Perry <wmperry@aventail.com> | ||
| 3475 : | |||
| 3476 : | * font.el (font-spatial-to-canonical): protect against bad input to this | ||
| 3477 : | function. | ||
| 3478 : | |||
| 3479 : | Fri Feb 7 15:19:36 1997 Toby Speight <tms@ansa.co.uk> | ||
| 3480 : | |||
| 3481 : | * w3-parse.el (w3-parse-buffer): Parser didn't allow for the fact that | ||
| 3482 : | TAGC is optional on end-tags as well as on start-tags (i.e. "<b<i> | ||
| 3483 : | bold-italic</i</b>" is legal). | ||
| 3484 : | |||
| 3485 : | Fri Feb 7 06:28:37 1997 William M. Perry <wmperry@aventail.com> | ||
| 3486 : | |||
| 3487 : | * w3-forms.el (w3-form-keymap): Now inherits from widget-keymap, with a | ||
| 3488 : | few exceptions. | ||
| 3489 : | |||
| 3490 : | * url.el (url-uncompress): This function now no longer looks at the file | ||
| 3491 : | extension to determine a compression/encoding method. This is so that | ||
| 3492 : | doing searches on `foo.tar.gz' will not bogusly cause the decompression | ||
| 3493 : | steps to run. Ick! | ||
| 3494 : | |||
| 3495 : | * url-file.el (url-insert-possibly-compressed-file): This function no | ||
| 3496 : | longer atempts to decompress the file after loading it in. Instead, it | ||
| 3497 : | sets an appropriate content-transfer-encoding header based on the | ||
| 3498 : | filename, so that this will allow url-uncompress to work correctly on the | ||
| 3499 : | buffer. | ||
| 3500 : | |||
| 3501 : | Thu Feb 6 06:24:26 1997 William M. Perry <wmperry@aventail.com> | ||
| 3502 : | |||
| 3503 : | * w3-print.el (w3-postscript-print-function): New variable to control what | ||
| 3504 : | function is used to generate postscript output. | ||
| 3505 : | (w3-print-this-url): Use it. | ||
| 3506 : | |||
| 3507 : | * w3-display.el (w3-handle-string-content): Make all inserted text | ||
| 3508 : | read-only | ||
| 3509 : | |||
| 3510 : | * w3-forms.el (w3-form-use-old-style): New variable to control whether to | ||
| 3511 : | use the old-style interaction with form fields instead of the 'type | ||
| 3512 : | directly into the buffer' method | ||
| 3513 : | (w3-form-determine-size): Use it. | ||
| 3514 : | (w3-form-create-integer): Use it. | ||
| 3515 : | (w3-form-create-float): Use it. | ||
| 3516 : | (w3-form-create-text): Use it. | ||
| 3517 : | (w3-form-create-password): Use it. | ||
| 3518 : | (w3-revert-form): Fixed error with 'reset' buttons on forms that had | ||
| 3519 : | hidden form fields. | ||
| 3520 : | |||
| 3521 : | * w3-vars.el (w3-mode-map): Define [backtab] by default | ||
| 3522 : | |||
| 3523 : | * w3-display.el (w3-size-of-tree): Removed some warnings | ||
| 3524 : | (w3-display-table-dimensions): ditto | ||
| 3525 : | |||
| 3526 : | * Updated to widget 1.26 | ||
| 3527 : | |||
| 3528 : | * default.css: Some default formatting changes for input fields. | ||
| 3529 : | Everything is underlined by default except submit/reset/image/button | ||
| 3530 : | fields, so that they are a little easier to spot. | ||
| 3531 : | |||
| 3532 : | * w3-parse.el (w3-parse-buffer): Now slaps pseudo-elements into input | ||
| 3533 : | fields so that stylesheets can access them. | ||
| 3534 : | |||
| 3535 : | Wed Feb 5 14:42:12 1997 William M. Perry <wmperry@aventail.com> | ||
| 3536 : | |||
| 3537 : | * Updated to widget 1.24 | ||
| 3538 : | |||
| 3539 : | * Happy birthday Jenny P. | ||
| 3540 : | |||
| 3541 : | Tue Feb 4 08:21:03 1997 William M. Perry <wmperry@aventail.com> | ||
| 3542 : | |||
| 3543 : | * font.el (x-font-create-name): Better checking/optimizing of when to just | ||
| 3544 : | return the default font. | ||
| 3545 : | |||
| 3546 : | * w3-forms.el: Make use of the new information, and pass it down to the | ||
| 3547 : | widget library appropriately. | ||
| 3548 : | |||
| 3549 : | * w3-display.el (w3-display-node): Now passes in the entire list of active | ||
| 3550 : | faces to form creation functions. | ||
| 3551 : | |||
| 3552 : | Mon Feb 3 07:26:18 1997 William M. Perry <wmperry@aventail.com> | ||
| 3553 : | |||
| 3554 : | * w3-emulate.el (w3-lynx-emulation-minor-mode-map): Lots of new | ||
| 3555 : | keybindings for lynx emulation minor mode. | ||
| 3556 : | |||
| 3557 : | * Emacs-W3 3.0.55 released | ||
| 3558 : | |||
| 3559 : | * w3-forms.el (w3-form-determine-size): Fixed _STUPID_ problem where | ||
| 3560 : | option lists would lose everything but the first option in them. I'm a | ||
| 3561 : | dumbass. Sort modifies its list parameter! ICK ICK ICK. | ||
| 3562 : | |||
| 3563 : | * url.el (url-after-change-function): Show prettier status messages. | ||
| 3564 : | Sizes are converted to bytes, k, or M, depending on how big the file | ||
| 3565 : | is. | ||
| 3566 : | |||
| 3567 : | * w3.txi: Lots of documentation changes - volunteers welcome. | ||
| 3568 : | |||
| 3569 : | * Removed personal annotation support, since it wasn't shown with the new | ||
| 3570 : | display engine, it needs to be rethought, and nobody had complained in | ||
| 3571 : | the entire beta cycle. | ||
| 3572 : | |||
| 3573 : | * w3.el (w3-history-find-url-internal): Redid the history mechanism. | ||
| 3574 : | Toolbar and menu entries are now grayed out appropriately. | ||
| 3575 : | |||
| 3576 : | * url-http.el (url-create-mime-request): Fixed cookie support if not going | ||
| 3577 : | through a proxy gateway. | ||
| 3578 : | |||
| 3579 : | Sun Feb 2 22:05:41 1997 William M. Perry <wmperry@aventail.com> | ||
| 3580 : | |||
| 3581 : | * w3-display.el (w3-display-table): Fix for negative colwidth | ||
| 3582 : | |||
| 3583 : | Fri Jan 31 14:28:54 1997 William M. Perry <wmperry@aventail.com> | ||
| 3584 : | |||
| 3585 : | * w3.el (w3-fetch): Fixed targetted links (http://blah/#foo) | ||
| 3586 : | |||
| 3587 : | Fri Jan 31 11:20:47 1997 Alf-Ivar Holm <alfh@ifi.uio.no> | ||
| 3588 : | |||
| 3589 : | * w3.el (w3-mail-current-document): Fixed problem with calling | ||
| 3590 : | w3-parse-buffer with too many arguments when mailing LaTeX-ified | ||
| 3591 : | files. | ||
| 3592 : | |||
| 3593 : | Fri Jan 31 11:19:37 1997 Cord Kielhorn <kielhorn@thphy.uni-duesseldorf.de> | ||
| 3594 : | |||
| 3595 : | * css.el (css-expand-length): Fixed bad regexps for percentage and | ||
| 3596 : | character based lengths | ||
| 3597 : | |||
| 3598 : | Thu Jan 30 20:27:06 1997 William M. Perry <wmperry@aventail.com> | ||
| 3599 : | |||
| 3600 : | * Emacs-W3 3.0.52 released | ||
| 3601 : | |||
| 3602 : | * w3-display.el (w3-handle-image): When doing table auto layout, don't | ||
| 3603 : | start loading the images. | ||
| 3604 : | |||
| 3605 : | Wed Jan 29 06:15:37 1997 William M. Perry <wmperry@aventail.com> | ||
| 3606 : | |||
| 3607 : | * font.el (x-font-create-name): Yet another fix for not screwing up the | ||
| 3608 : | line-height in Emacs 19. | ||
| 3609 : | |||
| 3610 : | * w3-display.el (w3-face-for-element): Uhh, oblique seems to work. | ||
| 3611 : | |||
| 3612 : | * font.el (set-font-style-by-keywords): now deals with arguments that | ||
| 3613 : | aren't lists, for the font-style and font-variant CSS stuff | ||
| 3614 : | |||
| 3615 : | * w3-display.el (w3-display-node): Reimplemented <cookie> tag. | ||
| 3616 : | (w3-display-node): Reimplemented <flame> tag. | ||
| 3617 : | |||
| 3618 : | * url.el (url-insert-file-contents): url-insert-file-contents now | ||
| 3619 : | decodes/uncompresses the data before returning. | ||
| 3620 : | |||
| 3621 : | * w3-display.el (w3-display-node): Reimplemented <pinhead> tag | ||
| 3622 : | |||
| 3623 : | Tue Jan 28 06:22:08 1997 William M. Perry <wmperry@aventail.com> | ||
| 3624 : | |||
| 3625 : | * font.el (x-font-create-name): Never take font size into account under | ||
| 3626 : | Emacs - too much chance of totally screwing up the users leading by | ||
| 3627 : | choosing a bigger font than their default. This sucks. But I can't | ||
| 3628 : | find a better solution. | ||
| 3629 : | |||
| 3630 : | * w3.el: w3-mode now turns on truncate-lines by default. | ||
| 3631 : | |||
| 3632 : | * w3-forms.el (w3-form-create-image): Better image input type support. | ||
| 3633 : | |||
| 3634 : | Mon Jan 27 08:21:58 1997 William M. Perry <wmperry@aventail.com> | ||
| 3635 : | |||
| 3636 : | * w3-forms.el (w3-form-create-password): Now uses real password entry | ||
| 3637 : | widgets provided by 'widget' - you _MUST_USE_ the widget library that | ||
| 3638 : | comes with Emacs-W3 for this, otherwise the info won't be hidden | ||
| 3639 : | correctly. | ||
| 3640 : | (w3-form-add-element): Deal with hidden text areas better when they are | ||
| 3641 : | in forms | ||
| 3642 : | |||
| 3643 : | * Synch'd up to widget 1.22 | ||
| 3644 : | |||
| 3645 : | Sun Jan 26 16:50:09 1997 William M. Perry <wmperry@aventail.com> | ||
| 3646 : | |||
| 3647 : | * Emacs-W3 3.0.51 released | ||
| 3648 : | |||
| 3649 : | * w3-forms.el (w3-form-create-text): Now uses the real text entry widgets | ||
| 3650 : | provided by 'widget' - still can't do this for password fields yet | ||
| 3651 : | though. | ||
| 3652 : | |||
| 3653 : | * Synch'd up to Widget 1.20 | ||
| 3654 : | |||
| 3655 : | Sat Jan 25 13:38:12 1997 William M. Perry <wmperry@aventail.com> | ||
| 3656 : | |||
| 3657 : | * url.el (url-expand-file-name): Now strips out spaces as well as | ||
| 3658 : | newlines/carriage returns. More fixes for that bastardized microsoft | ||
| 3659 : | home page. | ||
| 3660 : | |||
| 3661 : | * url-http.el (url-create-mime-request): Make sure that we retrieve the | ||
| 3662 : | cookies for the real URL we are retrieving when going through a proxy. | ||
| 3663 : | Now the psychotic crap that is the microsoft home page should be | ||
| 3664 : | successfully retrieved if going through an HTTP proxy. | ||
| 3665 : | |||
| 3666 : | * url-cookie.el (url-cookie-handle-set-cookie): Attempt to deal with | ||
| 3667 : | idiotic microsoft home page that sends out set-cookie headers that look | ||
| 3668 : | like MC1=ID=abc, and expects two cookies MC1='' and ID='abc' *sigh* | ||
| 3669 : | |||
| 3670 : | * w3-forms.el, w3-display.el: Form elements now keep all their attributes | ||
| 3671 : | with them. Will be useful when we start allowing scripting. | ||
| 3672 : | (w3-form-create-custom): Rudimentary patches to allow embedding 'custom' | ||
| 3673 : | widgets into the buffer. Interesting. | ||
| 3674 : | |||
| 3675 : | * w3-forms.el (w3-form-determine-size): New function to calculate how big | ||
| 3676 : | a form field will be - option lists should look much better now. | ||
| 3677 : | |||
| 3678 : | Thu Jan 23 08:48:59 1997 William M. Perry <wmperry@aventail.com> | ||
| 3679 : | |||
| 3680 : | * Synch'ed up to custom 1.19 | ||
| 3681 : | |||
| 3682 : | * url-parse.el: document extra slots of url-generic-parse-url | ||
| 3683 : | |||
| 3684 : | Thu Jan 23 08:34:34 1997 Joe Wells <jbw@cs.bu.edu> | ||
| 3685 : | |||
| 3686 : | * url-file.el (url-file): Patch to tell ange-ftp and/or efs the password | ||
| 3687 : | in a file/ftp URL so that you won't be prompted for the password, even | ||
| 3688 : | didierv | 1.50 | if one was specified in the URL |
| 3689 : | steve | 1.1 | |
| 3690 : | * url-parse.el (url-generic-parse-url): Fixed bug where specifying a | ||
| 3691 : | username and password in the URL would downcase the username and | ||
| 3692 : | password as well as the hostname. | ||
| 3693 : | |||
| 3694 : | Wed Jan 22 08:28:13 1997 William M. Perry <wmperry@aventail.com> | ||
| 3695 : | |||
| 3696 : | * Emacs-W3 3.0.50 released | ||
| 3697 : | |||
| 3698 : | * base64.el (base64-encode-region): Pulled in code from VM for quicker | ||
| 3699 : | encoding/decoding | ||
| 3700 : | |||
| 3701 : | * mm.el (mm-content-transfer-encodings): Better base64 decoding | ||
| 3702 : | |||
| 3703 : | Wed Jan 22 07:31:03 1997 Alf-Ivar Holm <alfh@ifi.uio.no> | ||
| 3704 : | |||
| 3705 : | * w3-emulate.el (w3-lynx-emulation-minor-mode-map): Lynx [up] and [down] | ||
| 3706 : | bound to non-existing functions. | ||
| 3707 : | |||
| 3708 : | * w3.el (w3-do-setup): Fixed installation of lynx emulation modes keymap. | ||
| 3709 : | |||
| 3710 : | Tue Jan 21 07:56:51 1997 William M. Perry <wmperry@aventail.com> | ||
| 3711 : | |||
| 3712 : | * url-misc.el (url-data): Make sure to url-decode the data before | ||
| 3713 : | inserting it into the buffer. | ||
| 3714 : | |||
| 3715 : | * w3-menu.el (w3-toggle-minibuffer): better version | ||
| 3716 : | |||
| 3717 : | * w3-forms.el (w3-form-create-integer): New form entry type | ||
| 3718 : | (w3-form-create-float): new form entry type | ||
| 3719 : | (w3-form-encode-helper): deal with the new integer/float types | ||
| 3720 : | |||
| 3721 : | * w3-display.el (w3-display-node): Reimplemented <select multiple> as a | ||
| 3722 : | list of checkboxes | ||
| 3723 : | |||
| 3724 : | Mon Jan 20 06:29:07 1997 William M. Perry <wmperry@aventail.com> | ||
| 3725 : | |||
| 3726 : | * w3-display.el (w3-display-node): Keep track of the last form's action, | ||
| 3727 : | for theoretically 'naked' input fields that we want to try and handle as | ||
| 3728 : | best we can anyway. | ||
| 3729 : | |||
| 3730 : | * w3-parse.el: Much more lenient about where form elements can be found. | ||
| 3731 : | |||
| 3732 : | * w3-forms.el: summarizer functions now take the widget as an extra | ||
| 3733 : | parameter. | ||
| 3734 : | |||
| 3735 : | * w3.el (w3-find-etc-directory): New function - not used yet. | ||
| 3736 : | |||
| 3737 : | * w3.txi: Warning! You now need a very new version of texinfo to compile | ||
| 3738 : | the .info or .dvi file yourself. | ||
| 3739 : | |||
| 3740 : | * url-mail.el (url-mail): Now tries to use message-mail if it is bound | ||
| 3741 : | instead of just plain old 'mail'. | ||
| 3742 : | |||
| 3743 : | * w3-forms.el (w3-form-add-element): Duh, fix hidden form fields. | ||
| 3744 : | |||
| 3745 : | * font.el (font-normalize-color): Hopefully fixed color lossage under OS/2 | ||
| 3746 : | and Windows | ||
| 3747 : | |||
| 3748 : | * w3-forms.el (w3-form-summarize-field): Actually 'message' the string as | ||
| 3749 : | a workaround for emacspeak 5.0 | ||
| 3750 : | |||
| 3751 : | Sun Jan 19 09:32:15 1997 William M. Perry <wmperry@aventail.com> | ||
| 3752 : | |||
| 3753 : | * w3-xemac.el (w3-mouse-handler): Ditto | ||
| 3754 : | |||
| 3755 : | * w3-e19.el (w3-mouse-handler): Protect against 'bad format string' errors | ||
| 3756 : | when showing a hexified URL | ||
| 3757 : | |||
| 3758 : | * w3-forms.el (w3-form-mark-widget): Be super paranoid and mark all | ||
| 3759 : | children and their children's children, and the parents of a widget. | ||
| 3760 : | (w3-form-create-radio-button): Make sure radio button children always | ||
| 3761 : | get updated via w3-form-mark-widget. | ||
| 3762 : | (w3-form-summarize-radio-button): Slightly better summarization of radio | ||
| 3763 : | buttons. | ||
| 3764 : | |||
| 3765 : | * Emacs-W3 3.0.49 released | ||
| 3766 : | |||
| 3767 : | * Synch'ed up with widget 1.18 | ||
| 3768 : | |||
| 3769 : | Fri Jan 17 06:25:36 1997 Dave Love <d.love@dl.ac.uk> | ||
| 3770 : | |||
| 3771 : | * w3-display.el: w3-echo-link now prefers the URL to the text of a link | ||
| 3772 : | |||
| 3773 : | Fri Jan 17 06:25:36 1997 William M. Perry <wmperry@aventail.com> | ||
| 3774 : | |||
| 3775 : | * w3-display.el: Fixed handling of inlined styles | ||
| 3776 : | |||
| 3777 : | * w3-mouse.el: Some fixes for XEmacs when built with no X support | ||
| 3778 : | |||
| 3779 : | * default.css: Now uses the new @media directives instead of the old | ||
| 3780 : | :blah: stuff | ||
| 3781 : | |||
| 3782 : | * css.el (css-handle-media-directive): New function to handle @media | ||
| 3783 : | directives. | ||
| 3784 : | (css-parse): Deprecate the old :mediatype: way of specifying media | ||
| 3785 : | dependent styles. | ||
| 3786 : | |||
| 3787 : | * w3-style.el (w3-handle-style): Now gets passed a plist instead of an | ||
| 3788 : | assoc list. | ||
| 3789 : | (w3-handle-style): Pay attention to the new 'media' attribute on | ||
| 3790 : | stylesheet links, and don't load the stylesheet if we aren't currently | ||
| 3791 : | running on that type of media. | ||
| 3792 : | |||
| 3793 : | * css.el (css-properties): Added proposed printing properties from a W3C | ||
| 3794 : | draft. | ||
| 3795 : | |||
| 3796 : | Thu Jan 16 06:06:45 1997 William M. Perry <wmperry@aventail.com> | ||
| 3797 : | |||
| 3798 : | * css.el (css-handle-media-directive): Implemented the @media processing | ||
| 3799 : | instruction. | ||
| 3800 : | |||
| 3801 : | * w3-forms.el (w3-form-summarize-option-list): Changed the summarize | ||
| 3802 : | function for option lists. Much saner now. | ||
| 3803 : | |||
| 3804 : | * w3.el (w3-read-url-with-default): Use the URL at point before falling | ||
| 3805 : | back to http://www. | ||
| 3806 : | (w3-source-document): When sourcing a document, let set-auto-mode do the | ||
| 3807 : | right thing. .html comes up in html-mode, or whatever now. | ||
| 3808 : | |||
| 3809 : | * url-cookie.el: Fixed some compile warnings under Emacs | ||
| 3810 : | |||
| 3811 : | * w3-forms.el (w3-form-summarize-option-list): Make each choice-item have | ||
| 3812 : | emacspeak-help set. | ||
| 3813 : | |||
| 3814 : | * w3-speak.el (w3-widget-backward): New advice | ||
| 3815 : | (w3-widget-forward): New advice | ||
| 3816 : | |||
| 3817 : | * w3-forms.el (w3-form-create-option-list): Renamed function | ||
| 3818 : | |||
| 3819 : | * Emacs-W3 3.0.48 released | ||
| 3820 : | |||
| 3821 : | * w3-display.el (w3-face-for-element): Use background-color instead of | ||
| 3822 : | just background for css property. | ||
| 3823 : | |||
| 3824 : | * w3-forms.el (w3-form-encode-helper): Fixed radio buttons, duh. | ||
| 3825 : | |||
| 3826 : | * url-misc.el (url-do-terminal-emulator): Fixed bad var reference left | ||
| 3827 : | from old code. | ||
| 3828 : | |||
| 3829 : | * url-gw.el: Moved all the gateway variables into their own namespace to | ||
| 3830 : | make it easier to turn this into a standalone package. | ||
| 3831 : | |||
| 3832 : | * dist.Makefile (SOURCES): Added url-gw and w3 to the build targets. | ||
| 3833 : | |||
| 3834 : | Wed Jan 15 08:00:37 1997 William M. Perry <wmperry@aventail.com> | ||
| 3835 : | |||
| 3836 : | * Emacs-W3 3.0.47 released | ||
| 3837 : | |||
| 3838 : | * url.el (url-expand-file-name): Make sure to remove \r from the URL as | ||
| 3839 : | well as \n | ||
| 3840 : | |||
| 3841 : | * url-gw.el (url-open-stream): Added in 'telnet' and 'rlogin' methods for | ||
| 3842 : | url-gateway-method. Code stolen from GNUS. Thanks lars! :) It would | ||
| 3843 : | be nice to make this file its own package and be able to override | ||
| 3844 : | open-network-stream so that all apps could get this for free. | ||
| 3845 : | |||
| 3846 : | * url-misc.el (url-generic-emulator-loader): Consolidated the tn3270, | ||
| 3847 : | telnet, and rlogin URL loaders into one smarter function | ||
| 3848 : | |||
| 3849 : | * url.el: Made cookie and auth modules autoloaded, removed some old autoloads | ||
| 3850 : | (url-open-stream) Moved to url-gw.el | ||
| 3851 : | |||
| 3852 : | Mon Jan 13 22:11:00 1997 William M. Perry <wmperry@aventail.com> | ||
| 3853 : | |||
| 3854 : | * w3-display.el (w3-widget-echo): w3-echo-link can now be a list, so the | ||
| 3855 : | user can explicitly control fallback behaviour. | ||
| 3856 : | |||
| 3857 : | * w3.txi: Added some pointers to CSS documentation | ||
| 3858 : | |||
| 3859 : | * mule-sysdp.el (mule-code-convert-region): ditto | ||
| 3860 : | |||
| 3861 : | * w3.el (w3-convert-code-for-mule): Fixed bug in XEmacs 20.0 mule | ||
| 3862 : | |||
| 3863 : | Mon Jan 13 11:14:29 1997 T. V. Raman <raman@Adobe.COM> | ||
| 3864 : | |||
| 3865 : | * w3.el (w3-widget-forward): Call widget-forward interactively so that | ||
| 3866 : | emacspeak will hook it correctly. | ||
| 3867 : | |||
| 3868 : | Mon Jan 13 11:14:29 1997 William M. Perry <wmperry@aventail.com> | ||
| 3869 : | |||
| 3870 : | * w3-display.el (w3-refresh-buffer): Finally reimplemented | ||
| 3871 : | w3-refresh-buffer. | ||
| 3872 : | |||
| 3873 : | Sun Jan 12 10:32:50 1997 Karl Eichwalder <ke@ke.Central.DE> | ||
| 3874 : | |||
| 3875 : | * w3.txi: Add @dircategory and @direntry... @end. `install-info' | ||
| 3876 : | from texinfo-3.9 know about those. | ||
| 3877 : | |||
| 3878 : | Sun Jan 12 21:49:44 1997 William M. Perry <wmperry@aventail.com> | ||
| 3879 : | |||
| 3880 : | * w3.el (w3-save-as): Can now save a page as postscript again | ||
| 3881 : | |||
| 3882 : | * w3-display.el (w3-display-node): inline styles work again | ||
| 3883 : | |||
| 3884 : | * url-misc.el (url-data): Updated data: URL to the spec. | ||
| 3885 : | ftp://ietf.org/internet-drafts/draft-masinter-url-data-02.txt | ||
| 3886 : | |||
| 3887 : | Sat Jan 11 20:47:24 1997 William M. Perry <wmperry@aventail.com> | ||
| 3888 : | |||
| 3889 : | * Emacs-w3 3.0.45 released | ||
| 3890 : | |||
| 3891 : | * url-misc.el (url-data): Now supports the 'data' URL type, which just | ||
| 3892 : | 'fetches' everything after the data: chunk of the URL | ||
| 3893 : | |||
| 3894 : | Fri Jan 10 11:49:43 1997 William M. Perry <wmperry@aventail.com> | ||
| 3895 : | |||
| 3896 : | * w3-display.el (w3-display-node): Multicolumn works, but puts things | ||
| 3897 : | across instead of down | ||
| 3898 : | |||
| 3899 : | * w3-parse.el: Basic support for parsing <multicol> | ||
| 3900 : | |||
| 3901 : | * w3-display.el (w3-display-node): Make our semi-widgety hyperlinks | ||
| 3902 : | start/end open under XEmacs. | ||
| 3903 : | |||
| 3904 : | * w3.el (w3-complete-link): Make sure we take case into account when doing | ||
| 3905 : | link completion. The user can use 'test' to complete to link titled | ||
| 3906 : | 'Test'. Uses try-completion for this, which seems to work since we | ||
| 3907 : | require a match. Is this the best way to do this? Other than not being | ||
| 3908 : | case-insensitive at this point? | ||
| 3909 : | |||
| 3910 : | * w3-forms.el (w3-form-default-widget-creator): Better way of handling | ||
| 3911 : | updates to text entry fields. | ||
| 3912 : | (w3-revert-form): Everything should be reverted correctly, both in | ||
| 3913 : | internal storage and in the buffer | ||
| 3914 : | (w3-form-create-radio-button): Get a more unique identifier to store | ||
| 3915 : | radio elements by - old way could theoretically get collisions. | ||
| 3916 : | |||
| 3917 : | * w3-display.el (w3-display-handle-list-type): Updated use of 'list-style' | ||
| 3918 : | to use new property 'list-style-type' | ||
| 3919 : | (w3-prepare-buffer): Now kills the source buffer before it starts | ||
| 3920 : | drawing the tree, to avoid *URL-n* buffers when not really necessary. | ||
| 3921 : | |||
| 3922 : | * css.el (css-properties): Updated all the properties to the W3C's latest | ||
| 3923 : | 'recommendation' level CSS specification. | ||
| 3924 : | (css-handle-import): much better handling of @import | ||
| 3925 : | (css-parse): Better handling of '@' directives in general | ||
| 3926 : | (css-expand-value): General cleanup, reference the CSS and ACSS specs | ||
| 3927 : | for how/why we are parsing something the way we are. | ||
| 3928 : | |||
| 3929 : | Thu Jan 9 06:17:08 1997 William M. Perry <wmperry@aventail.com> | ||
| 3930 : | |||
| 3931 : | * Updated all copyright notices. Happy belated new year! | ||
| 3932 : | |||
| 3933 : | * w3-display.el (w3-region): Fixed a few bugs with nuking too much of a | ||
| 3934 : | buffer when using w3-region | ||
| 3935 : | |||
| 3936 : | * w3.el (w3-read-url-with-default): Use new variable. | ||
| 3937 : | |||
| 3938 : | * w3-vars.el (w3-fetch-with-default): New variable to control whether or | ||
| 3939 : | not w3-fetch will figure out a good default value for the URL or not. | ||
| 3940 : | |||
| 3941 : | * w3-forms.el (w3-form-mark-widget): New function to mark a widget and all | ||
| 3942 : | its children with an appropriate :emacspeak-help and 'w3-form-data | ||
| 3943 : | Now defines a few keywords to look more widget-y | ||
| 3944 : | |||
| 3945 : | Wed Jan 8 09:27:47 1997 William M. Perry <wmperry@aventail.com> | ||
| 3946 : | |||
| 3947 : | * css.el (css-expand-value): Added elevation, angle, and time units. | ||
| 3948 : | |||
| 3949 : | * w3-display.el (w3-display-node): Turn on voice-lock-mode by default in | ||
| 3950 : | all w3 buffers. | ||
| 3951 : | |||
| 3952 : | * css.el (css-properties): Added in new speech properties from the ACSS | ||
| 3953 : | note from the W3C. Please see | ||
| 3954 : | http://www.w3.org/pub/WWW/Style/CSS/Speech/NOTE-ACSS for more | ||
| 3955 : | information. | ||
| 3956 : | |||
| 3957 : | * w3-forms.el: Moved all the form entry summarization functions from | ||
| 3958 : | w3-speak.el into w3-forms. Easier to keep in synch this way. | ||
| 3959 : | |||
| 3960 : | * w3-display.el (w3-display-node): Reimplimented the 'keygen' form entry | ||
| 3961 : | type for netscape compatibility. | ||
| 3962 : | |||
| 3963 : | Tue Jan 7 07:20:08 1997 William M. Perry <wmperry@aventail.com> | ||
| 3964 : | |||
| 3965 : | * w3-display.el (w3-region): New function that parses the HTML in a region | ||
| 3966 : | 'in-place', so that things like MIME mailers/gnus readers can show HTML | ||
| 3967 : | inline a lot easier. | ||
| 3968 : | |||
| 3969 : | * w3-forms.el (w3-form-resurrect-widgets): Fixed case where a widget goes | ||
| 3970 : | all the way to point-max and next-single-property-change will return | ||
| 3971 : | nil. Would pass bad args to delete-region. | ||
| 3972 : | (w3-form-summarize-field): Moved some of the smarts about summarizing W3 | ||
| 3973 : | widgets from w3-speak into the core forms code. | ||
| 3974 : | |||
| 3975 : | * font.el (define-font-keywords): New function for defining keywords that | ||
| 3976 : | will actually work across Emacs and XEmacs | ||
| 3977 : | |||
| 3978 : | * w3-display.el (w3-display-node): Reimplemented 'note' functionality, by | ||
| 3979 : | converting it into a two-cell table. | ||
| 3980 : | (w3-display-node): Implemented <dir> as multi-column, as-per the RFC and | ||
| 3981 : | HTML 3.x specifications | ||
| 3982 : | |||
| 3983 : | * default.css: Added default display type for dir and menu | ||
| 3984 : | |||
| 3985 : | Mon Jan 6 21:49:52 1997 William M. Perry <wmperry@aventail.com> | ||
| 3986 : | |||
| 3987 : | * url-http.el (url-create-mime-request): Fixed yet another stupid problem | ||
| 3988 : | in Host: header handling. Was never sending the right information if | ||
| 3989 : | you were not going through a proxy this time. *sigh* | ||
| 3990 : | |||
| 3991 : | * w3-forms.el (w3-form-add-element): Fixed hidden form fields | ||
| 3992 : | |||
| 3993 : | Sun Jan 5 22:38:54 1997 William M. Perry <wmperry@aventail.com> | ||
| 3994 : | |||
| 3995 : | * url-vars.el (url-proxy-services): updated documentation string | ||
| 3996 : | |||
| 3997 : | * w3-widget.el (widget-image-notify): Fixed client side handling of | ||
| 3998 : | imagemaps on a TTY or a delayed/broken image. Duhhh | ||
| 3999 : | |||
| 4000 : | Fri Jan 3 Dave Love <d.love@dl.ac.uk> | ||
| 4001 : | |||
| 4002 : | * w3-e19.el (w3-mouse-handler): Fix link echoing. | ||
| 4003 : | |||
| 4004 : | Fri Jan 3 08:43:56 1997 William M. Perry <wmperry@aventail.com> | ||
| 4005 : | |||
| 4006 : | * Emacs-W3 3.0.43 released | ||
| 4007 : | |||
| 4008 : | * font.el (make-font): Treat args as a plist, just for sanity's sake. | ||
| 4009 : | |||
| 4010 : | Thu Jan 2 12:19:31 1997 William M. Perry <wmperry@aventail.com> | ||
| 4011 : | |||
| 4012 : | * w3-display.el (w3-table-hack-borders): Fix stupid use of 'otheriwse' | ||
| 4013 : | instead of 'otherwise' in a case statement. | ||
| 4014 : | |||
| 4015 : | * w3-forms.el (w3-form-add-element): Fix stupid use of 'otheriwse' | ||
| 4016 : | instead of 'otherwise' in a case statement. | ||
| 4017 : | (w3-form-resurrect-widgets): Fixed XEmacs handling of widget recreation, | ||
| 4018 : | and also fixed problem where some widgets would be skipped. | ||
| 4019 : | |||
| 4020 : | Tue Dec 31 07:37:17 1996 William M. Perry <wmperry@aventail.com> | ||
| 4021 : | |||
| 4022 : | * w3-e19.el: All the menus in Emacs-19 now use the same constructors that | ||
| 4023 : | the :filter entries under XEmacs do. This will make things much easier | ||
| 4024 : | in the future in not duplicating crufty menu-construction code once for | ||
| 4025 : | XEmacs menu-structs and once for Emacs keymaps. | ||
| 4026 : | |||
| 4027 : | * w3-menu.el (w3-menu-html-links-constructor): Now works with the Emacs 19 | ||
| 4028 : | implementation of property lists. | ||
| 4029 : | |||
| 4030 : | Mon Dec 30 06:25:28 1996 William M. Perry <wmperry@aventail.com> | ||
| 4031 : | |||
| 4032 : | * w3-menu.el (w3-popup-menu): context-sensitive menus over delayed images | ||
| 4033 : | didierv | 1.50 | work again |
| 4034 : | steve | 1.1 | |
| 4035 : | * w3-display.el (w3-parse-link): New way to store <link> information from | ||
| 4036 : | an HTML document. | ||
| 4037 : | |||
| 4038 : | * w3.el (w3-search): Deal with new <link> storage | ||
| 4039 : | |||
| 4040 : | * w3-menu.el (w3-menu-html-links-constructor): Deal with new way <link> | ||
| 4041 : | items are stored - now uses the 'title' attribute if present. | ||
| 4042 : | |||
| 4043 : | * w3-auto.el (w3-form-resurrect-widgets): Added autoload | ||
| 4044 : | |||
| 4045 : | * url-file.el (url-format-directory): Removed url-forms-based-ftp option - | ||
| 4046 : | didn't really work anyway. | ||
| 4047 : | |||
| 4048 : | Sun Dec 29 15:54:21 1996 William M. Perry <wmperry@aventail.com> | ||
| 4049 : | |||
| 4050 : | * w3-forms.el (w3-form-resurrect-widgets): fixed stupid problem in munging | ||
| 4051 : | of the size of form elements. | ||
| 4052 : | |||
| 4053 : | * Emacs-W3 3.0.42 released | ||
| 4054 : | |||
| 4055 : | * w3-display.el (w3-table-hack-borders): Deal gracefully with not finding | ||
| 4056 : | a 'terminal' font to display hacked border chars in | ||
| 4057 : | |||
| 4058 : | * w3-hot.el (w3-hotlist-add-document): don't hexify a url before sticking | ||
| 4059 : | it in the hotlist buffer | ||
| 4060 : | |||
| 4061 : | * w3-display.el (w3-display-node): hyperlinks with images at the start | ||
| 4062 : | will now have a button associated with the entire link, not just the | ||
| 4063 : | image part. | ||
| 4064 : | |||
| 4065 : | * w3-sysdp.el (fillin-text-property): made it work under Emacs19 | ||
| 4066 : | |||
| 4067 : | Sun Dec 29 00:07:39 1996 Takahiro Hayata <hayata@sc511t.s.kobe-u.ac.jp> | ||
| 4068 : | |||
| 4069 : | didierv | 1.50 | * mule-sysdp.el (mule-write-region-no-coding-system): Patch for Mule 2.3 |
| 4070 : | steve | 1.1 | |
| 4071 : | Sun Dec 29 00:07:39 1996 William M. Perry <wmperry@aventail.com> | ||
| 4072 : | |||
| 4073 : | * w3-forms.el (w3-form-add-element): Only insert stubs of the right length | ||
| 4074 : | for a for element, and do munging of that text into the actual widgets | ||
| 4075 : | later. This saves us a lot of grief and heartache when handling things | ||
| 4076 : | like radio buttons that span table elements because the markers have | ||
| 4077 : | become completely insane by the time the next widget is ready to be | ||
| 4078 : | created. | ||
| 4079 : | |||
| 4080 : | Sat Dec 28 17:24:08 1996 William M. Perry <wmperry@aventail.com> | ||
| 4081 : | |||
| 4082 : | * w3-display.el (w3-display-table): Don't crap out on invalid tables where | ||
| 4083 : | table-dimensions tells us we have a 0 column or 0 row table. | ||
| 4084 : | |||
| 4085 : | * w3-widget.el (widget-image-value-create): Use :action instead of :notify | ||
| 4086 : | for widget-image-callback - hyperlinked images under Emacs 19 should | ||
| 4087 : | work again. | ||
| 4088 : | |||
| 4089 : | Thu Dec 26 18:26:25 1996 William M. Perry <wmperry@aventail.com> | ||
| 4090 : | |||
| 4091 : | * w3.el (w3-widget-forward): Use this instead of widget-forward. | ||
| 4092 : | (w3-widget-backward): Ditto. Need to make both of these smart for w3. | ||
| 4093 : | |||
| 4094 : | * w3-display.el (w3-display-node): Implemented the display class 'none' | ||
| 4095 : | for turning off the rendering of an element and its subcontent. | ||
| 4096 : | |||
| 4097 : | Thu Dec 26 07:21:58 1996 William Perry <wmperry@aventail.com> | ||
| 4098 : | |||
| 4099 : | * w3-parse.el (w3-parse-buffer): *sigh* Allow _ in attribute names. | ||
| 4100 : | |||
| 4101 : | * Emacs-W3 3.0.41 released | ||
| 4102 : | |||
| 4103 : | * url-parse.el (url-generic-parse-url): bind inhibit-read-only to 't' in | ||
| 4104 : | url parsing buffers, to avoid 'attempt to modify read-only text' | ||
| 4105 : | problems when the string passed to url-generic-parse-url has the | ||
| 4106 : | read-only text property set. | ||
| 4107 : | |||
| 4108 : | * w3-e19.el (w3-setup-version-specifics): popup menus should work in | ||
| 4109 : | Emacs19 again. | ||
| 4110 : | |||
| 4111 : | * css.el (css-expand-value): For margin and padding, make sure we _always_ | ||
| 4112 : | convert into a valid length spec. Setting a 'margin' or 'padding' | ||
| 4113 : | property group instead of individual margin-* or padding-* values would | ||
| 4114 : | cause the display engine to crap out. | ||
| 4115 : | (css-get): Fixed generic class-only lookups (.foo, etc) | ||
| 4116 : | |||
| 4117 : | * w3-display.el (w3-display-handle-list-type): Tweaks to list indentation | ||
| 4118 : | |||
| 4119 : | * w3-menu.el (w3-menu-html-links-constructor): Fixed stupid problem with | ||
| 4120 : | the new navigate menu under XEmacs. | ||
| 4121 : | |||
| 4122 : | Tue Dec 24 22:46:11 1996 William M. Perry <wmperry@aventail.com> | ||
| 4123 : | |||
| 4124 : | * css.el (css-expand-color): Better handling of X-style color specs - | ||
| 4125 : | convert them to internal RGB format. | ||
| 4126 : | |||
| 4127 : | Tue Dec 24 02:50:08 1996 Christian Limpach <chris@nice.ch> | ||
| 4128 : | |||
| 4129 : | * font.el (ns-font-families-for-device): added test for unbound | ||
| 4130 : | device-fonts-cache variable. | ||
| 4131 : | (ns-font-create-name): handle font-styles which are numbers. | ||
| 4132 : | |||
| 4133 : | * w3-sysdp.el (try-font-name): added support for Nextstep. | ||
| 4134 : | |||
| 4135 : | Tue Dec 24 06:16:33 1996 William M. Perry <wmperry@aventail.com> | ||
| 4136 : | |||
| 4137 : | * w3.el (w3-open-local): Send filename through expand-file-name in | ||
| 4138 : | w3-open-local to avoid having illegal URLs like file:/~/test.html | ||
| 4139 : | |||
| 4140 : | * w3-widget.el (widget-image-value-create): fixed new problem with client | ||
| 4141 : | side imagemaps. Should really work this time. | ||
| 4142 : | |||
| 4143 : | * w3.el (w3-map-links): w3-map-links and hence w3-complete-link will now | ||
| 4144 : | find images that are also hyperlinks. | ||
| 4145 : | |||
| 4146 : | Mon Dec 23 22:28:58 1996 William M. Perry <wmperry@aventail.com> | ||
| 4147 : | |||
| 4148 : | * Emacs-W3 3.0.40 released | ||
| 4149 : | |||
| 4150 : | * w3-menu.el (w3-menu-go-menu): Added 'navigate' submenu to hold the | ||
| 4151 : | predefined <link> types. | ||
| 4152 : | |||
| 4153 : | * w3-widget.el (widget-image-summarize): Image widgets should now be much | ||
| 4154 : | better at identifying themselves when being tab'ed to or waggled at with | ||
| 4155 : | the mouse. | ||
| 4156 : | |||
| 4157 : | * w3-prefs.el: Fixed a few references to w3-glyphp (now widget-glyphp) | ||
| 4158 : | |||
| 4159 : | * w3.el (w3-url-completion-function): Fixed completion of URLs | ||
| 4160 : | |||
| 4161 : | Sat Dec 21 Dave Love <d.love@dl.ac.uk> | ||
| 4162 : | |||
| 4163 : | * w3-display.el, w3-vars.el, w3.el: Define and use | ||
| 4164 : | w3-defined-link-types to canonicalize link descriptions' case for | ||
| 4165 : | ease of use. | ||
| 4166 : | |||
| 4167 : | * w3-e19.el (w3-build-FSF19-menu): Add any recognised <link> items | ||
| 4168 : | to the menu in the absence of a toolbar. | ||
| 4169 : | |||
| 4170 : | Thu Dec 19 13:52:35 1996 William Perry <wmperry@aventail.com> | ||
| 4171 : | |||
| 4172 : | * Emacs-W3 3.0.39 released | ||
| 4173 : | didierv | 1.50 | |
| 4174 : | steve | 1.1 | * w3-forms.el (w3-form-encode-xwfu): Ditto. |
| 4175 : | |||
| 4176 : | * url.el (url-hexify-string): Updated to use url-unreserved-chars when | ||
| 4177 : | escaping, ala | ||
| 4178 : | http://www.ics.uci.edu/pub/ietf/uri/draft-fielding-url-syntax-02.txt | ||
| 4179 : | |||
| 4180 : | Wed Dec 18 22:09:41 1996 William M. Perry <wmperry@aventail.com> | ||
| 4181 : | |||
| 4182 : | * w3.el (w3-mode): Removed bogus setting of widget-motion-hook from way | ||
| 4183 : | back | ||
| 4184 : | |||
| 4185 : | * w3-parse.el (w3-parse-buffer): Better handling of <base> tag. | ||
| 4186 : | |||
| 4187 : | * w3-display.el (w3-widget-echo): Better falling-back when the preferred | ||
| 4188 : | echo method yields nil. | ||
| 4189 : | |||
| 4190 : | * url.el, w3-display.el, w3.el: Remove last vestiges of url-hash.el and | ||
| 4191 : | removed it from the distribution. | ||
| 4192 : | |||
| 4193 : | Wed Dec 18 08:07:32 1996 William Perry <wmperry@aventail.com> | ||
| 4194 : | |||
| 4195 : | * dsssl.el: Moved the DSSSL parser and friends into its own namespace. | ||
| 4196 : | |||
| 4197 : | Removed dependencies on url-hash. | ||
| 4198 : | |||
| 4199 : | * custom.el: Synch'd up to custom 1.13 | ||
| 4200 : | |||
| 4201 : | Tue Dec 17 16:36:05 1996 William M. Perry <wmperry@aventail.com> | ||
| 4202 : | |||
| 4203 : | * url.el (url-expand-file-name): If we weren't given a base object to work | ||
| 4204 : | from, and url-current-object is null, set it to the object returned by | ||
| 4205 : | parsing url-view-url. | ||
| 4206 : | |||
| 4207 : | * url-http.el (url-create-mime-request): Send the right information in the | ||
| 4208 : | 'Host' header field when going through a proxy. | ||
| 4209 : | (url-setup-reload-timer): Emacs 19 doesn't deal well with 0-length | ||
| 4210 : | timeouts, so protect against trying to create one when dealing with the | ||
| 4211 : | refresh header. | ||
| 4212 : | |||
| 4213 : | * w3-parse.el: Removed lots of crap for the old display engine - shouldn't | ||
| 4214 : | cons up as much garbage as before. Now it will just cons up garbage | ||
| 4215 : | that we actually need. | ||
| 4216 : | |||
| 4217 : | Tue Dec 17 07:10:47 1996 William Perry <wmperry@aventail.com> | ||
| 4218 : | |||
| 4219 : | * css.el (css-properties): New property type 'string-list' for font-family | ||
| 4220 : | |||
| 4221 : | * w3.el (w3-find-default-stylesheets): Make sure to look in | ||
| 4222 : | data-directory/../../w3 for stylesheets | ||
| 4223 : | |||
| 4224 : | Tue Dec 17 06:07:08 1996 William M. Perry <wmperry@aventail.com> | ||
| 4225 : | |||
| 4226 : | * w3-toolbar.el: wrapped a condition-case around the require for | ||
| 4227 : | xpm-button and xbm-button so that it will compile under Emacs | ||
| 4228 : | |||
| 4229 : | Mon Dec 16 08:19:40 1996 William Perry <wmperry@aventail.com> | ||
| 4230 : | |||
| 4231 : | * Emacs-W3 3.0.38 released. | ||
| 4232 : | |||
| 4233 : | * dist.Makefile (OBJECTS): Removed xpm-button and xbm-button from the | ||
| 4234 : | distribution. Any version of XEmacs that can run the latest 3.0 stuff | ||
| 4235 : | has them already. | ||
| 4236 : | |||
| 4237 : | * default.css: Make nested ol/ul items display class 'line' so they look | ||
| 4238 : | prettier. | ||
| 4239 : | |||
| 4240 : | * w3-display.el (w3-display-node): EVIL hack to make the first item in a | ||
| 4241 : | nested list get indented correctly. | ||
| 4242 : | |||
| 4243 : | * w3-about.el (w3-about): Fixed the about:style stylesheet to be | ||
| 4244 : | up-to-date with new CSS spec. | ||
| 4245 : | |||
| 4246 : | * default.css: Turned down indentation on list items by default. | ||
| 4247 : | |||
| 4248 : | * w3-display.el (w3-display-node): Mouse tracking should work under XEmacs | ||
| 4249 : | again. | ||
| 4250 : | |||
| 4251 : | * dist.Makefile (all): Removed 'emacs' from dependency list. | ||
| 4252 : | |||
| 4253 : | Mon Dec 16 06:03:14 1996 William M. Perry <wmperry@aventail.com> | ||
| 4254 : | |||
| 4255 : | * w3-display.el (w3-table-hack-borders): This should work on TTY's again. | ||
| 4256 : | |||
| 4257 : | Sun Dec 15 14:19:53 1996 William M. Perry <wmperry@aventail.com> | ||
| 4258 : | |||
| 4259 : | * Emacs-W3 3.0.37 released | ||
| 4260 : | |||
| 4261 : | * w3-display.el: Better handling of paragraphs (well, any block-level | ||
| 4262 : | element within a list-item display group. | ||
| 4263 : | |||
| 4264 : | * default.css (address): Changed <address> display tpye to line so that | ||
| 4265 : | right-justification will take effect. | ||
| 4266 : | |||
| 4267 : | Sat Dec 14 10:24:13 1996 William M. Perry <wmperry@aventail.com> | ||
| 4268 : | |||
| 4269 : | * w3-sysdp.el: Removed stubs for add-submenu - it was confusing 'custom' | ||
| 4270 : | |||
| 4271 : | * dist.Makefile: More GNU-ish project makefile | ||
| 4272 : | |||
| 4273 : | * url.el (url-default-find-proxy-for-url): Fixed no_proxy handling | ||
| 4274 : | (url-default-find-proxy-for-url): Don't pass 'www://' links to a proxy | ||
| 4275 : | |||
| 4276 : | Fri Dec 13 22:50:45 1996 William M. Perry <wmperry@aventail.com> | ||
| 4277 : | |||
| 4278 : | * dist.Makefile (URLSOURCES): Added socks.el to the distribution. Not | ||
| 4279 : | used just yet. | ||
| 4280 : | |||
| 4281 : | * css.el (css-copy-stylesheet): Fixed problem with sharing the list | ||
| 4282 : | structure between the hash tables - document stylesheets would infect | ||
| 4283 : | the main w3-user-stylesheet and cause weirdness. | ||
| 4284 : | |||
| 4285 : | Fri Dec 13 09:47:40 1996 William Perry <wmperry@aventail.com> | ||
| 4286 : | |||
| 4287 : | * w3-style.el (w3-display-stylesheet): Fixed problem where | ||
| 4288 : | w3-display-stylesheet would override the buffer css-display was showing | ||
| 4289 : | the stylesheet in. Duhh. | ||
| 4290 : | |||
| 4291 : | * mule-sysdp.el (mule-encode-string): Fixed stupid problem on non-XEmacs | ||
| 4292 : | mule | ||
| 4293 : | (mule-sysdep-version): Ditto. | ||
| 4294 : | |||
| 4295 : | Fri Dec 13 06:25:45 1996 William M. Perry <wmperry@aventail.com> | ||
| 4296 : | |||
| 4297 : | * css.el (css-get): Removed bogus recursive call to css-get, and moved the | ||
| 4298 : | guts of css-get out into its own fuction, which is in turn inlined into | ||
| 4299 : | css-get. Might even make things faster. At the least, I expect it to | ||
| 4300 : | get rid of the 'takes two makes to make w3-display.elc' problem some | ||
| 4301 : | people have been seeing. | ||
| 4302 : | |||
| 4303 : | * w3-display.el (w3-display-handle-list-type): Fixed stupid problem with | ||
| 4304 : | margin handling where list-item display items were always flush-left | ||
| 4305 : | |||
| 4306 : | Fri Dec 13 02:51:24 1996 Greg Stark <gsstark@mit.edu> | ||
| 4307 : | * w3-display.el (w3-display-line-break): correct right justification code | ||
| 4308 : | (w3-min-size-of-string): removed unused function that didn't work. | ||
| 4309 : | (w3-size-of-tree): maintain consistent w3-display-open-element-stack | ||
| 4310 : | don't hard code assumption that hr's are drawn with '-' | ||
| 4311 : | (w3-display-table-dimensions): major bug if the last column rowspans | ||
| 4312 : | (w3-table-lookup-char): new function | ||
| 4313 : | (w3-table-hack-borders): new function makes table borders use pretty | ||
| 4314 : | didierv | 1.50 | graphic characters instead of ascii characters. |
| 4315 : | steve | 1.1 | (w3-table-unhack-borders): new function restore lame ascii borders. |
| 4316 : | (w3-display-table): Major changes to support drawing better borders | ||
| 4317 : | also fix various bugs and tweak various things. | ||
| 4318 : | |||
| 4319 : | * w3-parse.el: remove = from set of characters that terminate an attribute | ||
| 4320 : | didierv | 1.50 | when guessing about an syntactically invalid attribute. |
| 4321 : | steve | 1.1 | (didn't this get changed once already?) |
| 4322 : | |||
| 4323 : | didierv | 1.50 | * w3.el (w3-sentinel): hack around bug that bit w3-preview-this-buffer |
| 4324 : | but I don't know what the right thing for Mule. | ||
| 4325 : | steve | 1.1 | |
| 4326 : | Thu Dec 12 08:36:01 1996 William Perry <wmperry@aventail.com> | ||
| 4327 : | * Synch'd up to widget 1.13 | ||
| 4328 : | |||
| 4329 : | * w3-display.el (w3-get-pad-string): Ack - watch for negative values in | ||
| 4330 : | w3-get-pad-string | ||
| 4331 : | |||
| 4332 : | * Released 3.0.36 | ||
| 4333 : | |||
| 4334 : | * w3-style.el (w3-display-stylesheet): Use new css-display function | ||
| 4335 : | |||
| 4336 : | * css.el (css-get): Better class checking | ||
| 4337 : | (css-display): New function to pretty-print a stylesheet that is in | ||
| 4338 : | memory. | ||
| 4339 : | |||
| 4340 : | * w3-parse.el (w3-parse-buffer): *sigh* Parser now keeps track of 'base' | ||
| 4341 : | of this document. Also normalizes 'align' attribute, as well as | ||
| 4342 : | auto-expanding any SRC or HREF attributes. | ||
| 4343 : | |||
| 4344 : | * w3-display.el (w3-display-handle-list-type): Now handles text-indent | ||
| 4345 : | style property. | ||
| 4346 : | (w3-display-table): Can now specify properties on 'tr', for | ||
| 4347 : | vertical-alignment, etc. | ||
| 4348 : | (w3-display-node): Lots of changes to deal with new method of munging | ||
| 4349 : | class/align/etc in the parser. | ||
| 4350 : | |||
| 4351 : | Wed Dec 11 17:37:14 1996 William M. Perry <wmperry@aventail.com> | ||
| 4352 : | |||
| 4353 : | * w3-parse.el (w3-parse-buffer): Do munging of align/src/href/class | ||
| 4354 : | attributes to save time in w3-display-node and friends. | ||
| 4355 : | |||
| 4356 : | * w3-prefs.el (w3-preferences-compatibility-variables): Fixed problems | ||
| 4357 : | with renaming of w3-style-ie-compatibility to css-ie-compatibility | ||
| 4358 : | |||
| 4359 : | * w3-display.el (w3-display-node): fix for hyperlinks / form info in | ||
| 4360 : | tables. Duhh. | ||
| 4361 : | |||
| 4362 : | Wed Dec 11 07:36:08 1996 William Perry <wmperry@aventail.com> | ||
| 4363 : | |||
| 4364 : | * css.el (css-copy-stylesheet): New function | ||
| 4365 : | |||
| 4366 : | * w3-display.el (w3-display-node): use it | ||
| 4367 : | |||
| 4368 : | * mule-sysdp.el (mule-encode-string): Fixes for XEmacs w/mule | ||
| 4369 : | (mule-decode-string): Fixes for XEmacs w/mule | ||
| 4370 : | |||
| 4371 : | * w3-display.el (w3-display-node): Fixed problem in isindex handling. | ||
| 4372 : | Using forms for isindex handling should work again. | ||
| 4373 : | |||
| 4374 : | * css.el (css-specificity): new function css-specificity to find how | ||
| 4375 : | specific a certain rule is. Need to use this to sort rules in css-get. | ||
| 4376 : | |||
| 4377 : | Tue Dec 10 22:37:59 1996 William M. Perry <wmperry@aventail.com> | ||
| 4378 : | |||
| 4379 : | * w3-display.el (w3-get-style-info): Changes to deal with new css.el - | ||
| 4380 : | should be much much faster now. | ||
| 4381 : | |||
| 4382 : | * css.el (css-get): Radically changed the internal representation of | ||
| 4383 : | stylesheets, and how they are looked up. | ||
| 4384 : | |||
| 4385 : | Mon Dec 9 22:31:11 1996 William M. Perry <wmperry@aventail.com> | ||
| 4386 : | |||
| 4387 : | * w3-display.el (w3-face-for-element): Fixed bug in w3-face-for-element | ||
| 4388 : | where weight of the element wasn't being taken into account. | ||
| 4389 : | |||
| 4390 : | * css.el: Changed font-variant style type from string to symbol-list | ||
| 4391 : | |||
| 4392 : | Mon Dec 9 12:29:59 1996 William Perry <wmperry@aventail.com> | ||
| 4393 : | |||
| 4394 : | * default.css: Changed default header sizes - should look better on most | ||
| 4395 : | machines | ||
| 4396 : | |||
| 4397 : | Sun Dec 8 19:21:07 1996 William M. Perry <wmperry@aventail.com> | ||
| 4398 : | |||
| 4399 : | * Emacs-w3 3.0.34 Released | ||
| 4400 : | |||
| 4401 : | * w3-display.el: New macro w3-get-attribute to replace | ||
| 4402 : | didierv | 1.50 | (cdr (assq 'blah args)), just in case I ever decide to replace the |
| 4403 : | steve | 1.1 | assoc list currently used. |
| 4404 : | |||
| 4405 : | * New file mule-sysdp.el, to make supporting Mule 2.3, Mule 2.4, and | ||
| 4406 : | XEmacs 20.0 easier. | ||
| 4407 : | |||
| 4408 : | * url-file.el (url-insert-possibly-compressed-file): handle mule 2.4 | ||
| 4409 : | |||
| 4410 : | Fri Dec 6 06:54:03 1996 William Perry <wmperry@aventail.com> | ||
| 4411 : | |||
| 4412 : | * w3-parse.el: Emit warnings when people try to slap attribute/value pairs | ||
| 4413 : | on end tags. Evil bastards. | ||
| 4414 : | Added SPAN, BDO, OBJECT, BASEFONT | ||
| 4415 : | |||
| 4416 : | Fri Dec 6 04:42:24 1996 Greg Stark <gsstark@mit.edu> | ||
| 4417 : | |||
| 4418 : | * default.css: add th td and caption text-align information | ||
| 4419 : | |||
| 4420 : | * docomp.el: increase max-specpdl-size so it can compile w3-display | ||
| 4421 : | |||
| 4422 : | didierv | 1.50 | * url.el (url-sentinel): avoid save-excursion around switch-buffer |
| 4423 : | steve | 1.1 | |
| 4424 : | * w3-display (w3-display-line-break): if we're in nowrap mode but the | ||
| 4425 : | region doesn't end on a newline insert an extra newline, otherwise <br> | ||
| 4426 : | didierv | 1.50 | gets ignored inside a <pre> or nowrap environment. |
| 4427 : | Also protect against fill-column less than the length of fill-prefix. | ||
| 4428 : | steve | 1.1 | Also avoid infloop in right justification, and |
| 4429 : | fix bug that caused right justification to never be executed. | ||
| 4430 : | |||
| 4431 : | didierv | 1.50 | * w3-display (table-cut table-dimensions w3-display-table): |
| 4432 : | steve | 1.1 | lots of new code to handle rowspan and autolayout. |
| 4433 : | |||
| 4434 : | * (w3-display-fix-widgets): be more agressive adjust even markers that have | ||
| 4435 : | buffers and adjust parent markers. | ||
| 4436 : | |||
| 4437 : | * w3-display (w3-display-node): These changes are important for tables | ||
| 4438 : | Don't insert insert-before on <a> tags before the class is adjusted | ||
| 4439 : | didierv |
