-grey area-
* The Lynx Bookmark file is now interpreted as an HTML document.  
  Old Lynx bookmark files must be converted using the lynx2html
  program or deleted.
* HTML+ forms as implemented by XMosaic now work. 
  fill in the empty spaces and press the submit button to
  submit the form.
* The <textarea> tag isn't done yet.  It will currently only
  give a one line text area.  The next version of Lynx will
  include a true textarea implementation once I figure out a
  reasonable interface.
* Incorporated WWWlib 2.14 and fixed up the descrip.mms files.
  Foteos Macrides made VMS port changes and wrote a really nice
  build.com script to make compilation on VMS systems really easy.
  Foteos also ported Lynx to OpenVMS for alpha axp systems. 
* 's' now means search a searchable indexed document through the
  server, and can no longer be used to search for strings within
  the displayed document.
* '/' now only searches through the current displayed document for
  strings and can not be used for searchable index documents.
* Capital 'Q' now quits without asking for confirmation.
* 'm' for Main Menu now askes for confirmation and does NOT clear
  the history stack.
* Blockquote style changed slightly.
* fixed bug with <a> and other tags messing up formatting
  withing <PRE> segments.
* Verbose Gopher option removed, verbose gopher functionality
  is now set permenantly on.
* Default editor is now configurable in the lynx.cfg file.
* Default bookmark file is now configurable in the lynx.cfg file.

12-15-93
* ownership is no longer inherited.
* <link rev="owner" href="mailto:ADDRESS"> now accepted as well as
  <link rev="made" href="mailto:ADDRESS"> to define the URL of the
  owner or person responsible for the info.
* 's' now only searches <isindex> server documents.
* '/' always means search within the document.

-grey area-
* still doing massive rewrite. Debugging!!

11-30-93
* anonymous users cannot change the bookmark page! (thanks to Jyrki Kuoppal for
  pointing out a security hole)

-grey area-
* massive rewrite.  Removed all Lynx internal format code and 
  restructured all the source files.

11-8-93
* added &nbsp; (non-breaking space), &ensp; and &emsp;

---------- RELEASE of 2.0.12 -----------------
11-1-93
* Change HTInit.c so that unsupported types are not sent out
  in accept parameters.  For non X screen only text/html and
  application/octet-stream are sent.

10-26-93
* descriptive title added to files mailed from lynx

10-25-93
* disabled FTP connection caching to help fix multiple FTP problems

10-23-93
* added preliminary level 1 forms support.

10-20-93
* fixed a bunch of gopher holes
* gopher lists are turned into URL's now instead of lynx
  internal format document links
* local documents ending in .html can now be referenced with
  just a filename and/or path from the command line.

10-19-93
* Added preloaded searches to gopher URL's.  They previously
  didn't work.  This is readily apparent as preloaded CSO
  searches, which alot of people wanted.
* removed old hytelnet compatibility code which looked in
  multiple directories to find the correct file.  If you still
  need this capibility talk to me.

10-12-93
* The users specified editor is now spawned for mail messages.
  If no editor is defined or if the user is anonymous, the built-in 
  lynx mail sender is used.

10-11-93
* changed all static data structures to be dynamic
  This was a pretty major change of code which may add several
  bugs.
* rewrote parse_links routine to make it more efficient and to
  work with dynamic structures.

10-6-93
* added progress messages to HTTP transfers.

10-5-93
* added -cache=# command line option to specify the number
  of WWW documents cached in memory.

9-28-93
* added VMS port fixes from Foteos Macrides.  Lynx now
  compiles and works on VMS!
* fixed ftp bug in WWWlib that didn't de-escape URL's before
  sending request to FTP server.

9-21-93
* fixed coredump bug for some files with no links.

9-3-93
* Moved many configuration options including printer setup to 
  lynx.cfg file.  The default placement of the lynx.cfg file
  will be /usr/local/lib & sys$public

9-1-93
* Removed STARTDIR variable from userdefs.h  STARTDIR is now inferred
  from the STARTFILE.

8-30-93
* Fixed bug with only one link selectable out of many on the last line
  of the display.
* Ported to SVR4 courtesy of Nickolay Saukh (from Russia, Wow this is
  really getting around!) 
* Uneditable documents don't get refetched. (Nickolay Saukh)
* National language support through LOCALE
  (instead of ISOLATIN1), protected by #ifdef LOCALE (Nickolay Saukh)

------Release of Lynx 2.0.11--------------------------------
8-27-93
* Caused major international incident when a large bug was discovered after
  release. :)
* Fixed internal document hypertext refernces with URL's.  '#selector'
  strings now work again.

8-24-93
* When files come through on pre HTTP/1.0 servers they are now
  recognized by their file extensions

8-23-93
* Lynx can now speak to old NCSA pre HTTP/1.0 servers
* fixed ALT bug that had to do with style changes not
  happening before the alt was printed.

8-21-93
* updated the man file lynx.1.

8-19-93
* updated help and converted it to HTML.  Made a new help location and
  server.  The new default help file is 
  http://kufacts.cc.ukans.edu/lynx_help/lynx_help_main.html

8-15-93
* changed '\' to toggle between source and no source.  When you press
  '\' while viewing a rendered HTML document you will get the HTML source
  when you press '\' while viewing HTML source you will get the
  rendered HTML.
* Added ALT attribute to IMG tag.  When ALT is available the contents
  are displayed.  When ALT is missing [IMAGE] is displayed.  When
  ALT="" nothing is displayed.

8-14-93
* Added document reload command.  CTRL-R when pressed will reload
  the document into memory and redisplay it, clearing the screen.
  This is very useful when editing documents, outside of Lynx while 
  using Lynx for rendering.
* Added source view mode.  '\' when pressed will reload the document
  and display the HTML source. (doesn't work for gopher directoryies right 
  now, but gopher isn't HTML anyways)
* fixed bug in LibWWW that caused it not to be able to convert to
  www/source.
* fixed bug in LibWWW that caused most binary file transfers to fail
* added binary file transfer ability.  When binary files are selected
  the user is prompted for a file name to save to.  The default directory
  is the one the user started in.
* Lynx now reloads local HTML files and re-renders them after editing.

??-??-??
* At some point I added the ability to edit HTML files on the local
  machine.  

8-12-93
* Added Nested Lists, up to six levels, with different bullets
  for each level.
* Due to the fact that nearly everyone seems to use <p> to mean
  two returns within the same style, and Mosaic has been kind 
  enough to support this meaning, :( :( :(  I have changed
  the <p> tag to reflect this interpretation.  <p> can be used
  anywhere and will mean insert two returns.  (i.e. two <br> tags)

8-11-93
* Made the default Mime type for unknown file types on ftp servers
  to be text/plain.  Previously the WWWLibrary had the default
  as application/octet-stream which meant that most files could not
  be viewed.
* Changed the ADDRESS style to be more like XMosaic
  Left flush, newline top and bottom
* The Statusline now displays the URL when retrieving files.
* added BR (linebreak) tag!
  The <br> tag inserts a line break and maintains the current style!
  The <br> tag may be used anywhere.
* added HR (horizontal rule tag!)
  The <hr> tag puts a horizontal line seperating two bodies of text.
  The <hr> tag may be used anywhere.

8-8-93
* All spaces, tabs and returns are now collapsed down do one
  space.
* fixed bug whiched caused certain links beginning at the
  begining of a line to be bad.
* added '*' (stars) to unordered lists and numbers to ordered
  lists.
* changed dir lists to be more like menu lists.
* all emphasis, physical and symantic, now have _underlines_
  around them to show emphasis.


RELEASE OF VER 2.0.10 -----------------------------------------------

7-8-93
Added [IMAGE] in all places where <IMG> tags appear.
added WWW_HOME environment variable support.
fixed searching in WWW.
removed tildas from mail messages for security reasons.
added emacs-like key defs.
changed gopher dir routines and Verbose format of directories

6-30-93
Forgot to put all kinds of bug fixes and stuff in here during the
past month.  I have been working on upgrading to the 2.X WWWlibrary
Today I changed 'g' to mean goto a url, and 'v' to be view the
bookmark page.

5-30-93
Fixed problem with ftp: URL not being recognized and not working.

5-28-93
Tried to remove the use of tabs and replace them with appropriate
spaces.  This was done to support brain dead curses packages that
don't handle tabs. (like linux)

5-20-93
Fixed socket problem which was causing a problem with telnet's
connecting

5-18-93
Fixed SUN curses problem, now works with the /usr/5lib routines

4-9-93
Added an option to turn on link numbering

4-7-93
Fixed read_rc() bug which caused .lynxrc files to be read incorrectly
Fixed file cacheing bug which only allowed searching to be performed
once.  (it cached the answer and displayed that each time a new
search was requested)

4-2-93
Fixed VMS I/O bug and TCP routines.

4-1-93
Ported 2.0 to VMS

3-17-93
Fixed a bug: Multiply defined procedure async_abort in
the files get_file and get_bin_file

3-16-93
Optomized Gopher TCP routines, increased speed by a factor of 10!

3-9-93
Added WWW support by integrating the WWWlib1.4

2-10-93
Added home page support and append features.

12-22-92
Added support for Image types using xloadimage for X-terminals.

12-1-92
Added gopher binary file types
