2005-07-19 [colin] 1.9.12cvs85
[claws.git] / ChangeLog-gtk2.claws
index 7b269edb6d43b0300e3e61e953f51adf86de6f48..4b25bcb1029dfe2389beec7217728c51bf6d8948 100644 (file)
@@ -1,3 +1,284 @@
+2005-07-19 [colin]     1.9.12cvs85
+
+       * src/plugins/pgpinline/plugin.c
+               Fix warning
+
+2005-07-19 [colin]     1.9.12cvs84
+
+       * configure.ac
+       * src/plugins/Makefile.am
+       * src/plugins/pgpinline/.cvsignore
+       * src/plugins/pgpinline/Makefile.am
+       * src/plugins/pgpinline/pgpinline.c
+       * src/plugins/pgpinline/pgpinline.deps
+       * src/plugins/pgpinline/pgpinline.h
+       * src/plugins/pgpinline/plugin.c
+               Put pgpinline in the main tree
+
+2005-07-19 [paul]      1.9.12cvs83
+
+       * src/prefs_actions.c
+               prevent '//' in menu names, which cause a crash
+               thanks to Colin
+
+2005-07-19 [paul]      1.9.12cvs82
+
+       * configure.ac
+               be generally more informative in configure output.
+               OpenSSL: correction: '[ --enable-openssl ...' -> 
+               '[ --disable-openssl ...', as --enable-openssl is default
+               PGP/MIME: don't check for GPGME again, check for
+               pgpcore instead. Therefore prevent the possibility of
+               attempting to build pgpmime if pgpcore dependencies are
+               not met
+               ClamAV: use pkgconfig to check for lib
+               libgnomeprint: revert logic on inner test to match
+               everything else
+       * src/plugins/pgpcore/sgpgme.c
+               add missing include
+
+2005-07-19 [colin]     1.9.12cvs81
+
+       * src/summaryview.c
+               Fix slow thread rebuilding in particular
+               cases
+
+2005-07-19 [paul]      1.9.12cvs80
+
+       * sylpheed-claws.desktop
+               fix typo, spotted by Stephan Sachse
+       * src/account.c
+               replace GTK_STOCK_ADD with
+               GTK_STOCK_NEW button
+
+2005-07-18 [colin]     1.9.12cvs79
+
+       * src/etpan/imap-thread.c
+               Fix return value (Thanks Hoa)
+
+2005-07-18 [colin]     1.9.12cvs78
+
+       * src/imap.c
+               Allow empty passwords
+               Create drafts/queue/outbox if necessary
+       * src/summaryview.c
+               Remove old code
+       * src/etpan/imap-thread.c
+               Fix STARTTLS (Thanks to Hoa)
+
+2005-07-18 [paul]      1.9.12cvs77
+
+       * ChangeLog-gtk2.jp
+       * ChangeLog.jp
+               removed
+       * Makefile.am
+               updated to reflect additions and removals
+       * TODO
+               updated to be claws-specific
+       * TODO-gtk2
+       * TODO-gtk2.jp
+       * TODO.jp
+       * sylpheed-128x128.png
+       * sylpheed-64x64.png
+               removed
+       * sylpheed-claws-128x128.png
+       * sylpheed-claws-64x64.png
+       * sylpheed-claws.desktop
+       * sylpheed-claws.png
+               added
+       * sylpheed.desktop
+       * sylpheed.png
+               removed
+
+2005-07-17 [paul]      1.9.12cvs76
+
+       * src/account.c
+       * src/addressbook.c
+       * src/alertpanel.c
+       * src/alertpanel.h
+       * src/compose.c
+       * src/exphtmldlg.c
+       * src/expldifdlg.c
+       * src/folderview.c
+       * src/imap_gtk.c
+       * src/inc.c
+       * src/message_search.c
+       * src/messageview.c
+       * src/mh_gtk.c
+       * src/news_gtk.c
+       * src/prefs_actions.c
+       * src/prefs_filtering.c
+       * src/prefs_matcher.c
+       * src/prefs_template.c
+       * src/prefs_themes.c
+       * src/ssl_manager.c
+       * src/summary_search.c
+       * src/textview.c
+       * src/toolbar.c
+       * src/gtk/sslcertwindow.c
+       * src/plugins/pgpcore/sgpgme.c
+               rework alertpanels
+
+2005-07-17 [colin]     1.9.12cvs75
+
+       * src/privacy.c
+               add a PrivacySystem accessor that checks that
+               the system cached in a MimeInfo's privacydata
+               is still registered. Use this accessor instead
+               of directly using data->system. Fixes crashes
+               after unloading pgp plugins.
+
+2005-07-17 [colin]     1.9.12cvs74
+
+       * src/alertpanel.c
+               Change geometry hints to a simple default size.
+               Fixes the certs dialogs.
+
+2005-07-17 [colin]     1.9.12cvs73
+
+       * src/gtk/sslcertwindow.c
+               Use a gtkExpander
+
+2005-07-17 [colin]     1.9.12cvs72
+
+       * src/plugins/pgpcore/Makefile.am
+       * src/plugins/pgpmime/Makefile.am
+               Add gpgme libs
+
+2005-07-17 [paul]      1.9.12cvs71
+
+       * configure.ac
+               add --disable-gnomeprint option
+               modified version of patch by Marius Mauch
+
+2005-07-17 [paul]      1.9.12cvs70
+
+       * src/common/defs.h
+               update urls
+       * src/account.c
+       * src/action.c
+       * src/addressbook.c
+       * src/compose.c
+       * src/foldersel.c
+       * src/folderview.c
+       * src/html.c
+       * src/imap_gtk.c
+       * src/main.c
+       * src/mainwindow.c
+       * src/messageview.c
+       * src/mh_gtk.c
+       * src/mimeview.c
+       * src/news_gtk.c
+       * src/prefs_account.c
+       * src/prefs_send.c
+       * src/prefs_summaries.c
+       * src/procmsg.c
+       * src/summaryview.c
+       * src/common/utils.c
+       * src/common/xml.c
+       * src/plugins/pgpcore/passphrase.c
+       * src/plugins/pgpcore/select-keys.c
+               replace inappropriately used backticks
+               with single quotes
+
+2005-07-16 [colin]     1.9.12cvs69
+
+       * src/image_viewer.c
+               Add extra paranoid checks
+
+2005-07-16 [colin]     1.9.12cvs68
+
+       * src/plugins/pgpcore/prefs_gpg.c
+               Don't auto-check sigs by default, as it
+               can be really slow.
+
+2005-07-16 [colin]     1.9.12cvs67
+
+       * src/plugins/pgpcore/sgpgme.c
+               Make messages a bit better.
+
+2005-07-16 [colin]     1.9.12cvs66
+
+       * src/imap.c
+               Remove pseudo-log
+       * src/etpan/imap-thread.c
+               Add real log
+
+2005-07-16 [colin]     1.9.12cvs65
+
+       * src/main.c
+       * src/prefs_other.c
+               And now, fix build with libetpan :-/
+
+2005-07-15 [colin]     1.9.12cvs64
+
+       * src/prefs_other.c
+               Continue fixing build without libetpan.
+
+2005-07-15 [colin]     1.9.12cvs63
+
+       * src/main.c
+               Fix build with --disable-libetpan
+
+2005-07-15 [colin]     1.9.12cvs62
+
+       * configure.ac
+               Bump libetpan's version
+
+2005-07-15 [colin]     1.9.12cvs61
+
+       * src/etpan/imap-thread.c
+               Actually stop logging :)
+
+2005-07-15 [colin]     1.9.12cvs60
+
+       * src/addressbook.c
+               Fix dnd of multiple addresses.
+
+2005-07-15 [hoa]       1.9.12cvs59
+
+       * src/etpan/imap-thread.c
+           disable login of IMAP password in libetpan log file.
+
+2005-07-15 [paul]      1.9.12cvs58
+
+       * src/account.c
+               don't automatically sort
+               do allow drag n drop
+
+2005-07-15 [paul]      1.9.12cvs57
+
+       * src/account.c
+       * src/ssl_manager.c
+               alphabetical listing
+
+2005-07-15 [paul]      1.9.12cvs56
+
+       * src/gtk/pluginwindow.c
+               sort plugin list alphabetically
+
+2005-07-15 [paul]      1.9.12cvs55
+
+       * src/prefs_spelling.c
+       * src/prefs_wrapping.c
+               unify English usage
+
+2005-07-15 [colin]     1.9.12cvs54
+
+       * src/wizard.c
+               Typo fix
+
+2005-07-15 [paul]      1.9.12cvs53
+
+       * src/prefs_message.c
+               make 'show cursor' a hidden option
+
+2005-07-14 [colin]     1.9.12cvs52
+
+       * src/plugins/spamassassin/Makefile.am
+       * src/plugins/clamav/Makefile.am
+               Fix double EXTRA_DISTs
+
 2005-07-14 [colin]     1.9.12cvs51
 
        * src/plugins/clamav/Makefile.am