Commit graph

5014 commits

Author SHA1 Message Date
Colin Leroy
0b029d7eaf 2006-07-17 [colin] 2.3.1cvs84
* src/inc.c
		Show connection attempt in statusbar before
		connecting (previously first message was
		"Retrieving messages from ..." after the
		connection succeeded.
2006-07-17 00:35:27 +00:00
Tristan Chabredier
180b62ade2 Typo. 2006-07-16 21:19:37 +00:00
Tristan Chabredier
dbe5974d7f Re-added w/ binary flag. 2006-07-16 08:50:31 +00:00
Tristan Chabredier
8125d089f2 Removed for re-adding. 2006-07-16 08:50:05 +00:00
Tristan Chabredier
9797ff2e9d 2006-07-16 [wwp] 2.3.1cvs83
* sylpheed-claws.ico
		Added .ico file (widows multi-size icon file, generated).
2006-07-16 08:46:39 +00:00
Tristan Chabredier
0e845d4281 2006-07-12 [wwp] 2.3.1cvs82
* src/messageview.c
		remove Message/Re-edit menu entry from messageview window,
		as sent/draft/queued messages are opened in compose window when
		re-edited and it's not possible to re-edit other msgs.
2006-07-12 14:12:05 +00:00
Paul Mangan
e17ec709ca 2006-07-12 [paul] 2.3.1cvs81
* AUTHORS
	* src/mainwindow.c
	* src/gtk/authors.h
		check online state before resetting
		mailcheck timer. Useful if some program
		verifies connection state and updates
		Claws.
		Patch by  Leonid Evdokimov <darkk@users.sf.net>
2006-07-12 10:31:41 +00:00
Paul Mangan
b0aa21693b 2006-07-12 [paul] 2.3.1cvs80
* sylpheed-claws-128x128.png
	* sylpheed-claws-64x64.png
	* sylpheed-claws.png
	* src/Makefile.am
	* src/main.c
	* src/prefs_toolbar.c
	* src/stock_pixmap.c
	* src/stock_pixmap.h
	* src/wizard.c
	* src/gtk/about.c
	* src/gtk/gtkutils.c
	* src/pixmaps/sylpheed-claws.xpm	** ADDED **
	* src/pixmaps/sylpheed-claws_icon.xpm	** ADDED **
	* src/pixmaps/sylpheed-claws_logo.xpm	** ADDED **
	* src/pixmaps/sylpheed.xpm		** REMOVED **
	* src/pixmaps/sylpheed_icon.xpm		** REMOVED **
	* src/pixmaps/sylpheed_logo.xpm		** REMOVED **
		updated and renamed logo/icon files and related
		logo by Jesper Schultz
2006-07-12 09:00:40 +00:00
Paul Mangan
66acfead0d 2006-07-11 [paul] 2.3.1cvs79
* src/main.c
		fix the labels a smidgin
2006-07-11 07:57:28 +00:00
Colin Leroy
af47e11269 2006-07-09 [colin] 2.3.1cvs78
* src/textview.c
		Show errors in textviewer's command
		Patch by H. Merijn Brand
2006-07-09 12:19:54 +00:00
Colin Leroy
83d03099f6 2006-07-09 [colin] 2.3.1cvs77
* src/compose.c
		Save FMID in drafts too
2006-07-09 08:39:54 +00:00
Colin Leroy
52a9964824 2006-07-08 [colin] 2.3.1cvs76
* src/compose.c
		Svae RMID in drafted mails too
		Save quote_fmt vars for whole mails,
		don't reset at each quote_fmt_init:
		allows to use the same |i{var} in
		various template fields
	* src/prefs_template.c
	* src/quote_fmt.h
	* src/quote_fmt_parse.y
		Same
2006-07-08 22:15:33 +00:00
Colin Leroy
f436f845d7 2006-07-08 [colin] 2.3.1cvs75
* src/textview.c
		Fix highlighting of attached parts URIs
2006-07-08 11:24:18 +00:00
Colin Leroy
6b17d19f75 2006-07-08 [colin] 2.3.1cvs74
* src/main.c
		Prevent bug #981 (sc 2.3.1 segfaults with
		gtk+ 2.10) from being reported again:
		if Sylpheed-Claws has been compiled against
		GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0,
		of if Sylpheed-Claws has been compiled against
		GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
		error out.
2006-07-08 09:54:30 +00:00
Colin Leroy
6b0bb4e1cf 2006-07-07 [colin] 2.3.1cvs73
* src/prefs_actions.c
		Fix label
2006-07-07 18:53:00 +00:00
Colin Leroy
cb963bc8c5 2006-07-07 [colin] 2.3.1cvs72
* src/prefs_actions.c
		Fix compile on gtk < 2.8. argh :)
2006-07-07 18:49:28 +00:00
Paul Mangan
c551547f06 2006-07-07 [paul] 2.3.1cvs71
* src/common/defs.h
		update DONATE_URI
2006-07-07 18:09:01 +00:00
Colin Leroy
6279648f7a 2006-07-07 [colin] 2.3.1cvs70
* po/POTFILES.in
	* src/quote_fmt.c
	* src/quote_fmt_lex.l
	* src/quote_fmt_parse.y
		Add |i{var}, a way to insert user-entered
		text in a template
2006-07-07 18:03:21 +00:00
Colin Leroy
48e841cd01 2.4.0-rc3 released 2006-07-07 17:17:15 +00:00
Colin Leroy
d9de53ae32 2006-07-07 [colin] 2.3.1cvs69
* src/folder.c
		Don't consider inboxes of UNKNOWN folder
		classes to be useable as default inboxes
2006-07-07 16:53:55 +00:00
Paul Mangan
365614265d 2006-07-07 [paul] 2.3.1cvs68
* src/textview.c
		add missing #include <errno.h>
		Thanks to René J. Blokland
2006-07-07 10:50:30 +00:00
Paul Mangan
277cca1f34 fix typo 2006-07-07 08:22:59 +00:00
Paul Mangan
6a992c2991 2006-07-07 [paul] 2.3.1cvs67
* src/action.c
		Return now Closes dialog
	* src/mimeview.c
	* src/mimeview.h
	* src/textview.c
		add contextual menu to mime parts listed
		in the textview
		Thank to Colin
	* src/common/utils.c
		reversal: ' is a valid character in URLs
2006-07-07 08:20:23 +00:00
Colin Leroy
db67fe109a 2006-07-06 [colin] 2.3.1cvs66
* src/remotefolder.h
		Forgotten in previous commit
2006-07-06 17:16:46 +00:00
Colin Leroy
89138212c8 2006-07-06 [colin] 2.3.1cvs65
* src/folder.c
		Set summary update flag whenever
		totals changed
	* src/imap.c
	* src/prefs_account.c
	* src/common/utils.h
	* src/etpan/imap-thread.c
		Fix warnings, thanks to Fabien and
		Ricardo
2006-07-06 16:34:05 +00:00
Tristan Chabredier
57bd175a2f 2006-07-06 [wwp] 2.3.1cvs64
* src/gtk/gtkutils.c
		GTK_STOCK_HELP exists in GTK+ 2.4.x.
2006-07-06 14:25:54 +00:00
Tristan Chabredier
fefa13721e 2006-07-06 [wwp] 2.3.1cvs63
* src/account.c
	* src/addressbook.c
	* src/addressitem.h
	* src/folderview.c
	* src/mainwindow.c
	* src/manual.c
	* src/manual.h
	* src/message_search.c
	* src/prefs_actions.c
	* src/prefs_filtering.c
	* src/prefs_filtering.h
	* src/prefs_template.c
	* src/summary_search.c
	* src/summaryview.c
	* src/gtk/gtkutils.c
	* src/gtk/gtkutils.h
	* src/gtk/pluginwindow.c
		add help buttons to some dialogs. Clicking such buttons opens a
		relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
2006-07-06 14:20:03 +00:00
Paul Mangan
ee01c2ac5b 2006-07-06 [paul] 2.3.1cvs62
* src/textview.c
		fix attachments contextual menu
		Thanks to Colin
2006-07-06 07:46:13 +00:00
Colin Leroy
691f2617ea 2006-07-05 [colin] 2.3.1cvs61
* src/textview.c
	* src/compose.c
		Handle sftp:// links
2006-07-05 18:45:13 +00:00
Paul Mangan
b75bec94e2 2006-07-05 [paul] 2.3.1cvs60
* src/gtk/filesel.c
		grab save button by default
		Thanks to Colin
2006-07-05 15:13:00 +00:00
Tristan Chabredier
2909c661cf 2006-07-05 [wwp] 2.3.1cvs59
* manual/xml2pdf
		use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
2006-07-05 07:26:26 +00:00
Colin Leroy
c1fc1e7257 2006-07-04 [colin] 2.3.1cvs58
* src/mimeview.c
	* src/textview.c
		Use left click to select, middle click to open
		on mimeparts links
	* src/common/utils.c
		Fix segfault
2006-07-04 16:53:47 +00:00
Colin Leroy
5928e9b564 2006-07-04 [colin] 2.3.1cvs57
* src/mainwindow.c
	* src/news.c
		Warning fixes, thanks to Fabien
2006-07-04 16:32:15 +00:00
Colin Leroy
07a976a00a 2006-07-04 [colin] 2.3.1cvs56
* src/mimeview.c
	* src/mimeview.h
	* src/textview.c
		Allow parts to be selected via their text label
		in textview
2006-07-04 16:19:39 +00:00
Colin Leroy
77c670a4f2 2006-07-04 [colin] 2.3.1cvs55
* src/folderview.c
		Feedback when closing (for big folders)
	* src/prefs_actions.c
	* src/prefs_filtering.c
	* src/prefs_matcher.c
	* src/prefs_template.c
		Fix default button when closing without
		having saved
2006-07-04 16:17:41 +00:00
Colin Leroy
d438e547f7 2006-07-04 [colin] 2.3.1cvs54
* src/news.c
		Delete local file on deletion
2006-07-04 06:13:07 +00:00
Colin Leroy
3b71ccd35b 2006-07-03 [colin] 2.3.1cvs53
* src/folderview.c
	* src/main.c
		Don't freeze when rescanning after crash
2006-07-03 19:16:47 +00:00
Tristan Chabredier
622b6e9ada 2006-07-03 [wwp] 2.3.1cvs52
* src/compose.c
	* src/privacy.c
	* src/privacy.h
	* src/plugins/pgpinline/pgpinline.c
	* src/plugins/pgpmime/pgpmime.c
		don't report an error when the user cancels the passphrase dialog.
2006-07-03 12:35:59 +00:00
Colin Leroy
bd56795d53 2006-07-02 [colin] 2.3.1cvs51
* src/folderview.c
		Open message when crossing folders with Space,
		goto next unread and friends
2006-07-02 21:34:31 +00:00
Colin Leroy
57eac094cc 2006-07-01 [colin] 2.3.1cvs50
* src/prefs_account.c
		Typographic rules varying from language
		to language (in french "Protocole :"),
		we have to do that :)
2006-07-01 20:29:48 +00:00
Andrej Kacian
68bfc8a1b0 2006-07-01 [ticho] 2.3.1cvs49
* src/prefs_account.c
		Only use one temporary gchar* variable in
		prefs_account_protocol_set_optmenu().
2006-07-01 15:22:44 +00:00
Andrej Kacian
37a9bd5820 2006-07-01 [ticho] 2.3.1cvs48
* src/prefs_account.c
	* src/prefs_account.h
		Use GtkLabel for existing account protocol name.
		Created an array for protocol names and populate the
		combobox from it in a for() cycle.
2006-07-01 15:16:31 +00:00
Colin Leroy
cfe4611ba0 2006-06-30 [colin] 2.3.1cvs47
* src/compose.c
		Block undo when changing signature (by changing
		account)
2006-06-30 20:37:04 +00:00
Paul Mangan
4bea5cd244 2006-06-30 [paul] 2.3.1cvs46
* src/send_message.c
		when editing From in the Compose window, use that address
		in the Return-Path: header
		Thanks to Colin
2006-06-30 08:26:43 +00:00
Colin Leroy
cd93806ec8 2006-06-30 [colin] 2.3.1cvs45
* src/compose.c
		Fix signature replacement:
		- when no newline before separator
		- when reediting
2006-06-30 06:34:50 +00:00
Colin Leroy
b9b59d7e4d 2006-06-29 [colin] 2.3.1cvs44
* src/folderview.c
	* src/folderview.h
	* src/mainwindow.c
	* src/summaryview.c
		Let 'View/Go to/Next marked' work like
		Next new & Next unread: across folders
		Change the select_on_entry pref to do
		what we want when changing folder
	* src/common/utils.c
		Fix single-quoted links
2006-06-29 18:16:52 +00:00
Colin Leroy
98ca99c58f 2006-06-29 [colin] 2.3.1cvs43
* src/gtk/gtkaspell.c
		"Sylpheed" and "Sylpheed-Claws" do exist !
2006-06-29 17:39:05 +00:00
Colin Leroy
0eebee6e3c 2006-06-29 [colin] 2.3.1cvs42
* src/imap.c
		Forgot to remove debug
2006-06-29 17:21:55 +00:00
Colin Leroy
b8882e98ef 2006-06-29 [colin] 2.3.1cvs41
* src/imap.c
	* src/imap.h
	* src/mainwindow.c
		Disconnect from IMAP servers when going
		offline. Fixes bug #978 (going to offline-mode
		won't close connections)
2006-06-29 17:20:04 +00:00
Colin Leroy
d2216b957f 2006-06-29 [colin] 2.3.1cvs40
* src/main.c
		Fix transient setting on failing plugins
		Patch by Fabien
	* src/plugins/pgpcore/sgpgme.c
		Only warn for OpenPGP. Most people don't
		have CMS available.
2006-06-29 17:01:39 +00:00