Mercurial > hg > xemacs-beta
view lisp/w3/ChangeLog @ 98:0d2f883870bc r20-1b1
Import from CVS: tag r20-1b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:13:56 +0200 |
parents | 821dec489c24 |
children | 4be1180a9e89 |
line wrap: on
line source
Fri Feb 14 09:34:35 1997 William M. Perry <wmperry@aventail.com> * w3.txi: Lots of documentation about stylesheets, chapter layout changes. Thu Feb 13 07:01:59 1997 William M. Perry <wmperry@aventail.com> * Synch'd up to widget 1.38 * w3-forms.el (w3-form-resurrect-widgets): For now, don't use the nice new GUI pushbuttons - they appear to suffer badly on long lines. * w3-mouse.el (w3-running-FSF19): Use new w3-popup-menu-on-mouse-3 variable * w3-vars.el: Removed _lots_ of obsolete variables (w3-popup-menu-on-mouse-3): New variable to control whether W3 should override mouse-3 or not. * Emacs-W3 3.0.58 released * w3.txi: Added stubs for stylesheet chapters and supported URLs * images.el (image-register-netpbm-utilities): This is now safe to call multiple times again. Wed Feb 12 06:26:55 1997 William M. Perry <wmperry@aventail.com> * w3-forms.el (w3-form-keymap): When binding widget-end-of-line, make sure that we do not overwrite Emacspeak's prefix-key. Now does a where-is-internal to find the correct binding in global-map to override. * w3-display.el (w3-display-node): bind :emacspeak-help to 'w3-widget-echo in all the hypertext links. * w3-vars.el (w3-mode-map): New binding for \M-\t - this _should_ have been taken care of by the [(meta tab)] definition, but evidently it doesn't. *sigh* Tue Feb 11 07:33:50 1997 William M. Perry <wmperry@aventail.com> * w3-forms.el (w3-form-create-option-list): Specify :menu-tag-get so that keyboard-based-completion doesn't get confused by the fact that some items will have spaces slapped in at the end. * ssl.el (ssl-program-arguments): New variable - a list of command line switches to send to the SSL program in a subprocess, before the hostname and port number. (open-ssl-stream): Use it. Mon Feb 10 07:45:31 1997 William M. Perry <wmperry@aventail.com> * url-file.el (url-file): Removed refs to variable url-use-hypertext-dired * url-vars.el: Removed obsolete variable url-use-hypertext-dired * url-file.el (url-dired-find-file-mouse): fixed bad typo of (interactive...) spec, added documentation to a few functions. (url-file): Removed refs to obsolete variable url-use-hypertext-dired * w3-xemac.el (w3-setup-version-specifics): Workaround for users of XEmacs 19.14 or 20.0 with the bad bad bad lossage with text properties that have null values. This bug is fixed in XEmacs 19.15, and will be in 20.1 as well. This bug would cause you to get errors like: internal error: no text-prop <#extent ....> start-open * w3.el (w3-widget-button-click): Deal with new image capabilities of the widget checkbox/radio-button stuff. * Synch'ed up to widget 1.31 Sun Feb 9 15:39:19 1997 William M. Perry <wmperry@aventail.com> * Emacs-W3 3.0.57 released * url-file.el (url-dired-minor-mode): New minor mode that overrides a few of direds keybindings to use Emacs-W3 instead of straight find-file. (url-format-directory): Now just uses dired to display directory listings, much more powerful than the old way. Can copy files, act on multiple files, you all know the drill. * w3.txi: Added more chapters, reorg of others. * w3-display.el (w3-maybe-start-image-download): Fixed handling of bad images in the cache again. Duh. No longer log to the warnings buffer if we fail to load an image. Just use message - much less intrusive. We just usually don't care that much about failed image loads. * url-gw.el (url-open-stream): fixed typo - was calling old url-nslookup-host instead of url-gateway-nslookup-host * w3.el (w3-insert-formatted-url): Now inserts markup in lowercase. Sat Feb 8 13:54:43 1997 William M. Perry <wmperry@aventail.com> * Emacs-W3 3.0.56 released. Getting closer! * w3-forms.el (w3-form-summarize-radio-button): Finally, a decent summarization of radio buttons Fixed typo in specifying summarizer for hidden form fields. (w3-form-keymap): Bind C-a and C-e by default. * w3-widget.el (widget-image-value-create): When using emacspeak, show client side imagemaps as a table. Need a more general solution for this, but this makes us nicer than IE again. :) * Updated to widget 1.30 Fri Feb 7 16:49:55 1997 William M. Perry <wmperry@aventail.com> * w3-display.el (w3-handle-string-content): Make sure faces text properties are closed, so that things don't bleed over. (w3-fixup-eol-faces): New function for Emacs 19 that removes face information at newlines, so that underlining will not extend from the end of a line to the window edges - very ugly. * w3-menu.el (w3-menu-initialize-w3-mode-menu-map): Don't support 'emacs in w3-use-menus under Emacs in Windows 95/NT. * w3-display.el (w3-finalize-image-download): Deal with bad images better. (w3-finish-drawing): Better protection of putting images in. * url-gw.el (url-open-stream): Don't auto-retry connections. Don't throw an error if you fail to connect to a site. This is for image loadings that fail for some reason or another. * css.el (css-expand-length): better handling of float values and 'ex' unit type. * font.el (x-font-create-object): Unconditionally make case-fold-search non-nil so that we don't lose big-time. This was the cause of the very weird font-spatial-to-canonical lossage under XEmacs with font sizes of something like '+12pt' * w3.el (w3-view-this-url): Use widget-echo-help if we didn't find a URL under point. Fri Feb 7 15:22:25 1997 Charles Levert <charles@comm.polymtl.ca> * w3-widget.el (widget-image-notify): Bad data being fed to w3-fetch if a client-side imagemap had an alt attribute (but only if the <map> came _after_ the use. Fri Feb 7 15:22:25 1997 William M. Perry <wmperry@aventail.com> * font.el (font-spatial-to-canonical): protect against bad input to this function. Fri Feb 7 15:19:36 1997 Toby Speight <tms@ansa.co.uk> * w3-parse.el (w3-parse-buffer): Parser didn't allow for the fact that TAGC is optional on end-tags as well as on start-tags (i.e. "<b<i> bold-italic</i</b>" is legal). Fri Feb 7 06:28:37 1997 William M. Perry <wmperry@aventail.com> * w3-forms.el (w3-form-keymap): Now inherits from widget-keymap, with a few exceptions. * url.el (url-uncompress): This function now no longer looks at the file extension to determine a compression/encoding method. This is so that doing searches on `foo.tar.gz' will not bogusly cause the decompression steps to run. Ick! * url-file.el (url-insert-possibly-compressed-file): This function no longer atempts to decompress the file after loading it in. Instead, it sets an appropriate content-transfer-encoding header based on the filename, so that this will allow url-uncompress to work correctly on the buffer. Thu Feb 6 06:24:26 1997 William M. Perry <wmperry@aventail.com> * w3-print.el (w3-postscript-print-function): New variable to control what function is used to generate postscript output. (w3-print-this-url): Use it. * w3-display.el (w3-handle-string-content): Make all inserted text read-only * w3-forms.el (w3-form-use-old-style): New variable to control whether to use the old-style interaction with form fields instead of the 'type directly into the buffer' method (w3-form-determine-size): Use it. (w3-form-create-integer): Use it. (w3-form-create-float): Use it. (w3-form-create-text): Use it. (w3-form-create-password): Use it. (w3-revert-form): Fixed error with 'reset' buttons on forms that had hidden form fields. * w3-vars.el (w3-mode-map): Define [backtab] by default * w3-display.el (w3-size-of-tree): Removed some warnings (w3-display-table-dimensions): ditto * Updated to widget 1.26 * default.css: Some default formatting changes for input fields. Everything is underlined by default except submit/reset/image/button fields, so that they are a little easier to spot. * w3-parse.el (w3-parse-buffer): Now slaps pseudo-elements into input fields so that stylesheets can access them. Wed Feb 5 14:42:12 1997 William M. Perry <wmperry@aventail.com> * Updated to widget 1.24 * Happy birthday Jenny P. Tue Feb 4 08:21:03 1997 William M. Perry <wmperry@aventail.com> * font.el (x-font-create-name): Better checking/optimizing of when to just return the default font. * w3-forms.el: Make use of the new information, and pass it down to the widget library appropriately. * w3-display.el (w3-display-node): Now passes in the entire list of active faces to form creation functions. Mon Feb 3 07:26:18 1997 William M. Perry <wmperry@aventail.com> * w3-emulate.el (w3-lynx-emulation-minor-mode-map): Lots of new keybindings for lynx emulation minor mode. * Emacs-W3 3.0.55 released * w3-forms.el (w3-form-determine-size): Fixed _STUPID_ problem where option lists would lose everything but the first option in them. I'm a dumbass. Sort modifies its list parameter! ICK ICK ICK. * url.el (url-after-change-function): Show prettier status messages. Sizes are converted to bytes, k, or M, depending on how big the file is. * w3.txi: Lots of documentation changes - volunteers welcome. * Removed personal annotation support, since it wasn't shown with the new display engine, it needs to be rethought, and nobody had complained in the entire beta cycle. * w3.el (w3-history-find-url-internal): Redid the history mechanism. Toolbar and menu entries are now grayed out appropriately. * url-http.el (url-create-mime-request): Fixed cookie support if not going through a proxy gateway. Sun Feb 2 22:05:41 1997 William M. Perry <wmperry@aventail.com> * w3-display.el (w3-display-table): Fix for negative colwidth Fri Jan 31 14:28:54 1997 William M. Perry <wmperry@aventail.com> * w3.el (w3-fetch): Fixed targetted links (http://blah/#foo) Fri Jan 31 11:20:47 1997 Alf-Ivar Holm <alfh@ifi.uio.no> * w3.el (w3-mail-current-document): Fixed problem with calling w3-parse-buffer with too many arguments when mailing LaTeX-ified files. Fri Jan 31 11:19:37 1997 Cord Kielhorn <kielhorn@thphy.uni-duesseldorf.de> * css.el (css-expand-length): Fixed bad regexps for percentage and character based lengths Thu Jan 30 20:27:06 1997 William M. Perry <wmperry@aventail.com> * Emacs-W3 3.0.52 released * w3-display.el (w3-handle-image): When doing table auto layout, don't start loading the images. Wed Jan 29 06:15:37 1997 William M. Perry <wmperry@aventail.com> * font.el (x-font-create-name): Yet another fix for not screwing up the line-height in Emacs 19. * w3-display.el (w3-face-for-element): Uhh, oblique seems to work. * font.el (set-font-style-by-keywords): now deals with arguments that aren't lists, for the font-style and font-variant CSS stuff * w3-display.el (w3-display-node): Reimplemented <cookie> tag. (w3-display-node): Reimplemented <flame> tag. * url.el (url-insert-file-contents): url-insert-file-contents now decodes/uncompresses the data before returning. * w3-display.el (w3-display-node): Reimplemented <pinhead> tag Tue Jan 28 06:22:08 1997 William M. Perry <wmperry@aventail.com> * font.el (x-font-create-name): Never take font size into account under Emacs - too much chance of totally screwing up the users leading by choosing a bigger font than their default. This sucks. But I can't find a better solution. * w3.el: w3-mode now turns on truncate-lines by default. * w3-forms.el (w3-form-create-image): Better image input type support. Mon Jan 27 08:21:58 1997 William M. Perry <wmperry@aventail.com> * w3-forms.el (w3-form-create-password): Now uses real password entry widgets provided by 'widget' - you _MUST_USE_ the widget library that comes with Emacs-W3 for this, otherwise the info won't be hidden correctly. (w3-form-add-element): Deal with hidden text areas better when they are in forms * Synch'd up to widget 1.22 Sun Jan 26 16:50:09 1997 William M. Perry <wmperry@aventail.com> * Emacs-W3 3.0.51 released * w3-forms.el (w3-form-create-text): Now uses the real text entry widgets provided by 'widget' - still can't do this for password fields yet though. * Synch'd up to Widget 1.20 Sat Jan 25 13:38:12 1997 William M. Perry <wmperry@aventail.com> * url.el (url-expand-file-name): Now strips out spaces as well as newlines/carriage returns. More fixes for that bastardized microsoft home page. * url-http.el (url-create-mime-request): Make sure that we retrieve the cookies for the real URL we are retrieving when going through a proxy. Now the psychotic crap that is the microsoft home page should be successfully retrieved if going through an HTTP proxy. * url-cookie.el (url-cookie-handle-set-cookie): Attempt to deal with idiotic microsoft home page that sends out set-cookie headers that look like MC1=ID=abc, and expects two cookies MC1='' and ID='abc' *sigh* * w3-forms.el, w3-display.el: Form elements now keep all their attributes with them. Will be useful when we start allowing scripting. (w3-form-create-custom): Rudimentary patches to allow embedding 'custom' widgets into the buffer. Interesting. * w3-forms.el (w3-form-determine-size): New function to calculate how big a form field will be - option lists should look much better now. Thu Jan 23 08:48:59 1997 William M. Perry <wmperry@aventail.com> * Synch'ed up to custom 1.19 * url-parse.el: document extra slots of url-generic-parse-url Thu Jan 23 08:34:34 1997 Joe Wells <jbw@cs.bu.edu> * url-file.el (url-file): Patch to tell ange-ftp and/or efs the password in a file/ftp URL so that you won't be prompted for the password, even if one was specified in the URL * url-parse.el (url-generic-parse-url): Fixed bug where specifying a username and password in the URL would downcase the username and password as well as the hostname. Wed Jan 22 08:28:13 1997 William M. Perry <wmperry@aventail.com> * Emacs-W3 3.0.50 released * base64.el (base64-encode-region): Pulled in code from VM for quicker encoding/decoding * mm.el (mm-content-transfer-encodings): Better base64 decoding Wed Jan 22 07:31:03 1997 Alf-Ivar Holm <alfh@ifi.uio.no> * w3-emulate.el (w3-lynx-emulation-minor-mode-map): Lynx [up] and [down] bound to non-existing functions. * w3.el (w3-do-setup): Fixed installation of lynx emulation modes keymap. Tue Jan 21 07:56:51 1997 William M. Perry <wmperry@aventail.com> * url-misc.el (url-data): Make sure to url-decode the data before inserting it into the buffer. * w3-menu.el (w3-toggle-minibuffer): better version * w3-forms.el (w3-form-create-integer): New form entry type (w3-form-create-float): new form entry type (w3-form-encode-helper): deal with the new integer/float types * w3-display.el (w3-display-node): Reimplemented <select multiple> as a list of checkboxes Mon Jan 20 06:29:07 1997 William M. Perry <wmperry@aventail.com> * w3-display.el (w3-display-node): Keep track of the last form's action, for theoretically 'naked' input fields that we want to try and handle as best we can anyway. * w3-parse.el: Much more lenient about where form elements can be found. * w3-forms.el: summarizer functions now take the widget as an extra parameter. * w3.el (w3-find-etc-directory): New function - not used yet. * w3.txi: Warning! You now need a very new version of texinfo to compile the .info or .dvi file yourself. * url-mail.el (url-mail): Now tries to use message-mail if it is bound instead of just plain old 'mail'. * w3-forms.el (w3-form-add-element): Duh, fix hidden form fields. * font.el (font-normalize-color): Hopefully fixed color lossage under OS/2 and Windows * w3-forms.el (w3-form-summarize-field): Actually 'message' the string as a workaround for emacspeak 5.0 Sun Jan 19 09:32:15 1997 William M. Perry <wmperry@aventail.com> * w3-xemac.el (w3-mouse-handler): Ditto * w3-e19.el (w3-mouse-handler): Protect against 'bad format string' errors when showing a hexified URL * w3-forms.el (w3-form-mark-widget): Be super paranoid and mark all children and their children's children, and the parents of a widget. (w3-form-create-radio-button): Make sure radio button children always get updated via w3-form-mark-widget. (w3-form-summarize-radio-button): Slightly better summarization of radio buttons. * Emacs-W3 3.0.49 released * Synch'ed up with widget 1.18 Fri Jan 17 06:25:36 1997 Dave Love <d.love@dl.ac.uk> * w3-display.el: w3-echo-link now prefers the URL to the text of a link Fri Jan 17 06:25:36 1997 William M. Perry <wmperry@aventail.com> * w3-display.el: Fixed handling of inlined styles * w3-mouse.el: Some fixes for XEmacs when built with no X support * default.css: Now uses the new @media directives instead of the old :blah: stuff * css.el (css-handle-media-directive): New function to handle @media directives. (css-parse): Deprecate the old :mediatype: way of specifying media dependent styles. * w3-style.el (w3-handle-style): Now gets passed a plist instead of an assoc list. (w3-handle-style): Pay attention to the new 'media' attribute on stylesheet links, and don't load the stylesheet if we aren't currently running on that type of media. * css.el (css-properties): Added proposed printing properties from a W3C draft. Thu Jan 16 06:06:45 1997 William M. Perry <wmperry@aventail.com> * css.el (css-handle-media-directive): Implemented the @media processing instruction. * w3-forms.el (w3-form-summarize-option-list): Changed the summarize function for option lists. Much saner now. * w3.el (w3-read-url-with-default): Use the URL at point before falling back to http://www. (w3-source-document): When sourcing a document, let set-auto-mode do the right thing. .html comes up in html-mode, or whatever now. * url-cookie.el: Fixed some compile warnings under Emacs * w3-forms.el (w3-form-summarize-option-list): Make each choice-item have emacspeak-help set. * w3-speak.el (w3-widget-backward): New advice (w3-widget-forward): New advice * w3-forms.el (w3-form-create-option-list): Renamed function * Emacs-W3 3.0.48 released * w3-display.el (w3-face-for-element): Use background-color instead of just background for css property. * w3-forms.el (w3-form-encode-helper): Fixed radio buttons, duh. * url-misc.el (url-do-terminal-emulator): Fixed bad var reference left from old code. * url-gw.el: Moved all the gateway variables into their own namespace to make it easier to turn this into a standalone package. * dist.Makefile (SOURCES): Added url-gw and w3 to the build targets. Wed Jan 15 08:00:37 1997 William M. Perry <wmperry@aventail.com> * Emacs-W3 3.0.47 released * url.el (url-expand-file-name): Make sure to remove \r from the URL as well as \n * url-gw.el (url-open-stream): Added in 'telnet' and 'rlogin' methods for url-gateway-method. Code stolen from GNUS. Thanks lars! :) It would be nice to make this file its own package and be able to override open-network-stream so that all apps could get this for free. * url-misc.el (url-generic-emulator-loader): Consolidated the tn3270, telnet, and rlogin URL loaders into one smarter function * url.el: Made cookie and auth modules autoloaded, removed some old autoloads (url-open-stream) Moved to url-gw.el Mon Jan 13 22:11:00 1997 William M. Perry <wmperry@aventail.com> * w3-display.el (w3-widget-echo): w3-echo-link can now be a list, so the user can explicitly control fallback behaviour. * w3.txi: Added some pointers to CSS documentation * mule-sysdp.el (mule-code-convert-region): ditto * w3.el (w3-convert-code-for-mule): Fixed bug in XEmacs 20.0 mule Mon Jan 13 11:14:29 1997 T. V. Raman <raman@Adobe.COM> * w3.el (w3-widget-forward): Call widget-forward interactively so that emacspeak will hook it correctly. Mon Jan 13 11:14:29 1997 William M. Perry <wmperry@aventail.com> * w3-display.el (w3-refresh-buffer): Finally reimplemented w3-refresh-buffer. Sun Jan 12 10:32:50 1997 Karl Eichwalder <ke@ke.Central.DE> * w3.txi: Add @dircategory and @direntry... @end. `install-info' from texinfo-3.9 know about those. Sun Jan 12 21:49:44 1997 William M. Perry <wmperry@aventail.com> * w3.el (w3-save-as): Can now save a page as postscript again * w3-display.el (w3-display-node): inline styles work again * url-misc.el (url-data): Updated data: URL to the spec. ftp://ietf.org/internet-drafts/draft-masinter-url-data-02.txt Sat Jan 11 20:47:24 1997 William M. Perry <wmperry@aventail.com> * Emacs-w3 3.0.45 released * url-misc.el (url-data): Now supports the 'data' URL type, which just 'fetches' everything after the data: chunk of the URL Fri Jan 10 11:49:43 1997 William M. Perry <wmperry@aventail.com> * w3-display.el (w3-display-node): Multicolumn works, but puts things across instead of down * w3-parse.el: Basic support for parsing <multicol> * w3-display.el (w3-display-node): Make our semi-widgety hyperlinks start/end open under XEmacs. * w3.el (w3-complete-link): Make sure we take case into account when doing link completion. The user can use 'test' to complete to link titled 'Test'. Uses try-completion for this, which seems to work since we require a match. Is this the best way to do this? Other than not being case-insensitive at this point? * w3-forms.el (w3-form-default-widget-creator): Better way of handling updates to text entry fields. (w3-revert-form): Everything should be reverted correctly, both in internal storage and in the buffer (w3-form-create-radio-button): Get a more unique identifier to store radio elements by - old way could theoretically get collisions. * w3-display.el (w3-display-handle-list-type): Updated use of 'list-style' to use new property 'list-style-type' (w3-prepare-buffer): Now kills the source buffer before it starts drawing the tree, to avoid *URL-n* buffers when not really necessary. * css.el (css-properties): Updated all the properties to the W3C's latest 'recommendation' level CSS specification. (css-handle-import): much better handling of @import (css-parse): Better handling of '@' directives in general (css-expand-value): General cleanup, reference the CSS and ACSS specs for how/why we are parsing something the way we are. Thu Jan 9 06:17:08 1997 William M. Perry <wmperry@aventail.com> * Updated all copyright notices. Happy belated new year! * w3-display.el (w3-region): Fixed a few bugs with nuking too much of a buffer when using w3-region * w3.el (w3-read-url-with-default): Use new variable. * w3-vars.el (w3-fetch-with-default): New variable to control whether or not w3-fetch will figure out a good default value for the URL or not. * w3-forms.el (w3-form-mark-widget): New function to mark a widget and all its children with an appropriate :emacspeak-help and 'w3-form-data Now defines a few keywords to look more widget-y Wed Jan 8 09:27:47 1997 William M. Perry <wmperry@aventail.com> * css.el (css-expand-value): Added elevation, angle, and time units. * w3-display.el (w3-display-node): Turn on voice-lock-mode by default in all w3 buffers. * css.el (css-properties): Added in new speech properties from the ACSS note from the W3C. Please see http://www.w3.org/pub/WWW/Style/CSS/Speech/NOTE-ACSS for more information. * w3-forms.el: Moved all the form entry summarization functions from w3-speak.el into w3-forms. Easier to keep in synch this way. * w3-display.el (w3-display-node): Reimplimented the 'keygen' form entry type for netscape compatibility. Tue Jan 7 07:20:08 1997 William M. Perry <wmperry@aventail.com> * w3-display.el (w3-region): New function that parses the HTML in a region 'in-place', so that things like MIME mailers/gnus readers can show HTML inline a lot easier. * w3-forms.el (w3-form-resurrect-widgets): Fixed case where a widget goes all the way to point-max and next-single-property-change will return nil. Would pass bad args to delete-region. (w3-form-summarize-field): Moved some of the smarts about summarizing W3 widgets from w3-speak into the core forms code. * font.el (define-font-keywords): New function for defining keywords that will actually work across Emacs and XEmacs * w3-display.el (w3-display-node): Reimplemented 'note' functionality, by converting it into a two-cell table. (w3-display-node): Implemented <dir> as multi-column, as-per the RFC and HTML 3.x specifications * default.css: Added default display type for dir and menu Mon Jan 6 21:49:52 1997 William M. Perry <wmperry@aventail.com> * url-http.el (url-create-mime-request): Fixed yet another stupid problem in Host: header handling. Was never sending the right information if you were not going through a proxy this time. *sigh* * w3-forms.el (w3-form-add-element): Fixed hidden form fields Sun Jan 5 22:38:54 1997 William M. Perry <wmperry@aventail.com> * url-vars.el (url-proxy-services): updated documentation string * w3-widget.el (widget-image-notify): Fixed client side handling of imagemaps on a TTY or a delayed/broken image. Duhhh Fri Jan 3 Dave Love <d.love@dl.ac.uk> * w3-e19.el (w3-mouse-handler): Fix link echoing. Fri Jan 3 08:43:56 1997 William M. Perry <wmperry@aventail.com> * Emacs-W3 3.0.43 released * font.el (make-font): Treat args as a plist, just for sanity's sake. Thu Jan 2 12:19:31 1997 William M. Perry <wmperry@aventail.com> * w3-display.el (w3-table-hack-borders): Fix stupid use of 'otheriwse' instead of 'otherwise' in a case statement. * w3-forms.el (w3-form-add-element): Fix stupid use of 'otheriwse' instead of 'otherwise' in a case statement. (w3-form-resurrect-widgets): Fixed XEmacs handling of widget recreation, and also fixed problem where some widgets would be skipped. Tue Dec 31 07:37:17 1996 William M. Perry <wmperry@aventail.com> * w3-e19.el: All the menus in Emacs-19 now use the same constructors that the :filter entries under XEmacs do. This will make things much easier in the future in not duplicating crufty menu-construction code once for XEmacs menu-structs and once for Emacs keymaps. * w3-menu.el (w3-menu-html-links-constructor): Now works with the Emacs 19 implementation of property lists. Mon Dec 30 06:25:28 1996 William M. Perry <wmperry@aventail.com> * w3-menu.el (w3-popup-menu): context-sensitive menus over delayed images work again * w3-display.el (w3-parse-link): New way to store <link> information from an HTML document. * w3.el (w3-search): Deal with new <link> storage * w3-menu.el (w3-menu-html-links-constructor): Deal with new way <link> items are stored - now uses the 'title' attribute if present. * w3-auto.el (w3-form-resurrect-widgets): Added autoload * url-file.el (url-format-directory): Removed url-forms-based-ftp option - didn't really work anyway. Sun Dec 29 15:54:21 1996 William M. Perry <wmperry@aventail.com> * w3-forms.el (w3-form-resurrect-widgets): fixed stupid problem in munging of the size of form elements. * Emacs-W3 3.0.42 released * w3-display.el (w3-table-hack-borders): Deal gracefully with not finding a 'terminal' font to display hacked border chars in * w3-hot.el (w3-hotlist-add-document): don't hexify a url before sticking it in the hotlist buffer * w3-display.el (w3-display-node): hyperlinks with images at the start will now have a button associated with the entire link, not just the image part. * w3-sysdp.el (fillin-text-property): made it work under Emacs19 Sun Dec 29 00:07:39 1996 Takahiro Hayata <hayata@sc511t.s.kobe-u.ac.jp> * mule-sysdp.el (mule-write-region-no-coding-system): Patch for Mule 2.3 Sun Dec 29 00:07:39 1996 William M. Perry <wmperry@aventail.com> * w3-forms.el (w3-form-add-element): Only insert stubs of the right length for a for element, and do munging of that text into the actual widgets later. This saves us a lot of grief and heartache when handling things like radio buttons that span table elements because the markers have become completely insane by the time the next widget is ready to be created. Sat Dec 28 17:24:08 1996 William M. Perry <wmperry@aventail.com> * w3-display.el (w3-display-table): Don't crap out on invalid tables where table-dimensions tells us we have a 0 column or 0 row table. * w3-widget.el (widget-image-value-create): Use :action instead of :notify for widget-image-callback - hyperlinked images under Emacs 19 should work again. Thu Dec 26 18:26:25 1996 William M. Perry <wmperry@aventail.com> * w3.el (w3-widget-forward): Use this instead of widget-forward. (w3-widget-backward): Ditto. Need to make both of these smart for w3. * w3-display.el (w3-display-node): Implemented the display class 'none' for turning off the rendering of an element and its subcontent. Thu Dec 26 07:21:58 1996 William Perry <wmperry@aventail.com> * w3-parse.el (w3-parse-buffer): *sigh* Allow _ in attribute names. * Emacs-W3 3.0.41 released * url-parse.el (url-generic-parse-url): bind inhibit-read-only to 't' in url parsing buffers, to avoid 'attempt to modify read-only text' problems when the string passed to url-generic-parse-url has the read-only text property set. * w3-e19.el (w3-setup-version-specifics): popup menus should work in Emacs19 again. * css.el (css-expand-value): For margin and padding, make sure we _always_ convert into a valid length spec. Setting a 'margin' or 'padding' property group instead of individual margin-* or padding-* values would cause the display engine to crap out. (css-get): Fixed generic class-only lookups (.foo, etc) * w3-display.el (w3-display-handle-list-type): Tweaks to list indentation * w3-menu.el (w3-menu-html-links-constructor): Fixed stupid problem with the new navigate menu under XEmacs. Tue Dec 24 22:46:11 1996 William M. Perry <wmperry@aventail.com> * css.el (css-expand-color): Better handling of X-style color specs - convert them to internal RGB format. Tue Dec 24 02:50:08 1996 Christian Limpach <chris@nice.ch> * font.el (ns-font-families-for-device): added test for unbound device-fonts-cache variable. (ns-font-create-name): handle font-styles which are numbers. * w3-sysdp.el (try-font-name): added support for Nextstep. Tue Dec 24 06:16:33 1996 William M. Perry <wmperry@aventail.com> * w3.el (w3-open-local): Send filename through expand-file-name in w3-open-local to avoid having illegal URLs like file:/~/test.html * w3-widget.el (widget-image-value-create): fixed new problem with client side imagemaps. Should really work this time. * w3.el (w3-map-links): w3-map-links and hence w3-complete-link will now find images that are also hyperlinks. Mon Dec 23 22:28:58 1996 William M. Perry <wmperry@aventail.com> * Emacs-W3 3.0.40 released * w3-menu.el (w3-menu-go-menu): Added 'navigate' submenu to hold the predefined <link> types. * w3-widget.el (widget-image-summarize): Image widgets should now be much better at identifying themselves when being tab'ed to or waggled at with the mouse. * w3-prefs.el: Fixed a few references to w3-glyphp (now widget-glyphp) * w3.el (w3-url-completion-function): Fixed completion of URLs Sat Dec 21 Dave Love <d.love@dl.ac.uk> * w3-display.el, w3-vars.el, w3.el: Define and use w3-defined-link-types to canonicalize link descriptions' case for ease of use. * w3-e19.el (w3-build-FSF19-menu): Add any recognised <link> items to the menu in the absence of a toolbar. Thu Dec 19 13:52:35 1996 William Perry <wmperry@aventail.com> * Emacs-W3 3.0.39 released * w3-forms.el (w3-form-encode-xwfu): Ditto. * url.el (url-hexify-string): Updated to use url-unreserved-chars when escaping, ala http://www.ics.uci.edu/pub/ietf/uri/draft-fielding-url-syntax-02.txt Wed Dec 18 22:09:41 1996 William M. Perry <wmperry@aventail.com> * w3.el (w3-mode): Removed bogus setting of widget-motion-hook from way back * w3-parse.el (w3-parse-buffer): Better handling of <base> tag. * w3-display.el (w3-widget-echo): Better falling-back when the preferred echo method yields nil. * url.el, w3-display.el, w3.el: Remove last vestiges of url-hash.el and removed it from the distribution. Wed Dec 18 08:07:32 1996 William Perry <wmperry@aventail.com> * dsssl.el: Moved the DSSSL parser and friends into its own namespace. Removed dependencies on url-hash. * custom.el: Synch'd up to custom 1.13 Tue Dec 17 16:36:05 1996 William M. Perry <wmperry@aventail.com> * url.el (url-expand-file-name): If we weren't given a base object to work from, and url-current-object is null, set it to the object returned by parsing url-view-url. * url-http.el (url-create-mime-request): Send the right information in the 'Host' header field when going through a proxy. (url-setup-reload-timer): Emacs 19 doesn't deal well with 0-length timeouts, so protect against trying to create one when dealing with the refresh header. * w3-parse.el: Removed lots of crap for the old display engine - shouldn't cons up as much garbage as before. Now it will just cons up garbage that we actually need. Tue Dec 17 07:10:47 1996 William Perry <wmperry@aventail.com> * css.el (css-properties): New property type 'string-list' for font-family * w3.el (w3-find-default-stylesheets): Make sure to look in data-directory/../../w3 for stylesheets Tue Dec 17 06:07:08 1996 William M. Perry <wmperry@aventail.com> * w3-toolbar.el: wrapped a condition-case around the require for xpm-button and xbm-button so that it will compile under Emacs Mon Dec 16 08:19:40 1996 William Perry <wmperry@aventail.com> * Emacs-W3 3.0.38 released. * dist.Makefile (OBJECTS): Removed xpm-button and xbm-button from the distribution. Any version of XEmacs that can run the latest 3.0 stuff has them already. * default.css: Make nested ol/ul items display class 'line' so they look prettier. * w3-display.el (w3-display-node): EVIL hack to make the first item in a nested list get indented correctly. * w3-about.el (w3-about): Fixed the about:style stylesheet to be up-to-date with new CSS spec. * default.css: Turned down indentation on list items by default. * w3-display.el (w3-display-node): Mouse tracking should work under XEmacs again. * dist.Makefile (all): Removed 'emacs' from dependency list. Mon Dec 16 06:03:14 1996 William M. Perry <wmperry@aventail.com> * w3-display.el (w3-table-hack-borders): This should work on TTY's again. Sun Dec 15 14:19:53 1996 William M. Perry <wmperry@aventail.com> * Emacs-W3 3.0.37 released * w3-display.el: Better handling of paragraphs (well, any block-level element within a list-item display group. * default.css (address): Changed <address> display tpye to line so that right-justification will take effect. Sat Dec 14 10:24:13 1996 William M. Perry <wmperry@aventail.com> * w3-sysdp.el: Removed stubs for add-submenu - it was confusing 'custom' * dist.Makefile: More GNU-ish project makefile * url.el (url-default-find-proxy-for-url): Fixed no_proxy handling (url-default-find-proxy-for-url): Don't pass 'www://' links to a proxy Fri Dec 13 22:50:45 1996 William M. Perry <wmperry@aventail.com> * dist.Makefile (URLSOURCES): Added socks.el to the distribution. Not used just yet. * css.el (css-copy-stylesheet): Fixed problem with sharing the list structure between the hash tables - document stylesheets would infect the main w3-user-stylesheet and cause weirdness. Fri Dec 13 09:47:40 1996 William Perry <wmperry@aventail.com> * w3-style.el (w3-display-stylesheet): Fixed problem where w3-display-stylesheet would override the buffer css-display was showing the stylesheet in. Duhh. * mule-sysdp.el (mule-encode-string): Fixed stupid problem on non-XEmacs mule (mule-sysdep-version): Ditto. Fri Dec 13 06:25:45 1996 William M. Perry <wmperry@aventail.com> * css.el (css-get): Removed bogus recursive call to css-get, and moved the guts of css-get out into its own fuction, which is in turn inlined into css-get. Might even make things faster. At the least, I expect it to get rid of the 'takes two makes to make w3-display.elc' problem some people have been seeing. * w3-display.el (w3-display-handle-list-type): Fixed stupid problem with margin handling where list-item display items were always flush-left Fri Dec 13 02:51:24 1996 Greg Stark <gsstark@mit.edu> * w3-display.el (w3-display-line-break): correct right justification code (w3-min-size-of-string): removed unused function that didn't work. (w3-size-of-tree): maintain consistent w3-display-open-element-stack don't hard code assumption that hr's are drawn with '-' (w3-display-table-dimensions): major bug if the last column rowspans (w3-table-lookup-char): new function (w3-table-hack-borders): new function makes table borders use pretty graphic characters instead of ascii characters. (w3-table-unhack-borders): new function restore lame ascii borders. (w3-display-table): Major changes to support drawing better borders also fix various bugs and tweak various things. * w3-parse.el: remove = from set of characters that terminate an attribute when guessing about an syntactically invalid attribute. (didn't this get changed once already?) * w3.el (w3-sentinel): hack around bug that bit w3-preview-this-buffer but I don't know what the right thing for Mule. Thu Dec 12 08:36:01 1996 William Perry <wmperry@aventail.com> * Synch'd up to widget 1.13 * w3-display.el (w3-get-pad-string): Ack - watch for negative values in w3-get-pad-string * Released 3.0.36 * w3-style.el (w3-display-stylesheet): Use new css-display function * css.el (css-get): Better class checking (css-display): New function to pretty-print a stylesheet that is in memory. * w3-parse.el (w3-parse-buffer): *sigh* Parser now keeps track of 'base' of this document. Also normalizes 'align' attribute, as well as auto-expanding any SRC or HREF attributes. * w3-display.el (w3-display-handle-list-type): Now handles text-indent style property. (w3-display-table): Can now specify properties on 'tr', for vertical-alignment, etc. (w3-display-node): Lots of changes to deal with new method of munging class/align/etc in the parser. Wed Dec 11 17:37:14 1996 William M. Perry <wmperry@aventail.com> * w3-parse.el (w3-parse-buffer): Do munging of align/src/href/class attributes to save time in w3-display-node and friends. * w3-prefs.el (w3-preferences-compatibility-variables): Fixed problems with renaming of w3-style-ie-compatibility to css-ie-compatibility * w3-display.el (w3-display-node): fix for hyperlinks / form info in tables. Duhh. Wed Dec 11 07:36:08 1996 William Perry <wmperry@aventail.com> * css.el (css-copy-stylesheet): New function * w3-display.el (w3-display-node): use it * mule-sysdp.el (mule-encode-string): Fixes for XEmacs w/mule (mule-decode-string): Fixes for XEmacs w/mule * w3-display.el (w3-display-node): Fixed problem in isindex handling. Using forms for isindex handling should work again. * css.el (css-specificity): new function css-specificity to find how specific a certain rule is. Need to use this to sort rules in css-get. Tue Dec 10 22:37:59 1996 William M. Perry <wmperry@aventail.com> * w3-display.el (w3-get-style-info): Changes to deal with new css.el - should be much much faster now. * css.el (css-get): Radically changed the internal representation of stylesheets, and how they are looked up. Mon Dec 9 22:31:11 1996 William M. Perry <wmperry@aventail.com> * w3-display.el (w3-face-for-element): Fixed bug in w3-face-for-element where weight of the element wasn't being taken into account. * css.el: Changed font-variant style type from string to symbol-list Mon Dec 9 12:29:59 1996 William Perry <wmperry@aventail.com> * default.css: Changed default header sizes - should look better on most machines Sun Dec 8 19:21:07 1996 William M. Perry <wmperry@aventail.com> * Emacs-w3 3.0.34 Released * w3-display.el: New macro w3-get-attribute to replace (cdr (assq 'blah args)), just in case I ever decide to replace the assoc list currently used. * New file mule-sysdp.el, to make supporting Mule 2.3, Mule 2.4, and XEmacs 20.0 easier. * url-file.el (url-insert-possibly-compressed-file): handle mule 2.4 Fri Dec 6 06:54:03 1996 William Perry <wmperry@aventail.com> * w3-parse.el: Emit warnings when people try to slap attribute/value pairs on end tags. Evil bastards. Added SPAN, BDO, OBJECT, BASEFONT Fri Dec 6 04:42:24 1996 Greg Stark <gsstark@mit.edu> * default.css: add th td and caption text-align information * docomp.el: increase max-specpdl-size so it can compile w3-display * url.el (url-sentinel): avoid save-excursion around switch-buffer * w3-display (w3-display-line-break): if we're in nowrap mode but the region doesn't end on a newline insert an extra newline, otherwise <br> gets ignored inside a <pre> or nowrap environment. Also protect against fill-column less than the length of fill-prefix. Also avoid infloop in right justification, and fix bug that caused right justification to never be executed. * w3-display (table-cut table-dimensions w3-display-table): lots of new code to handle rowspan and autolayout. * (w3-display-fix-widgets): be more agressive adjust even markers that have buffers and adjust parent markers. * w3-display (w3-display-node): These changes are important for tables Don't insert insert-before on <a> tags before the class is adjusted Don't insert more than one class into an <a> tag when we adjust it. Protect against a negative fill-column when drawing <hr>s Set adaptive-fill-mode (what's filladapt-mode?) * w3-parse.el: remove font from %block. WARNING, i have little idea what consequences this has but it seems to have the desired effect of handling table cells whose first tag is a <font> without discarding the implied <p> tag. * w3-parse.el: skip-chars-forward "^>" when parsing end tags (some people seem to think you can put attributes in end tags) Fri Dec 6 14:08:30 1996 William M. Perry <wmperry@cs.indiana.edu> * css.el: Better handling of text-decoration, to go along with the new version of set-font-style-by-keywords * font.el: Faster version of set-font-style-by-keywords. Fixed RGB spec. problem if you used non-floats. * w3-display.el: (w3-face-for-element) Obey some font function renaming. (w3-face-for-element) Changed format specification on w3-style-face-xxx creation. (w3-display-node) Alignment specified via attributes overrides stylesheet, not vice versa. (w3-display-node) Fixed stupid mistake in 'link' handling where stylesheets were ignored. Thu Dec 5 17:51:37 1996 William M. Perry <wmperry@cs.indiana.edu> * url.el: (url-retrieve-internally) Can now specify an alternative function to determine whether a URL should be proxied or not. modelled off the netscape auto-proxy-configuration crap, so hopefully someday we can just suck down one of their files and be 'happy' with it. * w3-display.el, css.el: Modified some of the css properties to not be inherited - let w3-display figure it out on its own - quicker this way. Saves a few thousand lookups over the life of a parse. Mon Dec 2 20:22:12 1996 William M. Perry <wmperry@cs.indiana.edu> * w3-display.el: use better face names... avoids problems in xemacs resource name checking. * w3-vars.el: Created version 3.0.33 * w3-parse.el: Fixed problem parsing attribute values like <img alt=''> - the regexp didn't like empty attribute values specified with single quotes. * w3.el: -Patches from Dave Love * font.el: Renamed the font-set-*-p to set-font-*-p, to be more in line with set-face-underline-p and friends. Fixed stupid problem in set-font-*-p where it would always just toggle the property, not actually set it. Blah. Added code in x-font-create-name to try oblique and italic versions of a font if italic is set. * default.css: Prettied up the :speech: section * w3-display.el: Conditionalized get-style-info calls in w3-voice-for-element on feature 'emacspeak * w3.el: Added code to try loading dtk-css-speech and w3-speak if the feature 'emacspeak' is available. * css.el: Fixed a few stupid problems. * font.el: made tty-font-create-object return a 12pt font object, just for reference. * w3.txi: More updates to the documentation * w3.el, w3-style.el: Moved to using the new 'css' package * w3-parse.el: Removed some old functions. Save some string creation by downcasing tag and atribute names in the buffer instead of using 'downcase'. * w3-display.el: Moved to using the new 'css' package * w3-auto.el: Removed some outdated autoloads * font.el: Added function font-set-style-by-keywords * css.el: Better handling of various entities - beter way of specifying new properties and how they should be handled. * default.css: *** empty log message *** * dist.Makefile: Added 'css.el' to targets * css.el: Initial revision * w3-vars.el: Renamed w3-right-border to w3-right-margin Sat Nov 30 17:42:38 1996 William M. Perry <wmperry@cs.indiana.edu> * custom-edit.el, custom.el, widget-edit.el, widget.el: -Synch'd up to Custom/Widget 1.09 Fri Nov 29 23:12:42 1996 William M. Perry <wmperry@cs.indiana.edu> * font.el: Actually try to use the 'oblique' property under X * w3-display.el: Fix for sometimes getting an invalid glyph error in image retrieval. Fixed problem where table display would pop something off the open element stack. * custom-edit.el, custom.el, widget-edit.el, widget.el: -Synch'd up to Custom/Widget 1.08 * w3-display.el: List filling seems to line up correctly now. Fixed bug in ordered list handling (wrong arg passed to a format). Changed the way spacing is handled. * w3-menu.el: Added new 'search' menu with common web indexes * dist.Makefile: Don't specify widget*.el twice in SOURCES _AND_ CUSTOMSOURCES or install under FreeBSD chokes. * w3-display.el: Protect against list-item display property outside of a list. * w3-sysdp.el: Fixed free var reference in make-device Thu Nov 28 23:01:11 1996 William M. Perry <wmperry@cs.indiana.edu> * w3-display.el: Protect against bad values of w3-last-fill-pos in w3-display-line-break * w3-e19.el, w3-menu.el: -Patches from Dave Love <d.love@dl.ac.uk> for using title of link in menus Wed Nov 27 22:59:56 1996 William M. Perry <wmperry@cs.indiana.edu> * w3-vars.el: Created version 3.0.32 * w3.txi: Started revamping some of the documentation * url-custom.el: Initial revision * w3-display.el: Handle 'menu' list type correctly * url.el: Patch from Thierry.Emery@aar.alcatel-alsthom.fr; - insert information about processes in buffer "URL Status Display" instead of *URL-<i>* : added a local variable `url-status-buf' and a call to `set-buffer' - changed `url-get-working-buffer' to `url-get-working-buffer-name', because `url-working-buffer' is expected to be a name, not a buffer (my mistake) * w3-xemac.el, w3-vars.el: Removed some old variables that aren't used anywhere now. * w3-e19.el: Patch from Dave Love <d.love@dl.ac.uk> for 'title' version of w3-echo-link. * w3-display.el: Patch from Dave Love <d.love@dl.ac.uk> for 'title' version of w3-echo-link. Form info is now stuck on a stack instead of in a let-bound variable. Only call w3-display-fix-widgets once! recursive calls to w3-display-node when rendering tables caused it to happen more than it should. * w3-forms.el: Patch from Dave Love <d.love@dl.ac.uk> to protect against bad value for 'next' in w3-next-widget. * dist.Makefile: Don't use `install -d', use mkdir -p if necessary Tue Nov 26 16:21:32 1996 William M. Perry <wmperry@cs.indiana.edu> * custom-edit.el, custom.el: synch'd up to custom 1.05 * widget.el, widget-edit.el: *** empty log message *** * widget-edit.el, widget.el: synch'd up to widget 1.05 * w3-display.el: Handles the 'dir' list type correctly now. * url.el: Quick patch to check for url-working-buffer being a buffer, not a string. * w3-display.el: Backed out _BAD BAD BAD_ change to protect against invalid values for w3-last-fill-pos that basically fucked everything in regards to vertical whitespace. Mon Nov 25 21:12:17 1996 William M. Perry <wmperry@cs.indiana.edu> * w3-display.el: *** empty log message *** * w3-display.el: Now only does incrememental display around block level elements. Does better munging of pre-formatted text CR -> LF CRLF->LF, etc. * w3.el: Protect against errors in w3-sentinel on bad buffers. * w3-vars.el: Created version 3.0.31 * widget-edit.el: Fixed compile problems under emacs * w3-vars.el: *** empty log message *** * widget.el: Made widget.el compile in emacsen w/o native backquote support * w3-display.el: *** empty log message *** * w3-parse.el: Patch from greg stark for dealing with '=' in misquoted attribute value pairs Sun Nov 24 23:25:25 1996 William M. Perry <wmperry@cs.indiana.edu> * w3-display.el: Reimplemented targetted anchors (#foo) * url.el: *** empty log message *** * url-vars.el: Changed default of url-mime-language-string to '*' to make some sites happy. * w3-display.el: Protect against w3-last-fill-pos getting an invalid position * w3.el, w3-display.el, w3-vars.el: Patch from Dave Love <d.love@dl.ac.uk> to add new possibility 'title' to w3-echo-link to show the 'title' attribute of a link if its there. * w3-speak.el: Patch from raman. * font.el: Patch from nagae@mickey.ai.kyutech.ac.jp to handle fontsets correctly in mule * w3-display.el: Implemented a few more CSS properties. list-style - control how list items are displayed. Ordered lists are now different from unordered only in their list-style. Need to implement contextual selectors to get ordered lists to work out of the box though. white-space - control whether whitespace is collapsed or not, and whether text is wrapped. <pre> <xmp> and <plaintext> are now all specified to use this in the default stylesheet. text-align - this replaces the old 'align' attribute Reimplemented inlined styles. * default.css: Varius updates to take advantage of the new CSS properties white-space, list-style, etc. * w3-style.el: Handle url() and rgb() notation in color specifications * w3-vars.el: Removed a few outdated variables Sat Nov 23 02:10:37 1996 William M. Perry <wmperry@cs.indiana.edu> * w3-display.el: *** empty log message *** * dsssl.el: Got rid of yet more compilation warnings. * custom.el, custom-edit.el: Synch'd up to custom 1.0.1 * w3-display.el: Better handling of <hr> and <center>, and line spacing in general * default.css: Updates to default stylesheet to deal with <center> and <div> * w3.el, url.el, url-vars.el, url-http.el: Patches from Thierry Emery to allow multiple asynch fetches. Fri Nov 22 22:26:35 1996 William M. Perry <wmperry@cs.indiana.edu> * widget-edit.el, widget.el: -Synch'd up to widget 1.01 * w3-style.el: Fixed a few fRemoved a few free variable sets/refs * w3.el: When saving a document as html source, try to get into the 'head' before inserting the base. * w3-display.el, w3-style.el: Stylesheets now store all there information as property lists instead of assoc lists. Just easier. * font.el: Fix for font-normalize-color under nextstep Thu Nov 21 04:01:22 1996 William M. Perry <wmperry@cs.indiana.edu> * widget-edit.el, widget.el: synch'd to 1.00 of widget/custom Mon Nov 18 16:26:06 1996 William M. Perry <wmperry@cs.indiana.edu> * install.sh: Initial revision * html32.dsl: Updated to latest from jon bosak * w3-vars.el: Created version 3.0.30 Thu Nov 14 22:39:36 1996 William M. Perry <wmperry@cs.indiana.edu> * w3.el: Changed this so you can actually just do a (require 'w3-sysdp) and each function will check to see if it should overwrite, instead of conditionalizing that on the whole file. * url.el: *** empty log message *** * images.el, font.el, docomp.el, w3-sysdp.el: Changed this so you can actually just do a (require 'w3-sysdp) and each function will check to see if it should overwrite, instead of conditionalizing that on the whole file. * w3-display.el: Moved some macros around. * widget.el, widget-edit.el, w3-forms.el: Sync'd up to Widget 0.999 * w3-auto.el, w3-menu.el: *** empty log message *** Sun Nov 10 18:08:24 1996 William M. Perry <wmperry@cs.indiana.edu> * w3-vars.el: Created version 3.0.29 * dsssl.el: Various changes, starting on the actual flow object stuff Tue Nov 5 05:26:07 1996 William M. Perry <wmperry@cs.indiana.edu> * url-news.el: Updated version checking of news to deal with 'red' gnus Mon Nov 4 14:47:47 1996 William M. Perry <wmperry@cs.indiana.edu> * w3-display.el: Don't show the content of 'script' - typo Fri Nov 1 15:08:45 1996 William M. Perry <wmperry@cs.indiana.edu> * default.css: Changes from raman Thu Oct 31 18:51:52 1996 William M. Perry <wmperry@cs.indiana.edu> * widget-edit.el: - Tue Oct 29 19:53:38 1996 William M. Perry <wmperry@cs.indiana.edu> * w3-display.el: *** empty log message *** Thu Oct 24 02:25:03 1996 William M. Perry <wmperry@cs.indiana.edu> * w3-widget.el: Updated the image widget to the new widget stuff. Wed Oct 23 13:26:09 1996 William M. Perry <wmperry@cs.indiana.edu> * docomp.el: *** empty log message *** * url.el: Fixed bug in url-remove-relative-links that would choke on something like: /foo/bar/./../baz/ - they /../ was removed first, removing its parent directory, the /./ - ack. * w3-display.el: Image loading is back! Client-side imagemaps are back! Forms that span tables are working now. Mon Oct 21 21:32:33 1996 William M. Perry <wmperry@cs.indiana.edu> * w3-vars.el: Created version 3.0.28 * url-mail.el: Make mail handling a little more generic. * w3-display.el: Fix for w3-display-fix-widgets so that links right up against each other don't cause it to skip every-other-one. Sun Oct 20 16:47:05 1996 William M. Perry <wmperry@cs.indiana.edu> * w3-style.el: don't map a pitch of 9 to 0. * w3-speak.el: Added back in the advice for url-lazy-message that provided auditory feedback during URL retrieval. Also added back in the w3-speak-browse-page command. * w3-speak.el: Some patches from TV Raman to fix multiline text entry area speaking and a bogus call to widget-get in text entry area speaking. Fri Oct 18 12:27:04 1996 William M. Perry <wmperry@cs.indiana.edu> * w3-display.el: Patches from Thierry Emery <Thierry.Emery@aar.alcatel-alsthom.fr> to implement 'colspan' on tables. Patch to support align=xxx on arbitrary tags. Thu Oct 17 22:27:44 1996 William M. Perry <wmperry@cs.indiana.edu> * w3-vars.el: Created version 3.0.27 * w3-display.el: fixed voicification of hyperlinks. Fixed problem in w3-normalize-spaces and multi-line strings. Wed Oct 16 20:56:40 1996 William M. Perry <wmperry@cs.indiana.edu> * w3-speak.el: Fix stupid problem. function renaming lossage. Fun * w3-display.el: Fixed <select> form items that had no <option value=xxx selected> entry in them. Wheee. * w3-display.el: Fixed <select> form items that had an <option value=xxx selected> entry in them. Wheee. * w3.el: document info is now shown as a table. * w3.el: Document information is now shown as a table. * w3-display.el, w3-vars.el: Now keeps better track of the <meta> tag info * w3-vars.el: Created version 3.0.26 * w3-display.el: *** empty log message *** Tue Oct 15 13:21:54 1996 William M. Perry <wmperry@cs.indiana.edu> * w3-display.el: Added back in <meta> and <link> handling. Fixed insert-before and insert-after for 'a' tag and pseudo-classes * w3-display.el: Fixed some potential runaway style inheritance - need to think about a better way to pop style info off the various stacks than (w3-handle-content node) on an empty element. * w3-display.el: Fixed <textarea> elements in forms * w3-display.el, w3-forms.el: Fixed <select> elements in forms Sun Oct 13 23:50:03 1996 William M. Perry <wmperry@cs.indiana.edu> * w3-vars.el: Created version 3.0.25 * dsssl.el: Bug fixes * url-hash.el: Fixed bug in url-gethash where it wasn't honoring the 'default' parameter Sat Oct 12 20:32:49 1996 William M. Perry <wmperry@cs.indiana.edu> * widget.el, widget-edit.el: Synched up to widget 0.99.4 Fri Oct 11 18:55:02 1996 William M. Perry <wmperry@cs.indiana.edu> * w3-display.el: fix for xemacs w/ temp faces * w3-display.el: Fixed a bug with the insert-after handling. Duhh. * default.css, w3-display.el: Implemented insert-before and insert-after Wed Oct 9 19:00:59 1996 William M. Perry <wmperry@cs.indiana.edu> * 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: -Updated copyrights/addresses Tue Oct 8 14:56:22 1996 William M. Perry <wmperry@cs.indiana.edu> * w3-display.el: Tables now default to having no border * w3-forms.el: Require w3-vars so Gnus will work * w3-vars.el: Created version 3.0.24 * w3-speak.el: Added a few patches from raman and the latest version of emacspeak - everything appears to work out of the box now. * w3-style.el: Added in a few autoloads for getting emacspeak to work right out of the box. * w3-display.el: Added back in the :help-echo stuff on widgets Mon Oct 7 18:09:17 1996 William M. Perry <wmperry@cs.indiana.edu> * w3-display.el: <isindex> works again. Automatically turns off filladapt-mode now, since we apparently don't play well together. * default.css: Added some margins * w3-display.el: Fix for emacs 19 Fri Oct 4 17:08:51 1996 William M. Perry <wmperry@cs.indiana.edu> * dsssl.el: Fixed a few errors in calling w3-dsssl-check-args. Now _EVERYTHING_ compiles cleanly. * docomp.el: Added a few more variables to the 'expected-to-be-free' list. Everything but dsssl.el compiles cleanly now. * url-news.el: Fixed a few typos that resulted in free variable references. * w3-display.el: New function w3-make-face to 'do the right thing' in Emacs/XEmacs/Emacs-with-no-X-support. Implemented margin-left and margin-right. Fixed a few problems with runaway or insufficient application of styles. Mon Sep 30 19:43:35 1996 William M. Perry <wmperry@cs.indiana.edu> * url-hash.el: Nasty hack to fix the !! error (("file \"cl-extra\" didn't define \"gethash\"")) stuff people are seeing under Emacs-19 * w3-vars.el: Created version 3.0.23 * w3-prefs.el: Updates for new widget package * w3-display.el: No more recursion! Lots more shit broke though. Lists are totally broken. * w3.el: Updates for new widget package * w3-keyword.el: *** empty log message *** Sun Sep 29 21:26:47 1996 William M. Perry <wmperry@cs.indiana.edu> * widget.el, widget-edit.el: Updated to version 0.99 of the library * widget-edit.el: Allow the :help-echo widget stuff to be a symbol * w3.el: More updates for the latest widget package * w3-sysdp.el: New functions prepend-text-property, append-text-property, fillin-text-property * default.css, url.el: *** empty log message *** Wed Sep 25 10:53:08 1996 William M. Perry <wmperry@cs.indiana.edu> * dist.Makefile: Removed custom.el and custom-edit.el from the distribution. Tue Sep 24 05:04:47 1996 William M. Perry <wmperry@cs.indiana.edu> * w3-vars.el: Created version 3.0.22 * widget.el, widget-edit.el: Updated to latest widget stuff from Per. * w3-parse.el: Added <script> to %body.content so that stupid IE 3.0 demo pages would work. * w3-keyword.el: Added some new keyword defs to get rid of compile-time warnings * w3-forms.el, w3-display.el: Now works with newest widget stuff * url.el: New function url-parse-query-string, to return an assoc list of name value pairs from a URL-style query. url-unhex-string now takes an optional second argument for whether to allow decoding of newlines or not. * url-mail.el: Now understands netscape-style 'extensions' to the mailto: specifier. ie: mailto:wmperry?subject=thesubject&bcc=root * font.el: Now always converts to points instead of pixels, seems to give better results this way. Mon Sep 23 04:53:56 1996 William M. Perry <wmperry@cs.indiana.edu> * w3-vars.el: Created version 3.0.20 * dsssl.el: Made dsssl depend on url-hash Sun Sep 22 05:16:06 1996 William M. Perry <wmperry@cs.indiana.edu> * w3-display.el, w3-parse.el: *** empty log message *** * w3-display.el: Some spacing changes, fix for nested lists * custom.el, widget-edit.el, widget.el: - * custom-edit.el: *** empty log message *** Fri Sep 20 05:07:12 1996 William M. Perry <wmperry@cs.indiana.edu> * w3-vars.el: Created version 3.0.19 * w3-display.el: *** empty log message *** * w3-sysdp.el: Added in stub for set-keymap-parents * w3-speak.el: Patches from raman * w3-prefs.el, w3-imap.el: *** empty log message *** * w3-hot.el: Fixed w3-read-html-bookmarks to work with some parser changes. * w3-forms.el: Made forms work again. * w3-display.el: Changed how the borders on tables are drawn. Added back in the voice support. Thu Sep 19 05:12:49 1996 William M. Perry <wmperry@cs.indiana.edu> * w3-vars.el: Created version 3.0.18 * dist.Makefile: Moved the URL and W3 packages back into one big distrubtion again * w3-vars.el: Created version 3.0.18 * w3-vars.el: Created version 3.0.19 * w3-display.el: Don't crap out on tables with 0 columns * docomp.el, url.el: *** empty log message *** Wed Sep 18 12:50:03 1996 William M. Perry <wmperry@cs.indiana.edu> * w3-vars.el: Created version 3.0.18 * docomp.el: *** empty log message *** * w3-display.el: Space filling fixes * w3-auto.el: Added autoload for w3-style-post-process-stylesheet Tue Sep 17 12:50:47 1996 William M. Perry <wmperry@cs.indiana.edu> * w3-vars.el: Created version 3.0.16 * w3-display.el, w3-e19.el: *** empty log message *** Mon Sep 16 04:46:18 1996 William M. Perry <wmperry@cs.indiana.edu> * custom-edit.el, custom.el, widget-edit.el, widget-example.el, widget.el: Initial revision Sun Sep 15 22:47:53 1996 William M. Perry <wmperry@cs.indiana.edu> * w3-vars.el: Created version 3.0.15 * w3-display.el: Alignment stuff works (right, left, full, center). Tables can now be borderless, and if it has borders, they are all there. <pre>/<xmp> work. * url-vars.el: Created version 1.0.42 * url-http.el: *** empty log message *** * w3-vars.el: Created version 3.0.14 * html32.dsl: Initial revision * w3.el: Use the new display code. * w3-forms.el: A few changes for the latest display code * w3-vars.el: Created version 3.0.14 * w3-display.el: Actually mostly works * w3-parse.el: Removed hooks into the old display engine * url.el: *** empty log message *** * w3-speak.el: Update from raman * url.el: *** empty log message *** Sat Sep 14 16:48:24 1996 William M. Perry <wmperry@cs.indiana.edu> * url-gopher.el, url.el: Added '...' to the downloading messages so that they do not show up in the message log buffer under Emacs 19.xx * w3-parse.el: Changed content-model of <script> to fix problems on some sites (notably netscape's) that use an unescaped </ in the script. BAD SGML DAMMIT. Fri Sep 13 05:24:53 1996 William M. Perry <wmperry@cs.indiana.edu> * w3-vars.el: Created version 3.0.13 * w3-forms.el: Use the new :ignore-case stuff for choice items Thu Sep 12 05:57:47 1996 William M. Perry <wmperry@cs.indiana.edu> * w3-display.el: Holy shit tables work. Tue Sep 10 03:11:55 1996 William M. Perry <wmperry@cs.indiana.edu> * w3-speak.el: Bug-fixes from raman. Mon Sep 9 05:18:37 1996 William M. Perry <wmperry@cs.indiana.edu> * dsssl.el: Removed a few compiler warnings and fixed a few bugs (equal, error, time * dsssl.el: DSSSL (define ...)'d functions are now called correctly. Wow. Added in most of the rest of the DSSSL(o) application profile functions. * dsssl.el: Initial revision * w3-parse.el: *** empty log message *** * 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: Changed copyright assignment * font.el: changed copyright assignment Sun Sep 8 00:31:52 1996 William M. Perry <wmperry@cs.indiana.edu> * w3-draw.el: Added in a stub handler for the 'frame' tag, so that you can still get to frame pages written by idiots who don't use a decent 'noframe' subdocument. * url.el: Removed nntp-after-change-function, since it screwed up GNUS Sat Sep 7 01:45:17 1996 William M. Perry <wmperry@cs.indiana.edu> * w3-latex.el: updated email address for stephen peters Wed Sep 4 02:09:08 1996 William M. Perry <wmperry@cs.indiana.edu> * socks.el: Initial revision Sun Sep 1 16:22:50 1996 William M. Perry <wmperry@cs.indiana.edu> * w3-draw.el: Don't load images on a TTY device in XEmacs. General speedup Thu Aug 29 04:09:40 1996 William M. Perry <wmperry@cs.indiana.edu> * w3-vars.el: Created version 3.0.12 Sun Aug 25 17:12:32 1996 William M. Perry <wmperry@cs.indiana.edu> * w3-draw.el: Added some stubs for tables Mon Aug 19 03:30:47 1996 William M. Perry <wmperry@cs.indiana.edu> * w3.el: fixed bug in w3-insert-formatted-url Mon Aug 12 03:10:30 1996 William M. Perry <wmperry@cs.indiana.edu> * w3-style.el: Don't make a null voice of paul-5555 if no stuff is specified. * default.css: Added speech elements to the default stylesheet. Sun Aug 11 16:41:58 1996 William M. Perry <wmperry@cs.indiana.edu> * w3-vars.el: Created version 3.0.11 * font.el: Fix for font-default-font-for-device under XEmacs when you use a font like '10x20' instead of the fully specified version Sat Aug 10 16:14:08 1996 William M. Perry <wmperry@cs.indiana.edu> * w3-forms.el: Do not encode the '.' in application/x-www-form-urlencoded. Fucking netscape compatbility. What _SPEC_?! There aren't any specs on the web, right?! * w3-forms.el: Fixed problem with submissions of a form with the exact same arguments causes elements from both form to be submitted. ack. Tue Aug 6 14:03:52 1996 William M. Perry <wmperry@cs.indiana.edu> * w3-parse.el: fixed stupid mistake in DTD I made when changing to 3.2 DTD - left 'style' out of head's content-model so no in-document stylesheet stuff was getting parsed. gack. * w3-forms.el: No longer put a 'choose' in front of option menus * w3-speak.el: fixed bugs Mon Aug 5 14:03:09 1996 William M. Perry <wmperry@cs.indiana.edu> * w3-vars.el: Created version 3.0.10 * default.css: A few mild changes, and docs. Sun Aug 4 23:51:26 1996 William M. Perry <wmperry@cs.indiana.edu> * w3-speak.el: new version of w3-speak from raman * w3-draw.el: Style search alg. now looks for tag/id|name first. Now supports inlined 'style' keyword on any tag. Gack *sigh* * w3-style.el: Can now have periods in class names. Fixed bug where the class would be normalized to lowercase as well as the tag name. BAD BAD BAD. * w3-speak.el: some changes from raman * w3-style.el: Think I finally fixed some stylesheet weirdness * w3.el: Don't override user prefs w/w3-user-colors-take-precedence -duh * w3-parse.el: fixed graphical entities Sat Aug 3 20:09:50 1996 William M. Perry <wmperry@cs.indiana.edu> * w3-vars.el: Added textual representation of the 'artist formerly known as prince' graphical icons * md5.el: removed /bin/sh dependency in md5 Fri Aug 2 14:08:38 1996 William M. Perry <wmperry@cs.indiana.edu> * url-vars.el: Created version 1.0.41 * url.el: no longer special case file:// urls when checking for no_proxy - thats just stupid. Thu Aug 1 13:32:54 1996 William M. Perry <wmperry@cs.indiana.edu> * w3-vars.el: Created version 3.0.9 * url.el: made url-insert-file-contents interactive * w3-sysdp.el: added data-directory to sysdep version of x-library-search-path for emacs under windows 95/nt * w3-vars.el: Implemented &prince; and &princesymbol; graphical entities. Thanks for the note Jamie Z! * w3-forms.el: fix for gopher searches * w3-draw.el: Added support for balloon-help Fri Jul 26 05:57:21 1996 William M. Perry <wmperry@cs.indiana.edu> * w3-display.el, w3-texinfo.el: Initial revision