Main change is of course writing hypertex.c!
Fixes:
1. Changed to page-based indexing of anchors - fixed several problems.
2. Fixed cursor warping problem.
3. Fixed problem with use of currwin rather than mane for
dvi offsets - after pointer clicked, offset was totally wrong.

June 2, 1994:
4. Fixed some problems with error handling when a reference 
   is not found
5. Allow command-line anchor references: ht_test#def1 is a valid
   startup file name.
June 3, 1994:
6. Switched from rectangular box to underline to indicate href, as
  per Ginsparg suggestion.

June 5-30 1994:
7. Colored hrefs in addition to underlining
8. Toolkit support: New widget to show the anchor under mouse, etc.
9. Allow keyboard entry of hrefs - in "Go to:" window
10. Usurp left button action if over href, + usurp "b", "f" action (lowercase)
11. Creation of application-defaults file.
12. Lots of bug fixes :-)
13. Added a button for non-experts - pushing "back" button does same as
		typing "b"

July 1 1994:
14. Fixed hrefs on names with '=' in them.
15. Added external URL calls through WWWBROWSER environment variable.

July 26 1994:
16. Added wwwBrowser to Xdefaults and app-resources file, and -browser
    command line option.

July 29-30 1994:
17. Merged with xdvi-18 (for inline postscript support among other things)
18. Added -base command line argument and urlBase in resources files,
	to specify a base URL for subsequent external links.
19. Added mime/mailcap-based support for interpreting file name extensions
	of local files and bringing up the appropriate viewer.
20. Various minor bug fixes..., and added -/+underlink option (underLink
	in defaults files) to adjust hypertext underlining.
21. Added support for Dave Oliver's HyperTeX format at rudimentary level.
22. Added html:<base URLname> and html:<img src=file.ext> options -
	the first resets the base URL name, the second brings up
	a viewer for file.ext.

September 1-16 1994:
23. No longer move cursor around on page when following links or
	backtracking.
24. External files are searched for starting from the same directory the dvi
	file itself was obtained from.
25. A couple of minor fixes: command buttons size according to text,
	reordering of the search sequence for dvi files (junk.dvi
	takes precedence over junk if command line is xhdvi junk).
26. A small window is brought up on middle-button click.

December 1-14 1994:
27. Space-bar does what it should (almost) - go sequentially through
	the document (ie. down pages and then to next page).
28. Introduced x and y scrolling of pages, in addition to just page by
	page viewing of dvi files. Switching via ^X or ^Y, or by command
	line or resource options. Suggested by L. Lamport.
29. Fixed a few minor bugs, including use of the full path name originally
	invoked for the xhdvi program in calling up external windows.
30. Made man page more useful - maybe?

Jan 1-20 1995:
31. A couple of bugs uncovered by users fixed: one caused compilation trouble
on ULTRIX machines, another caused segmentation faults when external viewers
were called a second time on "file:*" examples.

March-April 1995:
32. Added WWW searching capabilities, through new file WWWfetch.c.
33. Fixed problem with change #28 caused by the use of "short" to
        describe position on a page in the Athena Viewport widget -
        did away with the Viewport, and scrolling now done manually
        as for the non-Toolkit part of the code. Major re-organization
        of the coordinate systems involved: hopefully more rational now.

May 1-15 1995:
34. Fixing problems caused by change 33 above. Now the top level window
    is a vertically paned region, with menu buttons at top, text in
    the middle, and some information stuff at the bottom. Horizontal and
    vertical scrolling through long documents works beautifully!
