credit where credit is due
[claws.git] / ChangeLog
index fe41b1283a9aefa0cf7b71037f2dcc1f20c23090..3726427a4132bf57d13ffd579f5e8ca3fb2bfd44 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,150 @@
+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
+               Order groups before names, as previously
+
+2006-03-19 [colin]     2.0.0cvs156
+
+       * src/addressbook.c
+               - Sort case-unsensitive
+               - Put the sort arrow at opening too
+
+2006-03-19 [wwp]       2.0.0cvs155
+
+       * src/addressbook.c
+               allow sorting by name/email/remarks, ensure that right-pane's contents
+               matches the left-pane selection (cleared when appropriate).
+               Patch by Pawel Pekala <c0rn@o2.pl>.
+
+2006-03-18 [colin]     2.0.0cvs154
+
+       * src/textview.c
+               Fix text cursor ;)
+
+2006-03-18 [colin]     2.0.0cvs153
+
+       * src/gtk/filesel.c
+               Make sure we hide the preview if we didn't get
+               a filename
+
+2006-03-18 [colin]     2.0.0cvs152
+
+       * src/summaryview.c
+               Set cursor to watch for execution (fixes lack
+               of watch-cursor when dnd'ing hundreds of mails)
+       * src/gtk/filesel.c
+               Check that mime type is 'image/*' before updating
+               the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
+
+2006-03-18 [colin]     2.0.0cvs151
+
+       * src/mainwindow.c
+       * src/textview.c
+       * src/textview.h
+               Put a watch cursor in textview too when the mainwindow's
+               cursor in a watch
+
+2006-03-18 [colin]     2.0.0cvs150
+
+       * src/folder.c
+               Change wrong asserts to simple tests
+
+2006-03-17 [colin]     2.0.0cvs149
+
+       * src/mainwindow.c
+       * src/mainwindow.h
+       * src/prefs_msg_colors.c
+       * src/summaryview.c
+       * src/summaryview.h
+       * src/gtk/colorlabel.c
+       * src/gtk/colorlabel.h
+               Add a color label menu in the main menubar
+               Add (fixed) accels Ctrl-{0-7} to change the color
+               They have to be fixed because the menu's dynamic,
+               the items are complex widgets, hence we can't use
+               a GtkItemFactory.
+
+
+2006-03-17 [wwp]       2.0.0cvs148
+
+       * src/compose.c
+               rollback few lines from my previous commit (those lines come from
+               a pending patch, accidentally commited, even if neutral as they are
+               commented out).
+
+2006-03-17 [wwp]       2.0.0cvs147
+
+       * src/compose.c
+               fix a compilation warning (wrong return type, introduced w/ cvs143), and
+               applied code style/indentation to the modified function.
+
+2006-03-17 [wwp]       2.0.0cvs146
+
+       * src/procmsg.c
+       * src/compose.c
+               fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
+
+2006-03-17 [paul]
+
+       2.1.0-rc1 released
+
 2006-03-17 [paul]      2.0.0cvs145
 
        * src/main.c