fix messageview remembering old position
[claws.git] / ChangeLog-gtk2.claws
index 109a539568fc69d81da0888e783311a0591d6914..3f3ff6467204a3f04e13813393e19870a76d4db7 100644 (file)
@@ -1,3 +1,174 @@
+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
+               Fix erratic folder selection in open mode
+
+2004-07-18 [colin]     0.9.12cvs31.11
+
+       * src/pop.c
+               Don't let partial messages get deleted
+               even with "dowload all"
+               (0.9.12cvs31.8 fix extension)
+2004-07-18 [colin]     0.9.12cvs31.10
+
+       * src/gtk/logwindow.c
+               Fix log scrolling
+
+2004-07-18 [colin]     0.9.12cvs31.9
+
+       * src/common/utils.c
+               Fix non-utf8 strings coming from commands
+               and files
+
+2004-07-18 [colin]     0.9.12cvs31.8
+
+       * src/pop.c
+               Fix partial download bug with Download all
+               messages option
+
+2004-07-18 [colin]     0.9.12cvs31.7
+
+       * src/textview.c
+               Fix bug introduced in 0.9.12cvs31.2
+               (blocked in select mode after double click)
+
+2004-07-18 [colin]     0.9.12cvs31.6
+
+       * src/compose.c
+       * src/gtk/menu.c
+               More glib-warning fixes
+
+2004-07-18 [colin]     0.9.12cvs31.5
+
+       * src/compose.c
+               Fix trashing the primary clipboard when moving 
+               around with tab
+       (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
+
+2004-07-18 [colin]     0.9.12cvs31.4
+
+       * src/codeconv.c
+               convert unencoded iso headers to utf8
+       (Fix Bug 538 Unencoded local characters in subject make it 
+        disappear)
+
+2004-07-18 [colin]     0.9.12cvs31.3
+
+       * src/compose.c
+               Fix tab char handling in wrapping
+       (Fix Bug 537 Line wrap problem - TAB character treated as 
+        one character instead of 8)
+
+2004-07-18 [colin]     0.9.12cvs31.2
+
+       * src/textview.c
+               return FALSE on GDK_MOTION_NOTIFY
+       (Fix Bug 535 Hyperlinks/addresses are not selectable 
+        (unable to highlight))
+
+2004-07-18 [colin]     0.9.12cvs31.1
+
+       * src/folderview.c
+               Sync with 0.9.12cvs31
+
+2004-07-18 [colin]     0.9.12cvs30.3
+
+       * src/compose.c
+               Also block text_inserted when inserting a file
+
+2004-07-18 [colin]     0.9.12cvs30.3
+
+       * src/compose.c
+               Fix smart wrapping (block text_inserted handler
+               while putting quotation to avoid wrap on input,
+               don't join lines if next is sig separator)
+
+2004-07-17 [colin]     0.9.12cvs30.2
+
+       * src/folderview.c
+       * src/mainwindow.c
+       * src/mimeview.c
+       * src/summaryview.c
+       * src/gtk/quicksearch.c
+       * src/gtk/quicksearch.h
+               Block key events handlers *and* accels while
+               quicksearch is focused
+       (Fixes Bug 534 quick-search bar not accepting certain letters)
+
+2004-07-17 [colin]     0.9.12cvs30.1
+
+       * src/folder.h
+       * src/folderview.c
+       * src/summaryview.c
+               Sync with 0.9.12cvs30
+
+2004-07-17 [colin]     0.9.12cvs28.2
+
+       * src/mimeview.c
+       * src/procmime.c
+       * src/summaryview.c
+       * src/gtk/menu.c
+               Squash some compile and glib warnings
+
+2004-07-17 [paul]      0.9.12cvs28.1
+
+       * src/mimeview.c
+               sync with 0.9.12cvs28 HEAD
+
 2004-07-16 [paul]      0.9.12cvs26.1
        
        * src/gtk/quicksearch.c