2007-05-19 Florian Sievers

 * added desktop file and made an install rule for it

2007-04-29 Florian Sievers

 * added deb target to makefile.am

2007-03-12 Florian Sievers

 * swedish translation by Daniel Nylander
 * added src/crypto-operations.c and src/gpg-crypter to po/POTFILES.in
   (thanks to Daniel Nylander)
 * updated german translation
 * changed build-depends in the debian/control file
 * eliminated two compiler warnings

2007-02-25 Florian Sievers

 * updated the copyright date in the README

Version 0.3.5
=============
2007-02-13 Florian Sievers

 * updated french translation by Christophe Polyte

2007-02-12 Florian Sievers

 * implemented edit menu funktions (cut, copy, paste and delete)
 * activated "copy to clipboard" and "insert from clipboard" buttons
   for fast plaintext and cipher clipboard operations
 * implemented and avtivated file operation functions (new, open
   (plaintext/cipher), save (plaintext/cipher) and save as
   (plaintext/cipher))

2007-01-24 Florian Sievers

 * inserted the passphrase_callback_dialog into the glade-file
 * changed the depency from libgpgme-pthread to libgpgme as we don't
   need pthread support for gpgme and some people reported missing
   libgpgme-pthread in their distributions
 * french translation by Christophe Polyte
 * polish translation by Wojciech Myrda

Version 0.3
===========
2006-12-28 Florian Sievers

 * rewrite gpg-crypter to use glade for the frontend
 * localization implemented
 * new about dialog
 * menu added (not all functions implemted)

Version 0.2.1-1
===============
2006-11-30 Florian Sievers

 * added own header files to the distribution (sorry, i forgot them ;( )

Version 0.2.1
=============
2006-11-29 Florian Sievers

 * added configure script
 * changed dependency to gtk+ 2.8.0

Version 0.2
===========
2006-11-25 Florian Sievers

 * added menu- and statusbar (no menuentry yet)
 * added tabs to the main window
 * inserted an filecrypter tab
 * implement fileencrypt and filedecrypt function
 * added checkbox to filecryptertab for armor selection
 * automatic ok selection when pressing enter in the passphrase entryfield
 * Added error- and warn-dialogs

Version 0.1-alpha1
==================
2006-11-07 Florian Sievers

 * initial version
 * implemented passphrase dialog and callback
 * outsourcing gpg-helper functions to gpg-helper.c
 * check characterset of the decrypted text
 * outsourcing gpg-helper functions to gpg-helper.c
 * memory leak cleanup