2005-07-17 [colin] 1.9.12cvs75
[claws.git] / ChangeLog-gtk2.claws
index d8968c5bbb91f99338df84c8632ed736f6c42fcd..96549775c37083865663c8b3a0d0c386a563a8c2 100644 (file)
@@ -1,3 +1,335 @@
+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
+       * src/plugins/clamav/clamav_plugin_gtk.deps
+       * src/plugins/spamassassin/Makefile.am
+       * src/plugins/spamassassin/spamassassin_gtk.deps
+               Make $plugin_gtk depend on $plugin
+
+2005-07-14 [hoa]       1.9.12cvs50
+
+       * src/etpan/imap-thread.c
+               enable debug log of libetpan when running with --debug
+
+2005-07-14 [colin]     1.9.12cvs49
+
+       * configure.ac
+       * src/common/Makefile.am
+       * src/common/plugin.c
+       * src/common/plugin.h
+               Add a little plugin dependancy system.
+               Plugins can ship a $plugin_name.deps file
+               (near them in PLUGINDIR) so that their
+               dependancies are loaded if possible.
+       * src/plugins/Makefile.am
+       * src/plugins/pgpcore/Makefile.am
+       * src/plugins/pgpcore/passphrase.c
+       * src/plugins/pgpcore/passphrase.h
+       * src/plugins/pgpcore/plugin.c
+       * src/plugins/pgpcore/prefs_gpg.c
+       * src/plugins/pgpcore/prefs_gpg.h
+       * src/plugins/pgpcore/select-keys.c
+       * src/plugins/pgpcore/select-keys.h
+       * src/plugins/pgpcore/sgpgme.c
+       * src/plugins/pgpcore/sgpgme.h
+               Introduce pgpcore, used by pgpmime and
+               pgpinline
+       * src/plugins/pgpmime/Makefile.am
+       * src/plugins/pgpmime/passphrase.c
+       * src/plugins/pgpmime/passphrase.h
+       * src/plugins/pgpmime/pgpmime.c
+       * src/plugins/pgpmime/pgpmime.deps
+       * src/plugins/pgpmime/plugin.c
+       * src/plugins/pgpmime/prefs_gpg.c
+       * src/plugins/pgpmime/prefs_gpg.h
+       * src/plugins/pgpmime/select-keys.c
+       * src/plugins/pgpmime/select-keys.h
+       * src/plugins/pgpmime/sgpgme.c
+       * src/plugins/pgpmime/sgpgme.h
+               Remove the core from pgpmime and add the
+               dependancy to pgpcore.
+
+2005-07-14 [paul]      1.9.12cvs48
+
+       * src/stock_pixmap.c
+               forgot this in last commit
+
+2005-07-14 [paul]      1.9.12cvs47
+
+       * src/account.c
+       * src/addressbook.c
+               add accelerators for the buttons (sync with main)
+       * src/compose.c
+       * src/compose.h
+               add accelerators for the buttons.
+               fix editing with external editor.
+               replace gdk_input_*() with GIOChannel;
+               (sync with main)
+       * src/foldersel.c
+               display folder names with new/unread
+               representation (sync with main)
+       * src/main.c
+               specify default window icon (sync with main)
+       * src/prefs_common.c
+               use_addr_book default to FALSE
+       * src/summaryview.c
+       * src/textview.c
+               add accelerators for the buttons (sync with main)
+       * src/gtk/menu.c
+               fix typos
+       * src/pixmaps/sylpheed_icon.xpm
+               updated
+
+2005-07-13 [paul]      1.9.12cvs46
+
+       * src/plugins/pgpmime/pgpmime.c
+       * src/plugins/pgpmime/sgpgme.c
+               (temporarily) use deprecated gpgme_data_rewind()
+               while largefile support is not present
+               (as suggested by Colin)
+
+2005-07-13 [paul]      1.9.12cvs45
+
+       * configure.ac
+               remove large file support (for now):
+               it breaks too many things
+
+2005-07-13 [paul]      1.9.12cvs44
+
+       * configure.ac
+               add large file support
+       * src/html.c
+               fix bug #763 where href attribute was not
+               the very first attribute of a link
+               patch by Thomas Gilgin
+
+2005-07-13 [colin]     1.9.12cvs43
+
+       * src/gtk/pluginwindow.c
+               Little portability fix
+
+2005-07-13 [colin]     1.9.12cvs42
+
+       * src/plugins/pgpmime/sgpgme.c
+               Fix crasher.
+
+2005-07-13 [colin]     1.9.12cvs41
+
+       * src/plugins/pgpmime/pgpmime.c
+       * src/plugins/pgpmime/sgpgme.c
+               Use gpgme_data_release_and_get_mem instead
+               of gpgme_data_read.
+
+2005-07-13 [colin]     1.9.12cvs40
+
+       * configure.ac
+       * src/plugins/pgpmime/passphrase.c
+       * src/plugins/pgpmime/passphrase.h
+       * src/plugins/pgpmime/pgpmime.c
+       * src/plugins/pgpmime/plugin.c
+       * src/plugins/pgpmime/select-keys.c
+       * src/plugins/pgpmime/select-keys.h
+       * src/plugins/pgpmime/sgpgme.c
+       * src/plugins/pgpmime/sgpgme.h
+               Port pgpmime to gpgme-1.0.
+
+2005-07-12 [paul]      1.9.12cvs39
+
+       * AUTHORS
+       * src/toolbar.c
+       * src/toolbar.h
+               add a 'Go to Prev' button to the toolbar.
+               correct tooltip text of go to buttons.
+               based on patch by Yang Guilong <bamanzi@gmail.com>
+
+2005-07-12 [colin]     1.9.12cvs38
+
+       * src/statusbar.c
+               Fix progress bar showing stuff at startup.
+
+2005-07-12 [paul]      1.9.12cvs37
+
+       * src/editjpilot.c
+               fix building with jpilot support
+
+2005-07-11 [colin]     1.9.12cvs36
+
+       * src/inc.c
+               Add visual indication that filtering is running
+       * src/textview.c
+               Make {}[] uri delimiters
+       * src/summaryview.c
+               Remove useless (and slow) calls
+
+2005-07-11 [paul]      1.9.12cvs35
+
+       * src/plugins/clamav/clamav_plugin_gtk.c
+       * src/plugins/dillo_viewer/dillo_prefs.c
+       * src/plugins/pgpmime/prefs_gpg.c
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               gather plugins prefs together under their
+               own 'Plugins' heading
+
 2005-07-11 [paul]      1.9.12cvs34
 
        sync with main