Commit graph

2271 commits

Author SHA1 Message Date
Colin Leroy
1c06c9d380 2007-01-15 [colin] 2.7.1cvs3
* src/etpan/imap-thread.c
		Fix invalid free on command-connection
		error
2007-01-15 17:09:05 +00:00
Tristan Chabredier
827ab119d5 2007-01-15 [wwp] 2.7.1cvs2
* src/matcher_parser_lex.l
	* src/quote_fmt_lex.l
	* src/matcher_parser_parse.y
		fix copyright header in lexers and parsers.
2007-01-15 09:03:17 +00:00
Paul Mangan
f792ec70ed 2007-01-15 [paul] 2.7.1cvs1
* NEWS
	* README
	* RELEASE_NOTES
	* configure.ac
		bump up version number following
		stable release
2007-01-15 08:48:42 +00:00
Paul Mangan
4d14d6671a 2007-01-15 [paul] 2.7.0cvs31
* AUTHORS
	* src/gtk/authors.h
		add Fabien to the Team list
		add the recent contributors
		make a few corrections
2007-01-15 07:11:28 +00:00
Paul Mangan
2e25c52300 2007-01-15 [paul] 2.7.0cvs30
* src/mainwindow.c
		fix compiler warning
	* src/plugins/pgpcore/prefs_gpg.c
	* src/plugins/pgpcore/prefs_gpg.h
		add missing include
		fix copyright header
2007-01-15 06:34:43 +00:00
Colin Leroy
6208ed9e05 2007-01-14 [colin] 2.7.0cvs29
* src/gtk/filesel.c
		Use the 'gtk+' backend. Avoids gnome-vfs use,
		two benefits: faster to open, will fix strange
		dbus-related crash.
2007-01-14 22:40:37 +00:00
Colin Leroy
3da1d0a0bd 2007-01-14 [colin] 2.7.0cvs28
* src/etpan/imap-thread.c
		Delete the old imap just after allocating
		the new one. Makes sure we don't get the
		same pointer by sheer luck, which feels
		strange in the debug log.
2007-01-14 17:36:32 +00:00
Colin Leroy
cf97abe605 2007-01-14 [colin] 2.7.0cvs27
* src/gtk/inputdialog.c
		Make sure we don't print passwords in
		clear text when in debug mode
2007-01-14 17:20:18 +00:00
Colin Leroy
a86d027d38 2007-01-14 [colin] 2.7.0cvs26
* src/gtk/gtksctree.c
		Fix bug 1098, 'bogus last row display
		after expanding a thread'. Patch by
		Jindrich Makovicka <makovick@gmail.com>
2007-01-14 12:55:34 +00:00
Colin Leroy
86121004c4 2007-01-14 [colin] 2.7.0cvs25
* src/etpan/imap-thread.c
		Close socket manually before
		freeing the imap struct
2007-01-14 11:57:45 +00:00
Colin Leroy
56415cc7f5 2007-01-14 [colin] 2.7.0cvs24
* src/etpan/imap-thread.c
		Maybe fix new reconnection issues
2007-01-14 11:40:03 +00:00
Colin Leroy
c95d375b79 2007-01-13 [colin] 2.7.0cvs23
* src/summaryview.c
		Freeze/thaw on thread selection
2007-01-13 18:39:57 +00:00
Paul Mangan
3a52db863b 2007-01-13 [paul] 2.7.0cvs22
* src/mainwindow.c
	* src/summaryview.c
	* src/summaryview.h
		add 'Edit/Delete thread'
2007-01-13 18:23:51 +00:00
Colin Leroy
dbc41a815c 2007-01-13 [colin] 2.7.0cvs21
* src/prefs_account.c
	* src/prefs_compose_writing.c
	* src/prefs_message.c
	* src/prefs_msg_colors.c
	* src/prefs_other.c
	* src/prefs_receive.c
	* src/prefs_spelling.c
	* src/prefs_summaries.c
	* src/prefs_themes.c
	* src/gtk/gtkutils.c
	* src/gtk/gtkutils.h
	* src/plugins/pgpcore/prefs_gpg.c
	* src/plugins/spamassassin/spamassassin_gtk.c
		Factorize gtk frame creation
		Patch by Pawel
2007-01-13 16:03:08 +00:00
Colin Leroy
339a486841 2007-01-13 [colin] 2.7.0cvs20
* src/message_search.c
	* src/summary_search.c
		Fix Enter in search windows
	* src/messageview.c
		Fix body search starting at the
		end of the mail (and asking for loop)
2007-01-13 16:01:02 +00:00
Colin Leroy
6cdab356ed 2007-01-13 [colin] 2.7.0cvs19
* src/etpan/imap-thread.c
		Make sure we don't free the same imap
		twice
2007-01-13 13:25:08 +00:00
Colin Leroy
efe4efb1b5 2007-01-13 [colin] 2.7.0cvs18
* commitHelper
		Allow multiple commitHelpers to
		run at once
2007-01-13 10:38:13 +00:00
Colin Leroy
79ae4354ab 2007-01-12 [colin] 2.7.0cvs17
* src/etpan/imap-thread.c
		Make sure we get rid of the previous mailimap
		when connecting - just in case disconnect was
		unclean
2007-01-12 20:54:54 +00:00
Colin Leroy
dc5ebd5348 2007-01-12 [paul] 2.7.0cvs16
* src/compose.c
		Strip S/MIME signatures when re-editing
		S/MIME signed messages.
2007-01-12 14:28:56 +00:00
Paul Mangan
e1c4b8a1f9 2007-01-12 [paul] 2.7.0cvs15
* configure.ac
	* src/addressbook.c
	* src/foldersel.c
	* src/folderview.c
	* src/main.c
		no need to define CLAWS anymore, remove
		all that stuff
2007-01-12 13:02:45 +00:00
Paul Mangan
4a560075b5 2007-01-12 [paul] 2.7.0cvs14
* src/mimeview.c
		check if the mail's signed as
		it can change the mail structure
		Thanks to Colin
2007-01-12 11:58:57 +00:00
Paul Mangan
caf947867b 2007-01-12 [paul] 2.7.0cvs13
* src/procmime.c
		fix Forwarding msgs with attachments
		that have dos line endings
		Thanks to Colin
2007-01-12 11:46:08 +00:00
Tristan Chabredier
5781b5d6e1 2007-01-12 [wwp] 2.7.0cvs12
* configure.ac
		Revert accidentally committed extra version tag.
2007-01-12 11:25:19 +00:00
Tristan Chabredier
5e7474763f 2007-01-12 [wwp] 2.7.0cvs11
* src/prefs_account.c
		Fix compilation w/o aspell (completes 2.7.0cvs7).
2007-01-12 10:06:49 +00:00
Colin Leroy
626164ad58 2007-01-11 [colin] 2.7.0cvs10
* src/imap.c
		move g_warning to debug_print
		it scares people for no reason
2007-01-11 19:35:10 +00:00
Colin Leroy
fe02eb0cf0 2007-01-11 [colin] 2.7.0cvs9
* po/POTFILES.in
		Fix files to translate. Patch by
		Fabien
2007-01-11 17:22:21 +00:00
Colin Leroy
67ca12049b 2007-01-11 [paul] 2.7.0cvs8
* src/imap.c
		Fix recursion when server lists the
		current subfolder in the response
	* src/mimeview.c
		Fix updating of icon_list/ctree
	* src/plugins/pgpcore/select-keys.c
		Fix a few annoyances when choosing
		keys for the CMS (S/MIME) protocol
2007-01-11 16:36:17 +00:00
Tristan Chabredier
7df76138e4 2007-01-11 [wwp] 2.7.0cvs7
* src/compose.c
	* src/prefs_account.c
	* src/prefs_account.h
		Add per-account spellcheck default dictionaries settings.
2007-01-11 11:16:38 +00:00
Colin Leroy
724d1f30f6 2007-01-10 [colin] 2.7.0cvs6
* src/prefs_folder_item.c
		Factorize strings - patch by Fabien
2007-01-10 18:27:48 +00:00
Colin Leroy
63512bd1ec 2007-01-10 [colin] 2.7.0cvs5
* src/mainwindow.c
		Fix bug 1095, 'Crash while changing folder
		columns during incorporation'
2007-01-10 18:21:17 +00:00
Colin Leroy
94a3e29583 2007-01-09 [colin] 2.7.0cvs4
* src/gtk/pluginwindow.c
		Set the plugin window transient. Seems
		like some window managers hide it in
		the background after "load plugin"...
2007-01-09 07:27:53 +00:00
Colin Leroy
7f8501558c 2007-01-09 [colin] 2.7.0cvs3
* src/gtk/filesel.c
		Use the same type for alloc and free
2007-01-09 07:13:18 +00:00
Paul Mangan
2aeb4cf907 2007-01-08 [paul] 2.7.0cvs2
* po/nl.po
		updated by Tim Dijkstra
2007-01-08 19:45:32 +00:00
Colin Leroy
b2a8a077e6 2007-01-08 [paul] 2.7.0cvs1
* src/prefs_themes.c
	* src/common/utils.c
		Fix resource leaks
2007-01-08 12:08:36 +00:00
Paul Mangan
660b15be2b 2007-01-08 [paul] 2.6.1cvs119
* doc/man/claws-mail.1
		another correction
2007-01-08 09:56:44 +00:00
Paul Mangan
0a001ee8ed 2007-01-08 [paul] 2.6.1cvs118
* doc/man/claws-mail.1
		corrections
	* manual/advanced.xml
		improved English usage
2007-01-08 09:51:31 +00:00
Paul Mangan
d8ed4a0742 2007-01-08 [paul] 2.6.1cvs117
* po/ca.po
	* po/de.po
	* po/en_GB.po
	* po/fi.po
	* po/it.po
	* po/pt_BR.po
	* po/sk.po
	* po/sr.po
	* po/zh_CN.po
		updated by Miquel Oliete, Stephan Sachse, me,
		Tommi Pirinen, Andrea Spadaccini, Frederico
		Goncalves Guimaraes, Andrej Kacian, Aleksandar
		Urosevic, and Ralgh Young
2007-01-08 08:18:25 +00:00
Ricardo Mones
b3ae2f9d14 2007-01-07 [mones] 2.6.1cvs116
* manual/es/advanced.xml
	* po/es.po
		Synced manual (unhide mark_as_read_delay)
		and updated translation for release
2007-01-07 23:57:41 +00:00
Paul Mangan
274f98ebc7 2007-01-07 [paul] 2.6.1cvs115
* src/prefs_matcher.c
		make the hbox content fit better under
		various languages
2007-01-07 11:54:31 +00:00
Colin Leroy
d5bdb511fc 2007-01-07 [colin] 2.6.1cvs114
* src/messageview.c
		Fix bug 1088, 'Ctrl-h produces repeatable
		crash'
2007-01-07 09:08:36 +00:00
Colin Leroy
96b765f785 2007-01-06 [colin] 2.6.1cvs113
* src/etpan/imap-thread.c
		Add casts to int to get certs. Fixes
		bug 1064, 'crash @ etpan_certificate_check()
		when opening an IMAP folder', with latest
		libetpan CVS or >= 0.49
	* src/mainwindow.c
	* src/mainwindow.h
	* src/imap_gtk.c
	* src/news_gtk.c
	* src/prefs_folder_item.c
		Grey out the "synchronise" menu items if
		there's nothing to synchronise.
	* src/plugins/pgpcore/sgpgme.c
		Make an error clearer than "Unknown error"
2007-01-06 17:57:16 +00:00
Colin Leroy
c53f344909 2007-01-06 [colin] 2.6.1cvs112
* src/messageview.c
		Don't try to show a message if updating
		Maybe fixes bug 1088, 'ctrl-h produces
		repeatable crash'.
2007-01-06 14:46:52 +00:00
Colin Leroy
7d3b32f8a2 2007-01-06 [colin] 2.6.1cvs111
* src/summaryview.c
		Disable Control-Space (handle it as Space).
2007-01-06 11:52:59 +00:00
Colin Leroy
de48dcf9cf 2007-01-05 [paul] 2.6.1cvs110
* src/imap.c
		Fix bug 934, 'sylpheed claws 2.1
		doesn't show Exchanges Public Folders'
		Thanks to Hoa and Colin
	* src/msgcache.c
		Refuse to allocate more than 2 MB for a
		single field, it's a good indication of
		cache corruption.
2007-01-05 13:16:32 +00:00
Colin Leroy
a60cb9bfd1 2007-01-05 [colin] 2.6.1cvs109
* src/mainwindow.c
		Allow --select'ing emails by Message-ID too
2007-01-05 07:45:41 +00:00
Colin Leroy
1eb412c1d6 2007-01-05 [colin] 2.6.1cvs108
* src/common/quoted-printable.c
		Uh! Third fix :)
2007-01-05 07:08:53 +00:00
Colin Leroy
57fda8fa78 2007-01-05 [colin] 2.6.1cvs107
* src/common/quoted-printable.c
		Fix previous commit about bug 1089
		Thanks to Ralf
2007-01-05 06:23:22 +00:00
Colin Leroy
2a3ee628b8 2007-01-04 [colin] 2.6.1cvs105
* src/common/quoted-printable.c
		Fix bug 1089, 'NUL characters in Subject
		line are misinterpreted'. Not a pain to
		fix in fact.
2007-01-04 20:48:45 +00:00
Tristan Chabredier
a20a92a18f 2007-01-04 [wwp] 2.6.1cvs104
* src/image_viewer.c
		Force operator precedence (fix a compiler warning).
2007-01-04 09:00:10 +00:00
Colin Leroy
e39cd773fe 2007-01-04 [colin] 2.6.1cvs103
* src/image_viewer.c
		Be cautious there too (same fix as the one
		in textview from cvs33)
	* src/messageview.c
		Don't use any MimeViewer plugin when showing
		all headers
2007-01-04 07:34:05 +00:00