untwist file selection logic - be explicit
[claws.git] / ChangeLog-gtk2.claws
index ea5b51a52f4bdf29c48e40d55e488589d236d696..b8c36472259218f792123b4e256a63c2b3a40275 100644 (file)
@@ -1,3 +1,118 @@
+2004-07-21 [colin]     0.9.12cvs33.10
+
+       * src/compose.c
+       * src/crash.c
+       * src/export.c
+       * src/import.c
+       * src/messageview.c
+       * src/mimeview.c
+       * src/prefs_spelling.c
+       * src/prefs_themes.c
+       * src/summaryview.c
+       * src/gtk/filesel.c
+       * src/gtk/filesel.h
+       * src/gtk/pluginwindow.c
+               Untwist open/save mode guessing logic, make
+               it explicit
+
+2004-07-20 [colin]     0.9.12cvs33.9
+
+       * src/codeconv.c
+               conv_encode_header: src_charset is UTF-8 on
+               gtk2
+       * src/compose.c
+               Remove double encoding of the headers
+
+2004-07-20 [colin]     0.9.12cvs33.8
+
+       * src/codeconv.c
+               Fix typo
+
+2004-07-20 [colin]     0.9.12cvs33.7
+
+       * src/mainwindow.c
+               Set the separated messageview to the saved
+               size of Claws' messageview (Patch by Alfons)
+               Fix a callback prototype (me)
+
+2004-07-20 [colin]     0.9.12cvs33.6
+
+       * src/codeconv.h
+               Forgot one hunk in 0.9.12cvs33.4
+
+2004-07-19 [colin]     0.9.12cvs33.5
+
+       * src/action.c
+               Action output fix
+               Patch by Alfons
+
+2004-07-19 [colin]     0.9.12cvs33.4
+
+       * src/compose.c
+               Fix outgoing charset bug in headers
+       * src/codeconv.c
+               Clean for glib2 - Patch by Alfons
+
+2004-07-19 [colin]     0.9.12cvs33.3
+
+       * src/statusbar.c
+               Remove grip from the statusbar
+               Patch by Alfons
+
+2004-07-19 [colin]     0.9.12cvs33.2
+
+       * src/messageview.c
+       * src/textview.c
+               Fix messageview remembering the previous
+               scroll position when loading a new message
+               Patch by Alfons
+
+2004-07-19 [colin]     0.9.12cvs33.1
+
+       * src/folder.h
+       * src/folderview.c
+       * src/summaryview.c
+               Sync with HEAD
+
+2004-07-18 [colin]     0.9.12cvs32.7
+
+       * configure.ac
+               Remove useless check for XIM - noticed
+               by Alfons
+
+2004-07-18 [colin]     0.9.12cvs32.6
+
+       * src/summaryview.c
+               Remove non-modified and shift-modified
+               accelerators in summaryview's popup
+               menu, as that doesn't get catched by
+               the accel-activate signal catcher...
+
+2004-07-18 [colin]     0.9.12cvs32.5
+
+       * src/prefs_common.c
+               Define sensible default prefs for 
+               wrapping
+
+2004-07-18 [colin]     0.9.12cvs32.4
+
+       * src/compose.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_wrapping.c
+               Remove Smart Wrapping pref, which does
+               nothing on gtk2 branch
+
+2004-07-18 [colin]     0.9.12cvs32.3
+
+       * src/sourcewindow.c
+               Proper utf8
+
+2004-07-18 [colin]     0.9.12cvs32.2
+
+       * src/compose.c
+               Save attachment status when drafting
+
 2004-07-18 [colin]     0.9.12cvs32.1
 
        * src/gtk/filesel.c