gmail-0.3.7: (begun June 22nd 1999)
	- Improvements and bug fixes to preferences window.
	- Improvements to DestroyRightPane so that there is now an infrastructure to protect important windows from being destroyed.
	- Removed mailbox menu. It might as well not be there if it's not doing anything.

gmail-0.3.6: (begun June 14th 1999)
	- Improved preferences: 	
			-changing fonts apply sort of.
			-adding mailboxes etc. (removed dependency on .gmailrc file yay!)
	- Used POS_CENTER for all popup dialogs.. I would prefer this to be the centre of the gmail app but dunno how yet.

gmail-0.3.1: (begun May 14th 1999)
	- Added stub for code to sort the message clist when they click on the title.
	- Began code for using gnome_config to handle all settings.
	- Increased default window size to be more usable.
	- Began primitive preferences window. gmail should now remember and store your default email address. Added primitive mailboxes and font choosing.
	- Redesign some bits.. Now have a global struct called GmailApp which contains all our globals...
	- More code cleanups. All global variables live in the single GmailApp structure now.
	- Made some of the compose message warnings modal.
	- Messed around with configure.in... I really need help here.
	- Bug fixes

gmail-0.3.0:
	- Added patch from Datazone to make the clist headings stay put.
	- Begun primitive status field processing.
	- Created DestroyRightPane. This generic function is used whenever we display something new in the right pane. Eventually it should be smart enough to warn us if we're deleting something good (like a half written message).
	- The next/prev msg buttons don't go past the first/last messages now. (actually, the display_message function just does nothing if you request a non-existant mbox or message)
	- Created LoadMsgData. This will load a message into a static cache. This will make replying etc easier.
	- Created IndentMsg -> which adds an indent to messages you are replying too.

gmail-0.2.9:
	- Added primitive error checking on the compose message window.
	- Added primitive outgoing mail support with a system(sendmail) hack.
	- Began implementation of checkmail button. Updated update_mbox function so it returns a boolean saying whether there was new mail or not. Also split mboxclicked_cb into display_mlist so that the checkmail routine could refresh the right clist when new mail had arrived.
	- Implemented next/prev msg buttons.
	- Moved sources to a src folder.

gmail-0.2.8:
	- Playing around with mbox parser. It is better at displaying message contents now, but it is still very buggy with distinguishing between messages in a mailbox.
	- Used scrolled windows for clists in both left and right pane.
	- Added cool pixmaps to the compose window buttons.
	- Added a cool new feature: popup windows telling people unimplemented features.
	- Added primitive intelligence for refreshing mailboxes. (doesn't reparse the mailbox if the size is the same).

gmail-0.2.7:
	- Vertical scroll bar for viewing messages.
	- Changed open message to use gnome_less widget. (I just wanted to learn it)
	- Improved layout of compose window. Lots of hip lower case messages. FIXME: add first letters back to upper case when this isn't so trendy any more. :)
	- Added sendmsg struct and global var to hold contents of whatever email message was last opened. This is then used when you click on a reply/replytoall/forward button.
	- Tidied up so that gmail compiles without any -Wall warnings.
	- Fixed title bar stuff a bit.
	- Various minor changes/bug fixes.

gmail-0.2.6:
	- Lots of stuff. 
	- Added basic support for reading messages...
	- Began compose window.
	- Added lots of neat window title stuff.
	
gmail-0.2.5:
	- Removed popt and i8n stuff for the moment. Put it back in when we have a working application.

gmail-0.2.4:
	- Improved parsing of mailboxes alot
	- Lost dependence on /home/schuller
	- Added ~/ support in mailbox names (I like this).

	- Gmail now bails out if you don't have a .gmailrc folder in your home directory. Currently can create read in mailbox listing from .gmailrc, store them in a linked list, and output the results to the mailbox list in the left pane.

	- Also added support for gmail.desktop, so gmail installs into the gnome panel menus.

	- Added Mailboxes menu..

	- Add 'broken_cb' stubs to most things that aren't implemented.

11th, March 1999 - Initial beginnings of gmail started from gnome-hello code in gnome-libs. 
