2002-03-24     Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified MailWindowController.m to set the font size
          for the table cells to smallSystemFontSize on OS X.
	* Set the CVS tag to v1_0_0
        * RELEASED v1.0.0.


2002-03-24     Francis Lachapelle <francis@Sophos.ca>

	* Fixed connections, autosizing, column identifiers, and
	  changed NSSplitView divider style in MailWindow.nib,
	  IMAPMailWindow.nib, and LocalMailWindow.nib.


2002-03-24  Pierre-Yves  <pyrivail@ens-lyon.fr>

	* MailWindowController.m 
	  ([MailWindowController -tableViewShouldReloadData]): 
	  Send tableViewSelectionDidChange only when needed.


2002-03-23     Ludovic Marcotte <ludovic@Sophos.ca>

        * Connected missing outlets in LocalInboxWindow.nib
	* Modified MailWindow.nib and IMAPMailWindow.nib to
	  not show the horizontal scrollbar in the tableView.
	* Modified MailboxManager: -windowDidLoad to set the
	  double action to open: under OS X.
	* Modified PreferencesWindowController:
	  -_initializeModuleWithName: atIndex: to set the button
	  font to size 10 under OS X and 8 under GNUstep.
	

2002-03-22     Ludovic Marcotte <ludovic@Sophos.ca>

        * We now close correctly the connection with the IMAP server
	  and also release the IMAPStore when we close the "Inbox"
	  folder on an IMAP server. That's a temporary solution that
	  will be replaced by a better one once we support multiple
	  IMAP folders on the same server.
	* Modified MailWindowController (and its two subclasses) to retain
	  the table columns under OS X (and release them in
	  MailWindowController: -dealloc).


2002-03-22	Martin Brecher <martin@gnustep.de>

	* Updated German translation


2002-03-22     Ludovic Marcotte <ludovic@Sophos.ca>

	* Added missing localization strings in POP3View,
 	  MailboxManager and TransportMethodEditorWindow. 
        * Regenerated all Localizable.strings files.
	* Updated the french translation.


2002-03-22	Martin Brecher <martin@gnustep.de>

	* Updated German translation


2002-03-21     Francis Lachapelle <francis@Sophos.ca>

	* Various corrections in most Mac OS X nibs.
	* Various improvements in Project Builder file.

2002-03-21     Ludovic Marcotte <ludovic@Sophos.ca>

        * Updated docs/WHOIS
	* Reactivated MailWindowController: -receivingValuesHaveChanged.
	  This will currently cause a segfault if you modify your preferences
	  values and the MailboxManager is opened. It will be fixed
	  in GNUstep gui 0.7.6. 


2002-03-20     Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified PreferencesWindowController:
          _instanceForBundleWithName: to not use "Apps" anymore
          since it's not required to have a recent version of 
          GNUstep and Apps has been renamed to Applications.


2002-03-20     Francis Lachapelle <francis@Sophos.ca>

	* Many improvements in Project Builder file.
	* Changed search paths for bundles under MacOS X in 
	  PreferencesWindowController.m.


2002-03-20     Ludovic Marcotte <ludovic@Sophos.ca>

        * Localized some strings in the Personal panel.
	* Resized some of the UI widgets in the Preferences panel
	* Aligned all the fields in the Personal panel.
	* Resized some UI elements in the Fonts panel.
	* Set the margins of the 'signature box' to 0,0 in the
	  Personal panel.
	* Modified LocalInboxWindowController: -messageWasReceived:
 	  folderName: to set this method as "oneway void" and not
	  "void" so the thread won't block when calling this method.
	* Modified again the UI of most windows so that it looks more
          consistent, especially when using AA fonts under GNUstep.
	* Modified MailWindowController: -setFolder to select the
	  first message and not the last one if the order is reversed
	  when we open the folder.
	* Finished TODO #193. We now offer basic filters capabilities.
	  The "Expert" feature has been added.
	* Modified Utilities.m so that when we write the content of
	  a part to a file (for image/*), we convert the filename
	  to a lowercase string. Otherwise, libwraster is lame enough
	  to not recognize the format.
	* Updated Personal.nib to include the "Set this profile as default"
	  check box.
	* Updated LocalInboxWindow.nib to set the resizing attributes to
	  the rotating icon.


2002-03-19     Ludovic Marcotte <ludovic@Sophos.ca>

        * Done TODO #219. It's now possible to define a default personal
          profile from the Personal Preferences panel.

        
2002-03-18     Ludovic Marcotte <ludovic@Sophos.ca>

        * Added MimeTypeManager: -bestMimeTypeForFileExtension:
 	  to provide a set of default MIME types in case the user
	  hasn't specified on for the file extension.
	* Modified EditWindowController: -updateMessageContentFromTextView
	  to use this new method.
	* Added a patch from Vicent Ricard for TODO #244. It's now possible
	  to {Shift/Control} double-click in the Address Book window to
	  set the Cc/Bcc fields.
	* Added MailWindowController: -doubleClickedOnTableView so that when
	  we double-click on the tableView in MailWindow, if we are in the
	  Drafts folder, we re-open the message for editing. Otherwise, we
	  simply open the message for a 'reply'. Done TODO #250.
	* Modified PreferencesWindowController to avoid compilation warnings
	  under OS X.
	* Modified LocalInboxWindow.nib to fix the nib connection for the 
	  Get button.
	* Modified PasswordPanel.nib to remove the extra controller object.
	* Did the same thing with AddressBookWindow.nib, FindWindow.nib,
	  IMAPMailWindow.nib, MailWindow.nib, NewAddressPanel.nib, 
	  NewMailboxPanel.nib, and RAWSourceWindow.nib.
	* Modified the OS X project file to set the version number to 1.0.0. 
	  Also modified the InfoPlist.strings file for the same reason.
        * Modified LocalInboxWindowController: -threadWillExit to restart
	  the timer only if we need to!
	* Done TODO #226. Applied a patch from Vincent Ricard (modified
	  by myself so that we don't create a category for NSTableView but
	  rather NSWindow and we put everything in the controller, not the
	  view).

 
2002-03-17     Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified MailboxManager to set the autoresizing mask
          of the "Open this folder on startup" button.
	* Modified the OS X project file to remove any references to
	  the Quoting nib.
	* Updated MailboxManager.nib
	* Modified the Sending target to include the Pantomime framework.
	* Updated PreferencesWindow.nib
	* Updated ViewingView.nib
	* Updated ComposeView.nib
	* Updated TransportMethodEditorWindow.nib
	* Updated FontsView.nib
	* Updated FilteringView.nib
	* Modified the project file to include all anim icons.
	* Updated LocalInboxWindow.nib
	* Updated BounceWindow.nib
	* Updated EditWindow.nib


2002-03-16     Ludovic Marcotte <ludovic@Sophos.ca>

        * Done TODO #238. It's now possible to any folder on statup of
          GNUMail.app. It's now possible to have an IMAP folder as the
          default folder upon GNUMail.app's startup. Modified many files
          to support this and mainly refactored MailboxManagerController.
	* Commented the code in MailboxManagerController:
	  -receivingValuesHaveChanged since -reloadData doesn't work yet
	  in NSOutlineView it'll cause a segfault. 
	* Refactored the UI of the Viewing panel to be able to specify
	  which table columns we want to see in the MailWindow's tableView.
	  It does nothing for now.
	* Done TODO #239. It's now possible to specify which table 
	  headers we want to see in the MailWindow. Modified ViewingView,
	  ViewingViewController, PreferencesWindowController and
	  all MailWindowController subclasses (and the class itself) to
	  support this new feature. The set of visible table columns is 
	  saved in the user's defaults with the key: SHOWNTABLECOLUMNS.


2002-03-15     Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified BounceWindowController and EditWindowController
	  to not prompt for a password if the SMTP server doesn't use
	  SMTP AUTH.


2002-03-14     Ludovic Marcotte <ludovic@Sophos.ca>

	* Done TODO #236. Added a patch from Vincent Ricard to
	  to the addresses/groups in the Address book.
	* Modified EditWindowController and BounceWindowController to
	  support SMTP AUTH (prompt a password and more)
	* Modified TransportMethod* to add new fields for gettting
	  the supported SMTP AUTH mechanism, to choose one, to save or
	  not the password in the user defaults and more.


2002-03-13     Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified EditWindowController: 
	  -errorOccuredWhenSendingMessageForOutboxFolder
	  to stop the timer (when an error occurs).


2002-03-12     Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified the MailboxManager to inclue a checkbox item to specify
	  if the folder is to be openend upon GNUMail.app's startup. It's
	  currently unused.
	* Added LabelWidget: +labelWidgetWithFrame: label: alignment:
	* Refactored the Fonts panel so it now looks way better. Also
	  renamed all ivars and fixed some memory leaks.


2002-03-10     Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified MailWindowController: -tableViewShouldReloadData to
          clear the textView if the number of selected rows in the tableView
          isn't equal to 1. This 'fix' a bug when transferring messages
          between mboxes.
	* Replaced [NSPort port] by [[NSPort alloc] init] (followed by
	  a RELEASE after) to prevent gcc from complaining.
	* Added MailWindowController (Private): _restoreSplitViewSize
	  to restore the size of the textScrollView in the MailWindow
	  (save in the new pref value TEXTSCROLLVIEW_HEIGHT) in order
	  to restore the 'knob' position of the scroll view (TODO #200)
	* Removed the Quoting Preferences panel bundle (merged in
	  the Compose bundle).
	* Refactored A LOT the Preferences panel and its bundles.
	* Finished refactoring for now the Preferences panel!


2002-03-09     Ludovic Marcotte <ludovic@Sophos.ca>

        * Replaced the Fonts icon in the Preferences panel.
	* Optimized +attributedStringFromContentForPart: mimeTypeManager:
	  to not write to a file attachments that aren't image/* (since
	  we need to do that right now for full libwraster support under
	  GNUstep) and also linked everything to the MimeTypeManager so
	  that one can provide us an icon to use to represent the attachment
	  if the user has defined a MIME type for that kind of attachment.
	* Done TODO #225. We now select and expand automatically our Local
	  folder in the MailboxManager if there's no IMAP stores/folders
	  defined.


2002-03-08     Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified ReceivingWindowController to load and save the new
	  RETAINPERIOD preference value for POP3 servers.
	* Modified LocalInboxWindowController to set the retain period
	  on the POP3 folder.
	* Modified Utilities: +attributedStringFromContentForPart: 
	 		       mimeTypeManager:
	  to correctly resize 'data' attachments (like image/*) so that
	  they fit correctly in the text view.
	* Added MailWindowController: _restoreSortingOrder that reads
	  the default SORTINGORDER and uses it to apply an initial sort
	  to the table view on startup. Also selects the right column on
	  startup. Modified LocalInboxWindowController and 
	  IMAPMailWindowController to use this code.
	* We now also save the sorting state in SORTINGSTATE.
	* Modified RAWSourceWindow: -layoutWindow to make the text view
	  not horizontally resizable. GNUstep seems to be confused when
	  we set that attribute.


2002-03-07     Ludovic Marcotte <ludovic@Sophos.ca>

        * Reactivated sorting and the double-action in the outline view
	  for the MailboxManager.
	* Added a user option in the Viewing preferences panel to allow the
	  user to show or hide deleted messages on GNUMail.app's startup.
	  (TODO #251)
	* Movied MailWindowController: -updateLastMailWindowOnTop to
	  GNUMail: +setLastMailWindowOnTop (same thing with
	  -lastMailWindowOnTop). Update all the code to reflect this change.
	* Added missing animation frame (the 8th one). "Patch" from 
	  Francis Lachapelle <francis@Sophos.ca>.
	  Modified the code to use this 8th frame.
	* Added the matrix outlet in FindWindowController for future usage.
	* Added the 'days' field in POP3View (but not yet implement the
	  functionnality. Fixed a mem leak too.


2002-03-06     Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified EditWindowController: -updateMessageContentFromTextView
	  to return the last path component of the filename for the 
	  attachment instead of the full path.
	* Rewrote MailboxManager/MailboxManagerController to use a
	  NSOutlineView instead of a NSBrowser (TODO #252). You need
	  to use a recent CVS version of GNUstep in order to use it
	  (version of 2002/03/06 or more recent). Also, there's issues
	  when you create/delete/rename mailboxes due to bugs in
	  NSOutlineView.


2002-03-05     Ludovic Marcotte <ludovic@Sophos.ca>

        * Rewrote entirely the LocalMailDelivery class (the important
	  parts) to speed up things a lot and to also use way less
	  memory for everything.


2002-03-04     Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified LocalInboxWindowController to stop the automatic
	  fetching timer (before starting the thread) and to restart
	  it when the thread is about to exit. This is to avoid
	  racing conditions and potential deadlocks.
	* Modified EditWindowController: -setPlainTextContentFromString:
	  inPart: to reactivate the support of format=flowed parts.
	* Modified ExtendedTableView.m to remove the use 
	  of NSMiddleMouseDraggedMask.
	* Modified LocalInboxWindowController so that we verify if our
	  thread isn't running before closing the window. If it does run,
	  we simply inform the user to wait.
	* Added a quick fix to LocalMailDelivery: -messagesFromMailspoolFile
	  so it now works again since the Pantomime's modifications about
	  8bit messages support.
	* Modified LocalInboxWindowController: so that we use
	  DESTROY(animation) instead of TEST_RELEASE(animation).


2002-03-03     Ludovic Marcotte <ludovic@Sophos.ca>

        * Added multithreading support in BounceWindowController.
	* Modified some parts of the code to allow GNUMail.app to work
	  well with the new Pantomime's code for 8bit support for messages.

        
2002-03-02     Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified LocalInboxWindowController to set the animation delay
          to 0.1s and also to call the update method on the controller's
          window after setting the new icon.
	* We now disable the Get button before initiating the fetch
	  and we re-enable it when the thread is about to exit.
	* Added multithreading support when sending messages. This support
	  is not yet completed (ie., it won't work if you click on Cancel
	  while the E-Mail is being sent) but it should work well.
	* Modified the bundle loading code in PreferencesWindowController
	  since Apps has been renamed Applications on GNUstep. Kept the
	  previous code for compatibility reasons.
	* We now inform the user (by showing a panel) that he/she must
	  wait until the email has been sent before closing the EditWindow.


2002-03-01     Ludovic Marcotte <ludovic@Sophos.ca>

        * Changed the previous implementation to use a NSConnection
          object. Should be safer now.
	* Modified LocalInboxWindowController: -windowDidLoad
	  to remove our distributed lock if one was there (for example,
	  left after a crash).
	* Added an animated icon for the LocalInboxWindow. The animated
	  icon is a set of tiff files provided by
	  Jeff Teunissen <deek@d2dc.net>.


2002-03-01     Ludovic Marcotte <ludovic@Sophos.ca>

        * Introduced threads support in LocalInboxWindowController.
	  This temporary solution is using the distributed objects.
	  It only 'shows' that it is possible to do it easily.
	  This solution is TEMPORARY and WILL BE REPLACED by a
	  using a NSConnection in the following days. I do not 
	  recommand to use GNUMail.app with that code, even if it
	  should work perfectly (minus the fact that you must wait
	  the DO server to send you all your messages). This currently
	  makes heavy use of notifications but, this will all go away
	  in the next following days so don't complain to me about
	  anything :-) 


2002-02-27     Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified GNUMailConstants to set the version number
	  to 1.0.0.
	* Modified the GNUMailInfo.plist file to change the version
	  number to 1.0.0.


2002-02-26     Ludovic Marcotte <ludovic@Sophos.ca>

        * Added a patch by Alexey I. Froloff <raorn@binec.ru> so that
          we don't use the extra code (it has been removed) for dealing
	  with base64 encoded text/* parts.
	* Set the CVS tag to v1_0_0pre3
	* RELEASED v1.0.0pre3


2002-02-25      Ludovic Marcotte <ludovic@Sophos.ca>

        * modified docs/README
	* modified the OS X project file
	* modified MailboxManager.nib (to add the move/copy popup)
	* Added FontsView.nib and modified the OS X project to include
	  this file.
	* updated ReceivingView.nib
	* updated BounceWindow.nib


2002-02-25	Martin Brecher <martin@gnustep.de>

	* Updated German translation.


2002-02-24      Ludovic Marcotte <ludovic@Sophos.ca>

        * Removed extra call to [NSApp stopModal] in
          PreferencesWindowController: -windowWillClose.

        
2002-02-24	Erik Dalen <dalen@jpl.se>

	* LocalInboxWindowController.m: Simplified filter summary creation code


2002-02-24      Ludovic Marcotte <ludovic@Sophos.ca>

        * Added missing keys to all Localization.strings files.


2002-02-24	Erik Dalen <dalen@jpl.se>

	* Updated Swedish translation.


2002-02-24      Ludovic Marcotte <ludovic@Sophos.ca>

        * Updated all Localization.strings files (regenerated from the sources)
          and updated the french translation.


2002-02-24	Erik Daln <dalen@jpl.se>

	* BounceWindow.m, EditWindow.m, GNUmakefile: Renamed stop.tiff to
	  MailIcon_stop.tiff


2002-02-23      Ludovic Marcotte <ludovic@Sophos.ca>

        * Fixed some minor things in Erik's previous commits.


2002-02-23	Erik Daln <dalen@jpl.se>

	* LocalInboxWindowController.m: Fixed TODO-218 (Provide summary
	  of mailboxes that mail has been transferred to.)
	* ReceivingViewController.m: Fixed TODO-234 (Provide a 'default'
	  mail spool file)


2002-02-23      Ludovic Marcotte <ludovic@Sophos.ca>

        * Fixed some minor things in Erik's previous commit.


2002-02-23	Erik Daln <dalen@jpl.se>

	* NewMailboxPanelController.m: Fixed TODO-233 (Rename filter targets
	  when renaming a mailbox)
	  This fix might leak some memory, but it works. But hey, it's
	  basically my first GNUstep coding :)


2002-02-22      Ludovic Marcotte <ludovic@Sophos.ca>

        * Updated Spanish translation. Patch from
	  Quique <quique@sindominio.net>.


2002-02-21      Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified Utilities: +attributedStringFromContentForPart:
	  mimeTypeManager: so that if we have a text/plain part
	  base64 encoded, but w/o any Content-Disposition, we reprensent
	  it as inline.
	* Small reorganization in the previous commit.
	* Updated MainMenu.nib
	* Added the sortBy* actions to GNUMail.h and also replaced
	  (void) by (IBAction) for those methods in GNUMail.m
	* Updated EditWindowController and Utilities so that the
	  ExtendedAttachmentCell works correctly under OSX.


2002-02-20      Ludovic Marcotte <ludovic@Sophos.ca>

        * Moved PreferencesWindowController: -instanceForBundleWithName
	  to the private category of that class. Also renamed it
	  _instanceForBundleWithName.
	* Fixed TODO#241 (NSOldSelectedCharacterRange isn't declared 
          under OSX). We use under OSX @"NSOldSelectedCharacterRange"
	  instead.
	* Moved BounceWindowController: -appendAdditionalHeadersToString
	  the a private category and renamed this method
	  _appendAdditionalHeadersToString.
	* Fixed a bug in BounceWindowController: -send. We were using
	  @"From -" and not @"From ".
	* Fixed a huge bug in LocalMailDelivery: -messagesFromMailspoolFile.
	  We were not considering the fact that "garbage" could follow
	  "From ". We now skip it properly.
	* Changed aRange.length = to aRange = in GNUMail.m:
	  -selectionInTextViewHasChanged.


2002-02-19      Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified LocalInboxWindowController: -getNewMessages to use
 	  two autorelease pools (one inner pool, that we "rotate")
	  when fetching mails from the local mail spool file.
	* Modified MailWindowController: _loadAccessoryViews to set
	  the current superview to the bundle.
	* Updated the OS-X project file.
	* Fixed some file so it compiles cleanly under OSX.
	* Added PreferencesWindow.nib back to the project.
	* Added our new icons for the status column to the project.
	* Updated LocalInboxWindow.nib
	* Updated MailWindow.nib
	* Updated IMAPMailWindow.nib

 
2002-02-19  Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>

	* Bundles/Receiving/ReceivingViewController.m ([-saveChanges]): 
	restart the timer if needed. Set the number of minutes before
	starting/restarting the timer.

2002-02-19      Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified the GNUMailBundle protocol to include two new methods:
	  - (void) composeViewAccessoryWillBeRemovedFromSuperview: (NSView *) theView;
	  and
	  - (void) viewingViewAccessoryWillBeRemovedFromSuperview: (NSView *) theView;
	  so that our accessory views can be informed when they are going to be
	  removed from their superview.
	  Modified the Clock bundle (ClockWindowController) to implement
	  -viewingViewAccessoryWillBeRemovedFromSuperview:.
	* Added Pierre-Yves Rivaille <pyrivail@ens-lyon.fr> to the GNUMailInfo.plist
	  due to his major contributions to the project.


2002-02-19  Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>

	* PreferencesWindowController.m ([-addModuleToView:aModule]):
	  removed display call, the pref modules are now drawn faster.


2002-02-18	Ludovic Marcotte <ludovic@Sophos.ca>

	* Changed the installation path for all .prefs bundles from
	  GNUSTEP_LOCAL_ROOT to GNUSTEP_INSTALLATION_DIR.
	* Implemented EditWindowController: -windowShouldClose to ask
	  for a confirmation before writing to the Drafts folder (not yet
	  implemented, we currently still use the dead.letter thing).
	* Changed EditWindowController: -sendMessage to call
	  tableViewShouldReloadData on the windowController instead of
	  reloadData on the tableView.
	* Added Utilities: + windowForFolderName that will return the
	  window owned by the MailWindowController object with the name
	  theName. Modified most of the code to use this method.
	* Added Drafts folder support. Implememented GNUMail:
	  -restoreDraft: and left -saveInDraft: "blank" for now.
	* Finished the Restore Draft feature. Added
	  EditWindowController: -setMessageFromDraftsFolder in order
	  to not set automatically the signature.
	* Added the "Save in Drafts" feature (Compose->Drafts). Implemented
	  GNUMail: -saveInDrafts and -setEnableSaveInDraftsMenuItem.
	  We now call this methods from EditWindowController and
	  MailWindowController.
	* Reorganized the Message menu.


2002-02-17      Ludovic Marcotte <ludovic@Sophos.ca>

        * Added sample bundle in Bundles/Clock
        * Modified GNUMail to hold all the bundles (in allBundles)
        * Modified MailWindowController to add some hooks for the bundles.
	* Fixed the bug of flags that weren't kept when transferring messages
	  (moving or copying) between mailboxes. You need to update Pantomime
	  (make distclean; make).
	* We now remove the flag TRANSFERRED in transferred messages and we
	  call Folder: -updateCache if we transferred messages to rebuild 
          our cache.
	* Modified PreferencesWindowController: -instanceForBundleWithName
	  to load the bundles in 
          $GNUSTEP_INSTALLATION_DIR/{Local/Networl/System}
	  and not just Local. 
	* Modified LocalInboxWindowController: -getNewMessages and
	  MailWindowController: -showMessage to set the app icon to
	  GNUMail_Full.tiff when new mails have been received and to set it back
	  to GNUMail.tiff when a unseen message has been read.
	* Added EditWindowController: -textDidChange (delegate method)
	  to set the window as 'dirty' if the content of the text view 
	  or the text fields has changed. Modified EditWindow to set the
	  delegate to the window controller to all text fields.


2002-02-16      Ludovic Marcotte <ludovic@Sophos.ca>

        * Activated the Find -> Enter Selection menu item. It enters the
          current selected text (in the last mail window on top) in the
          Find Panel's find field.
	* Moved all preferences panel modules to bundles (in Bundle).
	* Added the GNUMail "framework" in /GNUMail in order to be able
	  to develop bundles for GNUMail.app (not yet finished).
	* Added the possibility to compact the mbox when it's closed.
	* Added the possibility to not show the alert panel showing
	  how many messages have been transferred by filters.


2002-02-15      Ludovic Marcotte <ludovic@Sophos.ca>

        * Added the Message -> Save Attachment menu. It allows to
	  save attachments contained in the current selected message.
	* Modified MailWindowController: -updateStatusLabel to include
	  the number of deleted messages and also to change the displayed
	  size of the selected message to %0.1f instead of %d.
	* Activated the spell checker for GNUstep.
	* Added the the status column back by using our own data cell
	  for the status column (ExtendedCell).


2002-02-14      Ludovic Marcotte <ludovic@Sophos.ca>

        * Added the feature to show/hide the sizes in MailWindow
  	  (ie., the label). It currently doesn't resize the table.
	  This completes the TODO #94.
	* Added two new contants in GNUMailConstants: SHOW_SIZES and
	  HIDE_SIZES to suppor the previous feature.


2002-02-14  Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>

	* Support for sorting by size.

2002-02-13      Ludovic Marcotte <ludovic@Sophos.ca>

        * Added GNUMail: -compactFolder and set the action
	  of the Compact menu item to this method.
	* Commented some code in MailWindowController that
	  we won't use for now (FIXME).
	* Modified MailboxManagerController and
	  NewMailboxPanelController to rename the cache when 
	  renaming a mbox.
	* Moved _transferMessagesToTrashFolder from MailWindowController
	  (Private) to IMAPMailWindowController (Private) since  we
	  no longer use the Trash folder unless we're in IMAP mode
	  and the user has choosen to transfer its deleted 
	  messages locally in the Trash folder.
	* Added a GNUMail category for NSTableView in MailWindow
	  to fix the broken -deselectAll method in GNUstep GUI
	  0.7.5.
	* Added a patch from Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
	  to fix some bugs in messages sorting.
	* Modified the plist to use "Mac OS X" instead of "MacOS-X".
	* Added a UI element (a NSButton) to be able to specify
	  if we want or not to automatically compact mboxes when
	  they are closed in ReceivingView. Currently 'not used'.


2002-02-12      Ludovic Marcotte <ludovic@Sophos.ca>

        * Added the FontsView/FontsViewController classes and
	  patches to use different fonts for the headers,
	  content of the message and more. Added Icons/fonts.tiff. 
	  Patches from Alexey I. Froloff <raorn@binec.ru>.
	* Adapted some of the code to support the new caching
	  mechanism in Pantomime.
	* Added a patch from Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
	  to support messages sorting.


2002-02-11      Ludovic Marcotte <ludovic@Sophos.ca>

        * Added a Compact menu item to the Mailbox menu.
	  Currently unused.
	* Added two C functions in Utilities: striphtml() and
	  ent() from Abhijit Menon-Sen <ams@wiw.org>. Those
	  C functions allow us to strip the html codes from
	  html mails and keep only the good (ie., text)
	  information. Those functions are only used on GNUstep
	  since it has no currently no HTML support for
	  attributed strings.


2002-02-10      Ludovic Marcotte <ludovic@Sophos.ca>

        * Fixed a typo in the GNUMailInfo.plist file. We *must* use
          GNUMail.app and NOT GNUMail when referring to this application.


2002-02-09      Ludovic Marcotte <ludovic@Sophos.ca>

        * Added Utilities: + (NSAttributedString *) 
          formattedAttributedStringFromAttributedString: 
          (NSAttributedString *) theAttributedString to add
          'smart placement of attachments' inside the body of a mail.
	* Modified some key bindings and added some menu items
	  (w/o actions right now) to respect the way things were
	  done on OPENSTEP/Mail.app.


2002-02-09	Erik Dalen <dalen@jpl.se>

	* Translated services to Swedish

2002-02-08	Ludovic Marcotte <ludovic@Sophos.ca>

        * Made the MailboxManager window resizable.
        * Minor enchancements to PasswordPanel and
          PasswordPanelController.
	* Renamed MailWindowController: -removeTransferredMessages
	  to -removeSelectedMessages.
	* Added a popup with copy/move operations instead of just 
	  a move button in MailboxManger's window. This is a temporary
	  UI that will be enhanced.
	  Modified MailboxManagerController: -transfer to support
	  both copy and move.
	* Minor enhancements in Utilities that will speedup things.


2002-02-06      Ludovic Marcotte <ludovic@Sophos.ca>

        * Fixed a range bug in MailWindowController:
          -highlightAndActivateURLs.


2002-02-04      Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified GNUMailConstants.m to set the version
	  number to 1.0.0pre2.


2002-02-02      Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified PersonalView/PersonalViewController
	  to add a popup button to be able to select
	  the source of the signature. Added a new
	  preference name/value in the user's defaults
	  db: SIGNATURE_SOURCE
	* Modified EditWindowController: _loadSignature
	  to load the signature from a file or to
	  execute a specific task and get the result
	  from a pipe to from our signature. This completes
	  TODO #237.
	* Modified AddressBookController: -toClicked,
	  -ccClicked and -bccClicked so that we can now
	  add all addresses from a group to the 
	  To/Cc/Bcc fields in the EditWindow (TODO #235)
	
	
2002-01-31	Francis Lachapelle <francis@Sophos.ca>

	* Changed Project Builder version to 1.0.0pre2.
	* Improved AddressBookWindow.nib.


2002-01-30      Ludovic Marcotte <ludovic@Sophos.ca>

        * RELEASE OF 1.0.0pre2
	* Set the CVS tag to v1_0_0pre2


2002-01-30	Erik Dalen <dalen@jpl.se>

	* Updated Swedish translation


2002-01-30      Ludovic Marcotte <ludovic@Sophos.ca>

        * Added the _() macro for the "General" string in
	  AddressBook.
	* Added the string "General" in the AddressBook section
	  in all Localization.strings files.
	* Modified AddressBookController: -selectionInPopUpHasChanged
	  to set the selection on the first item (Move To) after
	  a move operation.


2001-01-30	Martin Brecher <martin@gnustep.de>

	* Updated German translation


2002-01-29      Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified AddressBook: -layoutWindow to set the double
	  of the NSBrowser to AddressBookController: -toClicked.
	* Modified AddressBookController: -initWithWindowNibName
	  to do the same thing on the browser outlet under OS-X.
	* Modified GNUMail: -showAllHeaders to verify if we have
	  no message or more than one selected messages before
	  trying to show/hide all headers.
	* Added some TODOs
	* Updated all Localizable.strings files to add two missing
	  keys: "Local - %@" and "IMAP on %@ - %@".


2002-01-28      Ludovic Marcotte <ludovic@Sophos.ca>

        * Added Spanish translation. Patch from
          Luis Garcia Alanis <luis@sogrp.com>.


2002-01-28	Erik Dalen <dalen@jpl.se>

	* Updated Swedish translation


2002-01-28      Ludovic Marcotte <ludovic@Sophos.ca>

        * Added the localization macro on the Modify button in
	  AddressBookWindow. Bug reported by Martin Brecher.
	  Updated all Localization.strings files to add this key.
	* Modified AddressBookController: -modifyGroup to reload
	  our Move To popup items after we renamed a group.


2002-01-28	Martin Brecher <martin@gnustep.de>

	* Updated German translation


2002-01-27      Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified AddressBook: -groupForName to add some casting
          to keep the compiler quiet.
	* Modified AddressBookController so that we use -setTitle
	  instead of -setStringValue for setting the title of the
	  buttons dynamically.
	* Added AddressBookController: -selectionInBrowserHasChanged
	  that is only used under OS-X to call -browser: selectRow:
	  inColumn: since it's not called directly by Cocoa as it
	  should (?).


2002-01-26	Ludovic Marcotte <ludovic@Sophos.ca>

	* Updated AddressBookWindow.nib (not yet finished)
	* Modified AddressBookController to reload the
	  column 0 when the address book has changed.
	* Modified IMAPMailWindowController: -windowWillClose
	  so that under OS-X, we don't try to aquire the lock.
	  This is a bug that needs to be fixed.
	* Modified EditWindowController.m and Utilities.m so that
	  under OS-X, we don't use ExtendedAttachmentCell.
	* Removed NewAddressPanel/NewAddressPanelController classes
	  since there's no longer needed. Modified the GNUmakefile
	  and AddressBookController to not use those classes anymore.
	* Updated OS-X's project file to not include anymore
	  NewAddressPanelController.{h,m} in its build process.
	* Moved the code to reload the column 0 when the address book
	  'has changed' from -setAddressBook to -windowDidLoad
	* Added AddressBookController: -browser: titleOfColumn: to
	  correctly set the brower's title of columns.
	* Re-did the AddressBookWindowNib.
	* Updated MainMenu.nib to include the Expunge item and the
	  Apply Manual Filters sub-menu.
	* Removed AddressBookController: -editAddressBook.
	* Reactivated GNUMail: -addToAddressBook and implemented
	  AddressBookController: -addToAddressBook.
	* Fixed TODO #199 - the "Send to Address Book" menu was containing
	  too many items. Re-implemented GNUMail: -removeAllItemsFromMenu.
	* Regenerated all Localization.strings files and updated the
	  french translation.
	* Modified MailWindowController: -showMessage to remove the
	  selection in the textView when the selection of a message change.
	  Recommended by Dale Amon <amon@vnl.com>.
	* Added local autorelease pool in EditWindowController:
	  -_plainTextContentFromTextView and in
	  -_updateMessageContentFromTextView.
	

2002-01-25      Ludovic Marcotte <ludovic@Sophos.ca>

        * Rewrote entirely the address book. Added versionning
	  support in AddressBook so that we can load
	  previously defined addresses (TODO #197).
	* Disabled for now the -addToAddressBook method
	  in GNUMail.m.
	* Implemented the "Move To:" feature in the
	  address book.
	* Added an initial version of Mail.app mailaliases files
	  import support from the address book. This code isn't
	  fully robust but should work quite well (TODO #227).
	* Modified Group: -addAddress so that we don't add
	  an address that has the same description (ie., same
	  address's name/emailAddress values).
	* Updated the source for all wrongly formatted english
	  sentences. Patch from Ryan Cresawn <rcresawn@seva.net>.
	  Need to update all Localizable.strings files.

	
2002-01-24      Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified Utilities: +attributedStringFromContentForPart:
	                                          mimeTypeManager:
	  so that if our attachment cell's image is nil
	  (under Apple MacOS-X), we force it to the filewrapper's icon.
	* Done the same thing in EditWindowController: -insertFile.
	* Added a new class Group to manage groups of Address
	  objects in the Address Book.
	* Modified the GNUmakefile to include Group.h/.m when compiling.
	* Modified MailWindowController: -showMessage to properly refresh
	  the selected table row after showing the message.
	* Updated ReceivingWindow.nib to use a secure text field
	  for the password.
	* Added Group.m/Group.h to the OS-X project file.
	* Modified Utilities.m and EditWindowController.m to
	  use -setFilename instead of -setFileName and -filename
	  instead of -fileName from Pantomime's Part class.

							  
2002-01-23      Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified Utilities: +attributedStringFromContentForPart:
        				          mimeTypeManager:
          so that if we got a text/rtf part, we show it properly
          using a NSAttributedString object initialized with the
          content of the RTF part.


2002-01-22      Ludovic Marcotte <ludovic@Sophos.ca>

        * Added a private interface to MailWindowController and
	  defined _updateMessageSelectionUsingIndex: (int) theIndex
	  in it.
	* Modified MailWindowController to use this private
	  interface.
	* Added MailWindowContrller: -expungeDeletedMessages to
	  transfer immediately messages in the trash folder
	  and remove them from the current folder / folder view.
	* Added a new menu item "Expunge" in the Mailbox menu
	  that calls the new selector -expungeDeletedMessages.
	  This method calls MailWindowController:
	  -expungeDeletedMessages.
	* Modified MailWindowController to NOT use the
	  NSWindowDidBecomeKeyNotification but rather the
	  delegate method -windowDidBecomeKey.
	* Modified MailWindowController to use 
	  -removeMessage instead of -removeTransferredMessage
	  from Folder's class.
	* Modified MailWindowController: -transferMessagesToTrashFolder
	  to update the Trash folder window when it's opened. Otherwise,
	  we would lose the messages that were deleted.


2002-01-21      Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified AddressBookWindow to add a Close button so that
	  if the window manager used doesn't really support our
	  closable window mask, the user can safely close the 
	  window of the address book.
	* Modified AddressBookWindowController: -initWithWindowNibName
	  to set the new height of our address book window.


2002-01-20      Ludovic Marcotte <ludovic@Sophos.ca>

        * Changed the GNUmakefile so GNUMail.app can link with the debug
          version of Pantomime. Patch from Richard Frith-Macdonald
          <richard@brainstorm.co.uk>.
	* Modified MailWindowController: -deleteMessage so that we post
	  a notification that our message's selection has changed (even
	  if it's not true) when it's the very last message OR when
	  the selection count > 1 in order to rebuild our menu items
	  (delete/undelete) correctly. Bug reported by 
	  Richard Frith-Macdonald <richard@brainstorm.co.uk>.
	* Modified GNUMail to add the 'filters' menu allowing to 
	  apply filters manually on a number of selected messages (1 or more).
	* Renamed GNUMail: -removeAllItemsFromSendToAddressBookMenu
	  to -removeAllItemsFromMenu: (NSMenu *) theMenu and modified the
	  code in GNUMail.m to use this method.
	* Implemented partially GNUMail: -updateFilterMenuItems.
	* Modified the GNUMail class so that we listen for the 
	  FiltersHaveChanged notification and if we receive it, we rebuild
	  our filters menu.
	* Modified GNUMail: -updateFilterMenuItems to use 'tag' for 
	  identifying which filter the user has selected. 
	* Modified the windows menu in the GNUMail class so that
	  we have by default three options: Arrange, Miniaturize
	  and Close (TODO #103).


2002-01-19      Ludovic Marcotte <ludovic@Sophos.ca>

	* Modified Utilities: +bestRepresentationFromMultipartAlternative
	  so that we verify if the text/plain part was base64 encoded
	  before assuming it was a plain NSString object.


2002-01-18      Ludovic Marcotte <ludovic@Sophos.ca>

        * Added german translation of the service name in GNUMailInfo.plist.
          Patch from Martin Brecher <martin@mb-itconsulting.com>.
	* Modified LocalInboxWindowController to use -initWithHeadersFromString
	  instead of -initWithHeaders since this method has changed
	  in Pantomime.


2002-01-17      Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified GNUMailConstants.m. Set the version number of GNUMail.app
	  to 1.0.0pre2.
	* Modified GNUMailInfo.plist to add the new two services.
	* Modified GNUMail to add our two new services (TODO #139).
	* Modified MailboxManagerController to use NSWindow's
	  orderFrontRegardless method instead of NSWindowController's
	  showWindow method so that if we change the focus when GNUMail.app
	  is 'loading' a folder, it'll get displayed properly.


2002-01-16	Francis Lachapelle <francis@Sophos.ca>

	* Changed buttons behavior from "Momentary Push In" to "Momentary Change" 
	  in MailboxesManager.nib.
	* Improved ComposeView.nib.
	* Imported icon file for Mac OS X.
	* Added icon file to Project Builder file. 
	* Updated version in Project Builder file and added Copy Files phase in main target..

2002-01-15      Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified FilterEditorWindowController: 
	  _addItemsToFolderNamePopUpButton to be sure to always have
	  at least one item in the popup button.
	* RELEASED 1.0.0pre1 and set the cvs tag to v1_0_0pre1.


2002-01-14      Ludovic Marcotte <ludovic@Sophos.ca>

        * Updated MainMenu.nib to include the Print menu and its submenus.
	* Updated EditWindow.nib to include the Cancel button.
	* Updated BounceWindowController to add an outlet for or Address Book
	  button and modified -windowDidLoad to set the target/action under OS-X.
	  Modified the BounceWindow nib in order to link the new outlet and
	  to NOT use an instance of the GNUMail class for this nib.
	  Cocoa seems to release all instances of objects inside the nib
	  even if it's not the owner. 
	* Done the same thing for EditWindowController/EditWindow.nib
	* Done the same thing for MailWindowController/MailWindow.nib
	* Updated LocalInboxWindow.nib and IMAPMailWindow.nib to connect
	  the outlets.


2002-01-14	Martin Brecher <martin@gnustep.de>

	* Updated German translation.


2002-01-13      Ludovic Marcotte <ludovic@Sophos.ca>

        * Corrected a minor thing in the swedish translation.
          Woo. My swedish skills are beginning to be good :-)
	* Modified GNUMail: -applicationWillFinishLaunching to set the
	  NSApp's windows menu. This is a requirement now under GNUstep
	  since January 7th, 2002.


2002-01-13	Erik Dalen <dalen@jpl.se>

	* Updated Swedish translation.


2002-01-13      Ludovic Marcotte <ludovic@Sophos.ca>

        * Updated docs/README
	* Regenerated all Localizable.strings files.
	* Updated french translation.


2002-01-12      Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified MailWindowController: -setFolder to always update our
          status label if we have or not messages in our folder.
	* Modified ExtendedAttachmentCell to set the part to nil during
	  initialization of the instance.
	* Refactored entirely EditWindowController.
	* Modified EditWindowController: _plainTextContentFromTextView to
	  set the filename to unknown if it's nil.


2002-01-11      Ludovic Marcotte <ludovic@Sophos.ca>

        * Refactored MimeUtility: +attributedStringFromContentForPart:
	  mimeTypeManager: and removed
	  +bestRepresentationFromMimeBodyPart: mimeTypeManager: since
	  it was redundant.
	* Modified TransportMethodEditorWindowController to encrypt/decrypt
	  the SMTP password using our methods in Utilities.
	* Modified ExtendedAttachmentCell to include a reference to the
	  Part object used when displaying that part.
	* Modified Utilities.m to set the Part reference to the
	  ExtendedAttachmentCell object when creating one.
	* Refactored EditWindowController.
	* Fixed a small but in Utilities when displaying message/rfc822
	  messages as attachment (we were getting the wrong size).
	* Same thing when displaying text parts.
	* Added a ton of TODOs


2002-01-09      Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified Utilities: +bestRepresentationFromMimeBodyPart
	  mimeTypeManager: so that we use the NSUTF8StringEncoding instead
	  of the NSASCIIStringEncoding when creating our NSData object
	  from our NSString object.
	* Added 4 new contants in GNUMailConstants: DELETE_MESSAGE,
	  UNDELETE_MESSAGE, MARK_AS_READ, MARK_AS_UNREAD for the
	  tags of menu items.
	* Modified MailWindowController: -deleteMessage to not change
	  the selection if the sender isn't the delete button.
	* Modified MailWindowController: -windowWillClose to verify
	  lastMailWindowOnTop against [self window] instead of self.
	  This fixes a crash bug on GNUstep and OS-X.
	* Modified MailWindowController: -tableViewSelectionDidChange
	  to post our notification (SelectionOfMessageHasChanged)
	  everytime and not only when the message's selection count is 1.
	* Added in the GNUMail class a new menu item for setting the selection
	  of messages to read/unread and modified the 'undelete' on to
	  be able to delete and undele. Added methods and outlets to support
	  this new functionnality.
	* Renamed Utilities: +attributedStringFromContentForMessage: mimeTypeManager:
	  to +attributedStringFromContentForPart: mimeTypeManager: and
	  modified classes (MailWindowController and EditWindowController) that were
	  calling this method.
	* Modified Utilities: +attributedStringFromContentForPart: mimeTypeManager:
	  to manager inner multipart parts. We now actually support multiple/related
	  parts. We consider them as multipart/mixed ones.
	* Updated MainMenu.nib for OS-X.
 	* Changed the nib name to LocalInboxWindow in MailboxManagerController
	

2002-01-07      Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified IMAPMailWindowController: -setFolder to set the timer delay
	  to 10mins if the user has set it to 0 minutes. That our default value.
	* Modified ReceivingWindowController: -setType to set the port value
	  to 110/143 if the selection change (between POP3/IMAP) and it's not
	  a 'custom' port that was defined.
	* Modified GNUMailConstants. Introduced two new constants:
	  SIGNATURE_BEGINNING and SIGNATURE_END.
	* Implemented ComposeViewController: -initializeFromDefaults and
	  -saveChanges. Created two new properties in user's defaults db:
	  SIGNATURE_REPLY_POSITION and SIGNATURE_FORWARD_POSITION to
	  store the position of the signature for a reply and a forward.
	* Modified MailWindowController to set the signature at the
	  right position when doing a reply/replyToAll/forward.
	* Modified EditWindowController. Moved setSignature to _loadSignature.
	  Modified _loadSigature to load the signature from the file
	  and add it to the content of the textview at the right position.
	* Modified ComposeView to add the UI elements needed for specifying
	  the signature position.
	* Modified Utilities: +attributedStringFromContentForMessage:
	  mimeTypeManager: to separate text/plain parts (with
	  Content-Disposition == attachment) with a \n from other
	  parts.
	* Added a new contant: SIGNATURE_HIDDEN and modified
	  EditWindowController: -_loadSignature to not do anything
	  when we see this signature.
	* Modified GNUMail: -composeMessageFromDeadLetter to set
	  the signature position to SIGNATURE_HIDDEN.


2002-01-06      Ludovic Marcotte <ludovic@Sophos.ca>

        * Implemented MailWindowController:
          -quoteMessageContentFromAttributedString to replace the >
          quoting characters by a simple | for now and indent properly
          the message. Modified -showMessage to call this new method.
	* Fixed a bug in MailboxManagerController:
	  -browser: willDisplayCell: atRow: column:. It should now correctly
	  show all your IMAP servers defined in the Receiving preferences.
	  It should NOT show any POP3 servers any more.
	* Modified Utilities: -attributedStringFromContentForMessage:
	  mimeTypeManager: to represent message/rfc822 parts as 
	  attachments when the Content-Disposition is set to
	  'attachment'.
	* Modified MailWindowController: -highlightAndActivateURLs to
	  support https://.
	* Updated PersonalView.nib.
	* Modified PersonalViewController.m to sort the array of
	  profile names and to set the title of the box to the
	  current selected profile.
	* Modified Utilities: +loadPersonalProfilesInPopUpButton
	  to sort the profile names.
	* Added the outlets (two popup buttons) and two action methods
	  to compose view controller to allow to select where to put the
	  signature when replying to a mail or when forwarding a mail
	  to ComposeViewController.
	* Updated ComposeView.nib.

        
2002-01-05      Ludovic Marcotte <ludovic@Sophos.ca>

        * Set the delegate of the window from MailWindow.nib to
	  the controller.
	* Same thing for MailboxManager.nib
	* Same thing for NewAddressPanel.nib
	* Same thing for RAWSourceWindow.nib
	* Same thing for MailcapWindow.nib
	* Same thing for FilterEditorWindow.nib
	* Same thing for FilterHeaderEditorWindow.nib
	* Same thing for FilterMessageWindow.nib
	* Same thing for NewPersonalProfilePanel.nib
	* Same thing for TransportMethodEditorWindow.nib 

 
2002-01-04	Francis Lachapelle <francis@Sophos.ca>

	* Fixed autosizing of EditWindow.nib and BounceWindow.nib.
	* Minor changes in MainMenu.nib.


2002-01-04      Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified EditWindowController to call the method
	  MimeUtility: +encodeWordUsingQuotedPrintable: prefixLength:
	  instead of the old one.
	* Added missing macro _() usage in TransportMethodEditorWindow and
	  TransportMethodEditorWindowController. Bug reported by
	  Martin Brecher <martin@mb-itconsulting.com>.
	* Corrected a typo in MIMEView: -layoutWindow. Bug reported by
	  Martin Brecher <martin@mb-itconsulting.com>.
	* Modified NSRegEx: -matchString... to use lossyCString instead
	  of cString on 'theString' parameter to avoid conversion problems.
	* Updated PrefWindow.nib to set the delegate to the controller.
	* Modified MailWindowController: -windowWillClose so that we
	  assign nil to lastMailWindowOnTop iif it was equal to self
	* Modified MailWindowController: -windowWillClose so that we
	  remove our observer for the ShouldCloseMailbox notification first
	  and we remove our window from the opened list of windows
	  last.
	* Modified MailWindowController: -dealloc to not remove the observer
	  on ShouldCloseMailbox since it was removed in -windowWillClose
	* Modified MailWindowController: -windowDidLoad to set the
	  selection for the ShouldCloseMailbox to close (of NSWindowController)
	  instead -windowWillClose since that method is gonna be called
	  when the window's close method is called.
	* Modified GNUMail: -applicationShouldTerminate so that we wait
	  until all our MailWindow are released before closing and
	  releasing our localStore.


2002-01-04	Martin Brecher <martin@gnustep.de>

	* Updated German translation with missing strings


2002-01-03      Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified AddressBookController: -windowDidLoad to mark
 	  the addressTableView to be displayed after setting the
	  datasource.


2001-01-03	Francis Lachapelle <francis@Sophos.ca>

	* Added icons for buttons of SendingView.nib, ViewingView.nib
	* Improved MainMenu.nib.
	* Set as editable the columns of of outgoing headers table in 
          SendingView.nib and headers table in ViewingView.nib.


2002-01-03      Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified ExtentedAttachmentCell so that if the size is less
	  than 1 KB, we display the size in bytes.
	* Added NewAddressPanelController: -cancelButton and linked
	  the action in NewAddressPanel for the Cancel button to this
	  method.
	* Modified NewAddressPanelController to show the NewAddressPanel
	  in modal.
	* Modified EditWindow.m to fix the autoresizing attributes to most
	  UI elements.
	* Moved EditWindowController: _profileNameForItemTitle to
	  Utilities: +profileNameForItemTitle.
	* Modified GNUMail: -bounceMessage so that we verify that at least
	  one transport agent has been defined before showing the
	  BounceWindow.
	* Moved the 'core code' from EditWindowController: -_loadPersonalProfiles
	  and _loadTransportMethods to class methods in Utilities:
	  + (void) loadPersonalProfilesInPopUpButton: (NSPopUpButton *) thePopUpButton and
	  + (void) loadTransportMethodsInPopUpButton: (NSPopUpButton *) thePopUpButton.
	  Use this code in the two 'private' methods in EditWindowController.
	* Modified BounceWindow/BounceWindowController to allow the selection of the
	  personal profile and the transport agent when bouncing a message.
	* Moved EditWindowController: -appendAddress: toTextField: to Utilities:
	  +appendAddress: toTextField: and modified EditWindowController to
	  use this method.
	* Added GNUMail: +lastAddressTakerWindowOnTop and 
	  +setLastAddressTakerWindowOnTop to replace the one defined in
	  EditWindowController.
	* Removed EditWindowController: +lastMainEditWindowController
	  and +setLastMainEditWindowController and replaced those method
	  calls by their equivalent in the GNUMail class.
	* Modified AddressBookController to use the new methods in GNUMail instead
	  of the old one (removed) in EditWindowController.
	* Modified BounceWindowController to support the address book.
	* Added the AddressTaker Protocol and modified BounceWindowController and
	  EditWindowController to implement the Protocol. This completes TODO #149
	  (link the AddressBook to the bounce window!)
	* Commented NSLog call in Filter.m. 
	* Added a print IBAction in the GNUMail class. Linked the action of the print
	  menu to this new action.
	* Integrated a patch from Francis Lachapelle <francis@Sophos.ca> to allow
	  editing of values in the SendingView table (for additionnal headers).
	* Same thing in ViewingView for shown headers.
	* Modified ViewingViewController: -addShown so that we don't add an header
	  to the shown headers if it's already there (ie., with the same name).
 	* Updated MacOS-X project file to include AddressTaker.h
	* Updated BounceWindow.nib	
	* Updated NewAddressPanel.nib (connected the cancel button)


2002-01-02      Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified EditWindowController: -insertFile so that when we 
	  create our ExtendedAttachmentCell, we pass the size as the
	  argument to the init method.
	* Connected the criteriaSource popup button to the right
	  selector.


2001-01-02	Francis Lachapelle <francis@Sophos.ca>

	* Added icons for buttons of FilteringView.nib, MIMEView.nib, 
          SendingView.nib, ViewingView.nib
	* Improved FilterHeaderEditorWindow.ni, ReceivingWindow.nib.
	* Added connection from the Source combo of FilterEditorWindow.nib 
          to the action selectionHasChanged of FilterEditorWindowController
           class.


2002-01-02      Ludovic Marcotte <ludovic@Sophos.ca>

        * Added two new classes: FilterHeaderEditorWindow to
          allow the users to specify in which headers to search
          for a criteria string for the filters and its controller,
          FilterHeaderEditorWindowController.
        * Added a new identifier (FilterHeaderEditorTableColumnIdentifier)
          for the table column used in FilterHeaderEditorWindow in
          GNUMailConstants.
        * Modified the GNUmakefile to include those files.
	* Modified FilterEditorWindowController. Added a new action
	  method -criteriaSourceSelectionHasChanged that is called 
	  when the selection of the criteria source is changed.
	  If the "Expert..." item is selected, it'll show the
	  FilterHeaderEditorWindow.
	* Added versioning support in Filter and new accessors:
	  -criteriaHeaders / -setCriteriaHeaders.
	* Modified MailcapWindowController: -importClicked to warn the
	  user that has not selected any rows in the table and has clicked
	  on 'Import'.
	* Added FilterHeaderEditorWindow.nib for OS-X
	* Updated OS-X project file
	* Changed setFilename to setPreferredFilename and filename to
	  preferredFilename for all NSFileWrapper objects.
	* Modified ExtendedAttachmentCell to show the size of the 
	  text attachment and modified Utilities to set the size of the
	  ExtendedAttachmentCell objects.

        
2001-12-31      Ludovic Marcotte <ludovic@Sophos.ca>

        * Updated MainMenu.nib for OS-X.
	* Updated ViewingView to add two missing UI elements:
	  the showAllHeaders checkbox and the highlightURLs
	  checkbox.
	* Updated QuotingView.nib to link the linewrapping text field.


2001-12-30      Ludovic Marcotte <ludovic@Sophos.ca>

        * Removed GNUMail: -cleanQuit and implemented instead
          -applicationShouldTerminate.
	* Done TODO #201. Activated the find next/previous from
	  the Edit menu.
	* Removed TODO #123 since it was done a long time ago
	  (verifying the content-disposition when showing text parts)
	* Done TOOD #118 ( when clicking for viewing an attachment, do 
	  this in a separate thread). Added MailWindowController:
	  -launchExternalProgram: and modified textView: clickedOnCell:...
	  to use this method when invoking an external program to
	  view an attachment. -launchExternalProgram: will be invoked
	  in a separate thread to not block GNUMail.app during its
	  execution.
	* Changed Utilities: -attributedStringFromContentForMessage: ...
	  so that we don't decode the extra alternative representation
	  (by doing a simple else if with multipart/appledouble).
	* Changed a little bit the GNUMailInfo.plist


2001-12-29	Francis Lachapelle <francis@Sophos.ca>

	* Improved FilterMessageWindow.nib, FilteringView.nib, NewPersonalProfilePanel.nib, 
	  PersonalView.nib, PrefWindow.nib, ReceivingView.nib, TransportMethodEditorWindow.nib, 
	  ViewingView.nib.


2001-12-29      Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified ViewingView to add a new UI element. Added a
          a checkbox button to be able to choose if we want or not
          to highlight URLs in the message content.
        * Modified ViewingViewController to connect the outlet and
          to read/write the preference to the user defaults. The
          preference name is: HIGHLIGHT_URL.
        * Modified MailWindowController: -showMessage to use this
          new preference.

2001-12-28      Ludovic Marcotte <ludovic@Sophos.ca>
	
	* Modified NewAddressPanel.m. Inverted the position of the
	  ok and cancel buttons.
	* Added a new contant in GNUMailConstants for the GNUMail.app
	  version number. The contant name is GNUMAIL_VERSION.
	* Modified EditWindowController: -initMessageWithData to verify
	  if the X-Mailer additionnal header was defined. If Not, we define
	  it using the GNUMail.app version number.
	* Updated GNUMailInfo.plist with the correct version number and made
	  some other little corrections in the file.
	* Modified EditWindowController, IMAPView, MailboxManagerController
	  and NewMailboxPanelController to replace Ok by OK.
	* Modified ReceivingView.m, MIMEView.m and FilteringView.m 
	  to set the target of our tableView objects to the controller
	  in order to make the setDoubleAction work.
	* Added MailWindowController: -highlightAndActivateURLs to highlight
	  the URLs that we can 'decode' in the content of our message and
	  modified -showMessage to call this method after the 'decoding' is
	  done.
	  Also implemented the delegate method: textView:clickedOnLink:atIndex:
	  so that we open the 'clicked' url with our NSWorkspace object.
	* Changed _(@"") for @"" in FilterMessageWindowController:
	  -initWithWindowNibName.
	* Modified MailWindowController: -highlightAndActivateURLs to support
	  file:// and ftp:// links.
	* Corrected a typo (missing @) in FilterMessgeWindowController
	  -initWithWindowNibName when setting the title.
	* Modified TextEnrichedConsumer.h to make the class inherit from
	  NSObject. 


2001-12-28	Francis Lachapelle <francis@Sophos.ca>

	* Improved TransportMethodEditorWindow nib


2001-12-27      Ludovic Marcotte <ludovic@Sophos.ca>

        * Updated MacOS-X project file. Now includes the NewPersonalPanelController class
	  and the TransportMethodWindowController class. 
	* Corrected a typo in SendingViewController.m
	* Updated PersonalView.nib for OS-X (needs work)
	* Added new nib: NewPersonalProfilePanel (needs work)
	* Updated SendingView.nib for OS-X (needs work)
	* Added new nib: TransportMethodEditorWindow (needs work)
	* Modified TransportMethodEditorWindowController:
	  -transportMethodHasChanged to not include the setNextKeyView code
 	  under OS-X.
	* Updated EditWindow.nib (needs work)


2001-12-27	Martin Brecher <martin@gnustep.de>

	* Updated German translation
	* Added new strings to German translation


2001-12-27      Ludovic Marcotte <ludovic@Sophos.ca>

        * Added EditWindowController: -_profileNameForItemTitle to get the
	  profile name from the selected title in the personalProfilePopUpButton.
	* Added EditWindowController: -personalProfilesSelectionHasChanged to select
	  the right transport method depending on the selection just made for the
	  personal profile.
	* Refactored the outlets names in EditWindowController and EditWindow.
	* Added two new notification names in GNUMailConstants:
 	  PersonalProfilesHaveChanged and TransportMethodsHaveChanged.
	* Added the sending of those two new notifications in PersonalViewController
	  and SendingViewController when -saveChanges is called.
	* Modified EditWindowController: -windowDidLoad and -dealloc to
	  add/remove the observer for our two notifications.
	* Modified MailWindowController: -setFolder to select the first
	  unread message instead of the last one of the mbox when it's first
	  opened.

	
2001-12-26      Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified a comment in Utilities.m so it makes more sense.
	* Added PrefWindowController: +singleInstance to use a singleton
	  when the window is open (in order to prevent multiple preferences
	  window to be open at the same time)
	* Modified GNUMail: -showPrefWindow to use the singleInstance
	  method instead of creating directly a PrefWindowController object.
	* Added a matrix access in PrefWindowController and changed the
	  way we select the first cell. It should now work on GNUstep and
	  OS-X.


2001-12-25      Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified EditWindowController: -initWithWindowNibName
          to verify that we have at least one transport agent defined.
          If not, we simply warn the user and return nil.
	* Modified GNUMail.m and MailWindowController to 'expect'
	  a nil value for the EditWindowController object.
	* Added some TODOs.

          
2001-12-25	Erik Dalen <dalen@jpl.se>

	* Updated Swedish translation.
	* Done TODO 206 & 207 (translate two strings)
	  and removed them from TODO list.
	* Added some other missing strings to the Swedish
	  Localizable.strings

2001-12-25      Ludovic Marcotte <ludovic@Sophos.ca>

        * Commented TransportMethodEditorWindowController:
          -transportMethodHasChanged
          [transportMethodPopUpButton setNextKeyView: smtpHostField]
          since it's causing a segfault. Could be a bug in GNUstep.
          Must investigate this problem.
	* Modified TransportMethodEditorWindowController:
	  -transportMethodHasChanged to set the next and previous key
	  view of our 'unused' objects to nil to prevent a bug in the AppKit
	  (in NSView: -dealloc, it can call 
	  [_nextKeyView setPreviousKeyView: nil] or
	  [_previousKeyView setNextKeyView: nil] on a view that has
	  been deallocated but the _nextKeyView or _previousKeyView
	  ivars are referencing a wrong (ie., deallacoted) object)
	* Re-enabled TransportMethodEditorWindowController:
	  -tableViewSelectionDidChange.
	* Modified SendingView: -layoutView to set the doubleAction
	  on editTransportMethod: for the transportTableView object.
	

2001-12-24      Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified SendingViewController to add our new outlets
          and to implement the functionnalities of adding/editing
          and removing transport methods.
        * Modified TransportMethodEditorWindowController to implement
          the required functionnalities when adding or editing
          transport methods.
	* Modified GNUMailConstants to rename the identifiers used for the
	  additional headers table in SendingView and added two new identifiers
	  for the transport methods table in SendingView.
        * Modified EditWindowController.m to use the new sending options.
        * Modified GNUMail.m: -applicationDidFinishLaunching to convert
          the old sending options to the new model and to remove the
          unused keys.
	* Disabled the 'send' button in BounceWindow since this module
	  needs to be reworked for using the new sending values.
	* Done TODO #74 (multiple SMTP/personal profile support)
	  and removed it from the TODO list.
	* Added -transportMethodHasChanged to
	  TransportMethodEditorWindowController in order to set
	  the fields to editable (or not) when the selection of
	  Mailer/SMTP changes in the popup button and to set
	  correctly the nextKeyView for each UI element.

        
2001-12-23      Ludovic Marcotte <ludovic@Sophos.ca>

        * Added our new class for specifying the name of our new
          personal profile (when we click on Add in PersonalView).
          The new class name is NewPersonalProfilePanel and it's controller
          NewPersonalProfilePanelController.
	* Modified the GNUmakefile to include those files.
	* Initial modification of PersonalViewController for using
	  NewPersonalProfilePanelController.
	* Finished the implementation of PersonalViewController for the
	  features related of adding and deleting personal profiles.
	  (implemented -addClicked and -deleteClicked).
	* Modified NewAddressPanel: -layoutPanel to set the keyEquivalent 
	  property of the okButton to @"\r" and also set the image and
	  alternate image.
	* Done the same thing in NewMailboxPanel and NewPersonalProfilePanel.
	* Removed extra #import "GNUMailConstants.h" in NewMailboxPanel.m
	  and NewPersonalProfilePanel.m
	* Added our new classes for specifying multiple transport methods and its
	  controller. The name is TransportMethodEditorWindow and
	  TransportMethodEditorWindowController.
	* Modified the GNUmakefile to include those files.
	* Refactored a little bit SendingViewController and SendingView in order
	  to be ready to accept this new class.
	* Done the UI in TransportMethodEditorWindow.

          
2001-12-22      Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified Utilities: -attributedStringFromContentForMessage:
        		         	             mimeTypeManager:
          so that when we have a text/* message and the
          Content-Transfer-Encoding is quoted-printable, we don't
          decode the content since it has already be done in Pantomime.


2001-12-21      Ludovic Marcotte <ludovic@Sophos.ca>

        * Added two new NSPopUpButtons in EditWindow (with labels
	  and accessors) to allow the selection of which Personal
	  and delivery settings to use when sending a particular
	  E-Mail.
	* Resized the table in FilteringView.m and moved the up/down.
	* Modified GNUMail: -applicationDidFinishLaunching to convert
	  the old personal preferences (EMAILADDR, NAME, ORGANIZATION
	  and REPLYTOADDR) to the new model. We also remove them
	  after having migrated them to the new model. Also, if
	  GNUMail.app wasn't configured before, we create a default
	  PERSONAL setting with blank values.
	* Modified PersonalView to use a box for displaying the informations
	  related to the 'personal' settings. An outlet 'box' has been
	  defined for this. Also, added a NSPopUpButton (with outlet name
	  'popUpButton') for being able to select which personal setting
	  we wand and also added two buttons (Add/Delete) to be able
	  to add or delete personal settings. Currently those buttons
	  do nothing.
	* Modified PersonalViewController to link our two new outlets
	  defined in PersonalView (box and popUpButton). Added three
	  new IBAction:
	  - okClicked
	  - deleteClicked
	  - changePersonalSelection
	  Modified -initializeFromDefaults and -saveChanges to use the
	  new preferences model.
	  Also added -_synchronizePersonalPreferencesWithCurrentSelection
	  to temporarily save the modified values to our allPersonalValues
	  ivar.
	* Added EditWindowController: _loadPersonalProfiles to populate
	  the fromPopUpButton with the profiles defined in the preferences
	  panel. Also linked the two outlets defined in EditWindow.
	  Also modified initMessageWithData to use the personal informations
	  from the selected profile in the fromPopUpButton.
	* Modified PasswordPanel: -layoutPanel to set the keyEquivalent property
	  of the okButton to @"\r" and also set the image and alternate image.
	  This is a 'test'.
	* Done the same thing in ReceivingWindow.
	* Done the same thing in PrefWindow.
	* Done the same thing in MimeTypeEditorWindow.
	* Done the same thing in FilterEditorWindow.
	* Changed [self class] to TextEnrichedConsumer in 
	  TextEnrichedConsumer: +attributedStringFromTextEnrichedString so
	  it compiles cleanly under OS-X.


2001-12-20      Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified ExtendedAttachmentCell to draw the cell
	  a little bit higher (same thing with the string) and 
	  we also now center the string under the attachment cell.
	* Added the new class TextEnrichedConsumer that allows to
	  produce a NSAttributedString <AppKit> from a text/enriched
	  content of a E-Mail part. Done TODO #208.
	* Modified Utilities.m to use 
	  TextEnrichedConsumer: +attributedStringFromTextEnrichedString
	  when it has to display the parts that has a text/enriched
	  Content-Type.
	* Modified EditWindowController: -insertFile to use the
	  ExtendedAttachmentCell when inserting attachments to an email.
	* Modified Utilities: +attributedStringFromContentForMessage:
						     mimeTypeManager:
	  to separate our body part for what was before it by adding a \n.
	* Done TODO #96. The menu item 'Undelete' in the Message menu
	  is now properly 'disabled' if a message can't be undeleted.
	* Modified MacOS-X project to include TextEnrichedConsumer.h/.m in
	  the build process.


2001-12-19      Ludovic Marcotte <ludovic@Sophos.ca>

	* Modified POP3View to add a new NSButton useAPOP for being
	  able to specify if we want to use APOP by default.
	* Modified ReceivingWindowController to load/save the new
	  USEAPOP preference.
        * Added the new key ("Use APOP (if possible)") in all
	  Localizable.strings file.
	* Modified LocalInboxWindowController to set the POP3Store
	  to use APOP or not depending on the user's default USEAPOP.
	* Added a new class: ExtendedAttachmentCell that displays the filename
	  of a NSTextAttachment with the representation in the cell.
	* Modified the GNUmakefile to include ExtendedAttachmentCell.h/.m
	* Modified Utilities.m to make use of the ExtendedAttachmentCell.
	* Added missing #import GNUMailConstants.h in ExtendedAttachmentCell.m
	* Updated MacOS-X project.


2001-12-18      Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified a wrongly spelled string "comminication"
	  instead of "communication". Updated LocalInboxWindowController,
	  MailboxManagerController and all Localizable.strings files.
	* Modified EditWindowController: -initMessageWithData to correctly
	  set the Organization and the Reply-To header values since Pantomime
	  was modified to not rely on NSUserDefaults anymore.
	

2001-12-18	Martin Brecher <martin@gnustep.org>

	* Update German translation


2001-12-18      Ludovic Marcotte <ludovic@Sophos.ca>

        * Renamed LocalInboxWindowController: -transferMessagesFromFolder: ...
	  to -transferMessagesFromPOP3Folder so it makes more sense.
	* Moved the filter matching code to LocalInboxWindowController:
	  -matchFilterRuleFromRawSource: count: and modified
	  transferMessagesFromPOP3Folder: count: to use it.
	* Modified LocalMailDelivery to return an array of messages
	  as raw source (in -messagesFromMailspoolFile) instead of 
	  transferring them directly to a folder.
	* Refactored LocalInboxWindowController: -getNewMessages
	  to activate filters for LocalMailDelivery and moved some
	  code to alert the users so that it is used for both POP3
	  and LocalMailDelivery. TODO #203 is partially done.
	* Added IMAPMailWindowController: -setFolder that calls
	  [super setFolder: theFolder] and also starts the timer
	  for fetching new emails in IMAP. Moved the code from
	  -windowDidLoad since the folder wasn't set, [self folder]
	  was of course returning nil.

	
2001-12-17      Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified LocalInboxWindowController -getNewMessages
	  so that if an error occurs while trying to connect to
	  the POP3 server, we handle it properly.
	* Done the same thing in MailboxManagerController for
	  IMAP servers.
	* Added some todos.
	* Changed GNUMailInfo.plist to set the version number to
	  1.0.0.
	* Added ExtendedTableColumn.h, ExtendedTableColumn.m,
	  ExtendedTableView.h, ExtendedTableView.m. Patch from
	  Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>.
	* Modified FilteringView.h/.m and FilteringViewController.m
	  to use the ExtendedTableView. Patch from
	  Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>.
	* Added ExtendedTable* to the GNUMakefile. Patch from
	  Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>.
	* Modified FilteringView.nib for MacOS-X. Patch from
	  Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>.
	* Added missing keys for new strings in all
	  Localizable.strings files. Also updated the french
	  translation for those strings.
	* Modified LocalInboxWindowController: -getNewMessages
	  to actually put the alert panel for a wrong password
	  at the place we had it before I made the changes
	  for handling errors while trying to connect to a
	  POP3 server.
	* Updated MacOS-X project file to include the
	  ExtendedTable* files.


2001-12-16      Ludovic Marcotte <ludovic@Sophos.ca>

        * Fixed a bug in LocalInboxWindowController:
          _transferMessagesFromFolder: count:. We now
          correctly deletes the messages from the POP3 server.


2001-12-14      Ludovic Marcotte <ludovic@Sophos.ca>

        * Corrected FilteringView.nib so that the tableView outlet
	  is properly connected and the dataSource is set.
	  Also set the column identifiers to the right values.
	* Modified MailWindow.nib, LocalInboxWindow.nib and
	  IMAPMailWindow.nib so that the textView of each nibs
	  has the controller as its delegate.
	* Changed the custom class from NSTextField to
	  NSSecureTextField in PasswordPanel.nib


2001-12-14      Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified AddressBookController: -windowDidLoad to
	  add the target and the double-action selector to the
	  tableview manually under OS-X (like we do in
	  AddressBookWindow.m under GNUstep).
	* RELEASE OF 0.9.0.
	* Added tag v0_9_0 for current files


2001-12-13	Francis Lachapele <francis@Sophos.ca>

	* Fixed autosizing of RAWSourceWindow.nib
	* Added return key equivalent to NewAddressPanel.nib
	* Added return key equivalent to NewMailboxPanel.nib
	* Added return key equivalent to PasswordPanel.nib
	* Improved MimeTypeEditorWindow.nib
	* Improved MailcapWindow.nib
	* Added return key equivalent to FilerEditorWindow.nib
	* Changed attributes of table of AddressBookWindow.nib


2001-12-13      Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified PrefWindow to use _(@"Personal") and
	  not _(@"Personnal"). Reported by Martin Brecher.
 	* Adding missing "No" key and values in all
	  Localizable.strings files. Reported by
	  Martin Brecher.
	* Added FilterManager: -addFilter: atIndex:
	* Implemented FilteringViewController:
	  - moveUp
	  - moveDown
	  - duplicate	
	* Modified the class Filter so we now implement
	  the NSCopying protocol (ie., implemented
	  - (id) copyWithZone: (NSZone *) zone) in order
	  to be able to call -copy on a Filter object.
	* Added some items to the TODO list.
	* Changed _("OK") to _("Ok") in MailboxManagerController.


2001-12-13	Martin Brecher <martin@gnustep.de>

	* Updated German translation


2001-12-13      Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified FilterEditorWindowController:
	  -_addItemsToFolderNamePopUpButton to remove all
	  items from the popup before adding the names of
	  our local folders.
	* Modified FilterEditorWindow.m since we were not
	  using the _() for two strings.
	* Added all missing keys in all Localizable.strings
	  files.
	* Finished the french translation with Stephane Peron.

	
2001-12-12	Francis Lachapelle <francis@Sophos.ca>

    	* Added FilterMessageWindow nib file
    	* Fixed popups of FilterEditorWindow nib file
    	* Fixed table connections of FilterEditorWindow nib file
    	* Fixed table connections of SendingView nib file


2001-12-12      Ludovic Marcotte <ludovic@Sophos.ca>

    	* Fixed a 'casting' bug in Utilities:
	  -bestRepresentationFromMimeBodyPart: mimeTypeManager:
	  We were casting the content of the MIME body part to
	  NSData * even if it could be a NSString. This fix an
	  exception that was raised under OS-X that would prevent
	  the message to be displayed.
	* Modified Utilities: GNUMailUserLibraryPath() to not
	  use NSStandardLibraryPaths() on GNUstep but rather
	  the code we are using for MacOS-X.
	* Renamed originalMessage to unmodifiedMessage in
	  EditWindowController.h/.m and MailWindowController.m
	* Modified LocalInboxWindowController so we now show
	  how many messages have been transferred to other folders
	  by the filters. Suggestion by Nicolas Roard.
	* Modified FilteringViewController: -edit so we set the
	  window title to: "Edit a filter" instead of "Add a filter"
	* Modified GNUMailInfo.plist
	* Modified FilterEditorWindow to specify the nextKeyViews.
	

2001-12-12		Francis Lachapelle <francis@Sophos.ca>

    	* Added FilterEditorWindow nib file.


2001-12-11		Francis Lachapelle <francis@Sophos.ca>

    	* Removed FAQ from Project Builder file
    	* Added FilteringView nib file


2001-12-11      Ludovic Marcotte <ludovic@Sophos.ca>

	* Modified QuotingView to add a new field for getting the
	  line wrap limit.
	* Modified QuotingViewController to link the outlet of our
	  QuotingView and to save/load the new preference value:
	  LINE_WRAP_LIMIT.
	* Modified EditWindowController: -parseBodyText: inPart:
	  to use the new LINE_WRAP_LIMIT when calling
	  [MimeUtility wrapPlainTextString: usingWrappingLimit].
	* Added LocalInboxWindowController:
	  - _transferMessagesFromFolder: and
	  -  _transferMessageFromRawSource:
	  		  toFolderWithName:
	  and partially finished the support of filters when
	  receiving mails. Added:
	  - transfer to folder
	  - delete
	  Still need to do 'Bounce/Reply/...'.
	* Added LocalInboxWindowController:
	  - _folderNameExists: forStore: to verify if a folder
	  with a specific name exits in the specified local store.
	* Disabled the UI elements of the 'Do ...' in 
	  FilterEditorWindow since those aren't supported yet.
	* Moved FAQ to docs/FAQ
	* Updated Project files under OS-X
	* Modified NSRegEx and NSRegExRange to import GNUMailConstants.h
	* Added missing @end in NSRegEx.m

2001-12-10      Ludovic Marcotte <ludovic@Sophos.ca>

	* Done TODO #173. We now save the current working path when
	  saving attachments or when adding attachments to a new E-Mail.
	  Patch from Vincent Ricard <vricard@wanadoo.fr>.
	* Done TODO #45. We now update the flags of our message when
	  we sucessfully reply to it (ie., we send the replied message)


2001-12-09      Ludovic Marcotte <ludovic@Sophos.ca>

	* Implemented FilterManager: -matchedFilterForMessage.
	* Fixed a memory leak in FilterEditorWindow. We were not
	  releasing actionFolderNamePopUpButton in -dealloc.
	* Added FilterEditorWindowController:
	  -_addItemsToFolderNamePopUpButton to add the folder names
	  to our popup button from the LocalStore.
	* Modified FilterEditorWindowController: -setFilter so that
	  if our folder has been renamed or deleted, we select the
	  'Inbox' folder.


2001-12-08      Ludovic Marcotte <ludovic@Sophos.ca>

        * Implemented the displaying support of message/rfc822 as 
          the Content-Type of messages (not only mime body parts)
          in Utilities: -attributedStringFromContentForMessage:
                                               :mimeTypeManager.


2001-12-06      Ludovic Marcotte <ludovic@Sophos.ca>

        * Added a lot of new files for Filtering support.
	* Modified the GNUmakefile, PrefWindow, PrefWindowController
	  and MailWindowController to use the filters.
	* Added Icons/Filtering.tiff
	* Moved README and TODO in /docs
	* Moved COPYING to /docs
	* Added doc files from Henry Spencer's regex library
	* Added Henry Spencer's regex library code
	* Added NSRexEx and NSRexExRange classes from
	  Francis Lachapelle <francis@Sophos.ca>. This provides
	  a small Objective-C front-end to Henry Spencer's regex
	  library.
	* Activated the use of the regexp code in FilterManager:
	  -_matchString: operation: criteria:
	* Activated the regexp code in the FindWindow.
	* Added more colors in the FilterEditorWindow.
	* Added an IBAction -setMessage to FilterEditorWindowController
	* Added missing IBActions for all action methods in
	  MIMEViewController.
	* Removed extra #import in MimeTypeEditorWindow.m
	* Removed unused #imports in MimeTypeEditorWindow.h
	* Added the FilterMessageWindow and its controller to specify
	  the message that will be added before a message is bounced
	  (or an other operation) when a filter is found and applied.
	* Created a new notification: FiltersHaveChanged so that
	  MailWindowController can reload its list of filters when they
	  change.
	* Added MailWindowController: -loadFilters to load the filters
	  when the notification is received. We also register the notification
	  in -windowDidLoad and we remove it in -dealloc.
	* Activated HTML body part support under MacOS-X.


2001-12-05      Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified EditWindowController: -parseBodyText: inPart:
	  so that we fold the lines of a QP encoded mail to
	  76 characters to comply to RFC2045.
	* Changed void to IBAction for action methods of
	  EditWindowController.m


2001-11-30	Francis Lachapelle <francis@Sophos.ca>

	* Added tag v0_8_0 to current CVS files

2001-11-30      Ludovic Marcotte <ludovic@Sophos.ca>

        * Updated GNUMailInfo.plist for the next release
	  (0.9.0)

	
2001-11-30      Ludovic Marcotte <ludovic@Sophos.ca>

        * Updated FAQ
	* Added new common_Unknown.tiff that should work on both
	  GNUstep and MacOS-X. Done by Francis.
	* RELEASE OF 0.8.0 FINAL.

	
2001-11-30	Francis Lachapelle <francis@Sophos.ca>

    	* Removed Editable option of most table columns


2001-11-29	Francis Lachapelle <francis@Sophos.ca>
    
	* Fixed autosizing of MIMEView.nib


2001-11-29      Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified EditWindowController so that under OS-X, we don't
	  show/hide ccField and bccField but rather set them enabled or
	  not.
	* Modified ReceivingViewController so that -getMailspooFile is
	  defined as an IBAction
	* Updated some nibs.
	* Modified MIMEViewController: -initWithNibName so that under
 	  MacOS-X, we link manually the table columns outlets since you
	  CANNOT connect them in IB if the view isn't in a NSWindow. That's
	  silly.
	* Done the same thing in SendingViewController
	* Fixed a remove bug in ReceivingViewController. The way it was
	  done would make it impossible to remove a pop3/imap server
	  under MacOS-X
	* Modified ReceivingWindowController so that we use under OS-X
	  [[popup selectedItem] title] instead of
	  [[popup selectedCell] stringValue].


2001-11-29	Francis Lachapelle <francis@Sophos.ca>
    
	* Fixed connections in EditWindow.nib
    * Fixed autosizing in SendingView.nib, ViewingView.nib
    * Removed window close button of PrefWindow.nib
    * Added ReceivingView.nib, ComposeView.nib, MIMEView.nib, PGPView.nib

2001-11-29      Ludovic Marcotte <ludovic@Sophos.ca>

        * Modifed SendingView and SendingViewController to add
	  two IBOutlets for the table columns for the additional
	  headers table view.
	* Modified all controller classes (that have a window)
	  to set the window title before the end of 
	  -initWithWindowNibName in order to load the window
	  from the nib immediately.
	* Modified Utilites.m to support multipart/appledouble
	  content types. Refactored the class to reuse the code
	  as much as possible.
	* Added a #ifndef MACOSX in GNUMail: -applicationWillFinishLaunching
	  so we don't declare the action variable under OS-X


2001-11-28	Francis Lachapelle <francis@Sophos.ca>
	
	* Improved BounceWindow.nib, PrefWindow.nib, NewAddressWindow.nib,
	  NewMailboxPanel.nib and PersonalView.nib
	* Added ViewingView.nib and SendingView.nib


2001-11-28      Ludovic Marcotte <ludovic@Sophos.ca>
    	
	* Changed PreferencesModule -init for -initWithNibName.
	* Changed all controller implementing the PreferencesModule
	  protocol.
	* Defined two new IBOutlet in MailcapWindowController for the
	  table columns of our table view.
	* Fixed a bug in MimeTypeEditorWindowController: -setMimeType.
	  We now verify that the values aren't nil before setting
	  them as stringValue to the text fields.
	* Removed unused methods in RecevingViewController
	* Moved the data source from MimeTypeManager to MIMEViewController
	  so it makes more sense and it's easier to integrate with OS-X.
	* Fixed a bug in SendingViewController. We were linking the wrong
	  outlet for sendmailField.

	
2001-11-27      Ludovic Marcotte <ludovic@Sophos.ca>

        * Changed all 'View' controllers for the preferences panel
	  to retain the view when we load the nib under OS-X since
	  it's a weak reference. Modified -dealloc to release the 
	  view under OS-X too.
	* Added a Cancel button in EditWindow
	* New common_Unknown.tiff, up.tiff and down.tiff images that 
	  will work on OS-X.
	  Done by Francis Lachapelle <francis@Sophos.ca>
 	* Added missing @end in MIMEViewController
	* Updated Project file and MainMenu.nib
	

2001-11-26      Ludovic Marcotte <ludovic@Sophos.ca>

        * Fixed Utilities: GNUMailUserLibraryPath(). It was returning the
	  wrong path under OS-X.
	* Moved all views in the preferences panel to a MVC design.
	  Created the following classes:

	  - PersonalViewController
	  - ViewingViewController
	  - SendingViewController
	  - PGPViewController
	  - QuotingViewController
	  - ComposeViewController
	  - MIMEViewController
	  - ReceivingViewController
	* Removed #import "MailWindow.h" in EditWindowController.m
	* Added some NSBeep() calls if in toButton/ccButton/bccButton
	  we have no selection or the lastMainEditWindowController is
	  nil in AddressBookWindowController.
	* Added the Protocol PreferencesModule.h


2001-11-25      Ludovic Marcotte <ludovic@Sophos.ca>

        * Added Utilities: -bestRepresentationFromMultipartAlternative
          in to find the best representation from a multipart/alternative
          content type object.
        * Modified Utilities: -attributedStringFromContentForMessage: ...
          to use this new method.
	* Modified PrefWindowController: -addModuleToView to not
	  set the content view of the box to aModule if aModule is
	  already the content view of the box.
	* Fixed a small size problem of the Status column in MailWindow. 
	* Added PasswordPanel.nib, RAWSourceWindow.nib and
          MimeTypeEditorWindow.nib and ReceivingWindow.nib
	* Updated other nibs and the project file.
	* Modified ReceivingWindowController so that our two views
	  (imapView and pop3View) are initialized under OS-X.
	* Added MailcapWindow.nib


2001-11-23      Ludovic Marcotte <ludovic@Sophos.ca>

        * Added BounceWindowController.h in PB's project file
        * Added BounceWindow.nib
	* Updated some nibs like MainMenu, NewAddressPanel, etc.
	* Removed unused variable in Utilities:
	  -attributedStringFromHeadersForMessage: showAllHeaders:
	* Modified Utilities: -attributedStringWithString : attributes:
	  so that if theAttributes is nil we return an attributed
	  string with the systemFont instead of a plain attributed
	  string.
	* Moved the observer for the NSWindowDidBecomeKeyNotification
	  from MailWindow to MailWindowController
	* Modified PrefWindowController to call [NSApp stopModal]
	  when the ok/cancel buttons are clicked. Added
	  the method PrefWindowController: -cancelClicked to support
	  this.


2001-11-23      Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified Utilities: GNUMailUserLibraryPath() so that
	  we return the right path under OS-X. Patch from
	  Stephane Corthesy <stephane@sente.ch>.
	* Put back the old icons.
	* Modified the about panel. Added Francis Lachapelle
	  as a co-author of the application.
	* Added a FAQ
	* Fixed the crash bug in MailcapWindowController. We
	  were using a NSArray instead of a NSMutableArray
	  for the mimeTypes ivar.
	* Updated some nibs and the OS-X project files.
	* Corrected some typos in the localization files.


2001-11-22      Ludovic Marcotte <ludovic@Sophos.ca>

        * Moved the type of lastMailWindowOnTop from
	  MailWindow * to id since we don't compile
	  MailWindow under MacOS-X.
	* Removed some compiler warnings in MailWindowController
	* Defined the menus (and menu items) as IBOutlets in
	  GNUMail.h and now we don't include the manual menu
	  creation in GNUMail.m: -applicationWillFinishLaunching
	  under MacOS-X since we are going to use the MainMenu
	  nib.
	* Updated Swedish translation, patch from Erik Dalen.
	* Removed debug output in MailWindowController
	* Modified MailboxManagerController, EditWindowController
	  and MailWindowController so we use folderForName:
	  parse:NO if we can so that we won't parse an entire
	  mbox for nothing.
	* Removed the dependancy of MailWindow (the class) in
	  EditWindowController and MailboxManagerController by adding
	  a mutable array of opened windows in GNUMail.m. Added
	  acessors and methods to add and remove an opened window.
	  Modified MailWindowController to add the window in
	  -windowDidLoad and to remove it in -windowWillClose.
	* Modified ReceivingWindowController so that we don't
	  call initialize from defaults in -setServerName but
	  in ReceivingView when we're editing.

	  
2001-11-21	Ludovic Marcotte <ludovic@Sophos.ca>

	* Added OSX's Project Builder project file
        * Added English.lproj/InfoPlist.strings
	* Added English.lproj/MainMenu.nib
	* Starting to add nibs


2001-11-21	Martin Brecher <martin@gnustep.de>

	* Updated German translation


2001-11-21      Ludovic Marcotte <ludovic@Sophos.ca>

        * Refactored GNUMail.{h,m}. Defined the action methods
	  with IBAction and reorganized the source so it 
	  'looks' better. Documented the code.
	* Added the new "Local" key in MailboxManagerController
	  section of the localization files.
	* We now verify if the folder is open before
	  showing the wait panel. Suggestion by Martin Brecher.
	* Reorganized all the source code and re-imported on the CVS
	* Added the "Local" German translation.
	* Updated README
	* Removed done TODO items
	* Added a new option in PersonalView to be able to show or
	  hide the wait panels in the entire application.
	  By default, they are hidden.
	* Added new key in all localization files
	* Added GNUMail.app in .cvsignore


2001-11-21  Martin Brecher <martin@gnustep.de>

	* Updated German localization strings.


2001-11-20  Ludovic Marcotte <ludovic@Sophos.ca>

        * Refactored MailWindowController. Moved
	  -attributedStringFromContentForMessage
	  -attributedStringFromHeadersForMessage
	  -attributedStringWithString and
	  -stringFromRecipients

	  to Utilities. Refactored those methods (the are now static)
	  in order to make them work in MailWindowController and
	  EditWindowController.
	* Refactored EditWindowController and MailWindowController
	  so that they uses the methods in Utilities. TODO #176
	* Added missing keys for the translation of
	  "Yes, don't ask again" in all localization files.
	* Added missing keys for all 'wait panels' in 
	  AddressBookController, BounceWindowController,
	  EditWindowController, MailboxManagerController and
	  MailWindowController.
	* Updated swedish translation. Patch from Erik Dalen.


2001-11-20  Martin Brecher <martin@gnustep.de>

	* Updated German translation


2001-11-19  Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified GNUMail: -removeAllItemsFromSendToAddressBookMenu
	  so we remove the items at the index 0 and not by using
	  the reference of the object.
	* Changed EditWindowController: -setSignature so that
	  we use "-- " instead of "--" at the beginning of a
	  signature
	* First implementation of "Wait panels" in
	  LocalInboxWindowController (for POP3) and in
	  MailboxManagerController (for IMAP - while
	  connecting).
	* Added 'wait panels' when you open and when you
	  close a mailbox.
	* We now call [self updateLastMailWindowOnTop: nil] in
	  MailWindowController: -windowDidLoad
	* Modified LocalInboxWindowController to include an
	  accessor to the instance of that class in order to
	  not try to get the new messages in GNUMail: -getNewMessages
	  if the window have been closed and released.
	* Added missing keys in all localization files.
	* Added patch from Vincent Ricard to allow multiple selection
	  in the address book. Modified the patch and fixed small
	  bugs in it.
	* Updated the Swedish translation. Patch from Erik Dalen
	* Added a 'wait panel' when bouncing messages and when
	  sending messages


2001-11-18  Ludovic Marcotte <ludovic@Sophos.ca>

        * Added -Wall to the GNUmakefile
        * Suppressed most warning messages and removed
          all unused variables.
	* Changed MailcapParser so that it class
	  stringByTrimmingWhiteSpaces instead of
	  stringByTrimmingSpaces
	* Moved the dataSource from AddressBook to
	  AddressBookController since it makes more
	  sense and since it is 'necessary' for 
	  MacOS-X.
	* Updated all localization files to include
	  missing keys
	* Corrected a bug in MailWindowController:
	  -attributedStringWithString.
	* Added more keys to localization files.


2001-11-18  Martin Brecher <martin@gnustep.de>

	* Fixed a German error message


2001-11-17  Ludovic Marcotte <ludovic@Sophos.ca>

	* Fixed a bug in GNUMail: -addToAddressBook that
	  could totally corrupt the address book if the
	  sender wasn't a NSMenuItem.


2001-11-17  Martin Brecher <martin@gnustep.de>

	* Translated new strings to German


2001-11-16  Ludovic Marcotte <ludovic@Sophos.ca>

        * Now possible to set the port of your POP3
	  or IMAP server in ReceivingWindow. Introduced
	  the PORT preference key.
	* It's now possible to always show all headers
	  by setting the new preference option (SHOWALLHEADERS)
	  un the ViewingView.
	* It's now possible to send addresses from a message
	  directly from the Message menu -> Send to address book
	  (need to fix some little things here)
	* Modified ReceivingWindowController so we don't try
	  to remove the password or the server name from the
	  user default's database if they are not in there!
	  (This happens when you add a new entry).

	
2001-11-16  Martin Brecher <martin@gnustep.de>

	* Updated German translation


2001-11-15  Ludovic Marcotte <ludovic@Sophos.ca>

        * Moved the FilterTextFieldTag constant from
	  AddressBookWindow to GNUMailConstants so that
	  we can use this constant if we are under
	  MacOS-X.
	* Moved some imports from PrefWindow.h to
	  PrefWindowController.m so that it compiles under
	  MacOS-X.
	* Modified NewAddressPanelController so that we don't
	  user -parent/-setParent but rather
	  -addressBookController/-setAddressBookController.
	  Modified AddressBookController to use this new
	  method.
	* Done the same thing with NewMailboxPanelController
	* Added a submenu "Save text from message" in the
	  message menu that allows to save the content
	  of a message (text only - ascii) where you want.
	  Suggestion by Erik Dalen.
	* Added MailWindowController: -textView to return
	  the textView outlet.
	* Fixed a missing " in the german localization file
	* Refactored GNUMail.m so we don't use the autorelease
	  pool anymore.


2001-11-14  Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified BounceWindowController since I rewrote
	  entirely the way messages are bounced.
	* Added -appendAdditionalHeadersToString to the
	  BounceWindowController class. This method
	  appends the additional headers defined when bouncing
	  a message. Added an #ifndef MACOSX so we don't
	  call tzset() under MACOSX.
	* Commented a NSLog in EditWindowController


2001-11-13  Ludovic Marcotte <ludovic@Sophos.ca>

        * Finished TODO #153. We now use the charset defined
	  in the Content-Type of the message when decoding
	  QuotedPrintable attachments instead of using 
	  ISO-8859-1 all the time.
	* Refactored EditWindowController
	* Modified EditWindowController to encode the filename
	  in QP in case we need to.
	* Modified ReceivingView and LocalInboxWindowController
	  so that we can now start/stop the timer if we modify
	  the preferences and we apply those changes. We don't
	  need to restart the application anymore. (TODO #76)


2001-11-12  Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified MailWindowController, IMAPMailWindowController
	  and LocalInboxController to be able to load nibs
	  (for MacOS-X). Modified the classes that depend
	  on these ones.
	* Done the same thing for EditWindowController.
	* Refactored EditWindow
	* Modified PrefWindowController to be able to load nibs
	  (for MacOS-X). Modified the classes that depend on this
	  one.
	* Done the same thing with MailcapWindowController (A BUG
	  HERE NEEDS TO BE FIXED)
	* Modified MimeType: - (int) setType -> (void) setType
	* Added #ifndef MACOSX #import "...Window.h" in all
	  controller classes and refactored most of these
	  controller classes.


2001-11-10  Ludovic Marcotte <ludovic@Sophos.ca>

        * Integrated a patch from Jeff Teunissen <deek@d2dc.net>
          that allows to have a ~/gnumail of your choice and
          an Inbox/Outbox/Trash folder of your choice. Currently,
          it's only configurable through the tool 'defaults'.

          The new keys are: LOCALMAILDIR, INBOXFOLDERNAME,
          OUTBOXFOLDERNAME and TRASHFOLDERNAME.
	* Finished the mailbox rename feature
	* Updated localization files with minor modifications
	* It's now possible to desactivate the local mail spoo
	  file mail transferring feature from the ReceivingView
	  preference panel (TODO #174)


2001-11-09  Ludovic Marcotte <ludovic@Sophos.ca>

        * In IMAPMailWindowController, replaced NSDebugLog
	  by NSLog
        * Added a file called NIBS that describes how nibs are
	  used in GNUMail.app
        * Modified PasswordPanelController to be able to load
	  nibs (for MacOS-X). Modified the classes that depends
	  on this one.
	* Done the same thing with MailboxManagerController
	* Done the same thing with NewMailboxPanelController
	* Done the same thing with AddressBookController and 
	  fixed a small bug.
	* Done the same thing in BounceWindowController
	* Done the same thing with RAWSourceWindowController
	* Done the same thing with NewAddressPanel
	* Done the same thing with MimeTypeEditorWindowController
	* Done the same thing with ReceivingWindowController


2001-11-09  Vincent Ricard <vricard@wanadoo.fr>

        * Fix TODO #177 and #178 (translate some strings to english
	  and french)


2001-11-08  Ludovic Marcotte <ludovic@Sophos.ca>

        * Integrated a patch from Vincent Ricard that modifies
	  the way flags are set when doing a delete operation
	  on multiple messages at the same time. The usability is
	  now better.
	* Now prompts a panel to ask you if you want to reply to
	  all recipients when replying to a mail.

	
2001-11-08  Martin Brecher <martin@gnustep.de>

	* Updated German translation


2001-11-08  Ludovic Marcotte <ludovic@Sophos.ca>

        * Removed the #ifdef in NSStringExtensions.h
	* Now imports NSStringExtensions.h in FindWindowController.m
	  MailWindowController.m and MimeTypeManager.m
	* Initial support for being able to rename mailboxes.
	  Only the UI is done.
	

2001-11-07  Ludovic Marcotte <ludovic@Sophos.ca>

        * Minor updated for the french translation from TODO #175
	* Removed the code the send the 
	  NSTableViewSelectionDidChangeNotification
	  in MailWindowController: -deleteMessage since the notification 
	  is actually fired in selectRow. If the index stays the same, we
	  don't need to fire his notification.
        * Modified NSStringExtensions so that if we are under GNUstep, we
          use the method stringByTrimmingSpaces which is quite efficient.
          Otherwise, we use our own method.
	* Updated the Swedish translation. Patch from Erik Dalen for TODO #175
	* We now store password in an encrypted format. Patch from 
	  Vincent Ricard. TODO #117 is done.


2001-11-07  Vincent Ricard <vricard@wanadoo.fr>

        * fix TODO #175 (translate the new strings in EditWindowController.m)


2001-11-07  Ludovic Marcotte <ludovic@Sophos.ca>

        * Refactored MailboxManagerController
	* Fixed a range bug in NSStringExtensions -stringByTrimmingWhiteSpaces
	* Updated the GNUmakefile to include NSStringExtensions in the build


2001-11-06  Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified MailWindowController so we do an extra
	  check on the filename if the Content-Type is image/*
	* Modified EditWindowController: -initMessageWithData
	  so we verify each recipients before sending the email
	  to be sure that they are all correctly formatted.
	* Fixed two small memory leaks in EditWindowController
	* Modified NSStringExtensions so that we always use our own
	  version of stringByTrimmingWhiteSpaces since GNUstep's version
	  consumes a mammoth amount of RAM.


2001-11-05  Ludovic Marcotte <ludovic@Sophos.ca>

        * When marking a mail as 'deleted', we scroll to the row
	  that we have selected.


2001-11-02  Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified LocalInboxWindowController and
	  IMAPMailWindowController so that we try to aquire the
	  lock instead of 'forcing' to aquire it.
	* Initial implementation of text parts defined in
	  mime/multipart messages as an attachment.
	* Modified IMAPMailWindow so we now call the right
	  getNewMessages selector.
	* Done some refactoring in MailWindowController and fixed
	  memory leaks.
	

2001-11-01  Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified EditWindow.m and MailWindow.m so that we
	  in include insets of 5,5 for our NSTextView object.
	* We now show a \n before a message/rfc822 part.
	* GNUMailConstants: removed unused thread notification
	* Replaced the thread by a timer in LocalInboxWindowController
	  and IMAPMailWindowController.
	* Removed unused code in GNUMail.app since we don't need
	  to wait until threads are closed in order to quit
	  the application.
	* Removed some debug informations in RAWSourceWindow


2001-10-31  Ludovic Marcotte <ludovic@Sophos.ca>

        * Some refactoring in some classes (GNUMail.m)
	* Modified PrefWindowController so we now encode
	  properly the text/plain message if it is using
	  charsets other than us-ascii. Now need to do for
	  text body parts.
	* Added a new method in EditWindowController:
	  - (void) parseBodyText: (NSString *) theString
	                  inPart: (Part *) thePart;
	  in order to generalize the process of attaching
	  text parts to a message with the right encoding.
	  Finalized this process.
	* Refactored MailWindow (a little bit)
	* Removed unused strings in all language files

	
2001-10-30  Ludovic Marcotte <ludovic@Sophos.ca>

        * Fixed TODO# 172. It's now possible to send messsages
	  when the Outbox folder is open.
	* Initial support for keeping the size and position of
	  EditWindow in users's defaults. It's currently desactivated
	  since we must fix the resize bug first.


2001-10-29  Ludovic Marcotte <ludovic@Sophos.ca>

        * Implement the support of image/* as the only content of a message
	  You need the latest Pantomime for this.
	* Some cleanups in the preference panel views.


2001-10-26  Ludovic Marcotte <ludovic@Sophos.ca>

        * Fixed a little bug in all local files ("Reply all" -> "Reply All")
	* Updated the french translation (Patch from Stephane Peron)
	

2001-10-25  Ludovic Marcotte <ludovic@Sophos.ca>

        * Completely moved MailWindow to a MVC design. Introduced controller
	  classes for LocalInboxWindow, IMAPMailWindow and MailWindow.
	* Updated the code everywhere since we introduced those classes.
	  Need to do a lot of testing now.
	* Updated the swedish translation
	* Initial implementation of the feature "new message from
	  dead.letter"
	* Updated the english translation to include the new strings
	  for the dead.letter feature.
	* Updated the french translation (same as above)
	* Reactivated the 'get new messages' feature from the menu
	* Updated the swedish tranlsation (for the dead.letter feature)
	* Updated the german tranlsation (for the dead.letter feature)
	* Released 0.8.0pre2

	
2001-10-24  Ludovic Marcotte <ludovic@Sophos.ca>

        * Updated the swedish translation.
	* In RAWSourceWindow, replaced the FastTextView by a NSTextView
	  so copy & paste is now allowed.
	* Modified MailWindow: -deleteMessage so that when we delete a 
	  message (or more than one), we jump to the message
	  after the last one beeing deleted and we show it.

	
2001-10-23  Ludovic Marcotte <ludovic@Sophos.ca>

        * Changed NSImageOverlaps by NSImageOnly in MailboxManager.m
	  and in AddressBookWindow.m
	* Modified the way we create our tableView object in MailWindow.
	* Modified RECT_MAILWINDOW so we save int values and not float
	  values.
	* We now show text/enriched strings without formatting (and we
	  inform the user that no formatting will be done).
	* Modified Utilities: GNUMailUserLibraryPath so that we don't 
	  call NSStandardLibraryPath() under MacOS-X since there seems
	  to be a bug when linking GNUMail.app.
	* In AddressBookController: -deleteAddress we now prompt the user
	  before deleting the address.
	* Translated in english the message above.
	* Removed (commented) SendingView: -setMode since it was causing
	  problems under MacOS-X.
	* Reactivated the -setMode. We now call
	  [popup synchronizeTitleAndSelectedItem]; so it fixes the problem
	  we had before.
	* Modified ReceivingWindowController: -setType so we now call
	  [[receivingWindow popup] synchronizeTitleAndSelectedItem]; to
	  fix the selection bug in the popup button.
	* Removed [textView setImportsGraphics: YES]; from MailWindow since
	  the bug was corrected in GNUstep.
	* Updated the French translation.


2001-10-22  Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified Utilities.m and GNUMail.m to activate the feature
	  of keeping the size and position of the mail window. I think
	  we should 'deploy' this feature to all windows but, should we 
	  deploy it on a per-window basis? To see..
	* Partially fixed the bugs of window resize in EditWindow. We
	  need to add the Cc/Bcc labels and fields relatively to our
	  current objects and not at fixed sizes.
	* Modified more UI code for nil error checking (for MacOS-X).
	  Done ReceivingWindowController, LabelWidget, MailWindow and
	  EditWindowController.
	* Fixed a potential crash in MailboxManagerController if the
	  RECEIVING key wasn't defined in standardUserDefaults.
	* Modified GNUMail.m so we now invoke
	  [[NSRunLoop currentRunLoop] runMode: NSDefaultRunLoopMode
	                           beforeDate: [NSDate distantFuture]];
	  in -cleanQuit: when waiting for the thread to be stopped.
	* In GNUMail: -applicationDidFinishLaunching: we now verify if
	  we really need to create ~/gnumail and Inbox/Outbox/Trash. If
	  they are already present, we skip the creation of those files.
	* Fixed a bug in MailboxManagerController if RECEIVING wasn't
	  defined. We were not showing the Local folder!
	* Disable the saving of RECT_MAILWINDOW since there's a bug
	  in GNUstep.


2001-10-21  Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified ViewingView so it works better under MacOS-X.
	* Same thing for SendingView and ReceivingView.
	* Initial support of keeping the size of the windows
	  once they've been resized (only for MailWindow for now, and
	  it's not really working so it's disabled in Utilities.m).
	* In MailboxManagerController, we now set the mask to "resizable"
	  to newly created windows too.


2001-10-21  Jonathan B. Leffert <jbl@foo>

        * Removed all imports of NSWindowController.h now that CVS current
	  of GNUstep core is required.


2001-10-21  Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified PersonalView so that it works under MacOS-X.
          We must do the same for all other views.


2001-10-20  Ludovic Marcotte <ludovic@Sophos.ca>

        * Fixed a small memory leak in PasswordPanel.
          We now release iconButton.


2001-10-19  Ludovic Marcotte <ludovic@Sophos.ca>

        * Again, new French translation from Stephane Peron
	* Fixed the bug when sending a Message in EditWindow. That
	  bug was in fact in GNUstep and you now MUST have the most
	  recent version of GNUstep in order to run GNUMail.app
	  properly.
	* New version of the German translation from Martin Brecher.
	* New file WHOIS that describes who are working on GNUMail.app
	  and what they do.
	* Modified MailboxManagerController so it's now possible to transfer
	  messages in opened mailboxes (TODO #66).
	* Cleaned MailWindow: -dealloc. We weren't doing right when removing
	  our observers.
	* Modified the 'nextKeyView' in PasswordPanel
	* Added a Swedish translation from Erik Dalen <dalen@jpl.nu>.

	
2001-10-18  Ludovic Marcotte <ludovic@Sophos.ca>

        * Fixed EditWindow: -dealloc of bodyText. That was caused by a
	  serious bug of GNUstep that I've fixed on Oct. 18 2001. You MUST
	  upgrade your CVS sources of GNUstep otherwise, GNUMail.app will
	  crash (actually, GNUstep GUI) if you try to re-open an EditWindow
	  after closing one.
	* Updated the French translation. Patch from Stephane Peron
	  <s.peron@free.fr>
	* Put back the setImportGraphics: YES in MailWindow for the textView
	  since we can't click on attachments otherwise. This breaks copy
	  /paste in the textView. This is a bug in GNUstep for sure.
	* In EditWindowController: -sendMessage we now close the Outbox
	  folder BEFORE the window.
	* Removed unused code in EditWindowController: -windowWillClose
	* Applied a small patch from Pierre-Yves Rivaille 
	  <pyrivail@ens-lyon.fr> to clean-up MailWindow:
	  -removeTransferredMessages.


2001-10-17  Vincent Ricard <vricard@wanadoo.fr>

	* the localization is ready (all files are localizated)


2001-10-17  Ludovic Marcotte <ludovic@Sophos.ca>

        * Fixed a memory leak in ViewingView.
	* Added french translation from Stephane Peron <s.peron@free.fr>
	* Fixed a memory leak in MailcapWindowController that would cause
	  a segfault.
	* Fixed the release of singletons for preferences. We need to
	  fix the bug in NSTableView for that (we retain the dataSource and
	  we should not). Modified all the preferences view to set the
	  singleInstance static variable to nil when -dealloc is called.
	* Fixed a memory leak in ReceivingWindow. We were not releasing
	  our tab view items. There's a bug in GNUstep and you must have
	  the most recent version of GNUstep GUI in order to use GNUMail.app
	  now.
	* Removed some NSLog that were quite annoying at run-time
	* Cleaned some things while creating the bodyText in MailWindow.
	* Removed the setImportGraphics call so that copy/paste now works
	  from bodyText.
	* In BounceWindowController: -messageInitializationWasSuccessful
	  we verify that at least one To has been defined.


2001-10-16  Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified ReceivingWindow/ReceivingWindowController so that 
	  we can now use the "remember password" feature.
	* Implemented PasswordPanel and PasswordPanelController for
	  prompt password.
	* Implemented 'prompt for password' in LocalInboxWindow.m
	  with a password cache so we don't ask for a correct password
	  more than one time.
	* Implemented MailboxManagerController: -passwordForServerName
	  for being able to prompt the password for an IMAP connection.
	* Completed the support for 'prompt password' for IMAP folders.
	* Fixed a small bug in MailWindow. We moved back the clearing
	  our of textView in showMessage.
	* Changed the delegate to the window controller in EditWindow
	  for the subject text field.
	* We now give to the user a better explaination when we can't
	  open the LocalStore.
	* Now includes Utilities.h in GNUMail.m
	* Fixed a serious bug in PrefWindowController. The PersonalView
	  was never saved!
	* Integrated a patch from Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
	  so that in removeTransferredMessage, the notification is fired
	  when the selection changes.
	* Updated the German translation. Patch from Martin Brecher
	  <martin@stupid-design.com>.
	

2001-10-16  Vincent Ricard <vricard@wanadoo.fr>

	* the localization continues (localizated files: Address.m to
	  LabelWidget.m)


2001-10-16  Ludovic Marcotte <ludovic@Sophos.ca>

        * In MailWindow: -removeTransferredMessages, changed
	  if (firstIndexOfSelection >= ([folder count] - 1) to
	  if (firstIndexOfSelection > ([folder count] - 1). Patch
	  from Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>.
	* Modified MailWindow: -showSelectedMessage (renamed to showMessage)
	  and -attributedStringFromContentForMessage in order to support
	  mime body part of content-type message/rfc822
	* Some minor cleanups in GNUMail.m
	* Added the German translation (initial translation) from
	  Martin Brecher <martin@stupid-design.com>
	* Fixed a bug in GNUMail.m (showSelectedMessage -> showMessage)
	* Fixed a bug in GNUMail.m if the Inbox folder of the local store
	  was not present. There's still a strange segfault on exit. Must
	  fix that one.

	
2001-10-15  Vincent Ricard <vricard@wanadoo.fr>

	* beginning of the english localization (just GNUMail.m
	  for the moment)


2001-10-15  Ludovic Marcotte <ludovic@Sophos.ca>

        * in ReceivingWindow, removed the #import <crypt.h>
	* Converted EditWindow to the MVC paradigm and fixed the 
	  'move left/right' bug in the bodyText.
	* Cleaned a little bit EditWindow
	* Corrected a type in GNUMail (Maiboxes -> Mailboxes)
	* Added a GNUmakefile in /GNUMail and modified the README 
	* Modified MailWindow so that action methods have an argument
	* In EditWindowController, we verify that the filename of
	  our attachment is not nil before making an assigment to the
	  filewrapper.
	* Modified GNUMailConstants.h to include the macros used for the
	  localization.


2001-10-12  Ludovic Marcotte <ludovic@Sophos.ca>

        * Moved the buttons +/- in AddressBookWindow so that we have the
	  same UI consistency between AddressBookWindow and MailboxManager
	* Moved the delegate of the browser from MailboxManager to
	  MailboxManagerController and fixed a bug in MailboxManagerController
	* Implemented 'double click action' in MailboxManager for opening
	  a mailbox by double-clicking on it
	* Mailboxes are now sorted in the MailboxManager view.
	* In MailWindow: -nextMessage and -previousMessage, we now scroll
	  to the visible row

	
2001-10-11  Ludovic Marcotte <ludovic@Sophos.ca>

        * Fixed a crash in EditWindow since we were using object
          that was autoreleased.
	* Modified MimeTypeEditorWindowController to make it more
	  OpenStep friendly. (modified MIMEView and MimeTypeEditorWindow too).
	* Same thing with ReceivingWindowController
	* Same thing with MailcapWindowController. Created a memory leak?
	* Same thing with NewMailboxPanelController
	* Initial fix of selection when adding/removing mailboxes in the
	  MailboxManagerController. 


2001-10-11  Ludovic Marcotte <ludovic@Sophos.ca>

        * Removed LICENSE.elm (moved to Pantomime)
	* Release of 0.8.0pre1


2001-10-10  Ludovic Marcotte <ludovic@Sophos.ca>

        * Moved ReceivingWindow to the MVC paradigm. Introduced
	  the new class ReceivingWindowController
	* NewMailboxPanel is now shown in modal 
	* Moved MimeTypeEditorWindow to the MVC paradigm. Introduced
	  the new class MimeTypeEditorWindowController.
	* Renamed Mailcap to MailcapParser
	* Renamed MailcapManager to MailcapWindowController and moved
	  MailcapWindow to the MVC paradigm.
	* Moved PrefWindow to the MVC paradigm. Introduced the new
	  class PrefWindowController.
	* Modified ReceivingWindow so that it supports the next key view
	  for most UI elements
	* Reviewed some code for memory leaks but the bug was in NSMatrix:
	  - setTarget.


2001-10-09  Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified EditWindow and MailWindow since InternetAddress:
	  -stringValue now returns a QP encoded string if we need to.
	* Now defines DESTROY and CREATE_AUTORELEASE_POOL in GNUMailConstants.h
	* Removed CreateWindow and replaced everything by a MVC design.
	  Introduced NewMailboxPanel and NewMailboxPanelController.
	* Moved BounceWindow to a MVC design and introduced
	  BounceWindowController


2001-10-06  Ludovic Marcotte <ludovic@Sophos.ca>

	* Fixed a bug in GNUMail: -init. We now try to open the local
	  store in -applicationDidFinishLaunching instead.


2001-10-05  Ludovic Marcotte <ludovic@Sophos.ca>

        * Fixed a small bug into EditWindow: -sendMessage.
	  the Outbox folder wasn't closed if there was an error
	  occuring while sending the message. It would no longer
	  allow the user to send the message.
	* Refactored MailWindow: -showSelectedMessage. I added
	  two new methods to simplify the processing:
	  - attributedStringFromHeadersForMessage
	  - attributedStringFromContentForMessage
	* Fixed a memory leak in MailWindow: -rawSourceForSelectedMessages
	* Fixed a memory leak in MailWindow: -textView: clickedOnCell: ...
	  we now autorelease our NSTask
	* Fixed memory leaks in MailWindow - now all UI elements are
	  properly released when the window is closed.
	* Cleaned ComposeView and fixed a memory leak
	* Cleaned PGPView and fixed a memory leak
	* Fixed a memory leak in Mailcap: -parseFile
	* Fixed a memory leak in Mailcap: -parseEntry
	* Fixed a potential crash bug in PrefWindow
	* Begin to work on Thread sync when closing LocalInboxWindow and
	  IMAPMailWindow. There's a problem and the app is currently NOT
	  STABLE AT ALL.


2001-10-04  Ludovic Marcotte <ludovic@Sophos.ca>

        * When we forward emails, we ensure now that we display the
	  images directly instead as an icon. (TODO #148)
	* Major bugfix in MailWindow: -showSelectedMessage. We now
	  verify the contentTransferEncoding for message with a content
	  type text/plain BEFORE showing them. So that we support
	  message sent using base64/qp/none/8bit.
	* We do the samething too, to the Messages with a content
	  type text/plain.

	
2001-10-03  Ludovic Marcotte <ludovic@Sophos.ca>

        * Now support the Description when reading from /etc/mailcap
	  (patch from Vincent Ricard)
	* Renamed InboxWindow to LocalInboxWindow. That makes more sense.
	  It clears TODO #145.
	* Fixed memory leaks in EditWindow and cleaned up the code.
	* Fixed a little bug in EditWindow: -updateViewWithNewMessage
	  wasn't using the MimeTypeManager to set the icons of the
	  attachments.
	* In FindWindowController, now scrolls to the visible message
	  when calling nextMessage or previousMessage:
	* Fixed a memory leak in BounceWindow: 
	           -messageInitializationWasSuccessful:
	* In GNUMail: -showLocalInboxWindow, we now set the localInboxWindow
	  to AUTORELEASE.
	* Done the same thing in MailboxManagerController for all local
	  folder (needs work on the IMAPMailWindow).
	* Fixed a memory leak in RAWSourceWindow
	* Added MailboxManagerController: -windowWillClose to add the
	  delegate back when the window has been close. Should we really
	  do that or is it a bug in GNUstep GUI?
	

2001-10-02  Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified GNUMail.app so it now uses the new 'memory model'
	  of Pantomime.
	* Corrected some memory bugs in Mailcap*
	* In MailWindow, we now ensure that before appending an
	  attributed string to maStr (in -showSelectedMessage), the
	  attributed string is in the autorelease pool.
	  Modified -attributedStringWithString too, to reflect those
	  changes.
	* Now every .m includes Constants.h in order to define the
	  RETAIN/RELEASE/... placeholders if we are not using
	  GNUstep
	* Fixed two small bugs in MailWindow: -removeTransferredMessages.
          We now 'cache' the messages to delete and we now verify that the
	  folder has at least one message before selecting a row.
	* Fixed a memory leak in EditWindow
	* Fix Find that keep the selection of the selected message when results
	  are found (TODO #148)


2001-10-01  Ludovic Marcotte <ludovic@Sophos.ca>

        * Implemented IMAPMailWindow. This classe extends MailWindow
	  and is used to provide full IMAP support to an IMAPFolder.
	* Now scrolls to the last message (the most recent one) when
	  opening a MailWindow.


2001-09-28  Ludovic Marcotte <ludovic@Sophos.ca>

        * Imported source on CVS - module GNUMail
	* GNUMail.app now writes temporary the images received
	  as attachments to a file in order to support more
	  image types by directly showing them in the MailWindow.
	  It now uses all formats supported by libwraster.
	* Integrated the /etc/mailcap parser from Vincent Ricard.
	  Some cleanups need to be done in the code (I've done some)
	* Initial implementation of the additional headers you can
	  send when sending a message. The new UI is in the Sending
	  panel of the Preferences.
	* Fixed a small bug in ViewingView. We won't allow to add
	  empty 'shown headers'

2001-09-27  Ludovic Marcotte <ludovic@Sophos.ca>

        * Cleanead MailboxManager
	* Reactivated all the features in MailboxManagerController
	  for Local mailboxes and IMAP mailbox (transfer to local only)
	* Added a notification when we change a POP3<->IMAP or when we 
	  add/delete one so that the mailbox manager is ok.
	* Added an option in IMAP to transfer the deleted messages to
	  the local trash folder if you want to.
	* RELEASE OF 0.7.0

2001-09-26  Ludovic Marcotte <ludovic@Sophos.ca>

        * Modified GNUMail so it now uses the new POP3 caching fu
	* Now should an information panel in IMAPView when clicking
	  on subscribe/unsubscribe.
	
2001-09-25  Ludovic Marcotte <ludovic@Sophos.ca>

        * Cleaned RAWSourceWindow


2001-09-24  Ludovic Marcotte <ludovic@Sophos.ca>

        * Reworked the RECEIVING preferences. Now totally incompatible
	  with the previous releases of GNUMail.app
	* You can now open IMAP folders from the mailbox manager
	* In IMAPView, initial support for the UI for subscribing 
	  to mailboxes.
	* Now show "verbose" MailWindow window titles. (TODO #134)
	* The EditWindow window title now has the value of the subject
	* Cleaned SendingView (TODO #120)	 


2001-09-22  Ludovic Marcotte <ludovic@Sophos.ca>

        * Removed TimeZone configuration in PersonalView and modified
          BounceWindow to use tzset() instead.


2001-09-21  Ludovic Marcotte <ludovic@Sophos.ca>

        * Implemented Bounce. Need to link with the AddressBook.
	* Renamed POPWindow to ReceivingWindow (TODO #129)
	* Created IMAPView and POP3View
	* Changed RECEIVING values:
	  POPPASSWORD -> PASSWORD
	  POPSERVER -> SERVERNAME
	  POPUSERNAME -> USERNAME
          Change them manually by editing ~/GNUstep/.GNUstepDefaults
	  or recreate you POP3 settings.
 	* Created SERVERTYPE  1 -> POP3, 2 -> IMAP
	* Modified InboxWindow to not fetch the messages if the
	  server isn't a POP3 server.
	* Initial support for hiearchical mailboxes. It also shows
	  the IMAP servers defined in the ReceivingView.
	

2001-09-20  Ludovic Marcotte <ludovic@Sophos.ca>

        * POP3 Leave On Server now works. Note that the previous
	  version of the serialized object is no longer supported
	  so emails have to be downloaded again.
	  You can do rm -f ~/GNUstep/Library/GNUMail/UIDs

2001-09-18  Ludovic Marcotte <ludovic@Sophos.ca>

        * Fixed forward bug with attachments
	* Now using Message: - setContentFromRawSource: (NSObject *) theString
	* Fixed MailWindow when we write the filewrapper to a file;
	  changed the parameter updateFilenames to NO instead of YES.
	* Reactivated the transfer to the folder Trash on mailboxes closing
	* Released GNUMail.app 0.7.0pre2
	
	
2001-09-17  Ludovic Marcotte <ludovic@Sophos.ca>

        * Cleared TODO 130 (problem that we were cutting the last line
	  of a message when appending to a local folder. The problem was
	  in Pantomime.

2001-09-16  Ludovic Marcotte <ludovic@Sophos.ca>

        * Reactivated LocalMailDelivery
        * Changed SEND_TO_OUTBOX to SEND_TO_FOLDER


2001-09-15  Ludovic Marcotte <ludovic@Sophos.ca>

	* Pantomime integration
	* Fixed the Icon in Source/GNUMailInfo.plist
	* Renamed FindController to FindWindowController

2001-09-04  Ludovic <ludovic@Sophos.ca>

        * Fixed a small bug in Flags

2001-09-02  Ludovic <ludovic@Sophos.ca>

        * Fixed a small bug in POP3. It wasn't showing the panel that informs
          you that you don't have any new messages.

        
2001-08-31  Ludovic <ludovic@Sophos.ca>

	* Done some work on Bounce support.. must finish that stuff.
	* Almost finished the Mime-Type Manager (reviewed the UI too)
	* Some refactoring in most modules (like Message)
	* Moved GNUMail's notification names in GNUMailConstants
	* Optimized a little bit MailWindow
	* Initial support for the POP3 -> leave on server feature
	* In ViewingView, if you double click on a pop3 entry, it'll edit it
	* Finished support of POP3 -> leave on server. It should work
	  very well (TODO #107)

2001-08-30  Ludovic <ludovic@Sophos.ca>
	
	* Added two new mime type fields: description and needsterminal
	* Added an import button in the MIMEView to import from a mailcap
	  (needs to work on the code that actually imports the data)
	* Corrected some memory leaks in MIMEView and MimeType
	* Corrected some memory leaks in MimeBodyPart	
	* Fixed a memory leak in MimeMultipart and some code in Parser
	  that would cause a segfault since we fixed MimeMultipart
	* Fixed a small memory leak in POP3
	* Fixed a small inconsistency in Flags and optimized Parser
	* Fixed a small memory leak in InternetAddress
	* Fixed a huge bug in MimeUtility: -decodeText
	* Fixed a small bug in GNUMail.m for the Print submenu
	* GNUMail now puts a copy of the sent email in Outbox (TODO #79)
	* Initial support for Bounce

2001-08-29  Ludovic <ludovic@Sophos.ca>

        * Fixed a small bug if now row were selected in the MailWindow
	  (in GNUMail.m and MailWindow.m)
	* Fixed TODO #90: support of multiple transfer of messages 
	  at the same time
	* Fixed TODO #83: transfer focus to the TextView after
	  inserting an attachment	
	* Modified MimeTypeEditorWindow to set correctly the 
	  initial responder and the next key views.
	* Implemented delete: in MIMEView (for deleting mime-types)
	* Cleaned a Viewing View and Receiving View
	* Now enforces some default properties on the NSTableView
	  in MailWindow
	* Fixed TODO #105: move Retreive interval from Viewing View to
	  Receiving View (to make more sense)
	* Fixed some memory leaks in PersonalView, refactored and set
	  the next key views.
	* Refactored SendingView and corrected some memory leaks
	* Added two new icons for the Preferences Panel
	* Added PGPView (nothing here for the moment)

2001-08-28  Ludovic <ludovic@Sophos.ca>

	* Support of a MIME types manager (initial version)
	* Integrated the MIME types manager in EditWindow
	* Fixed some bugs in MimeBodyPart
	* Fixed a small bug in ViewingView (reported by Martin Brecher)
	* Fixed the timezone problem in parseDate

2001-08-27  Ludovic <ludovic@Sophos.ca>

	* Replaced "Hide All Headers" by "Show Filtered Headers" (TODO #95)
	* Added the Find submenu in the Edit menu (TODO #98)
	* Added the "Spelling..." option in the the Edit Menu (TODO #99)
	* Added the Windows Menu (TODO #102)
	* RELEASE OF 0.6.0

2001-08-24  Ludovic <ludovic@Sophos.ca>

	* Fixed a small bug in Message: -replyWithReplyToAll
	
2001-08-24  Ludovic <ludovic@Sophos.ca>

        * Support of double-click to open a mailbox in the
	  mailboxes manager
	* Refactored the class MailboxManager
	* Refactored the class MailboxManagerController

2001-08-23  Ludovic <ludovic@Sophos.ca>

	* Support for multiple To
	* Removed internetAddressWithName:andAddress and
	  internetAddressWithString from EditWindow (moved them)
	  to InternetAddress (and refactored)
	* Refactored InternetAddresss (removed the 'get' in the
	  methods name) and created stringValue
	* Fixed a memory leak with InternetAddress
	* Fixed TODO #73 (File NSView.m: 640. In [NSTextView
	  w -setFrame:] given negative height" error messages
	  in EditWindow
	* Fixed TODO #52 (included code the stat the mailspool file
	  in the thread)
	* Fixed TODO #82 - menu Show All Headers -> 'switch' values on click
	* Fixed TODO #78 - support the delete in Trash (really remove!)
	* Refactored POPWindow and corrected some memory leaks and bugs
	* Corrected a small bug in MailboxManagerController:-delete
	* Refactored CreateWindow and fixed a memory leak
	* Made some speedups in MailWindow (removed unnecessary calls to
	  showSelectedMessage) and clean some memory leaks

2001-08-22  Ludovic <ludovic@Sophos.ca>

	* POP3 now shows the server name in error messages.
	* Fixed TODO #58 (fix the bug in getMessages if InboxWindow is nil
	  or not visible)
	* Cleaned up GNUMail.m and InboxWindow.m
	* Fixed TODO #51 (stop the thread when we close InboxWindow)
	* Fixed TODO #77 (you can now delete multiple messages at the same time)
	* Fixed a bug in the release of the mbox in MailboxManagerController
	* Cleaned Mailbox.m (and .h) and fixed a memory leak
	* Cleaned RAWSourceWindow.m (and .h) and fixed a memory leak
	* Removed all references to chloc (indexOfCharacter in
	  NSStringExtensions)

2001-08-21  Ludovic <ludovic@Sophos.ca>

	* Moved GNUMail.tiff from Source to Icons
	* Finished the support for "Show All Headers"
	* Fixed some memory leaks and a crash bug in EditWindow
	* Fixed a memory leak in Message and cleaned the forward
	  and the replyWithReplyToAll methods
	* Fixed a bug in POP3 if the username/password weren't valid
	  and we were in the getNewMessagesThread -> crash the app.
	* Initial support for Threads (in message fetching) needs more
	  work.

2001-08-20  Ludovic <ludovic@Sophos.ca>

	* Fixed a small bug in the MIME encoding
	* Finished the support of LF vs CRLF sending sending E-Mail
	* In ViewingView, you now have a "Defaults" button to add
	  the default headers.
	* Modified PrefWindow (cleaned too) so that if you click on OK
	  or Apply, it saves the informations of all modules
	* Changed NSMakeRect(0,0,0,0) by NSZeroRect everywhere
	* Fixed a small bug in Parser, cleaned the code and fixed
	  a bunch of memory leaks
	* Fixed some memory leaks in Mailbox and MailWindow

	
2001-08-19  Ludovic Marcotte <ludovic@Sophos.ca>
	
        * Fixed some memory leaks in Flags
        * Fixed toString() for not inclure \r\n when not sending
          in SMTP (needs to be finished)
        * Now includes the Organization header field/value
        * Cleaned some code


2001-08-17  Ludovic Marcotte <ludovic@Sophos.ca>
	
        * It's now impossible to put more than one more time a contact
          in a To/Cc/Bcc field
        * Fixed a bug in SMTP: if there's an error when writing recipients.
        * Fixed the bug if the Status: header flag wasn't present (we now
          create a default one)
        * Fixed a bug in MaiboxManager if you try to open a mailbox w/o
          selection or if you try to open Inbox (it wasn't opening an
          InboxWindow but a MailWindow instead)
        * Fixed a bug in MailboxManager if you try to transfer a message to
          an unselected mailbox or if you try to delete an unselected mailbox

	
2001-08-13  Ludovic Marcotte <ludovic@Sophos.ca>
        
	* Cleaned the SMTP code (RFC2821 compliant)
        * Preferences -> Personal : set a time zone
        * Message toString() now adds Date: header fields (based on the tz)
        * When deleting mail and quitting, they get transferred to trash
          (clears TODO #13)

	
2001-08-10  Ludovic Marcotte <ludovic@Sophos.ca>
      
        * Cleaned [Foo new] -> [[Foo alloc] init]

	
2001-08-08  Jonathan B. Leffert  <jbl@foo>

	* Headers/AddressBookController.h: added #import of 
	NSWindowController.h because AppKit.h doesn't import it.

	* Headers/EditWindowController.h: Idem.

	* Headers/FindController.h: Idem.

	* Headers/MailboxManagerController.h: Idem.

	* Headers/NewAddressPanelController.h: Idem.


2001-08-05  Ludovic Marcotte  <ludovic@Sophos.ca>

        * Added the support of dynamically showing mail headers
        * Finished the 'editor' for those mail headers in the viewing view
        * Existing users of GNUMail.app will probably want to use
          the Preferences -> Viewing and add in the Shown Headers the
          following values: Date, From, To, Cc, Subject

	
2001-08-05  Jonathan B. Leffert  <jbl@foo>

	* Source/EditWindow.m ([EditWindow -insertFile:sender]): code cleanup.

	* Source/GNUMail.m ([GNUMail -applicationDidFinishLaunching:]):
	we were calling [NSArray arrayWithObjects: @"foo", @"bar", @"hat"]
	instead of [NSArray arrayWithObjects: @"foo", @"bar", @"hat",
	nil].  this was causing a segfault.  changed [self showPrefWindow:
	nil] to [self showPrefWindow: self], which is cleaner.

	* Source/LocalMailDelivery.m ([LocalMailDelivery -init]): in
	the case that there is no local mail spool, we were releasing
	self and returning nil.  it's probably better to autorelease
	self and return nil.

	
2001-07-30  Jonathan B. Leffert  <jonathan@foo>
	
        * Headers/AddressBookController.h: added #import of
        NSWindowController.h because AppKit.h doesn't import it.

        * Headers/EditWindowController.h: Idem.

        * Headers/FindController.h: Idem.

        * Headers/MailboxManagerController.h: Idem.

        * Headers/NewAddressPanelController.h: Idem.
	
2001-07-30  Jonathan B. Leffert  <jbl@foo>

	* Header.{h,m}: added dealloc method.  changed mutation methods to
	  retain their ivars.
	* ChangeLog: restructured the file.

Since Version 0.5:

- Find panel has been implemented (todo #56)
- In Preferences -> Viewing: it's now possible to specify which headers
  you want to see/hide. Current users of GNUMail.app would probably want to
  add the following values in the hidden list: {TODO}
- Fixed a bug in InboxWindow if POP3 couldn't establish a connection
- cleaned the API in Message/Part/MimeBodyPart
- The sources are now on CVS

