1.50
----
Fixed Imakefile bogosities
  Arne H. Juul <arnej@pvv.unit.no>
Redirected stderr (and sometimes stdout) to /dev/null for content file
  commands
Changed defines for bcopy in src/net.c, libhtmlw/HTMLP.h, pbmplus/pbmplus.h
  R. Stewart Ellis <ellis@nova.gmi.edu>
Changed local.c so that file://localhost/blah will work.
Changed file.c so that if the document is empty external programs are not
  created and pipes are not opened to converters.
Changed the bookmark code so that changes to the bookmark list are saved
  immediately.
The chimera distribution directory name reflects the version.
Changed the resources file a bit.
Fixed a URL problem where something like <a href=~john> would not work
  because the URL ended up like http://blah~john instead of
  http://blah/~john.
The visited URL code now looks in the document cache to determine if
  the document has been visited.
Fixed the the URLs like <a href=blah.gif><a img=blah.gif></a> so that
  they work as expected.  Fixing this sort of uncovered a massive memory
  leak which I exploit to make the URLs work right.  At least the
  memory will eventually get free'd when it gets flushed out of the cache.
  Eventually.  Hopefully.  The cache needs fixing.
Fixed the press scroll-key-shortcut in the scrollbar crash problem (huh?).
  Unfortunately, you must make sure that the cursor is in the main
  viewing area before the scroll key shortcuts will work.
Fixed a problem in gopher.c that caused seg violations.
Fixed a problem in ftp.c in soak() which caused seg violations.
Fixed a gopher problem that caused chimera to report errors even when
  there wasn't one...it was using gopher+ return codes when the gopher
  protocol was used.  Probably needs more work.
Will accept ~/ and ~user/ as filenames for saving and for loading local
  files.

1.49
----
Fixed the cache search broken in 1.48.
Added a patch for TERM stuff in net.c in the function net_read.
  Bill Reynolds <bill@goshawk.lanl.gov>
Added m2c to convert the Mosaic hotlist file to the chimera bookmark file
  format.  Anthony Starks <ajs@merck.com>
Added code to deal with multiline greetings and messages from ftp servers.
  Look at soak() in ftp.c.
Fixed code in MakeRequester to prevent seg faults when the user tries
  to add a bookmark for a document which doesn't have a URL
  (error, info messages).
Changed HandleDocument to eliminate some unnecessary screen refreshes
  and so that the scroll bar isn't reset to the top after an external
  document is loaded and displayed.

1.48
----
Added patches to main.c and url.c from Jim Rees which fixed a memory
  allocation error and a URL construction problem.
Added patches to net.c and INSTALL for term from
  Tom Boutell <boutell@netcom.com>
Fixed a problem in gopher.c when dealing with the things like '1/' (now
  it wants '11/').
Made the config script work a little better and included SOCKS options.
Fixed a memory leak in gopher.c.
Fixed a search string problem in gopher.c.
Made the title for gopher documents work better.
Fixed the url#link stuff that was broken in 1.47.
Added key shortcuts.
  Charles Hedrick <hedrick@klinzhai.rutgers.edu>
Changed document.c so that the cache ignores the '#' stuff.

1.47
----
Fixed problem in SubmitForm (main.c) so that it handles the isindex stuff
  correctly.
Fixed a bug in http.c.  #links were appended to the filename.
  Charles Hedrick.
Added patches from "R. Stewart Ellis" <ellis@nova.gmi.edu> to make
  the config script more flexible and to add TERM support to the
  main sources.  It also made compilation on SYSV machines work better.
Changed main.c so that the command line URL is used before the URL
  specified by WWW_HOME. Benno Blumenthal benno@ldgo.columbia.edu
Put alternate resources in src/Chimera.ajs.ad. Anthony Starks <ajs@merck.com>
Fixed unbelievably poorly written mystrcmp and mystrncmp.  Grrr.
Fixed the '..' code in url.c.  Again.
Fixed the config script.
Changed the JPEG instructions in INSTALL.
Changed gopher_to_html and gopher_main to make them a bit smarter.
Changed the content file to so that the gopher selector type works.
Fixed the middle button download requester and the unknown file type
  requester.
Probably some other stuff I don't remember.

1.46
----
Fixed the gopher problems which were introduced in 1.45.
Fixed a bug with gopher selectors that start with '/' instead of '1/'
Added the ftp patch provided by Jim.Rees@umich.edu.
Changed the way requesters and listers are dealt with.  If a requester
  is already activated and the user clicks on the same command then the
  requester is raised.  If the user clicks on a different command then
  old requester is deleted and the new one pops up.  The lister works
  the same way but there is currently only one lister.
  Also, if the requesters remember the last string and there is a
  clear button.  Requesters now have a clear button.
The Add button for the bookmark list now brings up a requester in case the
  bookmark title is bogus.

1.40-1.45 (1.40-1.44 were never released to the public)
-----------------------------------------------------------
Made the bookmark popup act very much like a famous WWW browser which uses
  Motif.
Removed bogusness from Common.tmpl.
Changed src/Imakefile to use -g and -Wall if gcc is being used.
Changed some resources to match lister changes.
Added patches for local.c, gopher.c, and file.c from
  "R. Stewart Ellis" <ellis@nova.gmi.edu>
Made some fixes to src/content.c to make sure bogus matches aren't made
  in GetContent.
Added "file * text" to lib/content.
Added search capabilities.  This needs to be refined to allow forward and
  backward search and case-sensitive searching.  Right now it only allows
  forward, case-insensitive searching with wrapping.
Added print capabilities.
Cleaned up code in various files.
Added code to make the #id links into a document work.  Not really well
  tested but it seems to work.
Added resources in Chimera.ad to make the screen gray and change the
  font.  The resources need to be uncommented first.
  Looks especially good with Xaw3d.  Provided by ajs@merck.com.
Added information to the INSTALL file.
Changed the help file to reflect changes to the user interface.
Added code to do the POST stuff correctly so FORMS support is more complete.
Changed the XtAppPending loops in main.c to XFlush.  XFlush probably
  isn't as good but I had problems with callbacks being made in the
  middle of callbacks which was nothing but trouble.
Added code to make '..' in URLs.  This is modelled on code from
  Yap Kid Mun <KidMun.Yap@mel.dit.csiro.au>
The bookmark list would not popup when there were no bookmarks which
  meant that you could never add bookmarks...this is fixed.

1.38
----
Fixed tmpnam related bug in file.c
  Bob Smith <bob@snuffy.penfield.ny.us>
Hacked on lib/help.html a bit for no reason.

1.37
----
Cursor turns into a watch when Chimera is busy.
Added code to make messages and cursor change occur right away
  Yap Kid Mun <KidMun.Yap@mel.dit.csiro.au>
Used the scrolling text widget for the URL and title displays.
Changed ifndef sun in libhtmlw/HTMLparse.c to ifndef NOSTDHDRS
Added a line to find the length of the text from gopher_to_html in gopher.c.
Changed box widgets for the URL and Title displays to forms and chained
  things together so the text widgets resize with the main window.
  MAKE SURE YOU UPDATE THE RESOURCES!!!!!!!!!!!!!!!!!
  Jim Wight <J.K.Wight@newcastle.ac.uk>
Put in new pstoppm from benno.
Fixed seg fault problem in DisplayDocNode in main.c
  Yap Kid Mun <KidMun.Yap@mel.dit.csiro.au>
Hacked gopher_to_html in gopher.c to allow missing fields in the gopher info.

1.36
----
Added this CHANGES file (what a witty guy <cough>).
Added -D_NO_PROTO to libhtmlw/Imakefile.
Changed the INSTALL file very slightly for no reason.
Took the #if XRELEASE crap out of the mxw source code and created mxw/X11/Xaw.
Removed NULLs to tmpnam so strange machines don't cause problems.
Made use of NOSTDHDRS for stdlib.h.
Changed some bogus code from local.c which involved a variable called
  buffer which wasn't being initialized.  This should help telnet
  accesses.
Added pstoppm which does a better job of dealing with postscript inline
  images.  Changed src/Imakefile and lib/content to support this and removed
  src/epswrap.script since it was no longer needed.
  pstoppm was written by Benno Blumenthal benno@ldgo.columbia.edu
Made changes to the end of MakeURL in url.c to make URL building better.
Made changes to LoadDir in local.c to make it handle dirs with / on the end.
  Should probably always kill trailing /'s so it only has to be
  dealt with once.
Stuck the new ScrollText.c from J.K.Wight@newcastle.ac.uk into mxw.
Removed string.h from every file.  Why?
Added 3270 stuff to src/document.c and added src/do3270.script.  Changed
  lib/content to deal with 3270.  Bob Smith <bob@snuffy.penfield.ny.us>.

0.0 - 1.35
----------
Screwed around with some code and eventually ended up with the mess I call
Chimera 1.35.
