Commit graph

755 commits

Author SHA1 Message Date
Paul Mangan
75be62cd08 2005-08-07 [paul] 1.9.13cvs21
* src/summaryview.c
		fix bug 32 'Search Doesn't display results
		if "Hide Read Messages" is chosen'
		be more literal in interpreting 'Hide read
		messages'
2005-08-07 11:24:14 +00:00
Colin Leroy
434dd01968 2005-08-07 [colin] 1.9.13cvs20
* src/folderview.c
		Add debug
	* src/summaryview.c
		Faster 'unthread_for_execution'
2005-08-07 10:09:17 +00:00
Paul Mangan
dedc386094 2005-08-06 [paul] 1.9.13cvs19
* src/mainwindow.c
		add mnemonics to Set displayed columns
		fix bug where msgview_visible option was
		overwritten as TRUE on startup
2005-08-06 10:12:38 +00:00
Paul Mangan
45bf50d101 2005-08-06 [paul] 1.9.13cvs18
* src/mainwindow.c
		refer to 'displayed columns in folder/message
		list' not 'displayed items in summary/message view'
	* src/prefs_display_header.c
		replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
		be consistent with similar dialogues
	* src/prefs_folder_column.c
	* src/prefs_summary_column.c
		'columns' not 'items', and folder and message lists,
		instead of folder and summary views;
		Use 'Hidden columns' as list heading not 'Available
		items';
		move the 'Remove' button to the right hand side;
		top-align the buttons;
		remove unneeded vbox
	* src/prefs_summaries.c
		put the 2 column prefs buttons in a frame to reduce
		overall width; refer to columns not items &c.
2005-08-06 08:28:52 +00:00
Colin Leroy
02fa842c3f 2005-08-05 [colin] 1.9.13cvs17
* src/prefs_common.c
	* src/prefs_common.h
	* src/mainwindow.c
	* src/compose.c
	* src/messageview.c
		Add an hidden toolbar_detachable pref, so
		that I can get rid of these painful handles
		in the toolbars. Defaults to TRUE to avoid
		changing the GUI on unsuspecting people...
2005-08-05 22:54:48 +00:00
Colin Leroy
d8f6b0fd77 2005-08-05 [colin] 1.9.13cvs16
* src/Makefile.am
	* src/prefs_folder_column.c
	* src/prefs_folder_column.h
		Add prefs for folder columns
	* src/folderview.c
	* src/folderview.h
	* src/mainwindow.c
	* src/mainwindow.h
	* src/prefs_common.c
	* src/prefs_common.h
	* src/prefs_summaries.c
		Use them
	* src/prefs_summary_column.c
	* src/summaryview.c
	* src/summaryview.h
		Add a To column
	* src/textview.c
	* src/common/utils.c
	* src/common/utils.h
		Move uri colourisation functions
		to utils
	* src/compose.c
		Colourise URIs
	* src/imap.c
		Fix bug with LIST where we'd try
		to get Folder//////[...]///
2005-08-05 19:57:42 +00:00
Paul Mangan
5d29fcfcf8 2005-08-05 [paul] 1.9.13cvs15
* src/prefs_summaries.c
		improve the English usage
	* src/summaryview.c
		set font on column change
		thanks to Colin
2005-08-05 10:22:26 +00:00
Paul Mangan
a5eedc0288 2005-08-05 [paul] 1.9.13cvs14
* src/prefs_common.c
	* src/prefs_common.h
	* src/prefs_summaries.c
	* src/summaryview.c
		replace 'open_unread_on_enter' option with
		'select_on_entry' option. opening/not opening
		is now exclusively controlled by 'always_show_msg'
2005-08-05 09:12:51 +00:00
Colin Leroy
daeee038f2 2005-08-04 [colin] 1.9.13cvs13
* src/compose.c
		Remove dead code
		Add colourisation of quotes and signatures
	* src/folderview.c
		Fix possible crashes
	* src/messageview.c
		Change an assert that is no problem
	* src/news.c
	* src/news_gtk.c
	* src/news_gtk.h
		Fix offline mode
	* src/gtk/quicksearch.c
		Fix a possible crash
2005-08-04 18:01:14 +00:00
Colin Leroy
809842bfd3 2005-08-03 [colin] 1.9.13cvs12
* src/prefs_account.c
		Fix bug #777 (Sylpheed crash in account configuration)
2005-08-03 21:36:57 +00:00
Colin Leroy
180046cacb 2005-08-03 [colin] 1.9.13cvs11
* src/addressbook.c
	* src/editaddress.c
	* src/editgroup.c
		Fixing addressbook, round 2
	* src/textview.c
		Fix emphasis color on rechecking 'Colorize messages'
2005-08-03 18:24:13 +00:00
Paul Mangan
3cbcf9e5e7 2005-08-03 [paul] 1.9.13cvs10
sync with main

	* src/addr_compl.c
	* src/compose.c
	* src/main.c
	* src/pop.c
	* src/prefs_account.c
	* src/procmime.c
	* src/procmsg.c
	* src/quote_fmt_parse.y
	* src/textview.c
	* src/common/quoted-printable.c
	* src/common/utils.c
	* src/common/utils.h
	* src/common/xml.c
		replaced incorrect locale-independent
		ctype functions with GLib's. Corrected
		signedness mismatch.
	* src/headerview.c
		headerview_create(): added spacing for vbox.
	* src/gtk/about.c
		set focus to the OK button.
2005-08-03 08:31:53 +00:00
Colin Leroy
049b9d7c07 2005-08-03 [colin] 1.9.13cvs9
* src/folderview.c
		Fix possible crash
2005-08-03 06:38:19 +00:00
Colin Leroy
18e63e5509 2005-08-02 [colin] 1.9.13cvs8
* src/mainwindow.c
		Fix cast
	* src/addressbook.c
	* src/addressitem.h
		Fix a cast and more generally, try to make the
		GUI more intuitive and consistent (round 1)
2005-08-02 17:11:21 +00:00
Paul Mangan
fb177f1ddb 2005-08-02 [paul] 1.9.13cvs7
* src/folder.h
		missing in 1.9.13cvs6
2005-08-02 09:45:54 +00:00
Colin Leroy
0556a6aa22 2005-08-02 [colin] 1.9.13cvs6
* src/folder.c
		Fix one more leak
2005-08-02 07:52:27 +00:00
Colin Leroy
cf6d18c801 2005-08-02 [colin] 1.9.13cvs5
* src/folder.c
	* src/folderview.c
	* src/imap.c
	* src/main.c
	* src/mbox.c
	* src/procmsg.c
	* src/summaryview.c
		Fix a number of folder_item_get_msg_list()-related
		leaks (missing procmsg_msginfo_free()s)
2005-08-02 07:26:13 +00:00
Colin Leroy
e32f1dbcf1 2005-08-01 [colin] 1.9.13cvs4
* src/folderview.c
	* src/folderview.h
	* src/mainwindow.c
	* src/prefs_fonts.c
	* src/prefs_summaries.c
	* src/prefs_themes.c
	* src/summaryview.c
	* src/summaryview.h
	* src/textview.c
	* src/textview.h
		Fix instant-apply of summary and folderview-related prefs
		Fix erroneous g_free and alertpanels in prefs_theme
		Add instant-apply for fonts
		Defer applying of prefs a little bit so it's done only
		once even if requested by multiples prefs pages
2005-08-01 17:18:42 +00:00
Paul Mangan
a2555f715b 2005-08-01 [paul] 1.9.13cvs3
* src/main.c
		fix bug 776 'S.C. crashes on close'
		thanks to Colin
	* src/etpan/etpan-thread-manager-types.h
		add missing include
		thanks to Hoa
2005-08-01 12:27:33 +00:00
Paul Mangan
792b27f99d 2005-07-25 [paul] 1.9.13cvs2
* src/summaryview.c
		fix typos. spotted by Fabien Vantard
2005-07-25 05:36:09 +00:00
Paul Mangan
353e4956ff pt_BR updated 2005-07-24 06:59:52 +00:00
Paul Mangan
3dbff9efdd 2005-07-24 [paul] 1.9.13cvs1
* doc/man/sylpheed.1
		update man page, incorporating fix of
		bug 769 'Typo in manpage'
	* src/etpan/imap-thread.c
		fix NetBSD openssl dependencies. patch by
		George Michaelson <ggm@apnic.net>
2005-07-24 06:54:51 +00:00
Paul Mangan
1ab1174e26 1.9.13 release 2005-07-22 11:27:09 +00:00
Paul Mangan
34a7c70744 2005-07-22 [paul] 1.9.12cvs91
* AUTHORS
	* INSTALL
	* README.claws
	* RELEASE_NOTES.claws
		updated for release
	* configure.ac
	* po/nb.po
	* tools/claws.i18n.status.pl
		add Norwegian translation. submiited by
		Geir Helland <pjallabais@users.sourceforge.net>
	* po/ca.po
	* po/de.po
	* po/es.po
	* po/fi.po
	* po/fr.po
	* po/it.po
	* po/sk.po
	* po/sr.po
	* po/zh_CN.po
		updated by Miquel Oliete, Thomas Gilgin, Ricardo
		Mones Lastra, Tommi Pirinen, Fabien Vantard,
		Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
		Yang Guilong
	* src/plugins/clamav/clamav_plugin_gtk.c
	* src/plugins/spamassassin/spamassassin_gtk.c
		replace outdated description strings
2005-07-22 11:09:27 +00:00
Colin Leroy
da67e1f274 2005-07-21 [colin] 1.9.12cvs90
* src/folder.c
		Set folder to batch mode when scanning it. Makes deletion
		of unread mails on IMAP much faster (due to the UNREAD
		flag unsetting)
2005-07-21 15:46:34 +00:00
Darko Koruga
ec9bce27ad 2005-07-21 [darko] 1.9.12cvs89
* configure.ac
		link against libresolv if necessary (patch by Paul)
	* src/msgcache.c
		use glib's portable macros to determine endianness
2005-07-21 10:03:48 +00:00
Paul Mangan
db68b9c590 2005-07-21 [paul] 1.9.12cvs88
* src/crash.c
	* src/gtk/about.c
		update compiled-in features list
2005-07-21 08:17:38 +00:00
Colin Leroy
4b31f7bcf4 2005-07-20 [colin] 1.9.12cvs87
* src/folder.c
	* src/textview.c
		Gcc 2.9x compilation fixes, thanks to Darko
	* src/plugins/clamav/clamav_plugin.c
		Little optimisation: load virus database only once
	* src/plugins/spamassassin/spamassassin.c
		Big optimisation: filtering one mail took at least 1 second,
		now it takes at least 50ms. Doesn't speed up spamassassin
		itself, but should already be much more tolerable.
2005-07-20 16:50:43 +00:00
Colin Leroy
c53cf1efa6 2005-07-20 [colin] 1.9.12cvs86
* src/summaryview.c
		Fix performance issue
2005-07-20 07:00:33 +00:00
Colin Leroy
0e13b2c256 2005-07-19 [colin] 1.9.12cvs85
* src/plugins/pgpinline/plugin.c
		Fix warning
2005-07-19 16:18:05 +00:00
Colin Leroy
fd2df4ba40 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 16:10:13 +00:00
Paul Mangan
6156b0181e 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 09:26:16 +00:00
Paul Mangan
cb2e6d3aa4 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 08:48:56 +00:00
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