2006-11-15 [wwp] 2.6.0cvs49
[claws.git] / ChangeLog
index f88e63789a396b1091e1efc7697db026e27e0029..2403c61e738f988f5a1ed306a0e84cbb8956aa9e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,75 @@
+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
 
        * 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.
+               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