2007-11-27 [wwp] 3.1.0cvs32
[claws.git] / ChangeLog
index 9961c561e8bde00815fe5dd458545e5a1be7b142..8db807155d42b6dd860482ccfe140978291a72b3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,120 @@
+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
+               Move colour prefs into tabs. Patch by Pawel Pekala <c0rn@o2.pl>,
+               with little changes.
+
+2007-11-23 [paul]      3.1.0cvs22
+
+       * src/prefs_logging.c
+               eliminate wasted horizontal space
+
+2007-11-23 [paul]      3.1.0cvs21
+
+       * src/prefs_summaries.c
+               don't wrap the label or put linebreaks
+
+2007-11-22 [colin]     3.1.0cvs20
+
+       * src/plugins/pgpinline/pgpinline.c
+               Fix decryption
+
+2007-11-22 [wwp]       3.1.0cvs19
+
+       * src/prefs_themes.c
+               Yet another misuse of get_rc_dir(), still related
+               to user themes. Completes 3.1.0cvs18.
+
 2007-11-22 [wwp]       3.1.0cvs18
 
        * src/stock_pixmap.c