2006-11-18 [paul] 2.6.0cvs55
[claws.git] / ChangeLog
index 120c868a150247ebca14575b3023763e31592f9b..fdc290011e1f5dadd35b3bb2f67d6c9525268743 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,218 @@
+2006-11-18 [paul]      2.6.0cvs55
+
+       * AUTHORS
+       * README
+       * debian/copyright
+       * manual/ack.xml
+       * manual/es/ack.xml
+       * manual/fr/ack.xml
+       * manual/pl/ack.xml
+       * src/gtk/authors.h
+       * src/gtk/icon_legend.c
+       * src/gtk/icon_legend.h
+       * tools/OOo2claws-mail.pl
+       * tools/README
+       * tools/acroread2claws-mail.pl
+       * tools/claws.i18n.status.pl
+       * tools/filter_conv.pl
+       * tools/filter_conv_new.pl
+       * tools/freshmeat_search.pl
+       * tools/google_search.pl
+       * tools/kmail2claws-mail.pl
+       * tools/kmail2claws-mail_v2.pl
+       * tools/maildir2claws-mail.pl
+       * tools/make.themes.project
+       * tools/multiwebsearch.pl
+       * tools/outlook2claws-mail.pl
+       * tools/tb2claws-mail
+       * tools/kdeservicemenu/README
+       * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
+               update mine and wwp's email addresses in
+               several places
+       * src/prefs_compose_writing.c
+               set sensitivity on 'new message format' frame
+
+2006-11-17 [paul]      2.6.0cvs54
+
+       * src/gtk/about.c
+               more reworking of the GUI
+               Patch by Fabien Vantard
+
+2006-11-16 [paul]      2.6.0cvs53
+
+       * src/gtk/about.c
+               set a minimum size for the window, allow
+               it to automatically expand as necessary
+
+2006-11-16 [wwp]       2.6.0cvs52
+
+       * src/gtk/about.c
+               better wrap of copyright info on some systems.
+
+2006-11-16 [paul]      2.6.0cvs51
+
+       * src/gtk/about.c
+               move the tech info from the upper panel
+               to the Info tab
+               use a gtk_text_view for the features tab
+
+2006-11-16 [paul]      2.6.0cvs50
+
+       * po/Makevars
+               update my email address
+       * src/addressbook.c
+       * src/compose.c
+       * src/imap_gtk.c
+       * src/mh_gtk.c
+       * src/news_gtk.c
+       * src/summaryview.c
+       * src/plugins/trayicon/trayicon.c
+               don't offer simple menu separators
+               for translation
+       * src/folderview.c
+               add separator between 'mark all read'
+               and 'search folder'
+
+2006-11-15 [wwp]       2.6.0cvs49
+
+       * src/gtk/authors.h
+               updated manuals authors.
+
+2006-11-14 [paul]      2.6.0cvs48
+
+       * src/compose.c
+               Fix Options/Reply mode after draft save
+
+2006-11-14 [paul]      2.6.0cvs47
+
+       * src/Makefile.am
+               Fix make DESTDIR=...
+       * src/mbox.c
+               Optimise speed
+       * src/plugins/pgpinline/pgpinline.c
+               Probably fix bug 1061
+
+2006-11-14 [paul]      2.6.0cvs46
+
+       * po/Makevars
+               enable Q_ macro
+       * src/Makefile.am
+       * src/stock_pixmap.c
+       * src/stock_pixmap.h
+       * src/gtk/about.c
+       * src/pixmaps/active.xpm
+       * src/pixmaps/inactive.xpm
+               add a new page, 'Features', to the About dialog
+               showing which features are compiled in and which
+               are not
+
+2006-11-14 [paul]      2.6.0cvs45
+
+       * po/ru.po
+               updated by Pavlo Bohmat
+
+2006-11-14 [colin]     2.6.0cvs44
+
+       * src/compose.c
+       * src/inc.c
+       * src/messageview.c
+       * src/news.c
+       * src/pop.c
+       * src/procmsg.c
+       * src/gtk/gtkaspell.c
+               Fix 64-bit-related warnings
+       * src/ssl_manager.c
+               Fix possible infinite loop
+       * src/plugins/pgpcore/sgpgme.c
+               Remove useless check
+
+2006-11-13 [colin]     2.6.0cvs43
+
+       * src/gtk/Makefile.am
+               authors.h isn't generated
+
+2006-11-13 [colin]     2.6.0cvs42
+
+       * src/plugins/pgpinline/pgpinline.c
+       * src/plugins/pgpmime/pgpmime.c
+               Very probably fix bug 1061, 'crash on 
+               opening signed email'. Another cast
+               problem
+
+2006-11-13 [colin]     2.6.0cvs41
+
+       * src/plugins/pgpcore/sgpgme.c
+               Maybe fix bug 1061, 'crash on opening 
+               signed email'
+
+2006-11-13 [wwp]       2.6.0cvs40
+
+       * src/plugins/pgpinline/pgpinline.c
+               fix candidate for bug #1057, thanks to Colin.
+
+2006-11-13 [wwp]       2.6.0cvs39
+
+       * src/compose.c
+       * src/quote_fmt_parse.y
+               fix bug 1052: current parser buffer was not always 
+               allocated, ptr to this buffer could be returned as 
+               NULL whereas no parser error has occurred. in 
+               consequence, defining a template body as "%d" 
+               (w/o the quotes) for the first time of the instance 
+               of claws-mail, was reporting a parser error. make 
+               sure that the buffer is always allocated, even to 
+               an empty string.
+               fix mis-unescaping in compose.:compose_quote_fmt(): 
+               unescaping of the fmt string was always done 
+               whereas it must be done *only* when receiving 
+               quote format strings issued from the prefs 
+               (compose new message, reply, forward, redirect 
+               formats), *not* when applying templates.  in 
+               consequences, applying templates w/ sequences 
+               like \\|p{echo} were failing. make sure that 
+               unescaping is done only when necessary.
+
+2006-11-12 [colin]     2.6.0cvs38
+
+       * po/de.po
+               Fix typo (s/KB/MB)
+
+2006-11-12 [colin]     2.6.0cvs37
+
+       * src/plugins/pgpinline/pgpinline.c
+       * src/plugins/pgpmime/pgpmime.c
+               Release GPG context at the latest 
+               possible moment. Maybe fixes 
+               bug 1057, 'crash on sending signed 
+               message to a newsgroup'
+               
+
+2006-11-12 [colin]     2.6.0cvs36
+
+       * src/plugins/pgpcore/sgpgme.c
+               Tell a bit more when gpg's status doesn't
+               contain any signature
+
+2006-11-12 [colin]     2.6.0cvs35
+
+       * src/compose.c
+               Fix bug 1060, 'compilation error with 
+               Irix's cc'
+
+2006-11-12 [paul]      2.6.0cvs34
+
+       * doc/man/claws-mail.1
+       * src/prefs_gtk.c
+       * src/plugins/clamav/README
+       * src/plugins/spamassassin/README
+       * tools/README
+       * tools/freshmeat_search.pl
+       * tools/google_search.pl
+       * tools/multiwebsearch.pl
+               more renaming
+       * src/plugins/trayicon/trayicon.c
+               fix compiliation warning
+
 2006-11-11 [colin]     2.6.0cvs33
 
        * src/folderview.c