2008-09-08 [colin] 3.5.0cvs94
[claws.git] / ChangeLog
index ca8949b440e8c1979cf60638cd88bc9fd3bf2a1f..4231c8bb70f3f2447330b9ce1dabbc52daa7b3f1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,243 @@
+2008-09-08 [colin]     3.5.0cvs94
+
+       * src/noticeview.c
+       * src/noticeview.h
+               Remove GtkSignalFunc
+
+2008-09-07 [colin]     3.5.0cvs93
+
+       * src/addressadd.c
+       * src/addressbook_foldersel.c
+       * src/gtk/gtkcmclist.c
+       * src/gtk/gtkcmclist.h
+       * src/gtk/gtkcmctree.c
+       * src/gtk/gtkcmctree.h
+       * src/gtk/gtksctree.c
+       * src/gtk/prefswindow.c
+       * src/gtk/prefswindow.h
+               Use GDestroyNotify instead of GtkDestroyNotify
+               (deprecated in GTK+ 2.14)
+
+2008-09-07 [colin]     3.5.0cvs92
+
+       * src/textview.c
+               Fix bug 1712, 'invalid "Phishing attempt warning" 
+               when linked text ends with spaces'
+
+2008-09-05 [colin]     3.5.0cvs91
+
+       * src/procmime.c
+               Maybe fix bug 1711, 'Save-as attachment crashes'
+               Possibly wrong free() due to pointer shifting
+
+2008-09-05 [colin]     3.5.0cvs90
+
+       * src/compose.c
+               Fix bug 1710, 'User misreads "Discard Message" 
+               as "Discard Changes"'. Propose to save or discard
+               only the latest changes when closing an existing
+               draft. Autosave may still have saved parts of the
+               edit session.
+
+2008-09-04 [colin]     3.5.0cvs89
+
+       * src/summaryview.c
+               Fix bug 1707, 'Segfault when sorting on non-visible column'
+
+2008-09-01 [colin]     3.5.0cvs88
+
+       * src/imap.c
+       * src/summaryview.c
+       * src/common/tags.c
+       * src/etpan/imap-thread.c
+       * src/etpan/imap-thread.h
+               Store spam flag on IMAP (Junk/NonJunk, as 
+               ThunderBird does - this is nonstandard)
+
+2008-08-31 [wwp]       3.5.0cvs87
+
+       * ChangeLog
+               Fix globish edition^Wediting.
+
+2008-08-31 [wwp]       3.5.0cvs86
+
+       * src/addressbook.c
+               Don't break nickname editing for non-LDAP books (nickname
+               value was overwritten when editing existing contact, this
+               came from 3.0.2cvs109).
+
+2008-08-30 [colin]     3.5.0cvs85
+
+       * src/mainwindow.c
+       * src/summaryview.c
+               Fix "Apply tags..." key shortcut
+
+2008-08-29 [iwkse]     3.5.0cvs84
+
+       * src/summaryview.c
+                       Bit of clean:)
+
+2008-08-29 [iwkse]     3.5.0cvs83
+
+       * src/summaryview.c
+                       Disable "Move to trash" action if
+                       we are in a trash-like folder.
+                       Thanks to colinl
+
+2008-08-29 [paul]      3.5.0cvs82
+
+       * configure.ac
+               bump up libetpan version requirement since
+               0.55 is released now
+
+2008-08-28 [wwp]       3.5.0cvs81
+
+       * src/account.c
+       * src/pop.c
+       * src/prefs_account.c
+       * src/prefs_account.h
+               Add finer granularity to the POP3's remove-after delay (now in
+               hours in addition to in days), patch by Paul Rolland.
+
+2008-08-28 [wwp]       3.5.0cvs80
+
+       * src/gtk/combobox.c
+               Fix a typo in a comment.
+
+2008-08-28 [iwkse]     3.5.0cvs79
+
+       * src/account.c
+       * src/prefs_actions.c
+       * src/prefs_filtering.c
+       * src/prefs_template.c
+                       Add search feature to the account, 
+                       template and action dialog.
+                       It's turned on selecting one row
+                       of the list and typing some random
+                       letter. Thanks to wwp, colinl
+
+2008-08-28 [colin]     3.5.0cvs78
+
+       * src/Makefile.am
+       * src/account.c
+       * src/compose.c
+       * src/prefs_account.c
+       * src/prefs_account.h
+       * src/privacy.c
+       * src/privacy.h
+       * src/procmime.c
+       * src/stock_pixmap.c
+       * src/stock_pixmap.h
+       * src/summaryview.c
+       * src/pixmaps/key_gpg_signed.xpm
+               Fix bug 1412, "Sign reply, if mail was signed"
+               Add an account preference to sign replies to signed mails
+
+2008-08-28 [iwkse]     3.5.0cvs77
+
+       * src/prefs_filtering.c
+               Making the search more useful,
+               jumping directly to the relative rule.
+
+2008-08-27 [colin]     3.5.0cvs76
+
+       * src/main.c
+               Add a bit of info
+
+2008-08-27 [colin]     3.5.0cvs75
+
+       * src/gtk/gtkcmctree.c
+               Fix a few ifdefs
+
+2008-08-26 [colin]     3.5.0cvs74
+
+       * src/gtk/gtkcmctree.c
+               Fix missing inits on old glib
+
+2008-08-26 [wwp]       3.5.0cvs73
+
+       * src/common/utils.c
+               Added 'Fwd' to the list of known common subject prefixes.
+
+2008-08-25 [iwkse]     3.5.0cvs72
+
+       * src/image_viewer.c
+               Add animated gif support to the
+               message preview.
+
+2008-08-25 [colin]     3.5.0cvs71
+
+       * src/gtk/gtkcmctree.c
+               Make sure work isn't null
+
+2008-08-24 [colin]     3.5.0cvs70
+
+       * src/common/ssl.c
+               Fix typo on SSL_CERT_DIR
+
+2008-08-23 [holger]    3.5.0cvs69
+
+       * src/printing.c
+               Fix bug 1699 'Separator line mis-placed when
+               printing some e-mails'. The number of header lines
+               was not correctly calculated when Pango inserts
+               linebreaks
+
+2008-08-23 [colin]     3.5.0cvs68
+
+       * src/mainwindow.c
+               Fix the account selector button; thanks
+               to wwp
+
+2008-08-21 [colin]     3.5.0cvs67
+
+       * src/compose.c
+       * src/compose.h
+               Add a compose preference for auto-indent
+       * src/mainwindow.c
+       * src/summaryview.c
+               Make colorlabel accels a bit less hacky
+
+2008-08-21 [colin]     3.5.0cvs66
+
+       * src/compose.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_wrapping.c
+               Add a preference for autoindent; fix no_join tag
+               being applied to whole lines instead of just \n when
+               creating a line 
+
+2008-08-21 [colin]     3.5.0cvs65
+
+       * src/compose.c
+               Add support for auto-indentation
+
+2008-08-19 [colin]     3.5.0cvs64
+
+       * src/compose.c
+               Save Autowrap status in drafts/queued mails
+
+2008-08-19 [colin]     3.5.0cvs63
+
+       * src/mainwindow.c
+               Fix a comment (in reality, test commit on
+               the new CVS server)
+
+2008-08-17 [colin]     3.5.0cvs62
+
+       * src/prefs_actions.c
+       * src/procmime.c
+       * src/wizard.c
+       * src/common/socket.h
+       * src/gtk/gtkcmctree.c
+               Fix warnings
+
+2008-08-16 [colin]     3.5.0cvs61
+
+       * src/editaddress_other_attributes_ldap.h
+               Add 'l' field (localityName)
+
 2008-08-16 [colin]     3.5.0cvs60
 
        * src/mainwindow.c