2006-10-09 [colin] 2.5.3cvs26
[claws.git] / ChangeLog
index 845554ec72eca57d9fc05bb627df200d482c438e..e4d7723101c65042e538a849e141b17599c6b7e7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,239 @@
+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
+               Maybe fix a segfault
+
+2006-10-04 [wwp]       2.5.3cvs4
+
+       * src/prefs_folder_item.c
+               Fine-tune layouts in folder item prefs. Suggested by
+               Fabien Vantard <fzzzzz@gmail.com>.
+
+2006-10-04 [wwp]       2.5.3cvs3
+
+       * src/prefs_folder_item.c
+               Kill the clandestine passengers. You didn't see anything.
+
+2006-10-04 [wwp]       2.5.3cvs2
+
+       * src/prefs_folder_item.c
+               Add a way to test the subject simplify regexp in
+               folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
+               w/ few layout changes.
+
+2006-20-04 [paul]      2.5.3cvs1
+
+       * NEWS
+       * README
+       * configure.ac
+               Update version number following
+               stable release
+
+2006-10-04 [colin]     2.5.2cvs42
+
+       * src/folder.c
+       * src/folder.h
+       * src/summaryview.c
+               Provide a way for folder classes to set their sort
+               type and key
+
+2006-10-03 [colin]     2.5.2cvs41
+
+       * src/mh.c
+               Don't use strlen() to know if the
+               string's empty
+
+2006-10-03 [colin]     2.5.2cvs40
+
+       * src/mh.c
+               Fix "check for new folders" with accentued folders
+
+2006-10-03 [ticho]     2.5.2cvs39
+
+       * src/filtering.c
+       * src/folder.c
+       * src/inc.c
+       * src/mbox.c
+               Colin's fix for "copy" filtering rules.
+
+2006-10-02 [colin]     2.5.2cvs38
+
+       * src/folderview.c
+               Fix for double-click too
+
+2006-10-02 [colin]     2.5.2cvs37
+
+       * src/folderview.c
+               correct fix for cvs36
+
+2006-10-02 [colin]     2.5.2cvs36
+
+       * src/folderview.c
+               Fix 'goto next unread' after collapsing/expanding 
+               a node.
+
+2006-10-02 [colin]     2.5.2cvs35
+
+       * src/summaryview.c
+               Fix double freeze/thaw
+       * src/common/utils.c
+       * src/common/utils.h
+               Reimplement strftime
+       * src/procheader.c
+               Use it
+
+
+2006-10-02 [colin]     2.5.2cvs34
+
+       * src/mh.c
+               Time mh_write_sequences() - it's fast
+       * src/summaryview.c
+               Init a variable to shut up gcc
+
+2006-10-01 [colin]     2.5.2cvs33
+
+       * src/folder.c
+       * src/mh.c
+       * src/mh.h
+       * src/msgcache.c
+               Add helper mh_set_mtime(), and set mtime to stat()'s result
+               Add fsync but disable it, it's slow as hell
+
 2006-10-01 [colin]     2.5.2cvs32
 
        * src/mh.c