2006-10-17 [colin] 2.5.5cvs12
[claws.git] / ChangeLog
index 3d5231ddf4ac16cc9bcfb7e23531f27e6845d1a9..7628b4e223e5e9d21fdb3b18ce571a4bf1b80759 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,278 @@
+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
+       * src/prefs_template.c
+       * src/quote_fmt.c
+       * src/quote_fmt.h
+       * src/quote_fmt_lex.l
+       * src/quote_fmt_parse.y
+               Extend the quote parser a bit: allow to get access to
+               basic (composing) account info.
+
+2006-10-10 [colin]     2.5.3cvs28
+
+       * src/procheader.c
+               Fix this \t problem in subject
+
+2006-10-09 [colin]     2.5.3cvs27
+
+       * src/main.c
+       * src/prefs_gtk.c
+               Prepare cache a bit later
+               If section already exists, skip the new one 
+               (as previously); avoid writing the same block
+               twice - if we find a second block with the 
+               same id, skip it.
+       * src/plugins/pgpcore/pgp_viewer.c
+               Set cursor to busy when retrieving a key
+       * src/plugins/pgpcore/sgpgme.c
+               allow 5 seconds for gpg to export the key
+               
+
+2006-10-09 [colin]     2.5.3cvs26
+
+       * configure.ac
+       * src/msgcache.c
+       * src/prefs_gtk.c
+               Check for existence of fgets_unlocked
+               and fwrite_unlocked
+
+2006-10-09 [paul]      2.5.3cvs25
+
+       * src/prefs_summaries.c
+               replace strftime() with fast_strftime() and in
+               the consequence fix the bug in the display of
+               AM/PM in the 'Example' string
+
+2006-10-09 [ticho]     2.5.3cvs24
+
+       * po/sk.po
+               Updated (and fixed up somewhat) Slovak translation.
+
+2006-10-08 [colin]     2.5.3cvs23
+
+       * src/prefs_folder_item.c
+               Explain why prefs in the top-level folder
+               aren't retained, but are still useful
+
+2006-10-08 [colin]     2.5.3cvs22
+
+       * src/prefs_gtk.c
+               Don't cache anything if caching fails
+
+2006-10-08 [colin]     2.5.3cvs21
+
+       * src/common/utils.c
+               always include gi18n.h
+
+2006-10-07 [colin]     2.5.3cvs20
+
+       * src/plugins/pgpcore/pgp_viewer.c
+               Kill gpg after 5 seconds wait
+
+2006-10-07 [colin]     2.5.3cvs19
+
+       * src/plugins/pgpcore/pgp_viewer.c
+       * src/plugins/pgpcore/pgp_viewer.h
+               Fix copyright
+
+2006-10-07 [colin]     2.5.3cvs18
+
+       * src/plugins/pgpcore/pgp_viewer.c
+       * src/plugins/pgpcore/pgp_viewer.h
+               Actually add the files to CVS
+
+2006-10-07 [colin]     2.5.3cvs17
+
+       * src/plugins/pgpcore/sgpgme.c
+               Be sure not to crash on 'application/pgp-signature' that
+               are not application/pgp-signatures
+
+2006-10-07 [colin]     2.5.3cvs16
+
+       * src/textview.c
+       * src/textview.h
+               Make a bit more of the API available
+       * src/plugins/pgpcore/Makefile.am
+       * src/plugins/pgpcore/plugin.c
+       * src/plugins/pgpcore/sgpgme.c
+               Add basic key import/export
+
+2006-10-07 [colin]     2.5.3cvs15
+
+       * src/folderview.c
+       * src/imap.c
+       * src/prefs_account.c
+       * src/wizard.c
+               Warn users *everywhere* if libetpan's not
+               linked in
+
+2006-10-06 [mones]     2.5.3cvs14
+
+       * po/de.po
+       * po/es.po
+               updated by Stephan Sachse and me
+
+2006-10-06 [colin]     2.5.3cvs13
+
+       * src/main.c
+       * src/common/sylpheed.c
+               Don't load common plugins if --exit is passed
+       * src/prefs_gtk.c
+       * src/prefs_gtk.h
+               Implement a cache to avoid reading the same
+               files over and over again at startup
+
+2006-10-06 [colin]     2.5.3cvs12
+
+       * src/summaryview.c
+       * src/gtk/quicksearch.c
+               Update display every 5k mails on fast searches
+
+2006-10-06 [colin]     2.5.3cvs11
+
+       * src/textview.c
+               Don't do quote folding on HTML or ERTF.
+               May fix the Cygwin issues if they were
+               happening with HTML mails?
+
+2006-10-05 [colin]     2.5.3cvs10
+
+       * src/prefs_gtk.c
+               Oops, forgot one
+
+2006-10-05 [colin]     2.5.3cvs9
+
+       * src/prefs_gtk.c
+               Use unlocked_stdio here too
+
+2006-10-05 [colin]     2.5.3cvs8
+
+       * src/folderview.c
+               Fix go to next * after preferences apply
+       * src/msgcache.c
+               Do the fd lock/unlock ourselves instead of
+               letting the libc do it at each write 
+
+2006-10-05 [colin]     2.5.3cvs7
+
+       * src/common/utils.c
+               Faster division, thanks to Jean Diraison
+
+2006-10-05 [paul]      2.5.3cvs6
+
+       * src/common/utils.c
+               fix building with --disable-nls
+
 2006-10-04 [colin]     2.5.3cvs5
 
        * src/folder.c