2005-01-14 [colin] 0.9.13cvs33
[claws.git] / ChangeLog.claws
index 6efe0067cd7874fa0cec2c2506ac296bfece4176..2e8300194b966ecb05962b0b74d7541ab910c0ff 100644 (file)
@@ -1,3 +1,161 @@
+2005-01-14 [colin]     0.9.13cvs33
+
+       * src/html.c
+       * src/msgcache.c
+               Fix coding style issues from the last patch
+
+2005-01-14 [colin]     0.9.13cvs32
+
+       * src/msgcache.c
+               Fix possible double free, avoid putting 8k on the stack
+       * src/html.c
+       * src/html.h
+               Fix links with tags inside, add some entities
+       * AUTHORS
+               Both patches by Rich Coe <Richard.Coe@med.ge.com>
+
+2005-01-09 [thorsten]  0.9.13cvs31
+
+       * tools/calypso_convert.pl
+               support nested subdirs (possible in recent calypso versions)
+               fix "change of readonly value" error with perl >= 5.8
+
+2005-01-08 [colin]     0.9.13cvs30
+
+       * src/prefs_filtering_action.c
+               Plug leak - patch by Alfons
+
+2005-01-07 [paul]      0.9.13cvs29
+
+       * ChangeLog
+       * ChangeLog.jp
+       * src/pop.c
+       * src/pop.h
+               sync with main, see ChangeLog 2005-01-06
+
+2005-01-06 [colin]     0.9.13cvs28
+
+       * src/prefs_matcher.c
+               Plug leak. Patch by Alfons
+
+2005-01-04 [christoph] 0.9.13cvs27
+
+       * src/folderview.c
+       * src/imap_gtk.c
+       * src/news_gtk.c
+               Create extra popup menu entries for account settings
+
+       (Closes Bug 663 segfault choosing "Properties" for root MH mailbox)
+
+2005-01-03 [colin]     0.9.13cvs26
+
+       * src/main.c
+               Plugins should be loaded before --receive or --receive-all 
+               is processed. 
+               Patch by Felix Eckhofer <felix-ml@tribut.de>
+
+2005-01-03 [colin]     0.9.13cvs25
+
+       * src/pop.c
+       * src/pop.h
+               Add data_len member, because we can get NULs from network
+               Patch by Alfons
+
+2005-01-01 [colin]     0.9.13cvs24
+
+       * src/procmime.c
+               Fix possible memleak in corner case - found by
+               Martin Kluge, patch by Alfons
+
+2004-12-30 [colin]     0.9.13cvs23
+
+       * src/account.c
+               Fix prototypes - patch by Alfons
+
+2004-12-30 [paul]      0.9.13cvs22
+
+       * ChangeLog
+       * ChangeLog.jp
+       * NEWS
+       * src/account.c
+               sync with main 1.0.0.
+               see ChangeLog 2004-12-22
+
+2004-12-18 [paul]      0.9.13cvs21
+
+       * AUTHORS
+       * ChangeLog
+       * ChangeLog.jp
+       * src/action.c
+               sync with main, see ChangeLog 2004-12-17
+
+2004-12-17 [thorsten]  0.9.13cvs20
+
+       * src/compose.c
+               protect trailing spaces when signing message
+
+2004-12-16 [paul]      0.9.13cvs19
+
+       * ChangeLog
+       * ChangeLog.jp
+       * NEWS
+       * src/compose.c
+       * src/syldap.c
+               sync with main 1.0.0rc
+               see ChangeLog 2004-12-15
+
+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