2005-06-17 [colin] 1.9.11cvs80
[claws.git] / ChangeLog-gtk2.claws
index 2f8c4573b6ea9b2cbe245a9085d0e1c9c2f91cad..84554451adbbf8c81ea7ae971ce3b2494f21954c 100644 (file)
@@ -1,3 +1,198 @@
+2005-06-17 [colin]     1.9.11cvs80
+
+       Forgotten files on 1.9.11cvs79
+       * src/summaryview.c
+               Fix stepping when not immediately executing
+       * src/imap.c
+               Really prevent UID FETCH 0
+       * src/codeconv.c
+               Fix outgoing charset never set to utf-8
+       * src/mh.c
+               Fix leak
+
+2005-06-16 [colin]     1.9.11cvs79
+
+       * src/compose.c
+               Fix bug #707 (Dash splits rows)
+               Only wrap if we're on a line break position and
+               the previous one was a "white" (space) char.
+               Pango stuff is weird.
+
+2005-06-16 [colin]     1.9.11cvs78
+
+       * src/imap_gtk.c
+               Lock summaryview while downloading messages
+               on user demand
+       * src/procheader.c
+       * src/unmime.c
+       * src/common/utils.c
+       * src/common/utils.h
+               Replace \r and \n with spaces in From and
+               Subject headers
+
+2005-06-16 [paul]      1.9.11cvs77
+
+       * src/procmime.c
+               liberalise the mime parser
+       * src/gtk/about.c
+               add text wrapping
+
+2005-06-16 [paul]      1.9.11cvs76
+
+       * src/gtk/about.c
+               reworked
+
+2005-06-15 [colin]     1.9.11cvs75
+
+       * src/compose.c
+               Finish header encoding fix
+       * src/summaryview.c
+               Fix segfault
+       * src/headerview.c
+               Fix compilation (Thanks Stephan
+               Sachse)
+
+2005-06-15 [colin]     1.9.11cvs74
+
+       * Makefile.am
+               Install gnome2 stuff rather than gnome1, 
+               if both are present
+       * src/codeconv.c
+       * src/codeconv.h
+       * src/compose.c
+               Fix headers encoding
+       * src/folder.c
+               Visual progress when fetching all messages
+       * src/folderview.c
+       * src/summaryview.c
+       * src/summaryview.h
+               Prevent changing current message while
+               incorporating
+
+2005-06-15 [paul]      1.9.11cvs73
+
+       * src/gtk/gtkaspell.c
+       * src/gtk/gtkaspell.h
+               fix build warnings
+
+2005-06-15 [paul]      1.9.11cvs72
+
+       * src/prefs_filtering.c
+               allow reordering of filter rules by
+               drag n drop
+
+2005-06-15 [paul]      1.9.11cvs71
+
+       * COPYING
+               updated
+       * src/codeconv.c
+               replace deprecated function
+       * src/inc.c
+       * src/send_message.c
+       * src/gtk/progressdialog.c
+       * src/gtk/progressdialog.h
+               salvage and reuse parts of reverted sync
+
+2005-06-15 [paul]      1.9.11cvs70
+
+       * src/inc.c
+       * src/send_message.c
+       * src/gtk/progressdialog.c
+       * src/gtk/progressdialog.h
+               revert yesterday's sync with main
+               it contains deprecated functions
+
+2005-06-15 [colin]     1.9.11cvs69
+
+       * src/headerview.c
+               Fix bug #670 (multi user to: will corrupt message 
+               headers display)
+
+2005-06-15 [colin]     1.9.11cvs68
+
+       * src/compose.c
+               Fix bug #421 (Fix undo on wrapping)
+
+2005-06-15 [colin]     1.9.11cvs67
+
+       * src/folder.c
+               Provide visual feedback while processing
+               folder's rules.
+       * src/imap.c
+               Provide visual feedback while getting
+               short headers (for uncached messages)
+
+
+2005-06-14 [paul]      1.9.11cvs66
+
+       * src/account.c
+               change a couple stock icons
+       * src/inc.c
+       * src/send_message.c
+       * src/gtk/progressdialog.c
+       * src/gtk/progressdialog.h
+               sync main's GtkTreeView implementation
+
+2005-06-14 [colin]     1.9.11cvs65
+
+       * src/imap.c
+               Various little fixes, mainly on error paths
+
+2005-06-13 [colin]     1.9.11cvs64
+
+       * matcher.c
+       * procmsg.c
+       * procmsg.h
+               Add a way to fetch only headers. This speeds
+               up filtering on headers for IMAP. Fixes:
+               bug #481 extraneous imap commands slow down 
+                       imap filtering
+               bug #522 Sylpheed downloads all messages 
+                       when opening mailbox (IMAP)
+               bug #677 IMAP fetch is soooooooooooooo slow
+       * src/folder.c
+       * src/folder.h
+               Add a folder set_batch method so that
+               implementations can speed up flags changes
+       * src/folderutils.c
+       * src/summaryview.c
+               Use that in mark as (un)read and mark all read
+               Refix bug #679
+       * src/imap.c
+               Implement set_batch - brings back deferred
+               flags in a less buggy manner. Fixes:
+               bug #729 IMAP immediate expunge of deleted messages
+               bug #191 remove list of messages with one command
+               Fix login with strange chars
+               Implement fetch_msg_full
+               Fix copy (wrong counts)
+
+2005-06-12 [colin]     1.9.11cvs63
+
+       * src/folder.c
+               lock incorporation during long operations.
+               Avoids fucking up the IMAP socket.
+
+2005-06-12 [colin]     1.9.11cvs62
+
+       * src/imap.c
+               Fix harmful typo
+               Factorize remove_all_msg
+               Thread-ize expunge
+       * src/summaryview.c
+               Don't update partial-download status if unnecessary
+       * src/folder.c
+               Use remove_msgs everywhere possible
+
+2005-06-12 [colin]     1.9.11cvs61
+
+       * src/folder.c
+       * src/folder.h
+               Add a remove_msgs function to remove a 
+               list of messages
+       * src/imap.c
+               Implement that.
+
 2005-06-12 [colin]     1.9.11cvs60
 
        * src/imap.c