2007-11-27 [wwp] 3.1.0cvs32
[claws.git] / ChangeLog
index 0b275282c1c96f9cb2a660df35bc554e1e41d9e6..8db807155d42b6dd860482ccfe140978291a72b3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,93 @@
+2007-11-27 [wwp]       3.1.0cvs32
+
+       * src/addrclip.c
+       * src/addressbook.c
+       * src/addritem.c
+               Various fixes in the address book:
+                       - made copy/move of a folder to itself or its subtree
+                         impossible (-> error)
+                       - errors messages don't show in the status bar anymore,
+                         use alertpanels instead
+                       - simple click on group doesn't open group edit dialog
+                         anymore when in contact edit embedded mode (was too itchy)
+                       - fixed disabling of edit button and and menu entry when
+                         in contact edit embedded mode (was done in a bad and
+                         ineffective way)
+                       - fix menu cut/paste sensitivity in treelist context
+                         menu (conflicting enabling was done by different functions)
+                       - fix some menu item sensitivity in address list context menu
+                       - don't allow cut/copy of groups, it's useless as they won't
+                         be copied w/ their contents
+                       - fix missing copy of the picture file when copying (bug #1402),
+                         fix picture attribute (internal) value when moving or copying
+
+
+2007-11-27 [colin]     3.1.0cvs31
+
+       * src/folder.c
+       * src/imap.c
+               Fix tags loss on move, fix space encoding
+
+2007-11-26 [colin]     3.1.0cvs30
+
+       * src/edittags.c
+       * src/folder.c
+       * src/folder.h
+       * src/imap.c
+       * src/messageview.c
+       * src/procmsg.c
+       * src/procmsg.h
+       * src/summaryview.c
+       * src/common/utils.c
+       * src/common/utils.h
+       * src/etpan/imap-thread.c
+       * src/etpan/imap-thread.h
+               Add IMAP tags support
+
+2007-11-26 [colin]     3.1.0cvs29
+
+       * src/imap.c
+               Fix bug 1405, 'imap auto auth method doesn't 
+               work since 3.1.0'
+
+2007-11-26 [colin]     3.1.0cvs28
+
+       * src/messageview.c
+       * src/procmime.c
+               Handle broken disposition-notifications from Evolution
+               (http://bugzilla.gnome.org/show_bug.cgi?id=499145)
+
+2007-11-25 [paul]      3.1.0cvs27
+
+       * src/folder_item_prefs.c
+       * src/folder_item_prefs.h
+               remove dead code
+
+2007-11-23 [wwp]       3.1.0cvs26
+
+       * src/matcher.c
+       * src/matcher.h
+       * src/matcher_parser_parse.y
+       * src/prefs_matcher.c
+               Fix irrelevant case folding when adding matcher condition 'test',
+               thanks to Colin.
+
+2007-11-23 [wwp]       3.1.0cvs25
+
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_summary_open.c
+       * src/prefs_summary_open.h
+       * src/summaryview.c
+               Add "select first email in list" to the list of possible selections
+               when opening a folder.
+
+2007-11-23 [paul]      3.1.0cvs24
+
+       * po/de.po
+               a fix by Stephan Sachse, plus remove all
+               old strings from the end of the file
+
 2007-11-23 [wwp]       3.1.0cvs23
 
        * src/prefs_msg_colors.c