Commit graph

477 commits

Author SHA1 Message Date
Paul Mangan 10bfbb1caf 2005-11-27 [paul] 1.9.100cvs38
* manual/faq.xml
		written by Colin, edited by me
2005-11-27 07:19:00 +00:00
Paul Mangan 65c0c9f032 2005-11-27 [paul] 1.9.100cvs37
* src/prefs_common.c
	* src/prefs_common.h
	* src/prefs_receive.c
	* src/prefs_summaries.c
		move 'go to inbox after receiving new mail'
		option from display/sumamaries to mail
		handling/receive, and rework prefs_summaries
		dialog a little
2005-11-27 06:11:22 +00:00
Martin Schaaf 2573c1e866 2005-11-25 [martin] 1.9.100cvs36
* po/de.po
	    fixed windows-1252 translation;
	    translated some new and fuzzy strings
2005-11-25 15:17:46 +00:00
Paul Mangan 1a234ffb6a 2005-11-25 [paul] 1.9.100cvs35
* src/plugins/clamav/clamav_plugin.c
		complete the update done in cvs34
2005-11-25 10:04:29 +00:00
Paul Mangan d0945adaec 2005-11-25 [paul] 1.9.100cvs34
* src/plugins/clamav/clamav_plugin.c
		reflect upstream changes
2005-11-25 09:42:59 +00:00
Paul Mangan 2ca70c5613 2005-11-25 [paul] 1.9.100cvs33
* manual/ack.xml
	* manual/plugins.xml
	* manual/sylpheed-claws-manual.xml
		written/updated by Colin, edited by me
	* tools/acroread2sylpheed.pl
		update binary name
2005-11-25 07:13:56 +00:00
Colin Leroy 0d6303cd59 2005-11-24 [cleroy] 1.9.100cvs32
* src/compose.c
		Fix bug #856 (reediting messages forgets Request
		Return Receipt)
2005-11-24 17:20:52 +00:00
Paul Mangan b36b10febd 2005-11-24 [paul] 1.9.100cvs31
* manual/addrbook.xml
	* manual/starting.xml
		written by Colin, proofread, edited, adapted by me
	* manual/advanced.xml
		add some Actions examples
	* src/importldif.c
		use a Save button instead of a Close button
	* src/wizard.c
		indicate mandatory fields
		fix page display
		Thanks to Colin
2005-11-24 12:37:29 +00:00
Colin Leroy ae8a3c5235 2005-11-23 [colin] 1.9.100cvs30
* src/addressbook.c
		Rename menu item, fix possible crash after
		deletion of books
	* src/addrindex.c
		Allow searching for '*' in ldap
	* src/browseldap.c
		Fix "Browse Entry" (did anyone use it?)
	* src/wizard.c
		Add guards for mandatory information
2005-11-23 18:26:57 +00:00
Paul Mangan 5b308a5ddc 2005-11-23 [paul] 1.9.100cvs29
* manual/advanced.xml
		corrections to the English
2005-11-23 09:14:05 +00:00
Colin Leroy 3d2654524a 2005-11-23 [cleroy] 1.9.100cvs28
* src/mimeview.c
		Fix possible crash at exit. After the call to
		gtk_container_remove(), the Viewer's widget has no
		more parent so gtk+ automatically frees it and its
		sons. If destroy_viewer() then try to access it,
		problems ensue.
2005-11-23 08:04:17 +00:00
Colin Leroy a110401c2d 2005-11-22 [colin] 1.9.100cvs27
* src/compose.c
	* src/gtk/gtkaspell.c
		Fix right-clicking on a misspelled word
		Fix More... in suggestions menu
2005-11-22 18:17:50 +00:00
Tristan Chabredier db5eef1688 2005-11-22 [wwp] 1.9.100cvs26
* src/prefs_template.c
		templates works: re-sort templates list when adding or replacing,
		prevent from adding or replacing when the template name is empty
2005-11-22 10:10:11 +00:00
Colin Leroy 009356edf6 2005-11-21 [colin] 1.9.100cvs25
* src/addressbook.c
		Fix some addressbook suckage (dnd, select all)
	* src/compose.c
	* src/gtk/gtkaspell.c
	* src/gtk/gtkaspell.h
		Make the spellchecker menu work with the
		GtkTextView one instead of overriding it
2005-11-21 17:39:59 +00:00
Paul Mangan 9a701501ef 2005-11-20 [paul] 1.9.100cvs24
* manual/handling.xml
		proofread and corrected
2005-11-20 11:12:13 +00:00
Paul Mangan c3ab364c18 2005-11-20 [paul] 1.9.100cvs23
* manual/Makefile
		generate html as one file
	* manual/advanced.xml
		fix output generation
		reformat hidden options list
	* manual/manual.xml	** REMOVED **
	* manual/sylpheed-claws-manual.xml	** ADDED **
		renamed
2005-11-20 09:41:20 +00:00
Colin Leroy 88e9f6b599 2005-11-18 [colin] 1.9.100cvs22
* src/prefs_account.c
		Fix layout in news and mbox accounts
	* manual/account.xml
	* manual/advanced.xml
		New contents for Paul to check :)
2005-11-18 23:18:14 +00:00
Tristan Chabredier 5a64f0743e 2005-11-18 [wwp] 1.9.100cvs21
* src/gtk/quicksearch.c
		don't update extended quicksearch buttons twice
2005-11-18 13:35:09 +00:00
Paul Mangan 378ccb71f8 2005-11-18 [paul] 1.9.100cvs20
* src/textview.c
		complete 1.9.100cvs19
2005-11-18 11:26:51 +00:00
Paul Mangan a16c558702 2005-11-18 [paul] 1.9.100cvs19
* src/compose.c
		cosmetic improvements
	* src/textview.c
		also list text/* attachments
2005-11-18 11:22:23 +00:00
Colin Leroy 51c4615436 2005-11-18 [cleroy] 1.9.100cvs18
* src/summaryview.c
		Use column 0 instead of -1 in
		gtk_ctree_node_moveto, in a naive
		hope it'll fix the gtk-related crashes
2005-11-18 07:56:45 +00:00
Colin Leroy b7e729616b 2005-11-18 [cleroy] 1.9.100cvs17
* src/gtk/inputdialog.c
		Fix icon staying the first one
2005-11-18 07:54:56 +00:00
Tristan Chabredier 4de45f159f 2005-11-17 [wwp] 1.9.100cvs16
fix possible problem showing some quicksearch buttons, and a bad
		call to g_return_if_fail in a function that returns a value (both
		fixes by Fabien Vantard)
2005-11-18 00:48:55 +00:00
Tristan Chabredier cffeecabb7 2005-11-15 [wwp] 1.9.100cvs15
* src/gtk/quicksearch.c
		added a tooltip to that obscure ... quicksearch button
2005-11-15 14:45:37 +00:00
Tristan Chabredier 0d41d7127f 2005-11-15 [wwp] 1.9.100cvs14
* src/gtk/quicksearch.c
		add a quicksearch helper to filtering expression users: the ... button
		raises the condition expr window. condition expressions set up w/ this
		window are used by the quicksearch if the user closes it pressing OK.
2005-11-15 08:06:10 +00:00
Paul Mangan e13ecdd06f 2005-11-14 [paul] 1.9.100cvs13
* src/plugins/clamav/clamav_plugin.c
	* src/plugins/spamassassin/spamassassin.c
		change plugin type following recent merging
2005-11-14 09:09:07 +00:00
Tristan Chabredier ff743dadd2 2005-11-14 [wwp] 1.9.100cvs12
* src/folder.c
		prevent from crashing when copying/moving message(s) from and
		to the same folder
2005-11-14 08:58:18 +00:00
Paul Mangan 274c2e2790 2005-11-14 [paul] 1.9.100cvs11
* src/plugins/clamav/Makefile.am
	* src/plugins/clamav/clamav_plugin.c
	* src/plugins/clamav/clamav_plugin.h
	* src/plugins/clamav/clamav_plugin_gtk.c
		also merge clamav and clamav_gtk plugins
2005-11-14 08:54:28 +00:00
Colin Leroy 10562cb296 2005-11-13 [colin] 1.9.100cvs10
* configure.ac
	* src/plugins/spamassassin/Makefile.am
	* src/plugins/spamassassin/spamassassin.c
	* src/plugins/spamassassin/spamassassin.h
	* src/plugins/spamassassin/spamassassin_gtk.c
		Merge spamassassin and spamassassin_gtk plugins,
		and build it by default.
2005-11-13 19:50:38 +00:00
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