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

