2005-09-13  Henning Jacobs <henning@srcco.de>

	* ADDED: --import and --export commandline switches
	* CHANGED: reduced window size of QuickFinder
	* ADDED: CTRL-Q closes the application
	* NEW VERSION: 0.4.5-6

2004-12-06  Henning Jacobs <henning@srcco.de>

	* ADDED: Py2Exe Win32 binary distribution
	* CHANGED: A "frozen" Pmw module is now included in the source
	  distribution.
	* FIXED: Bug where contacts with empty FN disappeared.

2004-11-28  Henning Jacobs <henning@srcco.de>

	* ADDED: "Photo" and "Logo" image support. 
	  You can stick a photographic image to each contact (look under 
	  "Addtl.Fields") - this requires the Python Imaging Library (PIL).
	* ADDED: A status bar at the bottom of MainView.

2004-09-11  Henning Jacobs <henning@srcco.de>

	* ADDED: History in QuickFinder, Extended PreferenceDialog (Patch
	  contributed by Stephan Helma <s.p.helma@gmx.net>)

2004-09-07  Henning Jacobs <henning@srcco.de>

	* ADDED: Configurable speed buttons (Patch contributed by Stephan
	  Helma <s.p.helma@gmx.net>)

2004-05-22  Henning Jacobs <henning@srcco.de>

	* ADDED: XML-RDF Export of vCards, simple server-logging (enable in
	  "~/pycocuma")
	* ADDED: Encoding-selection for Import and Export, all data is now
	  written to disk as UTF-8!
	* NEW VERSION: 0.4.5

2004-05-08  Henning Jacobs <henning@srcco.de>

	* ADDED: "QuickFinder", try "pycocuma --finder"
	* FIXED: vC_datetime does not depend on the limited time module
	  anymore

2004-04-04  Henning Jacobs <henning@srcco.de>

	* FIXED: converters.py: Import and Export; you can now import from CSV
	  and map unknown fields to vCard fields.
	* NEW VERSION: 0.4.4-5
	* ADDED: vCard XML-RDF representation

2004-03-28  Henning Jacobs <henning@srcco.de>

	* FIXED: Windows: There was a bug in debug.py: pythonw (noconsole)
	  does not provide a correct sys.stdout file-object

2004-03-20  Henning Jacobs <henning@srcco.de>

	* ADDED: Preference Option: 'General Font'; changes font application
	  wide, this is esp. useful on WinXP where a ugly fixed-width font
	  is used by default.

2004-03-19  Henning Jacobs <henning@srcco.de>

	* ADDED: '--config=' commandline option
	* ENHANCED: texwrapper.py uses nonstopmode and cleans up
	  afterwards (deletes .aux and .log files); Outputwin is only showed
	  when errors occured while running LaTeX

2004-03-17  Henning Jacobs <henning@srcco.de>

	* NEW VERSION: 0.4.4-4
	* ADDED: LetterComposer.py and TemplateProcessor.py
	* ENHANCED: converters.py: export2latex uses TemplateProcessor

2004-03-08  Henning Jacobs <henning@srcco.de>

	* FIXED: Export to Pine Addressbook
	* FIXED: Removed all TAB-characters from all .py-files, indent
	  by 4 spaces (TABs in the source should be treated as BUGs),
	  changed all 0's and 1's to Booleans where appropriate
	* ADDED: '--noconf' commandline switch
	* NEW VERSION: 0.4.4-3
	* ENHANCED: On Unix: thin scrollbars, 'MouseOver'-button highlighting
	* FIXED: Windows: Click on an email-address to start your default
	  mail-application (usually Outlook)

2004-03-06  Henning Jacobs <henning@srcco.de>

	* FIXED: PyCoCuMa wouldn't start with empty db
	* ADDED: PreferencesDialog.py

2004-03-05  Henning Jacobs <henning@srcco.de>

	* ENHANCED: CalendarWidget: displays week-number and adjoining days of
	  prev. and next month

2004-03-04  Henning Jacobs <henning@srcco.de>

	* NEW VERSION: 0.4.4-2
	* ADDED: Journal: TimeStart and TimeEnd; fixed vC_datetime to change
	  date and time independently (Warning: Time is UTC!)

2004-03-02  Henning Jacobs <henning@srcco.de>

	* ADDED: btnDuplicateContact and btnExportContact = duplicate a card
	  and export a single card to file
	* ADDED: PyCoCuMa now recognizes command-line options, try
	  "pycocuma --help" for details
	* NEW VERSION: 0.4.4-1
	* ENHANCED: You can now 'connect' the Journal with the current contact
	  this means: only journal entries with this contact as an attendee are
	  shown and when you create a new journal entry, this contact will be
	  added to the attendee-list.

2004-02-29  Henning Jacobs <henning@srcco.de>

	* FIXED: TextEdit is now Pmw.EntryField and saving is done via
	  'modifiedcommand'

2004-02-28  Henning Jacobs <henning@srcco.de>

	* FIXED: searching (Find Contact)
	* REMOVED: some old, unused modules
	* ADDED: Calendar(Window|Widget).py displays a nice month calendar and
	  is connected with the JournalWindow
	* ENHANCED: The F1-F5 keys operate application-wide and also raise the
	  respective window (gives the user a convenient switching system)
	* NEW VERSION: 0.4.4

2004-02-27  Henning Jacobs <henning@srcco.de>

	* FIXED: MultiColumnTextList.py: tag/selection update was very buggy
	* NEW VERSION: 0.4.3-1
	* ENHANCED: revised the HelpWindow and replaced readme text with new
	  help text (using Tk's text tags to define headlines, bold text, etc)
	  The help window will display on first startup automatically.
	* NEW VERSION: 0.4.3-2

2004-02-26  Henning Jacobs <henning@srcco.de>

	* ADDED: List View of contacts, using MultiColumnTextList (enhanced)
	* NEW VERSION: 0.4.3
	* FIXED: Made all dialogs inherit from Pmw.Dialog (common look&feel),
	  replaced Tk() calls with Pmw.initialise(); Use Pmw more often!
	* REMOVED: RFCs from dist-package: You can download rfc2425,
	  rfc2426 (vCard) and rfc2446 (iCal) from http://www.imc.org

2004-02-25  Henning Jacobs <henning@srcco.de>

	* ADDED: Journal
	* FIXED: some problems with vC_params

2004-02-22  Henning Jacobs <henning@srcco.de>

	* FIXED: vCard Line Folding was incorrect: continue a logical line
	  by only one single space character (or tab) (see rfc2425.txt)
	* ENHANCED: RFC-2425 core types and functions are now in vcore.py
	* ADDED: vcalendar.py module (based on vcard.py) and introduced new
	  calendar functions in CoCuMa_Server.py. vcalendar.py is NOT A FULL
	  FLEDGED iCalendar implementation!

2004-02-21  Henning Jacobs <henning@srcco.de>

	* ADDED: You can Disconnect and Connect from the File menu.
	  Direct file access (instead of xmlrpc) is now the default on win32.
	* NEW VERSION: 0.4.2-4

2004-02-18  Henning Jacobs <henning@srcco.de>

	* ADDED: A basic Test Suite (test* files), run testall.py to test
	  the most important components (vCard, server)

2004-02-17  Henning Jacobs <henning@srcco.de>

	* NEW VERSION: 0.4.2-3
	* FIXED: If you add a new contact, it automatically gets the current
	  filter category
	* FIXED: The address and email types are now displayed on the card
	  as icons, too. The card's size is now 500x400 px.

2004-02-15  Henning Jacobs <henning@srcco.de>

	* NEW VERSION: 0.4.2-2
	* ADDED: ContactEditWidget.py: Edit Additional vCard Fields:
	  Sort-String, Mailer, Key, Timezone, Global Position, Address Label
	* ADDED: ContactEditWidget.py: Generate Unique Identifier (Button)
	* FIXED: on first startup (with empty DB): if you edited the empty
	  card and tried to save it, there occured a "cannot marshal None"
	  error

2004-02-13  Henning Jacobs <henning@srcco.de>

	* FIXED: A lot of bugs (I hope); cleaned up (deleted old code) and
	  more events are handled by broadcaster (Contact Save/New/Del)
	* ENHANCED: I have done some optimizations in ContactListWidget.py and
	  ContactSelectboxWidget.py; the list will not be created completely
	  new anymore
	* NEW VERSION: 0.4.2-1

2004-02-12  Henning Jacobs <henning@srcco.de>

	* ENHANCED: MainView.py: iconmask 
	* FIXED: Help: show docstring when README ist not available
	* ADDED: I created a nice SplashScreen Image with The Gimp!

2004-02-11  Henning Jacobs <henning@srcco.de>

	* NEW VERSION: 0.4.2
	* ENHANCED: ContactEditWidget.py: New Icon "assignfn" for Button "Take From Name"
	* FIXED: vcard.py: vCardList.forgetLastReturnedField() fixes bug: when only
	  one card was in the list it didn't show up because the same field
	  was queried two times (returns empty string on snd query!)
	* ADDED: MainView.py: New Button: btnSaveContact
	* ADDED: MainView.py: askDelContact()
	* ADDED: ChangeLog File (this one!)
	

