fix engrish
[claws.git] / ChangeLog-gtk2.claws
index 932c8d19ebc295fa9a24c539b255a036d7e3c48e..98421e2b1ad469d5ec8dbaae821cc575b41aba39 100644 (file)
@@ -1,9 +1,158 @@
+2004-07-09 [colin]     0.9.11cvs17.18
+
+       * src/messageview.c
+               Fix Engrish
+
+2004-07-09 [colin]     0.9.11cvs17.17
+
+       * src/pop.c
+               strlen checking...
+       * src/messageview.c
+               refactoring a bit
+
+2004-07-08 [colin]     0.9.11cvs17.16
+
+       * src/noticeview.c
+       * src/noticeview.h
+               Add an optional second button
+       * src/messageview.c
+       * src/pop.c
+       * src/pop.h
+               Don't delete partially received mails after a certain
+               time; rather, let the user decide.
+
+2004-07-08 [colin]     0.9.11cvs17.15
+
+       * src/common/smtp.h
+               Sync with HEAD
+
+2004-07-08 [colin]     0.9.11cvs17.14
+
+       * src/messageview.c
+       * src/common/smtp.c
+               Use to_human_readable() for sizes
+
+2004-07-08 [colin]     0.9.11cvs17.13
+
+       * src/inc.c
+       * src/messageview.c
+       * src/pop.c
+       * src/pop.h
+       * src/procmsg.c
+               Fix partial-downloading issues:
+                       catch unsupported TOP
+                       don't delete partially downloaded mails before 5 days
+                       don't update existing with non-MH folders; that'll
+                       make dups, but it's better than trashing the folder
+                       free new msginfo parts
+               Fix indentation ;-)
+
+2004-07-08 [colin]     0.9.11cvs17.12
+
+       * src/common/smtp.c
+       * src/common/smtp.h
+               Sync smtp size verification with HEAD
+
+2004-07-08 [colin]     0.9.11cvs17.11
+
+       * src/summaryview.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/gtk/quicksearch.c
+       * src/gtk/quicksearch.h
+               Sync sticky pref with HEAD
+
+2004-07-08 [colin]     0.9.11cvs17.10
+
+       * src/folder.c [1.213.2.6]
+       * src/folder.h [1.87.2.6]
+       * src/inc.c [1.149.2.7]
+       * src/messageview.c [1.94.2.8]
+       * src/procheader.c [1.47.2.6]
+       * src/procmsg.c [1.150.2.4]
+       * src/procmsg.h [1.60.2.5]
+       * src/pop.c [1.56.2.4]
+       * src/pop.h [1.17.2.3]
+               Let too big messages get downloaded, but truncated
+               Add a button to download them completely
+               
+2004-07-06 [colin]     0.9.11cvs17.9
+
+       * src/gtk/quicksearch.c [1.1.2.3]
+               Add a Clear button
+       * commitHelper
+       * PATCHSETS
+               Add a script to help with cvs
+
+2004-07-03 [colin]     0.9.11cvs17.8
+
+       * src/plugins/imageviewer/viewer.c
+               fix imageviewer (which was staying on the first
+               displayed image)
+
+2004-07-03 [colin]     0.9.11cvs17.7
+
+       Removed FIXME_GTK2 warnings
+       * src/gtk/gtkutils.c
+               useless #warnings
+       * src/gtk/menu.c
+               useless #warnings (no need to mess with menu rc)
+       * src/gtk/menu.h
+               unused functions
+       
+
+2004-07-03 [colin]     0.9.11cvs17.6
+
+       Removed FIXME_GTK2 warnings
+       * src/codeconv.c
+               useless #warnings (rewrite needed)
+       * src/compose.c
+               useless #warnings (rewrite needed)
+               useless #warnings (gtk2 is like that)
+               useless #warnings (previously fixed)
+       * src/main.c
+               useless #warnings (previously fixed)
+       * src/message_search.c
+               useless #warnings (gtk2 is like that)
+               Made apparent that search is case-sensitive
+       * src/mimeview.c
+               useless #warnings (rewrite needed)
+               useless #warnings (gtk2 is like that)
+               reimplemented real warnings
+       * src/prefs_common.c
+               Removed block cursor option (not it gtk2)
+       * src/prefs_gtk.c
+               useless #warnings (rewrite needed)
+       * src/procheader.c
+               useless #warnings (rewrite needed)
+       * src/sourcewindow.c
+               useless #warnings (incorrect placing)
+       * src/summary_search.c
+               useless #warnings (gtk2 is like that)
+               Made apparent that search is case-sensitive
+       * src/action.c
+               useless #warnings (gtk2 is like that)
+       * src/textview.c
+               useless #warnings (rewrite needed)
+       * src/toolbar.c
+               useless #warnings (rewrite needed)
+
+2004-07-03 [colin]     0.9.11cvs17.5
+
+       * src/textview.c
+               Fix mismerge which broke URI opening
+               
+2004-07-01 [colin]     0.9.11cvs17.4
+
+       * src/gtk/filesel.c
+               Fill filename when saving
+               
 2004-06-27 [colin]     0.9.11cvs17.3
 
        * src/gtk/filesel.[ch]
                Use the new GTK file selector
                Update prototype to match the reality: multiple file
-               selection is open-only
+               selection is open-only          
        * src/compose.c
                Match the new prototypes        
        * configure.ac