2006-04-20 [paul] 2.1.1cvs19
[claws.git] / ChangeLog
index 173fc7095a6c1f41a4b4f76e85baeffa58277e3b..09c990a62e4698ca93156e9be290cd8bc57853d1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,154 @@
+2006-04-20 [paul]      2.1.1cvs19
+
+       * src/main.c
+               proper fix for 2.1.1cvs18
+               Thanks to Colin
+
+2006-04-20 [paul]      2.1.1cvs18
+
+       * src/main.c
+               fix build warnings
+
+2006-04-20 [paul]      2.1.1cvs17
+
+       * src/gtk/quicksearch.c
+               fix standard, non-extended Quick search,
+               was broken in 2.1.1cvs15.
+               Thanks to Colin.
+
+2006-04-20 [colin]     2.1.1cvs16
+
+       * src/prefs_matcher.c
+               Fix values when reselecting a ~test
+               rule
+
+2006-04-19 [colin]     2.1.1cvs15
+
+       * src/compose.c
+       * src/compose.h
+       * src/gtk/gtkaspell.c
+       * src/gtk/gtkaspell.h
+               Put back Options menu in Spelling/
+       * src/gtk/quicksearch.c
+               Don't search, and show error, if the
+               advanced search has a syntax error
+
+2006-04-18 [colin]     2.1.1cvs14
+
+       * src/textview.c
+               Fix gdk warnings on set_cursor when textview
+               isn't visible
+
+2006-04-18 [colin]     2.1.1cvs13
+
+       * src/gtk/gtksctree.c
+               Remove seemingly useless refresh that causes
+               flicker - watch this commit in case of 
+               problems before planned backport to stable
+
+2006-04-18 [colin]     2.1.1cvs12
+
+       * src/imap.c
+               Factorize get/set_xml code
+       * src/compose.c
+       * src/prefs_account.c
+       * src/prefs_account.h
+       * src/procmsg.c
+               Add Encrypt to self option
+
+2006-04-17 [colin]     2.1.1cvs11
+
+       * configure.ac
+               Fix search on encrpyt function on dragonfly
+               Patch by Jonathan Buschmann <jonthn@agmact.com>
+
+2006-04-17 [colin]     2.1.1cvs10
+
+       * src/prefs_account.c
+               Be safe by default: remove mails from POP3
+               after 7 days, not immediately
+
+2006-04-17 [colin]     2.1.1cvs9
+
+       * src/etpan/imap-thread.c
+               Fix build on DragonFly - patch by 
+               Jonathan Buschmann <jonthn@agmact.com>
+
+2006-04-17 [colin]     2.1.1cvs8
+
+       * src/imap.c
+               Save uidnext between sessions
+
+2006-04-17 [colin]     2.1.1cvs7
+
+       * src/imap.c
+               scan is required when uid validity changes
+
+2006-04-17 [colin]     2.1.1cvs6
+
+       * src/folderview.c
+               Don't scan if not necessary, apart in current
+               folder and INBOX to fetch flags.
+       * src/imap.c
+               Scan is necessary if unread count changes
+
+2006-04-17 [colin]     2.1.1cvs5
+
+       * src/imap.c
+               ...But always fetch ANSWERED and DELETED flags for
+               INBOX, as filtering can happen on these flags.
+
+2006-04-17 [colin]     2.1.1cvs4
+
+       * src/imap.c
+               Don't fetch REPLIED and DELETED flags when synchronising
+               flags with a closed folder. We only need UNSEEN and FLAGGED
+               to update the folderview.
+
+2006-04-17 [colin]     2.1.1cvs3
+
+       * src/imap.c
+               Faster flag search when there are new mails 
+               in a folder. We can do a full search if the 
+               folder contains less messages than the new
+               list.
+
+2006-04-17 [colin]     2.1.1cvs2
+
+       * po/cs.po
+       * po/de.po
+       * po/fr.po
+       * po/nl.po
+       * po/pt_BR.po
+               Update translations from stable branch
+
+2006-04-17 [colin]     2.1.1cvs1
+
+       * configure.ac
+               Bump version to follow stable release
+
+2006-04-16 [mones]     2.1.0cvs50
+
+       * po/es.po
+               Updated for release
+
+2006-04-16 [colin]     2.1.0cvs49
+
+       * src/textview.c
+               Fix bgcolor not unset on gtk 2.8, while preventing warnings 
+               with gtk < 2.8. Thanks to Fabien Vantard.
+
+2006-04-15 [colin]     2.1.0cvs48
+
+       * src/etpan/imap-thread.c
+               Fix bug #919 (libetpan: SEGV when connecting 
+               using command)
+
+2006-04-14 [colin]     2.1.0cvs47
+
+       * src/main.c
+               Fix race on --select (should be done better)
+
 2006-04-14 [wwp]       2.1.0cvs46
 
        * src/send_message.c