Commit graph

1370 commits

Author SHA1 Message Date
Colin Leroy 13770f7c0e 2005-07-19 [colin] 1.9.12cvs81
* src/summaryview.c
		Fix slow thread rebuilding in particular
		cases
2005-07-19 06:55:54 +00:00
Paul Mangan 882b8c364e 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-19 02:14:06 +00:00
Colin Leroy e10b2a2017 2005-07-18 [colin] 1.9.12cvs79
* src/etpan/imap-thread.c
		Fix return value (Thanks Hoa)
2005-07-18 20:33:24 +00:00
Colin Leroy fe2633dc31 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 17:00:31 +00:00
Paul Mangan 6e140ddc2a 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-18 09:36:11 +00:00
Paul Mangan d4cffaa1b4 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 12:14:10 +00:00
Colin Leroy 57592570b5 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 11:40:07 +00:00
Colin Leroy 81bbc3bf44 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 11:23:43 +00:00
Colin Leroy 2f55cee211 2005-07-17 [colin] 1.9.12cvs73
* src/gtk/sslcertwindow.c
		Use a gtkExpander
2005-07-17 11:19:18 +00:00
Colin Leroy 143e64efc5 2005-07-17 [colin] 1.9.12cvs72
* src/plugins/pgpcore/Makefile.am
	* src/plugins/pgpmime/Makefile.am
		Add gpgme libs
2005-07-17 11:02:51 +00:00
Paul Mangan 5d529e49c4 2005-07-17 [paul] 1.9.12cvs71
* configure.ac
		add --disable-gnomeprint option
		modified version of patch by Marius Mauch
2005-07-17 10:23:18 +00:00
Paul Mangan 50119ede15 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-17 07:30:07 +00:00
Colin Leroy 0134b7fb6d 2005-07-16 [colin] 1.9.12cvs69
* src/image_viewer.c
		Add extra paranoid checks
2005-07-16 12:31:04 +00:00
Colin Leroy 76cd6f1f43 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 11:34:51 +00:00
Colin Leroy 0d0811eb49 2005-07-16 [colin] 1.9.12cvs67
* src/plugins/pgpcore/sgpgme.c
		Make messages a bit better.
2005-07-16 03:07:13 +00:00
Colin Leroy a784bb61ae 2005-07-16 [colin] 1.9.12cvs66
* src/imap.c
		Remove pseudo-log
	* src/etpan/imap-thread.c
		Add real log
2005-07-16 02:47:28 +00:00
Colin Leroy 11533ef14b 2005-07-16 [colin] 1.9.12cvs65
* src/main.c
	* src/prefs_other.c
		And now, fix build with libetpan :-/
2005-07-16 02:26:04 +00:00
Colin Leroy 6466446f7b 2005-07-15 [colin] 1.9.12cvs64
* src/prefs_other.c
		Continue fixing build without libetpan.
2005-07-15 18:22:06 +00:00
Colin Leroy 660e531c34 2005-07-15 [colin] 1.9.12cvs63
* src/main.c
		Fix build with --disable-libetpan
2005-07-15 18:19:29 +00:00
Colin Leroy dfe1892567 2005-07-15 [colin] 1.9.12cvs62
* configure.ac
		Bump libetpan's version
2005-07-15 18:15:52 +00:00
Colin Leroy 5f9bdac027 2005-07-15 [colin] 1.9.12cvs61
* src/etpan/imap-thread.c
		Actually stop logging :)
2005-07-15 16:40:23 +00:00
Colin Leroy 6d38e6fa73 2005-07-15 [colin] 1.9.12cvs60
* src/addressbook.c
		Fix dnd of multiple addresses.
2005-07-15 16:39:12 +00:00
Hoà Viêt Dinh 77253611a8 2005-07-15 [hoa] 1.9.12cvs59
* src/etpan/imap-thread.c
	    disable login of IMAP password in libetpan log file.
2005-07-15 15:50:50 +00:00
Paul Mangan deae1fd6ee 2005-07-15 [paul] 1.9.12cvs58
* src/account.c
		don't automatically sort
		do allow drag n drop
2005-07-15 15:01:31 +00:00
Paul Mangan 1c305f3b26 2005-07-15 [paul] 1.9.12cvs57
* src/account.c
	* src/ssl_manager.c
		alphabetical listing
2005-07-15 14:47:50 +00:00
Paul Mangan 546a0e70e5 2005-07-15 [paul] 1.9.12cvs56
* src/gtk/pluginwindow.c
		sort plugin list alphabetically
2005-07-15 13:47:57 +00:00
Paul Mangan 12a7425e63 2005-07-15 [paul] 1.9.12cvs55
* src/prefs_spelling.c
	* src/prefs_wrapping.c
		unify English usage
2005-07-15 07:54:30 +00:00
Colin Leroy 340449ce9a 2005-07-15 [colin] 1.9.12cvs54
* src/wizard.c
		Typo fix
2005-07-15 07:18:11 +00:00
Paul Mangan 453f191e35 2005-07-15 [paul] 1.9.12cvs53
* src/prefs_message.c
		make 'show cursor' a hidden option
2005-07-15 06:06:05 +00:00
Colin Leroy 3b72eca6df 2005-07-14 [colin] 1.9.12cvs52
* src/plugins/spamassassin/Makefile.am
	* src/plugins/clamav/Makefile.am
		Fix double EXTRA_DISTs
2005-07-14 15:15:36 +00:00
Colin Leroy 63609e8609 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 13:37:35 +00:00
Hoà Viêt Dinh 3d239fecec 2005-07-14 [hoa] 1.9.12cvs50
* src/etpan/imap-thread.c
		enable debug log of libetpan when running with --debug
2005-07-14 11:54:40 +00:00
Colin Leroy 2af36fb958 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 11:29:21 +00:00
Paul Mangan 8858b14298 2005-07-14 [paul] 1.9.12cvs48
* src/stock_pixmap.c
		forgot this in last commit
2005-07-14 10:34:30 +00:00
Paul Mangan 3cf6a370d9 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-14 10:17:54 +00:00
Paul Mangan db16e595fc 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 09:07:37 +00:00
Paul Mangan ba15d05c7a 2005-07-13 [paul] 1.9.12cvs45
* configure.ac
		remove large file support (for now):
		it breaks too many things
2005-07-13 08:46:09 +00:00
Paul Mangan fdac7b4b4f 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 07:56:26 +00:00
Colin Leroy 38196fc422 2005-07-13 [colin] 1.9.12cvs43
* src/gtk/pluginwindow.c
		Little portability fix
2005-07-13 07:13:13 +00:00
Colin Leroy 813b78e7b8 2005-07-13 [colin] 1.9.12cvs42
* src/plugins/pgpmime/sgpgme.c
		Fix crasher.
2005-07-13 06:45:44 +00:00
Colin Leroy 39d554dfc4 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 03:11:33 +00:00
Colin Leroy 3d0d04e833 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-13 02:56:41 +00:00
Paul Mangan 758f1be003 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 08:09:44 +00:00
Colin Leroy 1437e73559 2005-07-12 [colin] 1.9.12cvs38
* src/statusbar.c
		Fix progress bar showing stuff at startup.
2005-07-12 06:55:52 +00:00
Paul Mangan 701dab0b7c 2005-07-12 [paul] 1.9.12cvs37
* src/editjpilot.c
		fix building with jpilot support
2005-07-12 05:39:20 +00:00
Colin Leroy 9ff504187b 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 18:12:53 +00:00
Paul Mangan d99c7a837b 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 16:04:51 +00:00
Paul Mangan d5f1a39aba 2005-07-11 [paul] 1.9.12cvs34
sync with main

	* src/account.c
		account_delete(): modified alert dialog
	* src/editjpilot.c
	* src/editvcard.c
		fixed a crash when cancelling file selection
		dialog by Escape key. Made non-ascii filename
		selectable.
	* src/prefs_template.c
		prefs_template_window_create(): make scrolled
		window policy AUTOMATIC
2005-07-11 08:55:49 +00:00
Hoà Viêt Dinh 32e0e0d031 2005-07-10 [hoa] 1.9.12cvs33
* src/etpan/imap-thread.c
		workaround for old Courier IMAP servers.
2005-07-10 23:37:45 +00:00
Colin Leroy 85d195da4f 2005-07-10 [colin] 1.9.12cvs32
* src/folder.c
	* src/statusbar.c
	* src/statusbar.h
		Add visual progress indicator on filtering/processing
		Factorize the progress bar code
	* src/imap.c
	* src/imap.h
	* src/etpan/imap-thread.c
		Add a reference counter to avoid destroying the Folder
		while it's in use by another callback.
2005-07-10 04:09:06 +00:00