2012-09-08 [colin] 3.8.1cvs45
[claws.git] / ChangeLog
index 6665e4298d4839a3250343cf47b3b0a62626413e..69492618a73eb8e8276aa1d91d1df8b4d197becb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,111 @@
+2012-09-08 [colin]     3.8.1cvs45
+
+       * src/textview.c
+               Fix shortcut getting
+
+2012-09-05 [colin]     3.8.1cvs44
+
+       * src/matcher.c
+       * src/matcher.h
+       * src/prefs_matcher.c
+               Drop matcherprop_new_create, which is just a copy of
+               matcherprop_new, and staticalize what can be
+
+2012-09-05 [colin]     3.8.1cvs43
+
+       * src/plugins/pgpcore/select-keys.c
+               Fix bug #2390, "Non-fully-trusted-key-warning appears
+               based on primary UID rather than recipient e-mail"
+
+2012-08-29 [colin]     3.8.1cvs42
+
+       * src/gtk/gtkaspell.c
+               Fix bug #2596, "Spell checker does not work properly"
+
+2012-08-29 [colin]     3.8.1cvs41
+
+       * src/plugins/pgpcore/sgpgme.c
+               Set gpgme's locale to UTF-8. Fixes bug #2650,
+               "segfault in pgp when gpgme_strerror() returns a non utf-8 string"
+
+2012-08-29 [colin]     3.8.1cvs40
+
+       * src/mainwindow.c
+       * src/messageview.c
+       * src/mimeview.c
+       * src/mimeview.h
+       * src/summaryview.c
+       * src/textview.c
+       * src/gtk/menu.c
+       * src/gtk/menu.h
+               Move the hardcoded mimeview shortcuts to standard menus.
+
+2012-08-27 [colin]     3.8.1cvs39
+
+       * src/main.c
+               Fix double mainwindow presentation that confuses GNOME3
+               when some plugins fail to load (subsequent Claws windows
+               got no focus in that case)
+
+2012-08-27 [colin]     3.8.1cvs38
+
+       * src/summaryview.c
+               Make Mark all read confirmation button more clear
+
+2012-08-27 [colin]     3.8.1cvs37
+
+       * src/mainwindow.c
+       * src/summaryview.c
+               Separate "Mark all read" from "Mark as read"
+               and "Ignore thread"
+
+2012-08-27 [wwp]       3.8.1cvs36
+
+       * src/inc.c
+       * src/procmsg.c
+               Remove session statistics debug statements (irrelevant in repo,
+               that's dev stuff).
+
+2012-08-24 [mones]     3.8.1cvs35
+
+       * manual/advanced.xml
+               Keep alphabetic order of hidden options lost
+               and update Clawsker URL.
+       * manual/de/advanced.xml
+       * manual/fr/advanced.xml
+               Update Clawsker URL.
+       * manual/es/advanced.xml
+               Sync with English version and update Clawsker URL.
+       * manual/de/dist/html/Makefile.am
+       * manual/es/dist/html/Makefile.am
+       * manual/fr/dist/html/Makefile.am
+       * manual/pl/dist/html/Makefile.am
+       * manual/dist/html/Makefile.am
+               Fix bug 2723 'Missing encoding in generated html manual'
+
+2012-08-23 [colin]     3.8.1cvs34
+
+       * src/mainwindow.c
+               Fix --offline asking if one wants to sync,
+               due to re-entering. Thanks <ebik@ucw.cz>.
+
+2012-08-16 [colin]     3.8.1cvs33
+
+       * src/imap.c
+               Always clear the tags list when fetching a folder, or
+               Claws will never untag an untagged email. Patch by
+               Igor Mammedov <imammedo@redhat.com>
+
+2012-08-12 [colin]     3.8.1cvs32
+
+       * src/compose.c
+               Exclude text/plain from the attachment thing
+
+2012-08-12 [colin]     3.8.1cvs31
+
+       * src/messageview.c
+               Fix comparison, thanks to Michael Gmelin
+
 2012-08-12 [colin]     3.8.1cvs30
 
        * src/messageview.c