1.1					March 6, 2005

	* IMAP fixes:
		* is more tolerant towards uncompliant FETCH responses
		* ignores case of responses (RFC 3501)
		* makes sure the server responses are valid ASCII (RFC
		  3501)

	* Gmail fixes:
		* properly converts timestamps (requires ICU)
		* handles timestamps from previous years
		* displays all the messages of a conversation

	* POP3 and IMAP fixes:
		* does not loop infinitely when no password is
		  specified, an authentication mechanism is specified
		  and authentication fails
		* does not abort when a SASL authentication mechanism
		  is specified and the server does not support any
		  SASL authentication mechanism

	* POP3 and Gmail fixes:
		* makes sure the server responses are valid UTF-8

	* The mail summary dialog has been replaced by a main window,
	  for controlling Mail Notification when the status icon is
	  hidden
	* Added "update the mail status" double-click action
	* The tooltip mailbox lists (Mailboxes Having New Mail,
	  Errors, Unsupported Mailboxes) are now sorted
	* GMime is now mandatory for mbox, MH, Maildir, Sylpheed, POP3
	  and IMAP mailbox support
	* The --quit command line argument has been added
	* Minor fixes and cleanups

	* Updated translations:
		* Polish (Maurycy Pawłowski-Wieroński)
		* Serbian (Filip Miletic)
		* Portuguese (Duarte Henriques)
		* German (Hendrik Brandt)

1.0					November 25, 2004

	* Some minor IMAP issues have been fixed
	* Some IMAP servers did not properly support the IDLE
	  extension, so it can now be disabled in the mailbox
	  properties
	* If the POP3 or IMAP password is left blank, it will now be
	  prompted only if needed
	* When MIME support was disabled, the Sylpheed backend was not
	  considering unread messages as new: fixed

	* Updated translations:
		* Serbian (Filip Miletic)
		* German (Hendrik Brandt)
		* Portuguese (Duarte Henriques)

	* New translations:
		* Polish (Tomasz Sarota-Raczek)

0.99					November 15, 2004

	* The IMAP capabilities sent in a PREAUTH, AUTHENTICATE or
	  LOGIN response were ignored, and a CAPABILITY command was
	  not re-issued after a successful authentication: fixed
	* Added a "Display mail summary in tooltip" option

0.8.1					November 4, 2004

	* Mail summary popup fixes and improvements:
		* do not recreate it when updating its contents:
		  removes some flicker
		* added a workaround for a Metacity bug which
		  sometimes misplaced the popup
		* the text fonts can now be configured from the
		  properties dialog

	* Now compiles cleanly even when -fstrict-aliasing is in use
	* Some additional workarounds for
	  http://bugzilla.gnome.org/show_bug.cgi?id=64764 have been
	  added: fixes a few random crashes
	* Some widgets have been named, so that they can easily be
	  matched in a GTK+ resource file
	* The status icon could not be customized from a resource
	  file: fixed

	* Updated translations:
		* Serbian (Filip Miletic)

0.8.0					October 31, 2004

	* The double-click action can now be customized
	* A mail reader can now be launched
	* IMAP IDLE support has been implemented
	* The mail summary layout has been improved
	* The mail summary is now also displayed in the tooltip
	* The tooltip now supports keyboard activation
	* A mail summary popup option allowing to only display recent
	  mail has been added
	* A bug which caused SASL authentication to sometimes fail has
	  been fixed
	* The Gmail parser was getting confused by special strings
	  embedded in message fields: fixed

0.7.1					October 25, 2004

	* Gmail fixes:
		* does not crash when a GNOME proxy is set
		* handles starred and labelled messages
		* ignores non-inbox messages
		* messages were considered unseen on each check and
		  the mail summary was always popped up: fixed

	* The POP3/IMAP/Gmail password can now be left blank (in such
	  case, it will be prompted when needed and not be saved to
	  permanent storage)
	* A command can now be executed when all mail has been read
	* The user interface now displays the IMAP folder name (unless
	  it is inbox)
	* The tooltip now displays message counts
	* Minor fixes and cleanups

	* Updated translations:
		* Serbian (Filip Miletic)
		* German (Hendrik Brandt)
		* Portuguese (Duarte Henriques)

0.7.0					October 6, 2004

	* Binaries compiled with GCC 3.4.x were crashing in various
	  places: fixed
	* Fixed a vulnerability in the IMAP code (a malicious IMAP
	  server could trigger a null pointer dereference by sending
	  an invalid reply)
	* Fixed a vulnerability in the Gmail code (a man in the middle
	  attack could, with some libsoup configurations, trigger a
	  null pointer indirection)
	* The properties dialog has been split into tabs
	* A mail summary has been added (requires GMime version 2.0 or
	  superior)
	* Double-clicking on the icon now displays the mail summary
	  (the double-clicked command has been removed)
	* The "new mail" command is now executed every time a mailbox
	  receives one or more new messages
	* Tracks the latest Gmail change (reported by Vincent Noel)
	* Gmail support now requires libsoup version 2.2 or superior
	  (which is part of GNOME 2.8)
	* The manual is now installed in the proper location (Pascal
	  Giard, Christian Krause)
	* The --with-gconf-schema-file-dir configure argument was
	  ignored: fixed (Julio M. Merino Vidal)
	* A few minor issues have been fixed
	* Some cleanups have been performed
	* The German translations have been updated (Hendrik Brandt)
	* Added Serbian translations (Filip Miletic)
	* Added Bulgarian translations (Vladimir Petkov)

0.6.2					September 9, 2004

	* Added STARTTLS support to the IMAP backend
	* Added STLS support to the POP3 backend
	* Now prompts the user before connecting to untrusted SSL/TLS
	  servers
	* Added a "Start Mail Notification on GNOME login" option
	* Added a "Blink on errors" option
	* Commands are now executed in the user's shell
	* The Gmail log is now dumped when --enable-info is in use
	* Added a --unset-obsolete-configuration command line argument
	* An obsolete mailbox list is now handled without being
	  rewritten (a step towards full forward compatibility of
	  GConf keys)
	* "SSL" is now called "SSL/TLS", as we provide SSLv2, SSLv3
	  and TLSv1 support
	* Fixed a typo in the MD5 code which prevented builds on some
	  platforms (reported by Andy Shaw)
	* Automatic mailboxes were also polled: fixed
	* Added German translations (Hendrik Brandt)
	* Added Portuguese translations (Duarte Henriques)
	* A few minor issues have been fixed
	* Some cleanups have been performed
	* Now requires GNOME version 2.6 or superior

0.6.1					August 19, 2004

	* File descriptor leaks in the Sylpheed and Maildir backends
	  have been fixed
	* It was not possible to use some special characters (such as
	  '@') in usernames, passwords etc (reported by Ronny
	  Schoebel): now escapes URIs
	* Now properly quotes arguments to the IMAP LOGIN and STATUS
	  commands
	* Gmail support didn't work in all situations: fixed (thanks
	  to Phil Nelson for his help)
	* A first startup dialog has been added
	* A memory leak has been fixed
	* A few minor issues have been fixed
	
0.6.0					August 16, 2004

	* Added IMAP support
	* Added SSL support for POP3 and IMAP (requires OpenSSL)
	* Added SASL authentication support for POP3 and IMAP
	  (requires Cyrus SASL 2)
	* Added APOP authentication support
	* Gmail support has been fixed
	* If there is no new mail, the icon is now hidden
	* Now complies with the HIG 2.0
	* Now installs a GNOME sound event
	* The user interface has been improved
	* The mail icon is now taken from the icon theme
	* The command line arguments have been modified
	* The POP3 handler now honours the LOGIN-DELAY capability
	* Objects are now generated with GOB
	* Some cleanups have been performed
	* A few minor bugs have been fixed
	* Does not depend on GNet anymore

0.5.0					July 21, 2004

	* Added Gmail support (requires libsoup)
	* The user interface has been improved
	* Now supports IPv6 POP3 servers even if given as an IPv6
	  address rather than as a hostname
	* Now uses intltool
	* The manual has been improved
	* Added Russian translations for the .desktop file (submitted
	  by Dan Korostelev)
	* The output of ./configure has been cleaned up
	* ChangeLog files were not being accurately maintained and are
	  not shipped anymore

0.4.0					June 29, 2004

	* Fixed a vulnerability in the POP3 code (a malicious POP3
	  server could overflow the stack with an invalid STAT reply)
	* Now uses automatic notification if available (requires FAM)
	* Now uses GnomeVFS for all I/O operations
	* Now supports drag and drop
	* The user interface has been improved
	* mbox detection is now stricter
	* Now handles non-Unicode filenames
	* Tries harder to hide POP3 passwords from the interface
	* A few minor bugs have been fixed
	* A few memory leaks have been fixed
	* Some code cleanups have been performed
	* Switched to Autoconf 2.59 and Automake 1.8.4
	* Now requires GTK+ version 2.4.0 or superior

0.3.4					March 19, 2004

	* Some minor UI tweaks have been performed
	* A minor bug has been fixed

0.3.3					March 12, 2004

	* A bug in the mbox checking code has been fixed (reported by
	  Pau Artigas)
	* A few minor bugs have been fixed
	* A few memory leaks have been fixed

0.3.2					December 24, 2003

	* A bug in the Sylpheed checking code has been fixed
	* Restarting notification-area-applet is now handled properly
	* libglade is now used instead of code generation
	* Some code cleanups have been performed

0.3.1					October 20, 2003

	* A few minor bugs have been fixed

0.3.0					October 2, 2003

	* Major code cleanup
	* Implemented Sylpheed and POP3 support
	* The file selection dialog now remembers its last path
	* Speed optimizations
	* In order to maintain UI responsiveness during mail checks,
	  the application is now multi-threaded
	* Error messages are now displayed in a dialog box if the
	  check has been launched interactively

0.2.0					September 24, 2003

	* Implemented mbox and MH support
	* Added exhaustive error reporting
	* Enriched the documentation

0.1.0					September 18, 2003

	* Is now a GNOME application
	* Added a graphical user interface (preferences dialog and
	  popup menu)
	* Internationalization has been performed, and a French
	  translation is already available
	* Switched to Autoconf 2.57 and Automake 1.7.5

0.0.1					July 20, 2003
	
	* Initial release
