2006-03-27 [colin] 2.0.0cvs177
[claws.git] / ChangeLog
index ab82f4b1de770a690b88c4498ded8ef03d3dc195..fe0578fde160c062ec63f89632b287c0b63306b5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,163 @@
+2006-03-27 [colin]     2.0.0cvs177
+
+       * src/textview.c
+               Set margin to 3px for headers
+
+2006-03-27 [paul]
+
+       2.1.0-rc2 released
+
+2006-03-27 [wwp]       2.0.0cvs176
+
+       * src/summaryview.c
+               don't reset quicksearch when updating the message list.
+               Thanks to Colin.
+
+2006-03-26 [wwp]       2.0.0cvs175
+
+       * src/compose.c
+               use a unified border width ('other' tab in the compose window,
+               patch by Pawel Pekala).
+
+
+2006-03-26 [wwp]       2.0.0cvs174
+
+       * src/common/quoted-printable.c
+       * src/addressbook.c
+               fixed some compilation warnings (incl. one reported by Pawel Pekala).
+
+2006-03-26 [colin]     2.0.0cvs173
+
+       * src/quote_fmt_parse.y
+               Fix non-UTF8 date formats messing up the whole quote a 
+               little bit
+
+2006-03-26 [colin]     2.0.0cvs172
+
+       * src/procheader.c
+               Make sure the date is UTF8 valid, or try to make it
+               so. IncrediMail is really IncrediStupid.
+       * src/compose.c
+               Fix possible conversions. 
+               
+
+2006-03-26 [colin]     2.0.0cvs171
+
+       * src/matcher.c
+               Fix corner cases in body search. This is still a
+               hack... It seems impossible to make it good and 
+               reasonably fast at the same time.
+
+2006-03-26 [colin]     2.0.0cvs170
+
+       * src/summaryview.c
+               I think I killed the twilight zone bug!
+               summary_select_node() flushes GTK events in order
+               to be able to center the view. But this also 
+               flushes keypresses like Ctrl-Alt-U, so this can
+               call summary_show from summary_select_node (itself
+               called from summary_show, etc.). And the summaryview
+               has to be unlocked in this function. So just locking
+               while processing GTK events, and bailing if locked, 
+               should fix it.
+               Fixes bug #927 (SIGSEGV during Update Summary)
+
+2006-03-25 [colin]     2.0.0cvs169
+
+       * src/matcher.c
+               Fix search in QP-encoded bodies
+               Fix utf-8 searches in bodies encoded in the
+               locale's encoding
+       * src/common/quoted-printable.c
+       * src/common/quoted-printable.h
+               Add a decode function that doesn't overwrite
+               the original pointer
+               
+
+2006-03-24 [colin]     2.0.0cvs168
+
+       * src/action.c
+       * src/summaryview.c
+       * src/summaryview.h
+               Update message cache after action
+               Patch by H. Merijn Brand
+       * src/prefs_msg_colors.c
+               Factorize label 
+               Patch by Fabien Vantard
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               Remove useless translation
+               Patch by Fabien Vantard
+
+2006-03-23 [colin]     2.0.0cvs167
+
+       * src/common/ssl.c
+               Let 30 seconds to SSL_connect
+
+2006-03-23 [wwp]       2.0.0cvs166
+
+       * src/summaryview.c
+       * src/gtk/description_window.c
+               fix display of From/To column title when in appropriate folders (queue/sent/drafts)
+               and headers are translated; adjust description windows' width to fit their
+               contents. Patches by Pawel Pekala <c0rn@o2.pl>.
+
+2006-03-23 [paul]      2.0.0cvs165
+
+       * src/common/utils.c
+               fix highlighting of URIs containing "()"
+               (2.0.0cvs164's reversal fixed)
+               Thanks to Colin.
+
+2006-03-23 [paul]      2.0.0cvs164
+
+       * src/common/utils.c
+               revert patch, (postponing a fix), at 2.0.0cvs120
+               as it breaks more URIs than it fixes.
+               Allow '-' to be a terminating character in a URI
+
+2006-03-22 [colin]     2.0.0cvs163
+
+       * configure.ac
+               Require libetpan 0.45
+               http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
+
+2006-03-22 [paul]      2.0.0cvs162
+
+       * src/editgroup.c
+               replace '<-' and '->' buttons with GTK_STOCK graphical
+               buttons
+       * src/summary_search.c
+               don't offer '...' for translation
+               add a tooltip to advanced search '...' button
+       * src/gtk/quicksearch.c
+               don't offer '...' for translation
+
+2006-03-21 [colin]     2.0.0cvs161
+
+       * src/compose.c
+               Fix middle-click pasting (insert at click
+               position instead of cursor position, don't
+               remove existing selection and allow pasting
+               our own selection)
+       * src/addressbook.c
+               "LDAP Server" -> "LDAP servers"
+
+2006-03-21 [wwp]       2.0.0cvs160
+
+       * src/etpan/imap-thread.c
+               fix for bug #925 (IMAP+SSL crash), thanks to Colin.
+
+2006-03-20 [colin]     2.0.0cvs159
+
+       * src/summaryview.c
+               Don't reload summaryview after an execute with no
+               move action
+
+2006-03-19 [colin]     2.0.0cvs158
+
+       * src/addressbook.c
+               and put groups at the top, always
+
 2006-03-19 [colin]     2.0.0cvs157
 
        * src/addressbook.c