RESET and REWRITE in FreePascal for blockread appeard to have a limit between 718 and 776 bytes.  Meaning that some of my records in config get mangled.
- Attempted to change reset/rewrite blocksize to 128, then have 5/7/10/4 blocks read for each blockwrite/read, but failed.
- Tried increasing block size, failed beyond 718 bytes
- Decreased all record sizes to be below 718: caused coredumps
- Inscreased size of header record to beyond size of handler record, caused coredumps
- Set block size to sizeof handler_record.  Caused core dumps.
- FIXED

Can not load configuration window twice, or core dumps.
- FIXED

Under Windows, FPC -WG does not always work.  This means a command line always loads.  This is fixed by eliminating all WriteLn's from the source code.

Under Windows, you can not copy an empty file.

Must restart before a new calendar is loaded or any options are changed.
-Entry is missing from paste submenu

Under Window's, the application locks when you load a file.  This is because I am not using command.com to spawn the application.  If I use command.com, I can not use FPC -WG.

Can't modify the shell under windows.
-Found 20040308

Under Linux, gpcalendar core dumps if there is no config file.
-Found 20040608

GPCalendar crashes if file parses as date but has no periods, such as '2000 Tax Forms'  In general, GPCalendar does not handle spaces in file names well.

GPCalendar does not appear to handle multiple entries with times in the same day.
-Updated: 20050530
-Might be fixed 20050530

There appears to be a maximum number of records allowed for a calendar.
-20050520

Had a bug where if the today's date was greater than the number of days in a viewed month, the application would crash.
-Found and fixed 20050531
