Version 0.6 Fully implemented category selection through a listbox in the GUI. It will now only show the TODO's for a category you selected. Much better documentation for installing the pi-todo dependancy apps. Created a BUGS file listing known issues/problems. Version 0.5 Changed from displaying category numbers to category names. --Added new datafile .pi-todolist.cats to hold the category names Added error checking to the pilot-link function calls. Cleaned up the variables a bit (my's) Adding framework for displaying certain categories. --Currently hardcoded, need to add a BrowseEntry for it Made it so you can't click Completed or Secret without selecting a TODO --Visual change, didn't do anything before anyway. Made checking completed flag of an item make it dissapear if not showing completed tasks. Turned DEBUG off. Version 0.4 Changed the main listbox to remain highlighted when selecting other text. Added dialog boxes for "Press the HotSync button" Added a "Show" button to toggle showing of completed todos. Version 0.3 Major changes... beta release, it's actually fairly useful now. It uses PDA::Pilot (included in pilot-link, but must be manually installed) It supports syncronization with the pilot. In the event there is a conflict (record modified on pilot and pi-todo), the pilot wins. It is not perfect yet, syncronizing with multiple instances of pi-todo, or any other TODO sync program for that matter, (e.g. different workstations) is not well supported. (This is because I only use the "modified" flag. If you sync with another todo program it may reset the modified flag, so the pilot will not know changes have been made. I should extend this to comparing the low level data as well, I guess) Category support not yet added. Uses category numbers right now. Due Date support not included. Version 0.2 Initial public release. This is alpha code. It is unusable for anything but reading/writing a text file created by read-todos. No way to get data back into the pilot Version 0.1 Figment of my Imagination.