Commit graph

1693 commits

Author SHA1 Message Date
Colin Leroy
a05cba2f00 2005-11-12 [colin] 1.9.100cvs9
* src/etpan/imap-thread.c
		Fix gcc warning
2005-11-12 17:10:49 +00:00
Colin Leroy
13d065ab94 2005-11-12 [colin] 1.9.100cvs8
* src/procmime.c
		Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
2005-11-12 17:03:07 +00:00
Colin Leroy
415cc095cf 2005-11-10 [colin] 1.9.100cvs7
* src/main.c
                Fix bug #845 (sylpheed-claws 1.9.99+ start in
                minimised state)
2005-11-10 17:46:53 +00:00
Tristan Chabredier
2f1ae15aac 2005-11-10 [wwp] 1.9.100cvs6
* src/gtk/description_window.c
		fix a crash when closing description windows using the WM's [X] button
2005-11-10 13:37:52 +00:00
Colin Leroy
a7710fa712 2005-11-09 [colin] 1.9.100cvs5
* src/common/ssl.c
                Update libetpan call to follow upstream
                (yes, this requires libetpan-0.40cvs3)
2005-11-09 17:39:19 +00:00
Colin Leroy
36044ea361 2005-11-08 [colin] 1.9.100cvs4
* src/compose.c
        * src/textview.c
        * src/common/utils.c
        * src/common/utils.h
                Enhance the email parser
2005-11-08 18:08:15 +00:00
Colin Leroy
de6b1ec1f5 2005-11-08 [colin] 1.9.100cvs3
* src/procmime.c
                Fix what looks like an off-by-one (fixes
                attachments from the Bat)
2005-11-08 17:28:54 +00:00
Tristan Chabredier
7551889f8e 2005-11-08 [wwp] 1.9.100cvs2
* src/main.c
		renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
2005-11-08 15:11:21 +00:00
Tristan Chabredier
dfe56b872c 2005-11-08 [wwp] 1.9.100cvs1
* src/main.c
		allow exiting Sylpheed-Claws from command-line
2005-11-08 15:07:53 +00:00
Paul Mangan
a9076262cb 1.9.100 released 2005-11-08 08:46:33 +00:00
Colin Leroy
85a903d6d8 2005-11-07 [colin] 1.9.99cvs17
* src/addritem.c
	* src/ldif.c
		Fix import of base-64 encoded items
2005-11-07 16:54:37 +00:00
Colin Leroy
c9e3f93662 2005-11-07 [cleroy] 1.9.99cvs16
* src/send_message.c
		Fix bug #314 (Queue does not empty under certain
		circumstances)
2005-11-07 16:52:29 +00:00
Paul Mangan
e0f8b553c3 2005-11-07 [paul] 1.9.99cvs15
* src/mutt.c
	* src/pine.c
		fix buffer overflows
		Thanks to Colin
2005-11-07 11:00:54 +00:00
Paul Mangan
e7febd8aa5 2005-11-07 [paul] 1.9.99cvs14
* doc/man/Makefile.am
	* doc/man/sylpheed-claws.1	** ADDED **
	* doc/man/sylpheed.1		** DELETED **
		rename and update the man file
2005-11-07 08:59:35 +00:00
Colin Leroy
a5585024b0 2005-11-06 [colin] 1.9.99cvs13
* src/ldif.c
		Fix ldif_get_line() that returned empty strings
		(Didn't understand why). Also fix a possible
		buffer overflow.
2005-11-06 18:59:04 +00:00
Tristan Chabredier
5af4d27ccf 2005-11-06 [wwp] 1.9.99cvs12
* src/textview.c
	* src/gtk/about.c
	* src/gtk/gtkutils.c
	* src/gtk/gtkutils.h
		fix a compilation warning,
		make links sensitive in the about dialog
2005-11-06 10:24:50 +00:00
Tristan Chabredier
17ed9c420c 2005-11-04 [wwp] 1.9.99cvs11
* src/gtk/about.c
		don't wrap or translate URIs, and a bit text format cleanup
2005-11-04 14:15:56 +00:00
Tristan Chabredier
96794b9abf 2005-11-04 [wwp] 1.9.99cvs10
* src/gtk/about.c
		better textview tagging implementation (no more use of marks for
		postponed tagging)
2005-11-04 13:55:44 +00:00
Colin Leroy
c7fdd29b02 2005-11-02 [colin] 1.9.99cvs9
* src/common/ssl.c
		Forgot an ifdef
2005-11-02 18:49:57 +00:00
Colin Leroy
a7e60d0560 2005-11-02 [colin] 1.9.99cvs8
* configure.ac
		Require libetpan-0.40 due to upstream fix
	* src/common/ssl.c
		Tell libetpan not to call SSL_Library_Init,
		as we do it ourselves.
2005-11-02 18:41:21 +00:00
Colin Leroy
f95bcb7b8b 2005-11-02 [colin] 1.9.99cvs7
* po/POTFILES.in
		Add missing files (thanks to Fabien Vantard)
2005-11-02 18:27:17 +00:00
Colin Leroy
543b6d9cd3 2005-11-02 [cleroy] 1.9.99cvs6
* src/summaryview.c
		Fix totals when read messages are hidden or quicksearch
		is on
	* src/ssl_manager.c
	* src/ssl_manager.h
	* src/common/ssl_certificate.c
	* src/common/ssl_certificate.h
	* src/gtk/sslcertwindow.c
	* src/gtk/sslcertwindow.h
		Fix copyright on my stuff
2005-11-02 17:11:41 +00:00
Tristan Chabredier
99ef20d853 2005-11-02 [wwp] 1.9.99cvs5
* src/prefs_themes.c
		fix directory name checking (theme installation/removal),
		made related error a bit more verbose
2005-11-02 09:08:45 +00:00
Colin Leroy
70ef3dac46 2005-11-02 [cleroy] 1.9.99cvs4
* src/summaryview.c
		Fix typo (probably fixes bug #841 (Sort by the From
		field doesn't work)
2005-11-02 07:46:34 +00:00
Paul Mangan
4997a0f509 2005-11-02 [paul] 1.9.99cvs3
* po/ko.po
	* po/nb.po
		updated by SungHyun Nam, Geir Helland
	* src/wizard.c
		fix typo in welcome message. spotted by
		Andrea Spadaccini
2005-11-02 06:20:00 +00:00
Colin Leroy
a1e4691598 2005-11-01 [colin] 1.9.99cvs2
* src/compose.c
		Fix replying to ml wen confirming subscription
	* src/messageview.c
	* src/mimeview.c
	* src/mimeview.h
	* src/privacy.h
	* src/summaryview.c
		Make key check non blocking
2005-11-01 06:53:28 +00:00
Paul Mangan
eb922a90b2 2005-10-31 [paul] 1.9.99cvs1
* tools/claws.i18n.status.pl
		updated for ChangeLog
2005-10-31 12:19:15 +00:00
Paul Mangan
60d2e9d555 1.9.99 released 2005-10-31 11:43:26 +00:00
Paul Mangan
89673bbaaf * .cvsignore
* ChangeLog
	* ChangeLog.claws	** REMOVED **
	* ChangeLog-gtk2.claws	** REMOVED **
	* ChangeLog.gtk1	** ADDED **
	* INSTALL
	* Makefile.am
	* NEWS
	* README
	* README.claws		** REMOVED **
	* README.jp		** REMOVED **
	* RELEASE_NOTES		** ADDED **
	* RELEASE_NOTES.claws	** REMOVED **
	* commitHelper
	* configure.ac
	* sylpheed.spec.in	** REMOVED **
		tidy up and update the default docs:
		ChangeLog.claws is renamed ChangeLog.gtk1
		ChangeLog-gtk2.claws is renamed ChangeLog
		README.claws is renamed README
		RELEASE_NOTES.claws is renamed RELEASE_NOTES
---------------------------------------------
2005-10-31 11:31:39 +00:00
Paul Mangan
c68fe40528 2005-10-31 [paul] 1.9.15cvs130
* po/it.po
		fix errors
2005-10-31 11:14:59 +00:00
Paul Mangan
35289b23c1 2005-10-31 [paul] 1.9.15cvs129
* po/ca.po
	* po/de.po
	* po/en_GB.po
	* po/fr.po
	* po/it.po
	* po/pt_BR.po
	* po/sk.po
	* po/sr.po
	* po/zh_CN.po
		updated by Miquel Oliete, Stephan Sachse and
		Thomas Gilgin, me, Fabien Vantard, Andrea
		Spadaccini, Frederico Goncalves Guimaraes,
		Andrej Kacian, Aleksandar Urosevic, and
		Ralgh Young.
2005-10-31 10:42:15 +00:00
Ricardo Mones
f39773ebf9 2005-10-31 [mones] 1.9.15cvs128
* manual/faq.xml
		More questions.

	* po/es.po
		Updated for release.
2005-10-31 00:03:23 +00:00
Colin Leroy
759aa3ce13 2005-10-30 [colin] 1.9.15cvs127
* src/compose.c
		Place cursor before rewrapping (fixes cursor
		pos if quotation gets rewrapped)
2005-10-30 18:25:01 +00:00
Paul Mangan
4362fa9304 2005-10-29 [paul] 1.9.15cvs126
* src/crash.c
	* src/foldersel.c
	* src/main.c
	* src/messageview.c
	* src/toolbar.c
	* src/gtk/authors.h
		corrections to text items
2005-10-29 09:12:23 +00:00
Colin Leroy
2876531ef3 2005-10-28 [colin] 1.9.15cvs125
* src/messageview.c
		Make "hit 'C' to check sig" work from extern
		messageviews
2005-10-28 18:05:28 +00:00
Colin Leroy
9b050f47ba 2005-10-27 [colin] 1.9.15cvs124
* src/summaryview.c
		Add a hack to avoid segfaulting when hammering
		on gtk's events
2005-10-27 16:23:04 +00:00
Tristan Chabredier
1149fdc677 2005-10-27 [wwp] 1.9.15cvs123
* src/prefs_themes.c
		sort list of themes names in themes prefs
2005-10-27 14:04:39 +00:00
Paul Mangan
268db630df 2005-10-27 [paul] 1.9.15cvs122
* src/folder.c
	* src/prefs_account.c
		fix building on Solaris
		Patch by Alex Moore
2005-10-27 12:38:11 +00:00
Tristan Chabredier
addafdc655 2005-10-27 [wwp] 1.9.15cvs121
* src/summaryview.c
	* src/gtk/gtksctree.c
		speed up unselecting messages in summary view (thanks to Colin)
2005-10-27 12:32:33 +00:00
Paul Mangan
aeba82207a 2005-10-27 [paul] 1.9.15cvs120
* src/mainwindow.c
		fix a compilation warning
	* src/summaryview.c
		fix updating of 'n items selected' count
		when deselecting
2005-10-27 11:29:46 +00:00
Martin Schaaf
783ee31741 2005-10-27 [martin] 1.9.15cvs119
* src/action.c
		ignore actions with a leading '/' in the action menu name
		fixes a crash on menu creation
	* src/prefs_actions.c
		do not allow a leading '/' in the action menu name
2005-10-27 10:00:51 +00:00
Paul Mangan
a9220e7718 2005-10-27 [paul] 1.9.15cvs118
* src/main.c
		fix compilation warning
2005-10-27 08:56:51 +00:00
Paul Mangan
5a58081386 2005-10-27 [paul] 1.9.15cvs117
* src/procmime.c
		add #if HAVE_LOCALE_H
2005-10-27 08:42:34 +00:00
Paul Mangan
461829b12c 2005-10-27 [paul] 1.9.15cvs116
* src/plugins/clamav/clamav_plugin.c
	* src/plugins/dillo_viewer/dillo_viewer.c
	* src/plugins/mathml_viewer/mathml_viewer.c
	* src/plugins/pgpcore/plugin.c
	* src/plugins/pgpinline/plugin.c
	* src/plugins/pgpmime/plugin.c
	* src/plugins/spamassassin/spamassassin.c
	* src/plugins/trayicon/trayicon.c
		plugin_init() : make error messages more
		informative
2005-10-27 07:50:57 +00:00
Tristan Chabredier
fd50bca7e2 2005-10-26 [wwp] 1.9.15cvs115
* src/prefs_matcher.c
		enlarge boolean op widget width a bit (wasn't always showing text contents)
2005-10-26 22:30:14 +00:00
Tristan Chabredier
bd1036d1de 2005-10-26 [wwp] 1.9.15cvs114
* src/procmime.c
	* src/gtk/gtksctree.c
	* src/plugins/spamassassin/libspamc.c
	* src/plugins/spamassassin/spamassassin.c
		fix some compilation warnings more
2005-10-26 22:24:12 +00:00
Ricardo Mones
7410bcb50d 2005-10-26 [mones] 1.9.15cvs113
* po/es.po
		Updated translation
2005-10-26 22:04:17 +00:00
Paul Mangan
de20526d72 2005-10-26 [paul] 1.9.15cvs112
* src/prefs_message.c
		give all display_xface stuff the
		#if HAVE_LIBCOMPFACE treatment, thus
		preventing a crash
		(Thanks to Wolfgang Enderlein)
2005-10-26 18:43:29 +00:00
Colin Leroy
480b121a5e 2005-10-26 [colin] 1.9.15cvs111
* src/gedit-print.c
		Fix date format
	* src/imap_gtk.c
	* src/news_gtk.c
		Remove context menu items that should not be there
	* src/jpilot.c
		Fix encoding
	* src/main.c
	* src/mainwindow.c
		Don't show the mainwindow too soon
2005-10-26 16:15:21 +00:00
Tristan Chabredier
ee331ea137 2005-10-26 [wwp] 1.9.15cvs110
* src/folder.c
	* src/manual.c
	* src/summaryview.c
		fix uninitialized pointers in the folder updating hook
		(thanks to Colin)
2005-10-26 07:45:50 +00:00