Commit graph

850 commits

Author SHA1 Message Date
Colin Leroy 90e6ada8aa 2006-04-06 [colin] 2.1.0cvs8
* src/textview.c
		Fix invalid GtkTextBIter after clicking "Display as text"
2006-04-06 16:18:20 +00:00
Ricardo Mones b62ee0089f 2006-04-06 [mones] 2.1.0cvs7
* src/addr_compl.c
	* src/addrindex.c
	* src/addritem.c
	* src/codeconv.c
	* src/compose.c
	* src/filtering.c
	* src/folder.c
	* src/folder_item_prefs.c
	* src/folderview.c
	* src/localfolder.c
	* src/matcher.c
	* src/mimeview.c
	* src/prefs_msg_colors.c
	* src/prefs_spelling.c
	* src/prefs_themes.c
	* src/procmime.c
	* src/procmsg.c
	* src/stock_pixmap.c
	* src/summaryview.c
	* src/textview.c
	* src/toolbar.c
	* src/common/mgutils.c
	* src/common/prefs.c
	* src/common/ssl_certificate.c
	* src/gtk/colorlabel.c
	* src/gtk/quicksearch.c
	* src/plugins/pgpmime/pgpmime.c
	* src/plugins/spamassassin/spamassassin.c
		Removed redundant NULL checks for g_free() calls.
		Patch by Pawel Pekala.
2006-04-06 10:58:17 +00:00
Ricardo Mones e64f72cf07 2006-04-06 [mones] 2.1.0cvs6
* src/prefs_actions.c
	* src/prefs_filtering.c
	* src/prefs_filtering_action.c
	* src/prefs_matcher.c
	* src/prefs_template.c
	* src/gtk/gtkutils.c
	* src/gtk/gtkutils.h
		Have a nice replace button. Patch by Pawel Pekala
2006-04-06 10:50:29 +00:00
Colin Leroy a1589d85b5 2006-04-06 [colin] 2.1.0cvs5
* src/addressbook.c
		Fix crash with empty columns
2006-04-06 05:38:40 +00:00
Colin Leroy 8a943122b3 2006-04-05 [colin] 2.1.0cvs4
* src/wizard.c
	* src/prefs_gtk.c
		Allow wizard customization with pre-filled values
2006-04-05 16:49:00 +00:00
Colin Leroy e4bcc8301f 2006-04-05 [colin] 2.1.0cvs3
* src/textview.c
	* src/mimeview.c
	* src/mimeview.h
		Nicer messages in mimeview
2006-04-05 16:47:17 +00:00
Colin Leroy f8c063b8e0 2006-04-05 [colin] 2.1.0cvs2
* src/addressbook.c
	* src/prefs_summaries.c
		i18n fix
2006-04-05 16:45:55 +00:00
Colin Leroy d4f9899069 2006-04-05 [colin] 2.1.0cvs1
* src/plugins/pgpcore/plugin.c
	* src/plugins/pgpcore/select-keys.c
	* src/plugins/pgpcore/select-keys.h
	* src/plugins/pgpcore/sgpgme.c
	* src/plugins/pgpcore/sgpgme.h
	* src/plugins/pgpinline/pgpinline.c
	* src/plugins/pgpinline/plugin.c
	* src/plugins/pgpmime/pgpmime.c
	* src/plugins/pgpmime/plugin.c
		Factorize and generalize a bit
		Drop S/MIME signature verification from PGP/MIME
		(adding it as another, more complete plugin)
2006-04-05 16:36:10 +00:00
Paul Mangan 142ae1fc02 2.1.0 unleashed 2006-04-05 13:04:05 +00:00
Paul Mangan 02b1b78752 2006-04-05 [paul] 2.0.0cvs186
* manual/advanced.xml
		add info on colour labels
2006-04-05 09:58:39 +00:00
Paul Mangan c32e87ebe1 2006-04-05 [paul] 2.0.0cvs185
* po/bg.po
	* po/cs.po
	* po/de.po
	* po/el.po
	* po/en_GB.po
	* po/fi.po
	* po/fr.po
	* po/it.po
	* po/nl.po
	* po/pl.po
	* po/pt_BR.po
	* po/sr.po
	* po/zh_CN.po
		updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros
		Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea
		Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves
		Guimaraes, Aleksandar Urosevic, Ralgh Young
	* src/gtk/authors.h
	* tools/claws.i18n.status.pl
		added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
		and new Czech translator, Tim <timbrain@post.cz>
2006-04-05 09:07:44 +00:00
Ricardo Mones fa2a905bed 2006-04-05 [mones] 2.0.0cvs184
* po/es.po
		Updated translation
2006-04-05 08:27:56 +00:00
Colin Leroy d115d36a30 2006-04-05 [colin] 2.0.0cvs183
* src/gtk/quicksearch.c
		Fix bug #929 (unnecessary reload in quick search bar)
2006-04-05 06:21:28 +00:00
Colin Leroy 2dd7efb647 2006-04-05 [colin] 2.0.0cvs182
* src/compose.c
		Fix crash on Reply with no From:
		Show signature and conversion error on queuing
		(but not sending)
	* src/mainwindow.c
	* src/summaryview.c
	* src/summaryview.h
		Factorize threading code and make sure msginfo
		is not null when it comes from a GtkCTreeRow's
		data
	* src/gtk/gtkaspell.c
		Check for necessary things
	* src/gtk/gtksctree.c
	* src/gtk/gtksctree.h
		Reset anchor if necessary when removing node
2006-04-05 06:19:17 +00:00
Colin Leroy be74c2ec8a 2006-03-29 [colin] 2.0.0cvs181
* src/folderview.c
		Warn for disabled IMAP accounts (due to lack of
		libetpan). Breaks string-freeze - sorry - but it
		is kind of important ;)
2006-03-29 16:09:22 +00:00
Colin Leroy a0a7bae317 2006-03-28 [colin] 2.0.0cvs180
* src/gtk/gtkutils.c
	* src/gtk/gtkutils.h
		Add a gtkut_get_link_btn() function that
		creates a button which acts like an URI
	* src/prefs_themes.c
	* src/gtk/about.c
		Use this function (factorizes codes)
	* src/common/defs.h
	* src/gtk/pluginwindow.c
		Add a "Get more..." in the plugins window
2006-03-28 17:31:10 +00:00
Colin Leroy afed9ddfa9 2006-03-28 [colin] 2.0.0cvs179
* src/common/smtp.c
	* src/common/passcrypt.c
	* src/undo.c
		Warning fixes. Patch by Pawel Pekala
2006-03-28 16:18:18 +00:00
Colin Leroy 88316eaa4c 2006-03-27 [colin] 2.0.0cvs178
* src/undo.c
		Fix undoing by blocks with spaces
2006-03-27 17:59:48 +00:00
Colin Leroy 7375918f98 2006-03-27 [colin] 2.0.0cvs177
* src/textview.c
		Set margin to 3px for headers
2006-03-27 16:45:49 +00:00
Paul Mangan c44f159761 2.1.0-rc2 released 2006-03-27 11:01:42 +00:00
Tristan Chabredier 0970cd044a 2006-03-27 [wwp] 2.0.0cvs176
* src/summaryview.c
		don't reset quicksearch when updating the message list.
		Thanks to Colin.
2006-03-27 10:08:14 +00:00
Tristan Chabredier 8d905e8af9 2006-03-26 [wwp] 2.0.0cvs175
* src/compose.c
		use a unified border width ('other' tab in the compose window,
		patch by Pawel Pekala).
2006-03-26 20:20:10 +00:00
Tristan Chabredier 7084332688 2006-03-26 [wwp] 2.0.0cvs174
* src/common/quoted-printable.c
	* src/addressbook.c
		fixed some compilation warnings (incl. one reported by Pawel Pekala).
2006-03-26 19:36:04 +00:00
Colin Leroy 11911ffee3 noone saw anything! 2006-03-26 17:18:58 +00:00
Colin Leroy 8e55ee6276 2006-03-26 [colin] 2.0.0cvs173
* src/quote_fmt_parse.y
		Fix non-UTF8 date formats fucking up the whole quote
2006-03-26 17:12:13 +00:00
Colin Leroy 0500275c41 2006-03-26 [colin] 2.0.0cvs172
* src/procheader.c
		Make sure the date is UTF8 valid, or try to make it
		so. IncrediMail is really IncrediStupid.
	* src/compose.c
		Fix possible conversions.
2006-03-26 16:52:33 +00:00
Colin Leroy 3559ad24c4 2006-03-26 [colin] 2.0.0cvs171
* src/matcher.c
		Fix corner cases in body search. This is still a
		hack... It seems impossible to make it good and
		reasonably fast at the same time.
2006-03-26 11:02:13 +00:00
Colin Leroy c8cfd23313 2006-03-26 [colin] 2.0.0cvs170
* src/summaryview.c
		I think I killed the twilight zone bug!
		summary_select_node() flushes GTK events in order
		to be able to center the view. But this also
		flushes keypresses like Ctrl-Alt-U, so this can
		call summary_show from summary_select_node (itself
		called from summary_show, etc.). And the summaryview
		has to be unlocked in this function. So just locking
		while processing GTK events, and bailing if locked,
		should fix it.
		Fixes bug #927 (SIGSEGV during Update Summary)
2006-03-26 10:32:22 +00:00
Colin Leroy 619722d3b1 2006-03-25 [colin] 2.0.0cvs169
* src/matcher.c
		Fix search in QP-encoded bodies
		Fix utf-8 searches in bodies encoded in the
		locale's encoding
	* src/common/quoted-printable.c
	* src/common/quoted-printable.h
		Add a decode function that doesn't overwrite
		the original pointer
2006-03-25 18:17:43 +00:00
Colin Leroy c4de611ebf 2006-03-24 [colin] 2.0.0cvs168
* src/action.c
	* src/summaryview.c
	* src/summaryview.h
		Update message cache after action
		Patch by H. Merijn Brand
	* src/prefs_msg_colors.c
		Factorize label
		Patch by Fabien Vantard
	* src/plugins/spamassassin/spamassassin_gtk.c
		Remove useless translation
		Patch by Fabien Vantard
2006-03-24 18:28:37 +00:00
Colin Leroy 04f4c24294 2006-03-23 [colin] 2.0.0cvs167
* src/common/ssl.c
		Let 30 seconds to SSL_connect
2006-03-23 17:23:29 +00:00
Tristan Chabredier 65a7cfb6d4 2006-03-23 [wwp] 2.0.0cvs166
* src/summaryview.c
	* src/gtk/description_window.c
		fix display of From/To column title when in appropriate folders (queue/sent/drafts)
		and headers are translated; adjust description windows' width to fit their
		contents. Patches by Pawel Pekala <c0rn@o2.pl>.
2006-03-23 13:59:30 +00:00
Paul Mangan 2e16a607d8 credit where credit is due 2006-03-23 13:13:26 +00:00
Paul Mangan a168eafecc 2006-03-23 [paul] 2.0.0cvs165
* src/common/utils.c
		fix highlighting of URIs containing "()"
		(2.0.0cvs164's reversal fixed)
2006-03-23 13:12:16 +00:00
Paul Mangan 4407c0bb2d 2006-03-23 [paul] 2.0.0cvs164
* src/common/utils.c
		revert patch, (postponing a fix), at 2.0.0cvs120
		as it breaks more URIs than it fixes.
		Allow '-' to be a terminating character in a URI
2006-03-23 12:04:13 +00:00
Colin Leroy f7367e4000 2006-03-22 [colin] 2.0.0cvs163
* configure.ac
		Require libetpan 0.45
		http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
2006-03-22 17:20:12 +00:00
Paul Mangan 5207aa3eb7 2006-03-22 [paul] 2.0.0cvs162
* src/editgroup.c
		replace '<-' and '->' buttons with GTK_STOCK graphical
		buttons
	* src/summary_search.c
		don't offer '...' for translation
		add a tooltip to advanced search '...' button
	* src/gtk/quicksearch.c
		don't offer '...' for translation
2006-03-22 14:10:00 +00:00
Colin Leroy f177bf5e3d 2006-03-21 [colin] 2.0.0cvs161
* src/compose.c
		Fix middle-click pasting (insert at click
		position instead of cursor position, don't
		remove existing selection and allow pasting
		our own selection)
	* src/addressbook.c
		"LDAP Server" -> "LDAP servers"
2006-03-21 17:54:25 +00:00
Tristan Chabredier 2c6bab555e 2006-03-21 [wwp] 2.0.0cvs160
* src/etpan/imap-thread.c
		fix for bug #925 (IMAP+SSL crash), thanks to Colin.
2006-03-21 13:32:19 +00:00
Colin Leroy 8f78382ff8 2006-03-20 [colin] 2.0.0cvs159
* src/summaryview.c
		Don't reload summaryview after an execute with no
		move action
2006-03-20 22:17:14 +00:00
Colin Leroy 6e32b590e1 2006-03-19 [colin] 2.0.0cvs158
* src/addressbook.c
		and put groups at the top, always
2006-03-19 10:37:21 +00:00
Colin Leroy a17782b915 2006-03-19 [colin] 2.0.0cvs157
* src/addressbook.c
		Order groups before names, as previously
2006-03-19 10:31:30 +00:00
Colin Leroy 7368a892b4 2006-03-19 [colin] 2.0.0cvs156
* src/addressbook.c
		- Sort case-unsensitive
		- Put the sort arrow at opening too
2006-03-19 10:20:05 +00:00
Tristan Chabredier 1644197493 2006-03-19 [wwp] 2.0.0cvs155
* src/addressbook.c
		allow sorting by name/email/remarks, ensure that right-pane's contents
		matches the left-pane selection (cleared when appropriate).
		Patch by Pawel Pekala <c0rn@o2.pl>.
2006-03-19 08:06:08 +00:00
Colin Leroy e65f017974 2006-03-18 [colin] 2.0.0cvs154
* src/textview.c
		Fix text cursor ;)
2006-03-18 19:58:43 +00:00
Colin Leroy 1c20c47ada 2006-03-18 [colin] 2.0.0cvs153
* src/gtk/filesel.c
		Make sure we hide the preview if we didn't get
		a filename
2006-03-18 19:35:48 +00:00
Colin Leroy cbd9a09e9f 2006-03-18 [colin] 2.0.0cvs152
* src/summaryview.c
		Set cursor to watch for execution (fixes lack
		of watch-cursor when dnd'ing hundreds of mails)
	* src/gtk/filesel.c
		Check that mime type is 'image/*' before updating
		the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
2006-03-18 19:33:43 +00:00
Colin Leroy d0b6042efa 2006-03-18 [colin] 2.0.0cvs151
* src/mainwindow.c
	* src/textview.c
	* src/textview.h
		Put a watch cursor in textview too when the mainwindow's
		cursor in a watch
2006-03-18 19:16:07 +00:00
Colin Leroy aa54162916 2006-03-18 [colin] 2.0.0cvs150
* src/folder.c
		Change wrong asserts to simple tests
2006-03-18 08:56:52 +00:00
Colin Leroy d3c2dc6b93 2006-03-17 [colin] 2.0.0cvs149
* src/mainwindow.c
	* src/mainwindow.h
	* src/prefs_msg_colors.c
	* src/summaryview.c
	* src/summaryview.h
	* src/gtk/colorlabel.c
	* src/gtk/colorlabel.h
		Add a color label menu in the main menubar
		Add (fixed) accels Ctrl-{0-7} to change the color
		They have to be fixed because the menu's dynamic,
		the items are complex widgets, hence we can't use
		a GtkItemFactory.
2006-03-17 18:10:51 +00:00