2004-12-14 [colin] 0.9.13cvs18
[claws.git] / ChangeLog.claws
index a8d599f4e3aa1f18496b18a59515dc76a4391545..26fb1cc7a7f65e97579ebeed522bb0f3f6b3fb4a 100644 (file)
@@ -1,3 +1,193 @@
+2004-12-14 [colin]     0.9.13cvs18
+
+       * src/gtk/prefswindow.c
+               Fix build. Sorry :)
+
+2004-12-14 [colin]     0.9.13cvs17
+
+       * src/gtk/gtkutils.c
+       * src/gtk/gtkutils.h
+       * src/gtk/prefswindow.c
+               Catch Enter in prefswindow while in text
+               widget. Patch by Alfons.
+
+2004-12-14 [paul]      0.9.13cvs16
+
+       * ChangeLog
+       * ChangeLog.jp
+       * src/action.c
+       * src/compose.c
+       * src/common/utils.c
+               sync with main, see ChangeLog entries 2004-12-10
+               and 2004-12-13
+
+       * po/ru.po
+               updated by Pavlo Bohmat
+
+2004-12-13 [thorsten]  0.9.13cvs15
+
+       * src/plugins/spamassassin/libspamc.c
+               fix memleak
+
+2004-12-13 [colin]     0.9.13cvs14
+
+       * src/gtk/prefswindow.c
+       * src/gtk/pluginwindow.c
+               Fix key_pressed handlers
+
+2004-12-11 [colin]     0.9.13cvs13
+
+       * src/quote_fmt_parse.y
+               Rework quote_fmt_parse to use less local 
+               arrays in local blocks, so it doesn't 
+               freak out IBM's stack protector. Patch
+               by Alfons.
+
+2004-12-10 [colin]     0.9.13cvs12
+
+       * src/messageview.c
+               Fix logic error
+       * src/mainwindow.c
+               Fix corruptions when de-separating messageview
+
+2004-12-10 [paul]      0.9.13cvs11
+
+       * src/prefs_themes.c
+               use a different set of icons for the Preview
+
+2004-12-09 [colin]     0.9.13cvs10
+
+       * src/procmime.c
+               Fix procmime_encode_content doing horribly wrong
+               stuff when encoding to B64 from memory
+
+2004-12-08 [colin]     0.9.13cvs9
+
+       * src/gtk/colorlabel.c
+               Fix color label off-by-one
+               Patch by Alfons
+
+2004-12-08 [hoa]       0.9.13cvs8
+
+       * src/quote_fmt_parse.y
+               really fix buffer overflow
+
+2004-12-08 [colin]     0.9.13cvs7
+
+       * src/matcher_parser_parse.y
+       * src/msgcache.c
+       * src/prefs_matcher.c
+       * src/procheader.c
+       * src/matcher.c
+       * src/common/defs.h
+               Cache total_size and use that to speed up
+               'partial' match.
+               Add 'partial' to the list of useable stuff
+               in filtering
+
+2004-12-08 [paul]
+
+       * po/sr.po
+               updated by URKE MMI
+
+2004-12-08 [colin]     0.9.13cvs6
+
+       * src/textview.c
+               Fix possible boundary overrun in
+               get_email_part(). Patch by Alfons
+
+2004-12-08 [hoa]       0.9.13cvs5
+
+       * src/quote_fmt_parse.y
+               fix buffer overflow
+               http://bugs.gentoo.org/show_bug.cgi?id=67253
+
+2004-12-07 [thorsten]  0.9.13cvs4
+
+       * src/procmime.c
+               fix leak introduced with 0.9.13cvs1
+
+2004-12-07 [keith]     0.9.13cvs3
+
+       * src/procmime.c
+               Fix typo
+
+2004-12-07 [colin]     0.9.13cvs2
+
+       * AUTHORS
+       * src/prefs_account.c
+       * src/common/smtp.c
+       * src/common/smtp.h
+               Add SMTP PLAIN authentication. Patch by 
+               George Michaelson <ggm@apnic.net>
+
+2004-12-07 [thorsten]  0.9.13cvs1
+
+       * src/procmime.c
+               [Bug 650] reply button causes crash
+               Patch partly by David Relson
+
+2004-12-06 [paul]      0.9.13
+
+       0.9.13 released
+
+2004-12-06 [paul]
+
+       * po/sk.po
+               updated by Andrej Kacian
+       * INSTALL
+       * README.claws
+               updated
+       
+2004-12-06 [christoph]
+
+       * configure.ac
+               move GPGME check to PGP/MIME plugin checks
+
+2004-12-06 [colin]     0.9.12cvs187
+
+       * src/compose.c
+               X-Sylpheed-Gnupg-Mode -> X-Sylpheed-Privacy-System
+
+2004-12-06 [paul]      0.9.12cvs186
+
+       * INSTALL
+       * README.claws
+               updated
+       * po/es.po
+       * po/fr.po
+       * po/it.po
+       * po/ja.po
+       * po/pt_BR.po
+       * po/zh_CN.po
+               updated by Ricardo Mones Lastra, Fabien Vantard, Andrea 
+               Spadaccini, Rui Hirokawa, Frederico Goncalves Guimaraes,
+               and Yang Guilong
+
+2004-12-05 [paul]      0.9.12cvs185
+
+       * INSTALL
+       * Makefile.am
+       * README.claws
+               update
+       * TODO.claws    **REMOVED**
+               removed, use the wiki instead
+       * tools/Makefile.am
+       * tools/README
+               remove newscache_conv.pl from the release package
+               and notes as it is broken and not currently maintained
+       * tools/filter_conv.pl
+               use --config-dir to find claws' config dir
+       * tools/kdeservicemenu/README
+       * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
+       * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
+               make a top-level menu entry
+
+2004-12-04 [paul]      0.9.12cvs184
+
+       * src/addrharvest.c
+               conv_unmime_header_overwrite(name)
+
 2004-12-04 [colin]     0.9.12cvs183
 
        * src/compose.c