2007-12-01 [paul] 3.1.0cvs46
[claws.git] / ChangeLog
index d462e541f40e461d2feee68ebdb70f0b938ba2a2..e19cc8c0a0d37a817817f08a4b94f2a12b9383c5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,217 @@
+2007-12-01 [paul]      3.1.0cvs46
+
+       * po/POTFILES.in
+               add the new addrcustomattr.c file
+
+2007-11-29 [colin]     3.1.0cvs45
+
+       * src/common/ssl_certificate.c
+               Use the more modern getaddrinfo instead of 
+               gethostbyname when possible
+
+2007-11-28 [colin]     3.1.0cvs44
+
+       * src/summaryview.c
+               Maybe fix bug 1410 and other crash reports
+               in summaryview since cvs38.
+
+2007-11-28 [wwp]       3.1.0cvs43
+
+       * src/prefs_summary_open.c
+               Guard against an empty list of actions to perform
+               when opening a folder (or migration defaults could
+               be introduced, confusing).
+
+2007-11-28 [colin]     3.1.0cvs42
+
+       * src/folderview.c
+               Fix mark all read from folder's contextual menu
+
+2007-11-27 [colin]     3.1.0cvs41
+
+       * src/imap.c
+       * src/imap.h
+       * src/imap_gtk.c
+       * src/prefs_account.c
+       * src/etpan/imap-thread.c
+               A few fixes to the IMAP flags handling: Optimisations,
+               two crashers, mention that Bandwitdh-efficient mode
+               prevents tag fetching.
+               Fix M-UTF7 in subscription dialog.
+
+2007-11-27 [colin]     3.1.0cvs40
+
+       * src/folder.c
+       * src/mbox.c
+       * src/summaryview.c
+               Make filtering faster on flags change: Batch original 
+               folderitem, where we'll do flags/tags changes.
+
+2007-11-27 [colin]     3.1.0cvs39
+
+       * src/filtering.c
+               Fix bug 1407, 'After a copy action, further rules apply 
+               to both original and copy'
+
+2007-11-27 [colin]     3.1.0cvs38
+
+       * src/edittags.c
+       * src/summaryview.c
+               Fixes races when doing a long operation and user
+               asks for another one (Mark all read/unread on a 
+               big folder on IMAP for example)
+
+2007-11-27 [wwp]       3.1.0cvs37
+
+       * src/addressbook.c
+       * src/prefs_common.c
+               Fix warning introduced by 3.1.0cvs33 (prefs_common.c)
+               and 3.1.0cvs35 (addressbook.c).
+
+2007-11-27 [holger]    3.1.0cvs36
+
+       * src/printing.c
+               Add a line separating header and body
+               in the printout
+
+2007-11-27 [wwp]       3.1.0cvs35
+
+       * src/addressbook.c
+               Fix a drag-and-drop issue introduced with 3.1.0cvs33
+               (thanks to Colin) and revert disabling of cut/copy
+               context menu entries upon selected groups.
+
+2007-11-27 [holger]    3.1.0cvs34
+
+       * src/printing.c
+               Add weights to the list of supported text attributes
+               for printing
+
+2007-11-27 [wwp]       3.1.0cvs33
+
+       * src/Makefile.am
+       * src/addrcustomattr.c
+       * src/addrcustomattr.h
+       * src/addressbook.c
+       * src/editaddress.c
+       * src/editaddress.h
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/common/defs.h
+               Provide a (customizable) list of preset attribute names
+               for editing contacts (closes bug #1391).
+
+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