2007-09-16 [colin] 3.0.0cvs17
[claws.git] / ChangeLog
index 81febc1987cc6c25180d14fd295d030dd16d0d97..a12dae240142e847c2ebec1a805c6ad72cd52f7b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,163 @@
+2007-09-16 [colin]     3.0.0cvs17
+
+       * src/folderview.c
+               Fix bug 1311, 'Wrong arrow position 
+               while moving message into folder when 
+               column headers hidden'
+       * src/image_viewer.c
+               Show error in the GUI if image can't
+               be loaded
+       * src/matcher.c
+               Fix spurious output
+       * src/messageview.c
+               Allow setting domain in msgid
+       * src/common/plugin.c
+               Add timing information
+
+2007-09-16 [colin]     3.0.0cvs16
+
+       * src/account.c
+       * src/compose.c
+       * src/prefs_account.c
+       * src/prefs_account.h
+       * src/prefs_template.c
+       * src/common/utils.c
+               Remove Generate Message-ID option. We need
+               this on some IMAP servers.
+
+2007-09-16 [colin]     3.0.0cvs15
+
+       * src/prefs_filtering.c
+       * src/prefs_filtering.h
+       * src/prefs_filtering_action.c
+       * src/common/tags.c
+               Fix tags issues: tags with spaces, renaming
+               tags.
+
+2007-09-16 [colin]     3.0.0cvs14
+
+       * src/folderview.c
+       * src/main.c
+       * src/mainwindow.c
+               Fix bug 1308, 'Claws deletes folderlist.xml after
+               fetching mail short after start-up'
+
+2007-09-16 [colin]     3.0.0cvs13
+
+       * src/compose.c
+               Fix scrolling to cursor
+
+2007-09-16 [paul]      3.0.0cvs12
+
+       * po/sr.po
+               updated by Aleksandar Urosevic
+
+2007-09-16 [paul]      3.0.0cvs11
+
+       * src/folder.c
+               do not allow locked msgs to be deleted,
+               even by filtering/processing
+
+2007-09-07 [paul]      3.0.0cvs10
+
+       * src/prefs_folder_column.c
+       * src/prefs_summary_column.c
+               implement button sensitivity
+               patch by Pawel Pekala
+
+2007-09-06 [wwp]       3.0.0cvs9
+
+       * src/prefs_gtk.c
+               Add a missing linefeed to a debug message.
+
+2007-09-05 [colin]     3.0.0cvs8
+
+       * src/inc.c
+               Fix statusbar/window mismatch on Maemo
+
+2007-09-05 [colin]     3.0.0cvs7
+
+       * src/ldaputil.c
+               Fix build without USE_LDAP_TLS
+
+2007-09-05 [colin]     3.0.0cvs6
+
+       * src/folder.c
+       * src/imap.c
+       * src/inc.c
+       * src/mbox.c
+       * src/send_message.c
+       * src/statusbar.c
+       * src/statusbar.h
+               Maemo: distinguish various statusbar messages,
+               in order to display only the most important.
+
+2007-09-04 [wwp]       3.0.0cvs5
+
+       * src/account.c
+               Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
+               Show protocol "SMTP" and the appropriate server for send-only
+               accounts, show "-" instead of "" when no value is relevant.
+
+2007-09-03 [ticho]     3.0.0cvs4
+
+       * src/summaryview.c
+               Handle plural form better in delete confirmation dialog.
+
+2007-09-03 [wwp]       3.0.0cvs3
+
+       * src/compose.c
+               Warn differently when sending or sending later (queueing).
+
+2007-09-03 [colin]     3.0.0cvs2
+
+       * src/procmime.c
+       * src/procmime.h
+       * src/common/plugin.c
+       * src/common/plugin.h
+               Add a new plugin API, MimeParser. It allows
+               plugins to scan email MIME parts and optionally,
+               transform them.
+
+2007-09-03 [mones]     3.0.0cvs1
+
+       * po/es.po
+               Updated translation
+       * src/common/defs.h
+               While a better solution is made double history sizes
+
+2007-09-03 [paul]      3.0.0
+
+       * NEWS
+       * README
+       * RELEASE_NOTES
+               3.0.0 released
+
+2007-09-03 [paul]      2.10.0cvs191
+
+       * po/bg.po
+       * po/ca.po
+       * po/de.po
+       * po/fi.po
+       * po/fr.po
+       * po/hu.po
+       * po/it.po
+       * po/pl.po
+       * po/pt_BR.po
+       * po/ru.po
+       * po/sk.po
+       * po/zh_CN.po
+               updated by Yasen Pramatarov, Miquel Oliete, Stephan
+               Sachse, Flammie Pirinen, Fabien Vantard, Pader Rezso,
+               Andrea Spadaccini, Emil Nowak, Frederico Goncalves
+               Guimaraes, Pavlo Bohmat, Andrej Kacian, and Ralph Young
+
+2007-09-02 [colin]     2.10.0cvs190
+
+       * src/edittags.c
+       * src/common/tags.c
+               Prevent empty or white-space tags
+
 2007-09-01 [colin]     2.10.0cvs189
 
        * src/main.c