view lisp/w3/ChangeLog @ 14:9ee227acff29 r19-15b90

Import from CVS: tag r19-15b90
author cvs
date Mon, 13 Aug 2007 08:48:42 +0200
parents ac2d302a0011
children 0293115a14e9
line wrap: on
line source

Fri Jan  3 08:43:56 1997  William M. Perry  <wmperry@aventail.com>

* 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