
                     TWLOG CHANGES

twlog-3.4
   paste a call will force a search of logfile
   fixed KEYSYM warning - removed nmemonics from main menu
   fixed crash when first thing done is a call drag/drop 
   allow window manager to close twlog
   improved logic of Convert file selection boxes

twlog-3.3
   improved eqsl error checking
   removed lsm file
   changed email and web addresses to new ones

twlog-3.2
   improved ADIF to twlog conversion
   changed to 64 bit compile
   changed many int's to long's to make x86_64 happy

twlog-3.1
   better control of the semaphores
   added additional error messages
   added new location for Xpm in configure.am
   minor changes for current linux distro
   Loads call/notes even if callsign is already there.  better for
   faster modes.

twlog-3.0
   Call box can be populated by shared memory when using twHamQTH.
   Notes box gets populated with QTH and Nickname.
   Added eQSL checkbox to automatically send eQSL when appending
   Added adif header when converting twlog format to adif format
   Updated Help file with new features.

twlog-2.9
   Using x-org macros to makefile so automake will handle installing the
   resource file.  Ubuntu package is called xutils-dev and contains the
   xorg-macros.m4 macros.  There is a warning during ./configure, but
   it still works.
   Fixed several problems in adif to twlog conversion. Tnx to ke5ufy.
   Mods to man page.

twlog 2.8
   Added man page.
   Fixed typo in help.
   Tried same patch as twclock for xorg popup problem, but is not working.
   No popup (form1 is covered by rc). But, at least it doesn't grab the
   mouse and cntl keys work.

twlog 2.7

   Fixed color problem on converter confirm diag
   Fixed file permissions on adif.c

twlog 2.6

   Speeded up loading of the log editor
   Click on QSO number in editor to delete entire QSO
   Fixed textfield focus in main window and secondary windows
   Added info about finding the Twlog resource file to help
   Fixed warning in twlogCB.c for gcc 4.3.2
   Prevent slash zero on cut and paste into Call field

twlog 2.5

   Move libXpm check in configure.ac
   Added error checks, and other fixes in configure.ac
   Check bands resource for default value (-1) to detect missing Twlog file
   Errors are reported via dialog and stderr
   Cleaned up application icon code and added icon to diags
   Added DESTDIR to Makefile.am
   Fixed several color problems in resource file
   Fixed geometry of buttons on Help dialog
   Using config.h for About text
   Using INSTALL_DATA in Makefile.am to get permissions right
   Installing THANKS, ChangeLog and README in $DESTDIR/$docdir
   Help now uses common error dialog - errDiag

twlog 2.4

   Added icon for gnome and kde
   Added initCB - if .twlogDir/logfile does not exist at startup, a dialog pops
      up to verify if you want to create it.  Tnx to Jacob - KD7YKO
   Fixed shm so attached segment gets released
   Modified make so correct group is assigned to .twlogDir and files

twlog 2.3

   Added ADIF convertion
   Now built with automake
   Moved logfile from $HOME/twlogDir to $HOME/.twlogDir
   Added resources for wheel mouse.
   Updated XmGetStringLtoR to XmUnparse
   Changed a TWCLOCK string to TWLOG - duh!

twlog 2.2

   Search in the Log Editor works again. The search is case sensitive.
   Desensitize the Search button in Log Editor until there is some search text.
   Improved Help.  Help text is now in twlogHelp.h and divided into sections
      by topic.  The Help pulldown menu has buttons to select each topic. 
   Help can be searched.  This search is NOT case sensitive.
   Call search popup matrix made non editable.
   Some general code beautification and cleanup.

twlog 2.1

   Fixed a logic problem in the log editor
   Redesigned main menu
   Added popup with commonly used functions
   Added static compile to makefile

twlog 2.0

   Changed to openMotif from lessTif.
   Added tear off menu to all but Help
   Automated the install some - so hardcoded the location of some files.
   New format for logfile.  And tools to convert it.
   Xbae matrix widget used for log editor.  It's FAST!
   Auto search of log when call entered in Call box.  This also
      uses the matrix widget to show results.

twlog 1.3

   Makefile does most of the install and places the runtime file
      where they are expected to be.
   Removed the static version, since Linux distro's have LessTif.
   The program places the "Call:" string into shared memory.  The
      callsign can them be used by other programs (twpsk) as needed.
   Is there anything else that should be put into shared memory?

