2006-11-01 [colin] 2.5.6cvs18
[claws.git] / ChangeLog
index 1d23088f8880cc41c054e03db179ac08cd2d8731..d91633efa03237b9357b4a3ee67530a34fb3d555 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,358 @@
+2006-11-01 [colin]     2.5.6cvs18
+
+       * src/jpilot.c
+               Handle libpisock12 support. Probably
+               fixes bug 1046, 'jpilot AddressDB.pdb 
+               import fail'
+
+2006-11-01 [colin]     2.5.6cvs17
+
+       * src/folderutils.c
+               debug_print() folderutils_mark_all_read()
+
+2006-11-01 [colin]     2.5.6cvs16
+
+       * COPYING
+               Add missed files to the Apache exception
+
+2006-10-31 [colin]     2.5.6cvs15
+
+       * src/folder.c
+       * src/folder.h
+               Add a copy_private_data() func to FolderClasses
+               Doesn't break the feature freeze, because we 
+               won't use it (right now) in the core.
+
+2006-10-31 [colin]     2.5.6cvs14
+
+       * COPYING
+               Allow linking with the Apache licensed files in
+               src/plugins/spamassassin. Hopefully fixes 
+               bug 1048, 'Spamassassin plugin license problem'
+
+2006-10-31 [wwp]       2.5.6cvs13
+
+       * src/compose.c
+               fix and optimize trimming of leading linefeeds in body loop.
+
+2006-10-31 [colin]     2.5.6cvs12
+
+       * src/etpan/imap-thread.c
+       * src/imap.c
+               Make really sure to have NULL sets in case
+               of error
+
+2006-10-30 [wwp]       2.5.6cvs11
+
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/compose.c
+               fix broken storage of quote format template when it contains \-escape
+               sequences. The application of such sequences is also fixed now (\t
+               in quote format will be a real tab instead of a 't', for instance).
+
+2006-10-27 [colin]     2.5.6cvs10
+
+       * src/compose.c
+               Probably fix bug 1045, 'sylpheed-claws 
+               doesn't remove the mail from the IMAP 
+               Queue folder after sending'. From
+               2.5.6cvs3-stable
+
+2006-10-27 [colin]     2.5.6cvs9
+
+       * configure.ac
+               Require libetpan-0.48. I'm so annoying,
+               I know ;-)
+
+2006-10-27 [colin]     2.5.6cvs8
+
+       * src/folder.c
+       * src/imap.c
+               Probably fix bug 1044, 'sylpheed-claws 
+               segfaults while moving mails' - Fix relation
+               usage when moving to an IMAP mailbox from another
+               mailbox
+
+2006-10-26 [paul]      2.5.6cvs7
+
+       * src/gtk/about.c
+               add libSM to compiled-in features
+               list
+
+2006-10-24 [colin]     2.5.6cvs6
+
+       * src/textview.c
+       * src/gtk/gtkutils.c
+               Fix crash when printing emails with an
+               xface
+
+2006-10-24 [mones]     2.5.6cvs5
+
+       * manual/es/advanced.xml
+               Synchronize hidden option respect_flowed_format
+       * po/es.po
+               Updated translation
+
+2006-10-21 [paul]      2.5.6cvs4
+
+       * src/gtk/authors.h
+       * src/plugins/pgpcore/pgp_viewer.c
+       * src/plugins/pgpcore/sgpgme.c
+               fix building on BSDs
+               Thanks to Michael Hughes
+               <Sylpheed-Claws_user@thehugheslogcabin.net>
+
+2006-10-20 [colin]     2.5.6cvs3
+
+       * configure.ac
+               Bump up libetpan requirement
+               *** THIS COMMIT REQUIRES LIBETPAN CVS ***
+       * src/common/utils.c
+       * src/common/utils.h
+               Add convenience get_file_mtime()
+       * src/imap.c
+       * src/etpan/imap-thread.c
+       * src/etpan/imap-thread.h
+               Implement UIDPLUS support if the server
+               supports it - faster sending in this case
+
+2006-10-19 [colin]     2.5.6cvs2
+
+       * src/gtk/quicksearch.c
+               Fix emptying in type-ahead+extended mode
+       * src/mainwindow.c
+       * src/mainwindow.h
+               Add a hook for offline state change
+       * src/plugins/trayicon/trayicon.c
+               Use it to display offline icons
+       * src/plugins/trayicon/Makefile.am
+       * src/plugins/trayicon/newmail.offline.xpm
+       * src/plugins/trayicon/newmarkedmail.offline.xpm
+       * src/plugins/trayicon/nomail.offline.xpm
+       * src/plugins/trayicon/unreadmail.offline.xpm
+       * src/plugins/trayicon/unreadmarkedmail.offline.xpm
+               Add the icons
+
+2006-10-12 [paul]      2.5.6cvs1
+
+       * NEWS
+       * README
+       * configure.ac
+               Update version number following
+               stable release
+
+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
+       * 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