2006-10-19 [colin] 2.5.5cvs18
[claws.git] / ChangeLog
index 576f0e62acf12ab0d2b3d965a880dcad04017f06..c1842e7e08ad59ceb17ae1f792d169a39a692978 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,152 @@
+2006-10-19 [colin]     2.5.5cvs18
+
+       * manual/handling.xml
+               Add type-ahead search
+
+2006-10-18 [colin]     2.5.5cvs17
+
+       * src/gtk/quicksearch.c
+               Remove "save to history only if there's
+               no syntax error", it breaks for some 
+               reason which I'll investigate later.
+
+2006-10-18 [colin]     2.5.5cvs16
+
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/summaryview.c
+       * src/gtk/quicksearch.c
+       * src/gtk/quicksearch.h
+               Add a type-ahead option for fast searches
+               Patch by Fabien Vantard
+
+2006-10-18 [colin]     2.5.5cvs15
+
+       * src/compose.c
+       * src/compose.h
+               Add Options/Reply mode/ menu to be able to
+               change the recipients of a reply on the fly
+
+2006-10-18 [colin]     2.5.5cvs14
+
+       * src/compose.c
+               Fix redirecting of our own sent mails
+
+2006-10-17 [wwp]       2.5.5cvs13
+
+       * src/send_message.c
+               Fix duplicate error messages when sending, and missing
+               newline in such error messages.
+
+2006-10-17 [colin]     2.5.5cvs12
+
+       * src/compose.c
+               Compare addresses case-insensitive
+
+2006-10-17 [colin]     2.5.5cvs11
+
+       * src/plugins/pgpcore/sgpgme.c
+               Fix return status
+
+2006-10-17 [colin]     2.5.5cvs10
+
+       * src/plugins/pgpcore/pgp_viewer.c
+               Fix return status
+
+2006-10-17 [colin]     2.5.5cvs9
+
+       * src/quote_fmt.c
+               Fix a typo (thanks to Fabien)
+
+2006-10-16 [colin]     2.5.5cvs8
+
+       * src/textview.c
+               Fix problem with quote-folding when emails
+               don't convert cleanly to UTF-8
+
+2006-10-14 [colin]     2.5.5cvs7
+
+       * src/prefs_template.c
+               Reset fields when reopening
+               the window
+
+2006-10-13 [paul]      2.5.5cvs6
+
+       * manual/advanced.xml
+       * src/prefs_message.c
+               make 'respect_flowed_format' a hidden
+               option, and add a manual entry for it
+               Thanks to Colin
+
+2006-10-12 [colin]     2.5.5cvs5
+
+       * src/codeconv.c
+               Revert part of 2.5.2cvs21:
+               Don't optimise by reusing the 
+               last iconv converter if possible:
+               it seems slightly broken in a 
+               very hard way to reproduce
+
+2006-10-12 [colin]     2.5.5cvs4
+
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_message.c
+       * src/procmime.c
+               Fix bug 1035, 'Incorrect handling 
+               of flowed lines'. We now optionnaly
+               handle this format (preference is in
+               Message View/Text options section)
+
+2006-10-12 [colin]     2.5.5cvs3
+
+       * po/POTFILES.in
+               Add new file
+       * src/plugins/pgpcore/pgp_viewer.c
+       * src/plugins/pgpcore/sgpgme.c
+               Don't try to import without asking
+
+2006-10-12 [colin]     2.5.5cvs2
+
+       * src/compose.c
+               Fix bug 1036, 'Forwarding a mutlipart
+               mail with a "text/html" block to ms
+               outlook users leeds to freeze of
+               outlook'. Poor outlook users...
+
+2006-10-12 [paul]      2.5.5cvs1
+
+       * NEWS
+       * README
+       * configure.ac
+               Update version number following
+               stable release
+
+2006-10-11 [paul]      2.5.4cvs1
+
+       * NEWS
+       * README
+       * configure.ac
+               Update version number following
+               stable release
+
+2006-10-11 [paul]      2.5.3cvs32
+
+       * src/textview.c
+               fix bug 1032, 'Segmentation fault when showing
+               message' (bug in quote folding)
+               Thanks to Colin
+
+2006-10-10 [colin]     2.5.3cvs31
+
+       * src/quote_fmt.c
+               Rephrase english a bit
+
+2006-10-10 [colin]     2.5.3cvs30
+
+       * src/prefs_compose_writing.c
+               Stop making the page larger than the window
+
 2006-10-10 [wwp]       2.5.3cvs29
 
        * src/compose.c