2005-08-07 [colin] 1.9.13cvs24
[claws.git] / ChangeLog-gtk2.claws
index f9ef26d9e788c3403858d4503b7e56ecf24b6871..f5a7edf9eae2cd59159a19eb41c94888ec2c3cbe 100644 (file)
@@ -1,3 +1,209 @@
+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
+       * src/prefs_common.h
+       * src/prefs_summaries.c
+       * src/summaryview.c
+               replace 'open_unread_on_enter' option with
+               'select_on_entry' option. opening/not opening
+               is now exclusively controlled by 'always_show_msg'
+
+2005-08-04 [colin]     1.9.13cvs13
+
+       * src/compose.c
+               Remove dead code
+               Add colourisation of quotes and signatures
+       * src/folderview.c
+               Fix possible crashes
+       * src/messageview.c
+               Change an assert that is no problem
+       * src/news.c
+       * src/news_gtk.c
+       * src/news_gtk.h
+               Fix offline mode
+       * src/gtk/quicksearch.c
+               Fix a possible crash
+
+2005-08-03 [colin]     1.9.13cvs12
+
+       * src/prefs_account.c
+               Fix bug #777 (Sylpheed crash in account configuration)
+
+2005-08-03 [colin]     1.9.13cvs11
+
+       * src/addressbook.c
+       * src/editaddress.c
+       * src/editgroup.c
+               Fixing addressbook, round 2
+       * src/textview.c
+               Fix emphasis color on rechecking 'Colorize messages'
+
+2005-08-03 [paul]      1.9.13cvs10
+
+       sync with main
+
+       * src/addr_compl.c
+       * src/compose.c
+       * src/main.c
+       * src/pop.c
+       * src/prefs_account.c
+       * src/procmime.c
+       * src/procmsg.c
+       * src/quote_fmt_parse.y
+       * src/textview.c
+       * src/common/quoted-printable.c
+       * src/common/utils.c
+       * src/common/utils.h
+       * src/common/xml.c
+               replaced incorrect locale-independent
+               ctype functions with GLib's. Corrected
+               signedness mismatch.
+       * src/headerview.c
+               headerview_create(): added spacing for vbox.
+       * src/gtk/about.c
+               set focus to the OK button.
+
+2005-08-03 [colin]     1.9.13cvs9
+
+       * src/folderview.c
+               Fix possible crash
+
+2005-08-02 [colin]     1.9.13cvs8
+
+       * src/mainwindow.c
+               Fix cast
+       * src/addressbook.c
+       * src/addressitem.h
+               Fix a cast and more generally, try to make the
+               GUI more intuitive and consistent (round 1)
+
+2005-08-02 [paul]      1.9.13cvs7
+
+       * src/folder.h
+               missing in 1.9.13cvs6
+
 2005-08-02 [colin]     1.9.13cvs6
 
        * src/folder.c