credit authors of new default icons
[claws.git] / ChangeLog-gtk2.claws
index e97c9e12f8ef4c8652cd5b77cedf8b0be868ebe4..8898df866b5a81f39a46b2d31c03192945d7c069 100644 (file)
@@ -1,3 +1,267 @@
+2005-10-07 [paul]      1.9.15cvs19
+
+       * src/compose.c
+               fix compose_entries[]
+               patch by Fabien Vantard
+
+2005-10-06 [colin]     1.9.15cvs18
+
+       * src/pixmaps/address.xpm
+       * src/pixmaps/address_book.xpm
+       * src/pixmaps/book.xpm
+       * src/pixmaps/check_spelling.xpm
+       * src/pixmaps/checkbox_off.xpm
+       * src/pixmaps/checkbox_on.xpm
+       * src/pixmaps/close.xpm
+       * src/pixmaps/complete.xpm
+       * src/pixmaps/continue.xpm
+       * src/pixmaps/deleted.xpm
+       * src/pixmaps/down_arrow.xpm
+       * src/pixmaps/exec.xpm
+       * src/pixmaps/forwarded.xpm
+       * src/pixmaps/group.xpm
+       * src/pixmaps/ignorethread.xpm
+       * src/pixmaps/interface.xpm
+       * src/pixmaps/jpilot.xpm
+       * src/pixmaps/ldap.xpm
+       * src/pixmaps/linewrap.xpm
+       * src/pixmaps/linewrapcurrent.xpm
+       * src/pixmaps/mail.xpm
+       * src/pixmaps/mail_attach.xpm
+       * src/pixmaps/mail_compose.xpm
+       * src/pixmaps/mail_forward.xpm
+       * src/pixmaps/mail_receive.xpm
+       * src/pixmaps/mail_receive_all.xpm
+       * src/pixmaps/mail_reply.xpm
+       * src/pixmaps/mail_reply_to_all.xpm
+       * src/pixmaps/mail_reply_to_author.xpm
+       * src/pixmaps/mail_send.xpm
+       * src/pixmaps/mail_send_queue.xpm
+       * src/pixmaps/mime_application.xpm
+       * src/pixmaps/mime_audio.xpm
+       * src/pixmaps/mime_image.xpm
+       * src/pixmaps/mime_message.xpm
+       * src/pixmaps/mime_text_enriched.xpm
+       * src/pixmaps/mime_text_html.xpm
+       * src/pixmaps/mime_text_plain.xpm
+       * src/pixmaps/mime_unknown.xpm
+       * src/pixmaps/new.xpm
+       * src/pixmaps/news_compose.xpm
+       * src/pixmaps/offline.xpm
+       * src/pixmaps/online.xpm
+       * src/pixmaps/paste.xpm
+       * src/pixmaps/preferences.xpm
+       * src/pixmaps/privacy_emblem_encrypted.xpm
+       * src/pixmaps/privacy_expired.xpm
+       * src/pixmaps/privacy_failed.xpm
+       * src/pixmaps/privacy_passed.xpm
+       * src/pixmaps/privacy_signed.xpm
+       * src/pixmaps/privacy_unknown.xpm
+       * src/pixmaps/privacy_warn.xpm
+       * src/pixmaps/properties.xpm
+       * src/pixmaps/replied.xpm
+       * src/pixmaps/search.xpm
+       * src/pixmaps/unread.xpm
+       * src/pixmaps/up_arrow.xpm
+       * src/pixmaps/vcard.xpm
+               Modernize internal theme, with icons from the 
+               Gnomaws theme. Keep some of the old ones where
+               they were better.
+
+2005-10-06 [colin]     1.9.15cvs17
+
+       * src/summaryview.c
+               Little optimisations + bugfix
+       * src/toolbar.c
+               Remove default useless items - useless being defined
+                by the default relevant prefs
+       * src/wizard.c
+               include config.h to make gettext work
+       * src/prefs_themes.c
+               Fix selection of current theme in prefs
+
+2005-10-06 [colin]     1.9.15cvs16
+
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_summaries.c
+       * src/folderview.c
+               Add a warning dialog on Mark all read 
+               (with pref to get rid of it)
+
+2005-10-06 [paul]      1.9.15cvs15
+
+       * po/nb.po
+       * po/pt_BR.po
+               updated by Geir Helland and Frederico
+               Goncalves Guimaraes
+
+2005-10-05 [colin]     1.9.15cvs14
+
+       * src/folder.c
+       * src/folder.h
+       * src/folderview.c
+       * src/folderview.h
+       * src/imap_gtk.c
+       * src/mh_gtk.c
+       * src/mainwindow.c
+       * src/setup.c
+               add a way to rescan without rebuilding
+               make moving a bit faster (less folders changes)
+               don't lock the tree on Get 
+       * src/imap.c
+               Don't re-delete deleted messages before expunging
+       * src/summaryview.c
+               Set batch mode when deleting mails
+
+2005-10-05 [paul]      1.9.15cvs13
+
+       * src/mainwindow.c
+       * src/mainwindow.h
+               fix disabled Execute menu item
+       * src/toolbar.c
+               match the change in 1.9.15cvs10: use Compose
+               instead of News by default
+
+2005-10-04 [colin]     1.9.15cvs12
+
+       * src/compose.c
+               When replying to an ML post with Reply-To set
+               to the poster's email, honor it (as before),
+               but also honor our user's request to reply to
+               the mailing list: set the ML address in the To
+               field and the Reply-To address in the Cc: 
+               field.
+
+2005-10-04 [colin]     1.9.15cvs11
+
+       * src/plugins/trayicon/trayicon.c
+               Finish cosmetic change - thanks to wwp
+
+2005-10-04 [colin]     1.9.15cvs10
+
+       * src/toolbar.c
+               Use Compose instead of Email by default.
+               Spotted by wwp.
+
+2005-10-04 [colin]     1.9.15cvs9
+
+       * src/folder.c
+       * src/folder.h
+       * src/folderview.c
+       * src/imap.c
+       * src/etpan/imap-thread.c
+       * src/etpan/imap-thread.h
+               Try to make IMAP faster, by simplifying SEARCH
+               commands, avoiding sending two STATUS in a row,
+               and deferring flags sync and processing just
+               after displaying the folder. 
+               This will update the SummaryView in certain
+               cases (new mails not already fetched, flags
+               changed from another client) but in a non-
+               blocking manner.
+
+2005-10-04 [colin]     1.9.15cvs8
+
+       * src/plugins/trayicon/trayicon.c
+               Relabel "Offline" to "Work offline"
+
+2005-10-04 [colin]     1.9.15cvs7
+
+       * src/export.c
+       * src/import.c
+       * src/mbox.c
+               Fix mbox import/export buglets
+               Patch by wwp
+       * src/plugins/trayicon/trayicon.c
+               Add offline swithc
+               Patch by wwp
+
+2005-10-04 [colin]     1.9.15cvs6
+
+       * src/folder.c
+       * src/folderview.c
+       * src/summaryview.c
+               Better fix (don't break mark all read) for cvs2
+
+2005-10-03 [colin]     1.9.15cvs5
+
+       * src/folder.c
+               Use a sane sort by default
+
+2005-10-03 [colin]     1.9.15cvs4
+
+       * src/inc.c
+               Add a 'Only once' button for overriding offline mode
+       * src/prefs_account.c
+       * src/wizard.c
+               Add Local mbox to the wizard
+               Add IMAP subdir to the wizard (or the wizard is useless
+               for such accounts, or even worse than useless)
+               Move IMAP subdir from Advanced to Receive tab, as it's
+               not that uncommon
+
+2005-10-03 [colin]     1.9.15cvs3
+
+       * src/send_message.c
+               Forgot this one in cvs1
+
+2005-10-03 [colin]     1.9.15cvs2
+
+       * src/folder.c
+               Faster close when leaving a folder with lots
+               of new mails. Idea by David Relson.
+
+2005-10-03 [colin]     1.9.15cvs1
+
+       * src/compose.c
+       * src/imap.c
+       * src/inc.c
+       * src/main.c
+       * src/messageview.c
+       * src/news.c
+       * src/summaryview.c
+       * src/gtk/sslcertwindow.c
+       * src/plugins/trayicon/trayicon.c
+               Add accels to every AlertPanel. Patch by Fabien 
+               Vantard
+
+2005-10-03 [paul]      1.9.15
+
+       1.9.15 released
+
+2005-10-03 [paul]      1.9.14cvs68
+
+       * po/ca.po
+       * po/de.po
+       * po/es.po
+       * po/fi.po
+       * po/fr.po
+       * po/sk.po
+       * po/sr.po
+       * po/zh_CN.po
+               updated by Miquel Oliete, Thomas Gilgin, Ricardo
+               Mones Lastra, Tommi Pirinen, Fabien vantard,
+               Andrej Kacian, Aleksander Urosevic, Yang Guilong
+
+2005-10-03 [paul]      1.9.14cvs67
+
+       * src/send_message.c
+               prevent hang on Cancel
+               patch by Colin
+
+2005-10-03 [paul]      1.9.14cvs66
+
+       * src/main.c
+               fix crash in IMAP caused by discrepancy
+               between check_at_startup and offline mode
+               Patch by Colin
+
+2005-10-01 [paul]      1.9.14cvs65
+
+       * src/inc.c
+               fix engrish
+
 2005-10-01 [paul]      1.9.14cvs64
         * src/export.c
        * src/import.c