pAgenda
Calendar/scheduler written in Python.
Uses sqlite database for multiple users/schedules
yet small enough single db files to mail or put on disk.
A single click prints daily schedule.

by Paul Sherman <psherma1@rochester.rr.com>
http://www.pcbypaul.com



    Wednesday, 02/07/2007
	version-3.2
	
	* Now possible to create database (schedule, contacts, toDo) 
	  in the program folder. This allows shared calendar. If 
	  the program folder is READ-ONLY for a particular user, then 
	  adding/deleting info is disabled.
	* Underscores at the beginning of user-made schedule names is 
	  not allowed. This is done to avoid parsing errors when the program
	  searches for the databases. A message will pop up to mention 
	  this if you try...
	* Ensured that older schedules are not overwritten if new one 
	  is created. (Will not allow same-name schedules.)
	* Cleaned up page "refreshing" when changing between users, even 
	  if no appointments, contacts or ToDos were there. 
	


    Monday, 11/19/2006
	version-3.1
	
	* make possible to let app run in system tray only (Windows)
	


    Monday, 6/03/2006
	version-3.0
	sixth public release

	* reminder alerts added
            Finally, my response to this much-requested feature.
	    As noted in the help, the alert show TODAY and TOMORROWs appointments.
	    They can be turned off for the day from the reminder window.
	    They can be turned off permanently in the right-click menu 
	    available on the appointment page. The reminder pops up hourly 
	    if there are appointments present.
	* Bug fix concerning deletion of old appointments.
	    Previously deleted all appts prior to SELECTED day rather
	    than appts earlier than CURRENT day.
	* Windows setup now built with Inno Setup.
	    pAgendaSetup.exe
	* Windows version now has option to
	    Run on Windows Startup	    	    	    
	    

	    

    Friday, 01/06/2006
	version-2.0
	fifth public release

	* added to-do lists
            work for both daily and new separate To-Do list
	* Added CSV import/export features
            includes Outlook Express Address Book import
             if there is any demand, I will add Linux client imports
	* fixed initial date formatting bug
            could leave an appointment unseen after changing current date
	* included validation of data when setting appointment
            ensures user enters data


	
	
    Monday, 11/28/2005
	version-1.7
	fourth public release

	* fixed resize bug running under Ubuntu
	  ...was not present on dev Slackware system
	* built binary for Ubuntu 5.10
	* tweaked UI for analog clock
	* online help page conmpleted
	* color corrections to jibe with native system settings


    Friday, 11/25/2005
	version-1.6
	third public release

	* 3 bug fixes
	* - checks before adding duplicate contacts	
	* - all-numeric telephone numbers caused error
	* - removal of contacts with same last name
	*   sometimes deleted both
	* added import feature
	* - can import appointments or contacts
	* - from another pAgenda schedule/user


    Monday, 11/21/2005
	version-1.3
	second public release

	* added Contacts
	* contacts page includes live email linking
	* Toggle Sun/Mon week start
	* "Remove Old" option to clean up
	* extended help
	* GUI sizing changes + clock


    Tuesday, 11/15/2005
	version-1.0
	Initial public release

