ChemTab - A Periodic Table Data Base (C) 1989 Jim King - Programmer's Manual
								Page  P7

2d. Version Logs

VERSION 1.0

	First program - buggy
	Elements part of program.  Change element, have to recompile.
	That is bad .. must change.
	Menu is driven by arrow keys and a light-up bar.  I like it, but
	it is cumbersome.  Maybe I'll remove it.  Only 20 elements in here.
	Get to work!

VERSION 1.1

	Fixed up all the messy screens.

VERSION 2.0

	Re-Written with curses.  Now have 36 elements.
	They are located in a separate file, so that compilation is not
	necessary.  This slows down startup time, however.  The light-up
	menu bar works better & faster, does not leave a trail.

VERSION 2.1

	Added all the elements.  Now I can work with the whole program.
	Re-wrote the sorting subroutine.  Now it works fast and ALWAYS
	works!

VERSION 2.2a

	Bug fixes

VERSION 2.2b

	Bug fixes

VERSION 3.0

	Added a graphing module!  (tough)
	Added 'undefines' and highlights to the vdata routine.
	Took out the light-up menu bar and replaced with letter/number
	driven cbreak() menus.  Changed all wmove() wprintw() to mvwaddstr()

VERSION 3.1

	Added a 'look at one element' menu option
	Added a title screen

VERSION 3.2a

	Changed the main menu around so it fit the curriculum

VERSION 3.2b - CURRENT

	Minor bug fixed, manual pages written
