2014-10-06 Riccardo Mottola <rm@gnu.org>

	* Framework/GNUMail/ApplicationIconController.m
        Retain notificaiton objects used as keys when put into the Map, release them later.

	* Resources/English.lproj/EditWindow.nib
        * Framework/GNUMail/EditWindowController.h
        Remove non-functional transport selection.

2014-02-13 Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
	* Framework/GNUMail/MailHeaderCell.m
	  float -> CGFloat, int -> NSUInteger

2014-02-11 Riccardo Mottola <rm@gnu.org>

	* Framework/GNUMail/MessageViewWindowController.m
        * Framework/GNUMail/EditWindowController.m
        * Framework/GNUMail/MailWindowController.m
        Unset the window delegate. Needed in GS in the current release,
        fixed in HEAD (can be removed for future GS releases)

2014-02-02 Riccardo Mottola <rm@gnu.org>

	* Framework/GNUMail/EditWindowController.m
        * Framework/GNUMail/GNUMail.m
        * Framework/GNUMail/MailWindowController.m
        Keep track of Mail and Edit window controllers and release them at the 
        window closure

2014-01-16 Riccardo Mottola <rm@gnu.org>

	* Framework/GNUMail/EditWindowController.m (_dataValueOfRedirectedMessage)
	Use same locale code for Mac and GS.

2014-01-16 Riccardo Mottola <rm@gnu.org>

	* Framework/GNUMail/EditWindowController.m (_dataValueOfRedirectedMessage)
	Simplify date code, fix memory problem.

2014-01-15 Riccardo Mottola <rm@gnu.org>

	* Bundles/Account/AccountEditorWindowController.m
	Initialize the Folder in the controller earlier.

2014-01-12 Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
	* gnumail/Framework/GNUMail/GNUMailBundle.h
	* gnumail/GNUMailInfo.plist
	* gnumail/GNUMail.suiteModel
	* gnumail/Documentation/WHOIS
	* gnumail/Documentation/PREFERENCES
	* gnumail/Documentation/TODO
	* gnumail/Resources/Spanish.lproj/Localizable.strings
	* gnumail/Resources/English.lproj/GNUMail.scriptTerminology
	* gnumail/GNUmakefile
	GNUMail.app -> GNUMail

2014-01-09 Riccardo Mottola <rm@gnu.org>

	* Framework/GNUMail/MailboxInspectorPanelController.m
	* Framework/GNUMail/MailWindowController.m
	* Framework/GNUMail/FindWindowController.m
	* Bundles/Account/AccountEditorWindowController.m
	* Bundles/MIME/MimeTypeEditorWindowController.m
	Always assign to self and access ivars only after alloc/init.

2014-01-09 Riccardo Mottola <rm@gnu.org>

	* Bundles/Account/AccountViewController.m
	Skip if no key is found.

2014-01-09 Riccardo Mottola <rm@gnu.org>

	* Framework/GNUMail/EditWindowController.m
	Change order so that ivars are accessed only after init.

	* Bundles/Account/AccountViewController.m
	If returned key is nil, throw exception and return.

2014-01-09 Riccardo Mottola <rm@gnu.org>

	* Framework/GNUMail/EditWindowController.m
	Fix memory leak.

2014-01-04 Riccardo Mottola <rm@gnu.org>

	* Bundles/Account/AccountEditorWindowController.m
	For gnustep, we are in a modal dialog, add to runloop before connecting

2014-01-03 Riccardo Mottola <rm@gnu.org>

	* Bundles/Account/AccountEditorWindowController.h
	* Bundles/Account/AccountEditorWindowController.m
	Keep track of the smtp connection, remove. the delegate and release the connection later.
	Patch partially by Richard Frith-Macdonald.

2013-12-29 Riccardo Mottola <rm@gnu.org>

	* Framework/GNUMail/MailboxManagerController.m
	* Framework/GNUMail/TaskManager.m
	Cast to fix warning.

2013-12-29 Riccardo Mottola <rm@gnu.org>

	* Bundles/PGP/PGPController.m
	Cast to fix warning.

2013-12-29 Riccardo Mottola <rm@gnu.org>

	* Framework/GNUMail/MailWindowController.m
	* Framework/GNUMail/MailboxManagerController.m
	Revert to intValue, since integerValue is not supported on 10.4

2013-12-29 Riccardo Mottola <rm@gnu.org>

	* Framework/GNUMail/FindWindowController.m
	Remove PRIuPTR and replace with cast.

2013-12-29 Riccardo Mottola <rm@gnu.org>

	* Framework/GNUMail/FolderNode.h
	* Framework/GNUMail/TaskManager.h
	* Framework/GNUMail/PreferencesModule.h
	Provide NSUInteger definition.

	* Framework/GNUMail/MailHeaderCell.h
	Provide CGFloat definition.

2013-11-05 Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
	* Bundles/PGP/PGPController.m
	* Framework/GNUMail/EditWindowController.m
	* Framework/GNUMail/MimeTypeManager.m
	  fix some potential memory leaks
	* Bundles/Filtering/FilterHeaderEditorWindow.m
	  fix button title in Expert filtering window
	* Bundles/MIME/MIMEViewController.[h|m]
	  int -> NSInteger transition


2013-11-03 Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
	* Framework/GNUMail/FilterManager.m
	  rename private method to adhere to objc coding standards
	* Framework/GNUMail/NSAttributedString+Extensions.m
	  autorelease returned object

2013-10-23 German A. Arias <germanandre@gmx.es>

	* Bundles/MIME/MimeTypeEditorWindowController.m (-windowWillClose:):
	Don't use this method (crash GNUMail).

2013-10-20: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
	* Framework/GNUMail/ApplicationIconController.m
	* Framework/GNUMail/ConsoleWindow.m
	* Framework/GNUMail/EditWindowController.h
	* Framework/GNUMail/FindWindowController.m
	* Framework/GNUMail/MailboxManagerController.m
	A couple of warnings fixed emitted by clang
        * Framework/GNUMail/MessageViewWindowToolbar.m
        * Framework/GNUMail/GNUMail.m
        Make the print icon work with GNUstep, patch sent
        over a year ago to gap-dev-discuss
	* Bundles/Account/AccountViewController.m
	* Bundles/Filtering/FilterEditorWindowController.m
	* Framework/GNUMail/ExtendedWindow.m
	* Framework/GNUMail/FindWindowController.m
	* Framework/GNUMail/GNUMail.m
	* Framework/GNUMail/MailWindowController.m
	* Framework/GNUMail/MailboxManagerController.m
	* Framework/GNUMail/MessageViewWindowController.m
	get rid of some dead assignments spotted by clang
	while there, some NS(U)Integer transitions

2013-05-26: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
	* Bundles/Account/AccountEditorWindowController.m
	* Framework/GNUMail/FolderNode.[h|m]
	* Framework/GNUMail/MailboxManagerController.m
	* Framework/GNUMail/Utilities.m
	  some NS(U)Integer conversions
	* Framework/GNUMail/MailWindowController.m
	* Framework/GNUMail/MailHeaderCell.[h|m]
	  some more NS(U)Integer conversions, fixes serious
	  warnings when compiling MailWindowController.m
	* Framework/GNUMail/TaskManager.m
	  fix some NS(U)Integer conversions
	* Bundles/Account/AccountViewController.m
	* Framework/GNUMail/AutoCompletingTextField.m
	* Framework/GNUMail/FindWindowController.m
	* Framework/GNUMail/ThreadArcsCell.m
	  fix int comparisions against NSNotFound

	
2013-04-28 German A. Arias <german@xelalug.org>

	* Bundles/Account/AccountEditorWindowController.m: Select the first tab
	view item. If not, this is shown as empty.

2013-04-28 Riccardo Mottola <rm@gnu.org>

	* Bundles/Account/AccountEditorWindowController.m
	* Bundles/Account/AccountViewController.h
	* Bundles/Account/AccountViewController.m
	* Framework/GNUMail/Constants.h
	* Framework/GNUMail/MailWindowController.h
	Better old-mac defines.

2013-04-28 Riccardo Mottola <rm@gnu.org>

	* Bundles/Account/AccountEditorWindowController.m
	Revert as it makes Mac not work anymore.

2013-03-22 Gregory John Casamento <greg.casamento@gmail.com>

	* Bundles/Account/AccountEditorWindowController.m
	unset delegate

2013-02-24 Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
	* Bundles/Filtering/FilterEditorWindow.m
        * Fix button title 
        * Bundles/Filtering/FilteringViewController.m
        * gcc-2.95 fixe
	* Bundles/Account/AccountViewController.m
	* Bundles/Advanced/AdvancedViewController.m
	* Bundles/Filtering/FilterHeaderEditorWindowController.m
	* Bundles/Filtering/FilteringViewController.m
	* Bundles/Import/MailboxImportController.m
	* Bundles/PGP/PGPController.m
	* Bundles/Sending/SendingViewController.m
	* Bundles/Viewing/HeadersWindowController.m
	* Framework/GNUMail/AutoCompletingTextField.m
	* Framework/GNUMail/ConsoleWindowController.m
	* Framework/GNUMail/ExtendedTextView.m
	* Framework/GNUMail/GNUMail+Extensions.m
	* Framework/GNUMail/MailWindowController.h
	* Framework/GNUMail/MailWindowController.m
	* Framework/GNUMail/MessageViewWindowController.m
	* Framework/GNUMail/TaskManager.m
	* NS(U)Integer transitions to match with 
	  recent -gui changes

2012-11-17 German Arias <german@xelalug.org>

	* GNUMakefile:
	* Framework/GNUMail/GNUmakefile: Add new flags.

2012-09-02 Riccardo Mottola <rm@gnu.org>

	* Framework/GNUMail/MailHeaderCell.m
	Remove GS specific difference.

2012-09-02 Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>

	* Framework/GNUMail/MailWindowController.m
	Use NS[A|De]scendingSortIndicator instead of named images
	* Framework/GNUMail/MimeTypeManager.m
	Use NSWorkspace to get the right image for attachments
	instead of always showing the "unknown" icon

2012-08-31 Riccardo Mottola <rm@gnu.org>

	* Framework/GNUMail/MailboxManagerController.m
	Remove GNUstep specific setting.

2012-08-15: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>

	* Framework/GNUMail/EditWindowController.m
	get rid of unused variable
	* Framework/GNUMail/ExtendedTextView.m
	switch from unsigned int to NSUInteger to get
	rid of compiler warning

2012-05-22 Riccardo Mottola <rm@gnu.org>

	* Bundles/Viewing/ViewingView.m
	* Bundles/Sending/SendingView.m
	* Framework/GNUMail/FindWindow.m
	Use setTitle for buttons

2012-05-15  Hubert Chathi  <uhoreg@debian.org>

        * Rename the PGP bundle -version method to avoid conflict.

2012-05-15  Yavor Doganov  <yavor@gnu.org>

        * MailWindowController.m ([MailWindowController(Private)
          _showMessage:]): Avoid checking the window height.

2012-04-24 German Arias <german@xelalug.org>

	* Bundles/Account/AccountEditorWindowController.h:
	* Bundles/Account/AccountEditorWindowController.m: Revert ugly
	hack that I added previously.

2011-11-07 German Arias <german@xelalug.org>

	* GNUMakefile: Added package info.

2011-11-07 German Arias <german@xelalug.org>

	* Bundles/Account/AccountEditorWindowController.m: Moved
	variable "_hasInit" from -connectionTerminated: to
	-serviceInitialized:. This is better.

2011-11-07 German Arias <german@xelalug.org>

	* Bundles/Import/MailboxImportController.m: Don't use
	variable "singleInstance". If not, the app crash when
	Import window is closed.

2011-11-07 German Arias <german@xelalug.org>

	* Framework/GNUMail/AboutPanel.m: Updating to release.

2011-11-07 German Arias <german@xelalug.org>

	* Framework/GNUMail/EditWindow.m:
	* Framework/GNUMail/EditWindowController.m: Use the corresponding
	information of account to send the email. This mean not allow the
	user select the account's send info. This prevents use one account
	information to send an email in another account (This occurs
	when two or more accounts have the same SMTP host). 

2011-11-06 German Arias <german@xelalug.org>

	* Resources/Spanish.lproj/Localizable.strings: Added more
	spanish strings.

2011-11-06 German Arias <german@xelalug.org>

	* Framework/GNUMail/ApplicationIconController.m: Added a dot
	to show when the app is hidden.

2011-11-06 German Arias <german@xelalug.org>

	* Framework/GNUMail/WelcomePanel.m:
	* Framework/GNUMail/ApplicationIconController.m: Use image
	"GNUMail" instead "GNUMail_128", since there is an odd
	problem with the size of this image after some changes
	in GNUstep.

2011-11-06 German Arias <german@xelalug.org>

	* Framework/GNUMail/AboutPanel.m: Write "Stephane" without
	accent in first "e". If not the app stuck. And moved the
	contributors text field.

2011-08-14 German Arias <german@xelalug.org>

	* Resources/Spanish.lproj/Localizable.strings: Changed the file
	format and add more spanish strings.
	* Framework/GNUMail/WelcomePanel.m: Improvements for a better
	internationalization.

2011-08-03 German Arias <german@xelalug.org>

	* Framework/GNUMail/WelcomePanel.m: Move icon to right.

2011-08-02 German Arias <german@xelalug.org>

	* Bundles/Account/AccountEditorWindowController.h:
	* Bundles/Account/AccountEditorWindowController.m:
	Ugly hack to fix the problem in Account preferences panel.
	A better solution can be done in Pantomime side. But since
	I not have intention to understand in deep how this works.
	This solution is good, for now.

2011-06-06 German Arias <german@xelalug.org>

	* Framework/GNUMail/MailWindow.m: Set icon title to "". 

2011-06-05 German Arias <german@xelalug.org>

	* Framework/GNUMail/MailWindow.m: Don't call -adjustSubviews
	because crash the app, I'm investigating this.

2011-06-01 German Arias <german@xelalug.org>

	* GNA: Initial repository at gna.org.
