2008-06-13 [wwp] 3.4.0cvs92
[claws.git] / ChangeLog
index c5e62528337b7e04bb50850c11cec4660da4c117..775ae657704975182d64536f6af8dd6204a097a0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,192 @@
+2008-06-13 [wwp]       3.4.0cvs92
+
+       * src/addrduplicates.c
+       * src/addressadd.c
+       * src/addressbook.c
+       * src/addressbook_foldersel.c
+       * src/editgroup.c
+               use tree decorations everywhere AB folders are used (AB tree pane,
+                   add address to AB, select AB folder, edit group, custom attr, find dup
+                   results), in order to match global style
+               make double-clicks in AB's tree pane behave like in MW's folder tree pane:
+                   double clicking on groups in tree pane does open the group edit dialog
+                   double clicking on other items in tree pane does expand/collapse
+               fix a missing space in AB's delete-folder dialog
+               fix again edit button sensitivity (thanks to iwkse, this reworks cvs79)
+
+       * src/foldersel.c
+               make foldersel dialog show dotted lines according to global (hidden) prefs
+
+2008-06-12 [colin]     3.4.0cvs91
+
+       * src/compose.c
+       * src/compose.h
+               Fix bug 1635, 'Last character of message is truncated 
+               when changing accounts w/ sigs'
+       * src/folderview.c
+               Fix bug 1636, 'Can't select "properties" on "folders 
+               only" folders'
+
+2008-06-11 [colin]     3.4.0cvs90
+
+       * src/folder.c
+               Maybe fix bug 1623, 'exits with segfault when 
+               logging in to certain imap-servers'
+
+2008-06-10 [mones]     3.4.0cvs89
+
+       * AUTHORS
+       * tools/Makefile.am
+       * tools/README
+       * tools/convert_mbox.sh
+               Undo cvs86 and cvs87, it really should be a patch to 
+               convert_mbox.pl
+
+2008-06-10 [wwp]       3.4.0cvs88
+
+       * po/fr.po
+               Updated French translation.
+
+2008-06-10 [mones]     3.4.0cvs87
+
+       * tools/Makefile.am
+               Oops, forgot to add previous script for distribution
+
+2008-06-10 [mones]     3.4.0cvs86
+
+       * AUTHORS
+       * tools/README
+       * tools/convert_mbox.sh
+               Added script to convert Evolution mail folders contributed
+               by Daniel Dickinson <cshore@fionavar.ca>
+               Fixes debian bug 461435
+
+2008-06-09 [colin]     3.4.0cvs85
+
+       * src/main.c
+               Integrate AWN information bubble if dbus is
+               available
+       * src/folder.c
+               Fix crash when calling scan_required() on 
+               folder classes that don't implement them
+       * src/common/session.c
+               Fix a little typo
+
+2008-06-09 [colin]     3.4.0cvs84
+
+       * src/main.c
+               Fix bug 1447, 'If user tries to close while starting 
+               up, it will not close ever.'
+
+2008-06-09 [colin]     3.4.0cvs83
+
+       * src/filtering.c
+               Fix bug 1628, 'Claws Mail crashes when 
+               filtering selected messages'
+
+2008-06-04 [colin]     3.4.0cvs82
+
+       * src/messageview.c
+               Complete handling of html parts in multipart/alternative
+               mails
+
+2008-06-03 [paul]      3.4.0cvs81
+
+       * src/prefs_message.c
+               make always the english good
+
+2008-06-03 [colin]     3.4.0cvs80
+
+       * src/mainwindow.c
+       * src/mainwindow.h
+               Fix bug 1624, '[PATCH] Quick search should be 
+               disabled for folder view'; based on a patch by
+               Michael Terry
+
+2008-06-03 [iwkse]     3.4.0cvs79
+
+       * src/addressbook.c
+               Fix little gui bug on button sensitivity
+       * src/messageview.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_message.c
+               Allow by default to show html in multipart/alternative
+
+2008-06-02 [colin]     3.4.0cvs78
+
+       * src/prefs_actions.c
+               GUI rework, patch by Pawel 
+
+2008-06-02 [colin]     3.4.0cvs77
+
+       * src/quote_fmt.c
+               Fix sensitivity/alignment, patch from
+               Pawel
+
+2008-05-31 [colin]     3.4.0cvs76
+
+       * src/imap.c
+               Fix login issue introduced in cvs75.
+
+2008-05-31 [colin]     3.4.0cvs75
+
+       * src/imap.c
+               Fix more possible double-frees. Also, fix the root cause
+               of these double-frees by just noting the Session is to
+               be destroyed instead of destroying it in flight
+
+2008-05-29 [paul]      3.4.0cvs74
+
+       * manual/keyboard.xml
+               'Makes' these entries like the others
+
+2008-05-29 [colin]     3.4.0cvs73
+
+       * src/procmsg.h
+               Include utils.h in case we
+               need to pull goffset definition
+
+2008-05-29 [colin]     3.4.0cvs72
+
+       * src/common/utils.h
+               Workaround a stupid Glib issue, where
+               goffset happens to be undefined. 
+
+2008-05-28 [colin]     3.4.0cvs71
+
+       * src/compose.c
+       * src/compose.h
+       * src/grouplistdialog.c
+       * src/image_viewer.c
+       * src/imap.c
+       * src/inc.c
+       * src/main.c
+       * src/matcher.c
+       * src/messageview.c
+       * src/mimeview.c
+       * src/prefs_themes.c
+       * src/procmsg.h
+       * src/summaryview.c
+       * src/summaryview.h
+       * src/textview.c
+       * src/common/smtp.c
+       * src/common/utils.c
+       * src/common/utils.h
+               Use goffset instead of off_t for MsgInfo's size
+               Allows using MsgInfo structure from plugins
+               compiled with largefile support
+
+2008-05-26 [colin]     3.4.0cvs70
+
+       * src/mainwindow.c
+       * src/mainwindow.h
+               Define THEME_CHANGED_HOOKLIST and invoke
+               it on theme change
+       * src/plugins/trayicon/trayicon.c
+               Listen to THEME_CHANGED_HOOKLIST and
+               update accordingly
+
 2008-05-26 [paul]      3.4.0cvs69
 
        * src/mimeview.c