2005-08-13 [hoa] 1.9.13cvs33
[claws.git] / ChangeLog-gtk2.claws
index a8b9ee45375be1fc758a7693762a2cbf0f774580..43e62aee810c018d93585330551da6f5461cd2cb 100644 (file)
@@ -1,3 +1,199 @@
+2005-08-13 [hoa]       1.9.13cvs33
+
+       * src/etpan/imap-thread.c
+               fixed build on Solaris.
+
+2005-08-10 [colin]     1.9.13cvs32
+
+       * src/procmsg.c
+               Fix cvs31 (missing fclose before reading
+               the file)
+
+2005-08-10 [colin]     1.9.13cvs31
+
+       * src/procmsg.c
+               Fix procmsg_msginfo_new_from_mimeinfo() when
+               the MimeInfo isn't stored in memory. This fixes
+               replying to an attached message.
+
+2005-08-10 [colin]     1.9.13cvs30
+
+       * src/mainwindow.c
+               Fix slowness in account changing
+
+2005-08-10 [colin]     1.9.13cvs29
+
+       * src/folder.c
+       * src/folderutils.c
+       * src/folderview.c
+       * src/imap_gtk.c
+       * src/mainwindow.c
+       * src/mh_gtk.c
+       * src/procmsg.c
+       * src/summaryview.c
+               Optimize folder_has_parent_of_type
+               Prevent moving special sub-folders from contextual menus
+               Rework message a bit ("Empty all messages" -> "Delete all
+               messages")
+               Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
+               and "Deleted Items" folders)
+
+2005-08-08 [colin]     1.9.13cvs28
+
+       * src/summaryview.c
+       * src/prefs_summaries.c
+               Make "Select first unread|new" more flexible
+               (just prioritize new or unread)
+
+2005-08-08 [colin]     1.9.13cvs27
+
+       * src/summaryview.c
+               If "select first new" is selected and there only
+               are unread messages, fallback to "select first
+               unread".
+
+2005-08-08 [colin]     1.9.13cvs26
+
+       * src/folder.c
+               Fix shameful bugs (and bug #779)
+
+2005-08-08 [colin]     1.9.13cvs25
+
+       * src/folder.c
+       * src/folder.h
+               Cache parents' type to make folder_has_parent_of_type
+               faster
+       * src/folderview.c
+               Forbid DnD of special sub-folders
+       * src/procmsg.c
+       * src/procmsg.h
+               Add MAIL_POSTFILTERING_HOOK
+       * src/summaryview.c
+               Revert over-zealous deletion of the use_addr_book 
+               code
+
+2005-08-07 [colin]     1.9.13cvs24
+
+       * src/folder.c
+               Fix big mistake (passing MsgInfo instead 
+               of FolderItem)
+
+2005-08-07 [colin]     1.9.13cvs23
+
+       * src/compose.c
+       * src/folder.c
+       * src/folder.h
+       * src/foldersel.c
+       * src/folderutils.c
+       * src/folderview.c
+       * src/imap.c
+       * src/mainwindow.c
+       * src/messageview.c
+       * src/mh.c
+       * src/msgcache.c
+       * src/procmime.c
+       * src/summaryview.c
+               Make subfolders of Drafts, Queue, Outbox, Trash
+               work like their parents. 
+               Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
+
+2005-08-07 [colin]     1.9.13cvs22
+
+       * src/addressbook.c
+               Fix bug #771 (Dragged contacts not saved)
+
+2005-08-07 [paul]      1.9.13cvs21
+
+       * src/summaryview.c
+               fix bug 32 'Search Doesn't display results
+               if "Hide Read Messages" is chosen'
+               be more literal in interpreting 'Hide read
+               messages'
+
+2005-08-07 [colin]     1.9.13cvs20
+
+       * src/folderview.c
+               Add debug
+       * src/summaryview.c
+               Faster 'unthread_for_execution'
+
+2005-08-06 [paul]      1.9.13cvs19
+
+       * src/mainwindow.c
+               add mnemonics to Set displayed columns
+               fix bug where msgview_visible option was
+               overwritten as TRUE on startup
+
+2005-08-06 [paul]      1.9.13cvs18
+
+       * src/mainwindow.c
+               refer to 'displayed columns in folder/message
+               list' not 'displayed items in summary/message view'
+       * src/prefs_display_header.c
+               replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
+               be consistent with similar dialogues
+       * src/prefs_folder_column.c
+       * src/prefs_summary_column.c
+               'columns' not 'items', and folder and message lists,
+               instead of folder and summary views;
+               Use 'Hidden columns' as list heading not 'Available
+               items';
+               move the 'Remove' button to the right hand side;
+               top-align the buttons;
+               remove unneeded vbox
+       * src/prefs_summaries.c
+               put the 2 column prefs buttons in a frame to reduce
+               overall width; refer to columns not items &c.
+
+2005-08-05 [colin]     1.9.13cvs17
+
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/mainwindow.c
+       * src/compose.c
+       * src/messageview.c
+               Add an hidden toolbar_detachable pref, so
+               that I can get rid of these painful handles
+               in the toolbars. Defaults to TRUE to avoid
+               changing the GUI on unsuspecting people...
+
+2005-08-05 [colin]     1.9.13cvs16
+
+       * src/Makefile.am
+       * src/prefs_folder_column.c
+       * src/prefs_folder_column.h
+               Add prefs for folder columns
+       * src/folderview.c
+       * src/folderview.h
+       * src/mainwindow.c
+       * src/mainwindow.h
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_summaries.c
+               Use them
+       * src/prefs_summary_column.c
+       * src/summaryview.c
+       * src/summaryview.h
+               Add a To column
+       * src/textview.c
+       * src/common/utils.c
+       * src/common/utils.h
+               Move uri colourisation functions
+               to utils
+       * src/compose.c
+               Colourise URIs
+       * src/imap.c
+               Fix bug with LIST where we'd try
+               to get Folder//////[...]/// 
+
+2005-08-05 [paul]      1.9.13cvs15
+
+       * src/prefs_summaries.c
+               improve the English usage
+       * src/summaryview.c
+               set font on column change
+               thanks to Colin
+
 2005-08-05 [paul]      1.9.13cvs14
 
        * src/prefs_common.c