2005-01-29 [paul] 1.0.0cvs23.2
[claws.git] / ChangeLog.claws
index 567067972fb2d56e3096dfdc29f11e5b1488edc9..71046275af7eabd970147a512b1989a751ef2262 100644 (file)
@@ -1,3 +1,180 @@
+2005-01-20 [holger]    1.0.0cvs3
+
+       * src/addrindex.c
+       * src/addrindex.h
+               Add addrindex_load_person_attribute() (for plugins)
+
+2005-01-19 [colin]     1.0.0cvs2
+
+       * src/mbox.c
+       * src/mbox.h
+       * src/mainwindow.c
+       * src/summaryview.c
+       * src/summaryview.h
+               Add an easy way to export specific messages
+               to an mbox file.
+
+2005-01-19 [paul]      1.0.0cvs1
+
+       * po/ja.po
+       * po/ko.po
+               updated by  Rui Hirokawa and
+               SungHyun Nam
+
+2005-01-18 [paul]      1.0.0
+
+       * version 1.0.0 released
+
+2005-01-17 [thorsten]  0.9.13cvs38
+
+       * src/crash.c
+       * src/gtk/pluginwindow.c
+               return value of filesel should not be free()d
+
+2005-01-17 [paul]      0.9.13cvs37
+
+       * AUTHORS
+       * po/es.po
+       * po/fr.po
+       * po/hr.po
+       * po/it.po
+       * po/pt_BR.po
+       * po/sk.po
+       * po/sr.po
+               update translations. submitted by Ricardo Mones
+               Lastra, Fabien Vantard, Dragan, Andrea Spadaccini,
+               Frederico Goncalves Guimaraes, Andrej Kacian,
+               Aleksandar Urosevic
+
+2005-01-16 [colin]     0.9.13cvs36
+
+       * src/prefs_toolbar.c
+               Fix two leaks, both found by Alfons.
+
+2005-01-15 [paul]      0.9.13cvs35
+
+       * src/gtk/pluginwindow.c
+               fix 2 memleaks, patch by Alfons
+
+2005-01-15 [paul]      0.9.13cvs34
+
+       * ChangeLog
+       * ChangeLog.jp
+       * src/common/template.c
+               sync with main, see ChangeLog 2005-01-11
+               (fix potential memory corruption bug)
+
+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