2006-06-22 [paul] 2.3.1cvs14
[claws.git] / ChangeLog
index 30a40c92e8f6bd2c70cef0a655b486aa9178a5d9..de2eb99de6f0e3b81eb2cf16e29c71e12e9c845e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,243 @@
+2006-06-22 [paul]      2.3.1cvs14
+
+       * configure.ac
+               allow setting of man directory location
+
+2006-06-22 [colin]     2.3.1cvs13
+
+       * src/mainwindow.c
+               Add 'View/Go to/Next unread folder'.
+               I missed that :)
+
+2006-06-22 [colin]     2.3.1cvs12
+
+       * src/common/utils.c
+               Add some subject prefixes
+               Patch by Bjorn T Johansen <btj@havleik.no>
+
+2006-06-22 [colin]     2.3.1cvs11
+
+       * manual/advanced.xml
+               Forgotten hidden pref
+
+2006-06-21 [paul]      2.3.1cvs10
+
+       * src/prefs_account.c
+               complete the removal of 'Add date header' option
+
+2006-06-21 [paul]      2.3.1cvs9
+
+       * src/account.c
+       * src/compose.c
+       * src/prefs_account.c
+       * src/prefs_account.h
+               remove option to add date header - always
+               add date header
+       * src/etpan/imap-thread.c
+               fix warnings (Thanks to Colin)
+
+2006-06-21 [wwp]       2.3.1cvs8
+
+       * src/folder.c
+               set the attachment flag when inline text part are (file)named. This is more convenient
+               when receiving (for instance) inline source files or patches sent using thunderbird.
+
+2006-06-21 [paul]      2.3.1cvs7
+
+       * src/inc.c
+               fix off-by-one count of current msg in
+               statusbar filtering progressbar
+
+2006-06-21 [paul]      2.3.1cvs6
+
+       * src/folder.c
+               Show attachment icon even if the part is 'inline'
+               if the following conditions are met:
+               - content-type != 'text/plain'
+               - content-type != '*/pgp-signature'
+               - either 'name' or 'filename' parameter is not NULL
+               
+               Thanks to Colin
+
+2006-06-21 [paul]      2.3.1cvs5
+
+       * src/messageview.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_other.c
+               add an option to 'Never send Return
+               Receipts'
+               Thanks to Colin
+
+2006-06-20 [mones]     2.3.1cvs4
+
+       * po/es.po
+               updated
+       * src/compose.c
+               typo fixed (space after comma)
+       * tools/make.themes.project
+               remove exec mode from tarball files
+
+2006-06-20 [colin]     2.3.1cvs3
+
+       * src/news.c
+       * src/procheader.c
+       * src/unmime.c
+               Better fix for \n's in headers (don't 
+               break Received: and others)
+
+2006-06-20 [paul]      2.3.1cvs2
+
+       * src/alertpanel.c
+       * src/textview.c
+               improve legibility of phishing attempt
+               dialog
+
+2006-06-20 [paul]      2.3.1cvs1
+
+       * NEWS
+       * README
+       * configure.ac
+               Update version number following
+               stable release
+
+2006-06-20 [colin]     2.3.0cvs26
+
+       * src/compose.c
+               When dragging a file to the text of the compose
+               window, ask whether we want to insert or attach
+               (I know lots of people who do that to attach)
+
+2006-06-20 [colin]     2.3.0cvs25
+
+       * src/etpan/imap-thread.c
+               Fix threshold (the append command is often > 32 bytes)
+
+2006-06-19 [colin]     2.3.0cvs24
+
+       * src/imap.c
+       * src/etpan/imap-thread.c
+               Workaround Rockliffe IMAP server bug: replace
+               "x UID SEARCH (ANSWERED UID 1:*)" with
+               "x UID SEARCH ANSWERED"
+               (Rockliffe doesn't handle the parenthesis)
+
+2006-06-19 [colin]     2.3.0cvs23
+
+       * src/compose.c
+       * src/imap.c
+       * src/etpan/imap-thread.c
+               Probably fix bug #972 (Freezes when adding 
+               an attachment to the message)
+       * src/common/defs.h
+               Modernize Firefox cmd
+
+
+2006-06-18 [colin]     2.3.0cvs22
+
+       * src/prefs_customheader.c
+               Only allow correct filenames for various
+               custom headers
+
+2006-06-18 [colin]     2.3.0cvs21
+
+       * src/prefs_customheader.c
+               Add a 'From File...' button in custom headers prefs, which
+               try to do the right thing: 
+               for normal headers, use file as plaintext,
+               for X-Face, calls compface,
+               for Face, encode to b64.
+
+2006-06-17 [colin]     2.3.0cvs20
+
+       * src/mh.c
+               Warning fix
+
+2006-06-16 [colin]     2.3.0cvs19
+
+       * src/summaryview.c
+               Recursive quicksearch: show message list
+               in current folder, *then* search children
+               in the background.
+
+2006-06-16 [colin]     2.3.0cvs18
+
+       * src/main.c
+               Instead of ignoring SIGPIPE, save caches
+               when getting one. Will fix the fact that
+               hot caches are out-of-date when logging 
+               out of Xorg.
+       * src/compose.c
+       * src/prefs_compose_writing.c
+               Only save text (not attachments) when 
+               auto-saving to drafts
+       * src/unmime.c
+               Always replace \n, \r and \t with spaces
+               in headers
+       * manual/dist/html/Makefile.am
+       * manual/dist/pdf/Makefile.am
+       * manual/dist/ps/Makefile.am
+       * manual/dist/txt/Makefile.am
+       * manual/fr/dist/html/Makefile.am
+       * manual/fr/dist/pdf/Makefile.am
+       * manual/fr/dist/ps/Makefile.am
+       * manual/fr/dist/txt/Makefile.am
+       * manual/pl/dist/html/Makefile.am
+       * manual/pl/dist/pdf/Makefile.am
+       * manual/pl/dist/ps/Makefile.am
+       * manual/pl/dist/txt/Makefile.am
+               Fix make clean removing pregenerated manuals
+
+
+2006-06-16 [colin]     2.3.0cvs17
+
+       * src/plugins/pgpcore/sgpgme.c
+       * src/plugins/pgpmime/pgpmime.c
+       * src/plugins/pgpinline/pgpinline.c
+               Better error reporting in setup_signers.
+               Don't fallback to default key if specified
+               key isn't found.
+               Don't allow signing if more than one secret
+               key matches the one specified in prefs.
+
+2006-06-15 [colin]     2.3.0cvs16
+
+       * src/folderview.c
+               Add "Send queue" in the folder's contextual
+               menu
+       * src/compose.c
+       * src/messageview.c
+       * src/privacy.c
+       * src/privacy.h
+       * src/procmime.c
+       * src/procmsg.c
+       * src/plugins/pgpcore/passphrase.c
+       * src/plugins/pgpcore/sgpgme.c
+       * src/plugins/pgpinline/pgpinline.c
+       * src/plugins/pgpmime/pgpmime.c
+               Better error reporting
+       * src/mbox.c
+               Probably fix bug #971 (2.2.3 cannot read mail 
+               from local mbox)
+
+
+2006-06-15 [mones]     2.3.0cvs15
+
+       * tools/make.themes.project
+               creates the themes project from the web page
+
+2006-06-15 [colin]     2.3.0cvs14
+
+       * src/folder.c
+               Better fix (avoid losing the folder if scan_tree 
+               fails)
+
+2006-06-15 [cleroy]    2.3.0cvs13
+
+       * src/folder.c
+               Probably fix Bug #969 (crash on rebuilding 
+               imap folder)
+
 2006-06-14 [colin]     2.3.0cvs12
 
        * manual/dtd/manual.xsl