Release 0.1 -> release 0.3 Changes
Changes in the html_library
- Fixed
HMmap_esc
to close a potential security hole
- Added fragment support, using the
HMgoto
and HMwent_to
callbacks.
- Added HTML/2.0 forms, and isindex support.
- Fix for #nnn; processing courtesy joe@morton.rain.com.
- Added application control over text insertion point.
- Added hooks for HTML 3.0 tables.
- Added application hooks for controlling the initial rendering state.
This permits applications to render HTML incrementally.
- Fixed bug in
HMextract_param
when parameters had embedded \n's.
- Changed stack management routines to use real lists.
- Added a new font callback.
- Improved the documentation a bit.
Changes to sample application
- Added better check for proper versions of Tk and Tcl.
- Added support for internal links.
- Added support for .bmp images.
- Added a font callback for better user feedback during font downloading.
- Added support for a Netscape-like HTML
font
tag.
home