Changelog for AppView project

99-01-19 23:55
- Added App Version edit function.  This isn't usually fantastically useful,
but it's something else to edit.  This could be more useful if AppView could
display information on how many applications are being masked behind the same
creator ID, and allow you to fiddle with version numbers to choose which is
active.  Since the current app list generator doesn't account for duplicates,
AppView can actually do that now, just not well.
- Changed all the contact information over to Sourceforge.  Such a shame to
see XNot go...

99-11-19 22:48
- Added App Name edit function.  It works in the "App Info" view - if an app
is not read-only, the "App Name" line will be editable and underlined.  When
you switch to another app or another view (IE when displayAppData() is called
indicating a change in the current app, or when the app info form is closed)
the changes to the AIN resource will be saved.  AppView cannot create an
empty-string AIN resource - when an empty string is entered, the AIN
resource of the app is deleted.
- Fixed a problem in fldCopyFromHandle() which was causing field overlock
errors in the new code - the copy of the string was being left locked when
passed to the field - I don't know if that's a memory leak (the handle should
have still ended up deleted) but it shouldn't have been like that.  So it's
fixed.
- Added a new global variable - prevApp.  This variable is managed by the
event handlers (and not touched by displayAppData()) and used to help the new
code identify the database which -was- active, so it doesn't end up renaming
the wrong app.
- Released version 0.28

99-11-20 11:07
- Added FrmCloseAllForms() to the StopApplication() routine, to ensure that
any open form would be closed (and save its data) before the next app is
launched.
- Released version 0.28a
