2005-02-23 [colin] 1.0.1cvs15.9
[claws.git] / ChangeLog-gtk2.claws
index f4c084a3232aa91d87e265cf98c200064b8a1c43..143d751129cd74d67fa7735953ce212adab22ef2 100644 (file)
@@ -1,3 +1,101 @@
+2005-02-23 [colin]     1.0.1cvs15.9
+
+       * src/summaryview.c     
+               Fix expanding
+
+2005-02-23 [colin]     1.0.1cvs15.8
+
+       * src/summaryview.c
+               Really fix Bug 568 by removing useless
+               calls. summary_thread_init() now called
+               in summary_sort(). This should please
+               Alfons as it should be faster than 
+               previously.
+
+2005-02-23 [colin]     1.0.1cvs15.7
+
+       * src/compose.c
+               Encode parts as QP or B64 if signing
+
+2005-02-23 [colin]     1.0.1cvs15.6
+
+       * src/compose.c
+               Fix Mimeinfo leakage (including tmp files)
+       * src/procmsg.c
+               Fix tmp file leakage (spotted by Ivan Rayner)
+
+2005-02-22 [colin]     1.0.1cvs15.5
+
+       * src/expldifdlg.c
+               Fix keyboard input. Patch by Alfons.
+
+2005-02-21 [colin]     1.0.1cvs15.4
+
+       * src/compose.c
+               Fix Sign/Encrypt when unselecting privacy
+               system
+       * src/prefs_common.c
+               Change default message font to Monospace
+       * src/summaryview.c
+               More freezing during potentially large operations
+
+2005-02-21 [paul]      1.0.1cvs15.3
+
+       * src/main.c
+               fix --help output
+
+2005-02-21 [paul]      1.0.1cvs15.2
+
+       * po/Makefile.in.in
+       * src/compose.c
+       * src/summaryview.c
+       * src/textview.c
+       * src/common/utils.c
+       * src/common/utils.h
+               sync with main (revision 117)
+
+2005-02-20 [colin]     1.0.1cvs15.1
+
+       * src/common/defs.h
+               Change cache file to .sylpheed_claws_cache, as
+               suggested by Alfons. Allows people to switch
+               between Sylpheed and Sylpheed-Claws. it is
+               a good idea to "Check for new messages" at next
+               startup.
+
+
+2005-02-18 [colin]     1.0.1cvs14.1
+
+       * src/quote_fmt_lex.l
+       * src/quote_fmt_parse.y
+               Fix parser initialisation. Patch by Ivan.
+
+2005-02-18 [colin]     1.0.1cvs11.6
+
+       * src/folderview.c
+               Fix scrolldown (bug 662)
+
+2005-02-17 [colin]     1.0.1cvs11.5
+
+       * src/codeconv.c
+               conv_filename_to_utf8: return clean 7bit instead
+               of broken utf8 if needed
+       * src/mimeview.c
+               Fix display of parts with unclean 8bit names
+
+2005-02-17 [paul]      1.0.1cvs11.4
+
+       * src/compose.c
+       * src/exportldif.c
+       * src/matcher_parser_parse.y
+       * src/procmime.c
+       * src/sourcewindow.c
+       * src/common/Makefile.am
+       * src/common/intl.h             ** REMOVED **
+       * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
+               sync with main (revision 109)
+               and clean up
+
 2005-02-16 [colin]     1.0.1cvs11.3
 
        * src/summaryview.c