Commit graph

3743 commits

Author SHA1 Message Date
Ricardo Mones 8521f0ae06 2011-05-12 [mones] 3.7.9cvs21
* src/etpan/nntp-thread.c
		Fix bug #2418 "NNTP authentication is broken"
2011-05-12 14:51:47 +00:00
Paweł Pękala 5efc6e3856 2011-05-09 [pawel] 3.7.9cvs20
* src/mainwindow.c
	* src/prefs_folder_item.c
		Small UI fixes
2011-05-09 18:59:15 +00:00
Colin Leroy 6370ee314a 2011-05-05 [colin] 3.7.9cvs19
* src/imap.c
	* src/inc.c
	* src/news.c
	* src/send_message.c
		Fix bug #2184, "Add account name information inside network log".
                Initial patch by MSulchan Darmawan, expanded to other protocols.
		This stuff is too much copy-pasted.
2011-05-05 07:26:37 +00:00
Colin Leroy 5320c59e5e 2011-04-30 [colin] 3.7.9cvs18
* src/main.c
		Fix bug #2414, 'Claws segfaults on startup with
		notification plugin enabled". Thanks Christian
		Faulhammer for the patch.
2011-04-30 19:27:17 +00:00
Colin Leroy 936190571c 2011-04-27 [colin] 3.7.9cvs17
* src/codeconv.c
		Make Windows' encoding CP1251 for ru_RU locale
		Part of bug #2397, "Gtkhtml2 viewer ignores message encoding"
2011-04-27 05:53:35 +00:00
Paul Mangan bd454e2e17 2011-04-24 [paul] 3.7.9cvs16
* manual/claws-mail-manual.xml
	* manual/de/claws-mail-manual.xml
	* manual/es/claws-mail-manual.xml
	* manual/fr/claws-mail-manual.xml
	* manual/it/claws-mail-manual.xml
		update copyright year
2011-04-24 13:26:57 +00:00
Paul Mangan 9d846b7c92 2011-04-24 [paul] 3.7.9cvs15
* src/summaryview.c
		fix bug #2353, 'Right-clicking on spam in order to delete
		it causes it to show in message window'
2011-04-24 09:01:30 +00:00
Paul Mangan 965ad85d0f 2011-04-24 [paul] 3.7.9cvs14
* src/mainwindow.c
	* src/gtk/foldersort.c
	* src/gtk/foldersort.h
		fix labelling, 'change folder order' to 'change mailbox order'
2011-04-24 07:03:20 +00:00
Paul Mangan 526258e503 2011-04-23 [paul] 3.7.9cvs13
* configure.ac
		fix bug #2409, 'Failed to compile under GCC 3.x : option
		 -Wno-pointer-sign badly set in configure.ac'. mistakenly
		committed in 3.7.8cvs19
2011-04-23 14:09:08 +00:00
Paul Mangan c7637f8b81 2011-04-11 [paul] 3.7.9cvs12
* src/plugins/trayicon/trayicon.c
		fix build bug: gtk_status_icon_set_title() is available
		since gtk 2.18.x not 2.14.x
2011-04-11 06:37:32 +00:00
Paul Mangan 86b381a5dd 2011-04-11 [paul] 3.7.9cvs11
* po/hu.po
		updated by Páder Rezső
2011-04-11 04:17:37 +00:00
Colin Leroy 2fee80d8d2 2011-04-10 [colin] 3.7.9cvs10
* src/addr_compl.c
	* src/addressbook.c
	* src/compose.c
	* src/editaddress.c
	* src/editaddress_other_attributes_ldap.c
	* src/main.c
	* src/message_search.c
	* src/prefs_display_header.c
	* src/prefs_filtering_action.c
	* src/prefs_matcher.c
	* src/prefs_other.c
	* src/prefs_toolbar.c
	* src/summary_search.c
	* src/gtk/colorlabel.c
	* src/gtk/combobox.c
	* src/gtk/gtkcmoptionmenu.c
	* src/gtk/gtkshruler.c
	* src/gtk/gtkshruler.h
	* src/gtk/gtkutils.h
	* src/gtk/inputdialog.c
	* src/gtk/quicksearch.c
		Revert the whole pile of crap introduced in
		cvs9,8,7,4.
2011-04-10 17:19:05 +00:00
Colin Leroy d1fd20b37f 2011-04-10 [colin] 3.7.9cvs9
* src/compose.c
	* src/editaddress.c
	* src/editaddress_other_attributes_ldap.c
	* src/main.c
	* src/message_search.c
	* src/prefs_display_header.c
	* src/prefs_matcher.c
	* src/prefs_toolbar.c
	* src/summary_search.c
	* src/gtk/combobox.c
	* src/gtk/gtkutils.h
	* src/gtk/inputdialog.c
	* src/gtk/quicksearch.c
		Finish fun with combo boxes. (hopefully)
2011-04-10 16:25:32 +00:00
Colin Leroy 6ed0269820 2011-04-10 [colin] 3.7.9cvs8
* src/compose.c
	* src/prefs_filtering_action.c
	* src/gtk/combobox.c
	* src/gtk/gtkshruler.c
	* src/gtk/gtkshruler.h
		More undeprecation. GTKSHRuler is #if'ed out. We can
		still decide to maintain the old GtkRuler widget in-tree
		if the lack of ruler in Compose window is too
		annoying.
2011-04-10 15:43:42 +00:00
Colin Leroy 88a94bbfd8 2011-04-10 [colin] 3.7.9cvs7
* src/addr_compl.c
	* src/addressbook.c
	* src/compose.c
	* src/editaddress_other_attributes_ldap.c
	* src/message_search.c
	* src/prefs_display_header.c
	* src/prefs_filtering_action.c
	* src/prefs_other.c
	* src/prefs_toolbar.c
	* src/summary_search.c
	* src/gtk/colorlabel.c
	* src/gtk/combobox.c
	* src/gtk/gtkcmoptionmenu.c
	* src/gtk/gtkutils.h
		More comboboxtext undeprecation
2011-04-10 15:20:49 +00:00
Colin Leroy 69e5773c15 2011-04-10 [colin] 3.7.9cvs6
* src/messageview.c
		Fix it better.
2011-04-10 14:09:56 +00:00
Colin Leroy d926d778b5 2011-04-10 [colin] 3.7.9cvs5
* src/messageview.c
		Fix age-old typo.
2011-04-10 14:05:44 +00:00
Colin Leroy 5e62586210 2011-04-10 [colin] 3.7.9cvs4
* src/compose.c
	* src/editaddress_other_attributes_ldap.c
	* src/message_search.c
	* src/prefs_display_header.c
	* src/prefs_filtering_action.c
	* src/prefs_other.c
	* src/prefs_toolbar.c
	* src/summary_search.c
	* src/gtk/combobox.c
	* src/gtk/gtkutils.h
		gtk_combo_box_*_text() is deprecated, and
		gtk_combo_box_text_*() is the new hotness.
2011-04-10 08:52:01 +00:00
Colin Leroy 388838601d 2011-04-10 [colin] 3.7.9cvs3
* src/addr_compl.c
	* src/addressbook.c
	* src/browseldap.c
	* src/compose.c
	* src/folder.c
	* src/folderview.c
	* src/gtk/gtkvscrollbutton.c
	* src/gtk/gtkvscrollbutton.h
		s/GtkFunction/GSourceFunc
2011-04-10 08:07:07 +00:00
Colin Leroy d73cf6ded0 2011-04-10 [colin] 3.7.9cvs2
* src/mainwindow.c
		Use gtkut_window_popup() to work around a bug in Gnome Shell.
		This is the patch from bug #2396, it should be innocuous even
		if that's useless to do deiconify + present window...
2011-04-10 08:06:18 +00:00
Paul Mangan 482e58b519 2011-04-09 [paul] 3.7.9cvs1
* src/prefs_summaries.c
		fix typo in string. (thanks, Brad!)
2011-04-09 21:00:42 +00:00
Paul Mangan 4d5c99e167 3.7.9 unleashed 2011-04-09 09:01:50 +00:00
Paul Mangan 63b93ed170 2011-04-09 [paul] 3.7.8cvs78
* po/cs.po
	* po/es.po
	* po/fi.po
	* po/fr.po
	* po/lt.po
	* po/pt_BR.po
	* po/sk.po
	* po/uk.po
		updated by David Vachulka, Ricardo Mones, Flammie Pirinen,
		wwp, Mindaugas Baranauskas, Frederico Goncalves Guimaraes,
		Slavko, and Yarema
2011-04-09 07:53:01 +00:00
Colin Leroy 6e4303f262 2011-04-09 [colin] 3.7.8cvs77
* src/gtk/filesel.c
		Revert part of yesterday's patch. While gtk_file_chooser_set_current_name()
		wants an UTF-8 string, gtk_file_chooser_set_current_folder() wants a glib-
		encoding filename. Hooray for stupid.
2011-04-09 06:41:38 +00:00
Colin Leroy 5cab64d942 2011-04-08 [colin] 3.7.8cvs76
* src/action.c
		Fix action Stop: if child does not react to SIGTERM, it'll
		probably start behaving when it'll get a SIGKILL on the user's
		second press on Stop.
		Fixes bug #2237, "User action makes Claws unresponsive".
2011-04-08 19:18:26 +00:00
Colin Leroy 4ff45316e4 2011-04-08 [colin] 3.7.8cvs75
* src/account.c
	* src/folder.c
	* src/folder.h
	* src/folder_item_prefs.c
	* src/folder_item_prefs.h
	* src/prefs_account.c
		Fix bug #2382, "folderitemrc not updated when account
		name is changed". Indeed, this wasn't done.
2011-04-08 16:55:53 +00:00
Tristan Chabredier 046c35c99c 2011-04-08 [wwp] 3.7.8cvs74
* src/procmime.c
	Add support for quoted values (*="value").
	This commonly fixes a trailing quote appearing to filenames
	sent by iphone Mail (not sure if it's culprit at all, though).
2011-04-08 16:06:19 +00:00
Colin Leroy e7c2bcc11c 2011-04-08 [colin] 3.7.8cvs73
* src/gtk/filesel.c
		Fix bug #2393, "Crashes and rendering problems in the "Save as" menu
		caused by attachments with extended chars in the file name". Patch
		derived from a patch bt Fabien Keil
2011-04-08 14:50:22 +00:00
Tristan Chabredier 5cb1b34d79 2011-04-05 [wwp] 3.7.8cvs72
* src/compose.c
		A debug string not to translate.
2011-04-05 18:45:26 +00:00
Colin Leroy 6bebf902d8 2011-04-03 [colin] 3.7.8cvs71
* src/common/utils.h
		Fix bug #2394, "backtrace() crashes on FreeBSD"
		That's not the first bug-report where internal
		debug-only backtrace() crashes on FreeBSD.
2011-04-03 21:22:46 +00:00
Colin Leroy dfe9acba7d 2011-04-03 [colin] 3.7.8cvs70
* src/compose.c
		Fix bug #2365 again, "Crash when auto-scrolling headers in
		compose window".
		Batch-mode compose windows (from filtering actions) shouldn't
		try to access stuff after flushing events...
2011-04-03 09:53:44 +00:00
Paul Mangan 274465d542 2011-03-31 [paul] 3.7.8cvs69
* INSTALL
		update as gtk >= 2.10 now required
		(because I'll never remember to do this later)
2011-03-31 18:15:48 +00:00
Paul Mangan d631d001b7 2011-03-26 [paul] 3.7.8cvs68
* src/messageview.c
		fix separators in Go To menu
2011-03-26 08:00:57 +00:00
Colin Leroy 332987e19b 2011-03-20 [colin] 3.7.8cvs67
* configure.ac
		Drop the *_DISABLE_DEPRECATED. We'll put them back
		when we'll have time to handle them
2011-03-20 08:33:05 +00:00
Paul Mangan 198bd5f85c 2011-03-18 [paul] 3.7.8cvs66
* src/textview.c
		make user-facing message more accurate -
		'Network Log' not 'View Log'
2011-03-18 07:00:31 +00:00
Tristan Chabredier 307af3166f 2011-03-17 [wwp] 3.7.8cvs65
* po/fr.po
		Fix a typo around plural form, as reported by
		Yannick Palanque.
2011-03-17 08:07:09 +00:00
Colin Leroy 832445c6a2 2011-03-15 [colin] 3.7.8cvs64
* AUTHORS
	* src/gtk/authors.h
	* src/main.c
		Fix bug #2381, "Support for NetworkManager 0.9".
		Patch by Mikhail Efremov
2011-03-15 18:29:44 +00:00
Colin Leroy ec9cbb7e8f 2011-03-04 [colin] 3.7.8cvs63
* src/mimeview.c
	* src/mimeview.h
		Fix segfault on Windows
	* src/exporthtml.c
	* src/common/utils.c
	* src/common/w32_unistd.c
	* src/common/w32lib.h
		Rationalize use of time_r() funcs (pthread do define them)
2011-03-04 15:50:16 +00:00
Paweł Pękala e3161bd29f 2011-03-02 [pawel] 3.7.8cvs62
* src/wizard.c
		Re-implement widgets aligning, switch from GtkSizeGroup
		to GtkTable - this should fix disappearing labels
2011-03-02 21:23:39 +00:00
Paweł Pękala 5d8cb81d95 2011-03-01 [pawel] 3.7.8cvs61
* src/wizard.c
		Wizard GUI cleanups. Make it look and behave more
		like account preferences.
2011-03-01 20:48:35 +00:00
Colin Leroy e288094653 2011-02-23 [colin] 3.7.8cvs60
* src/common/Makefile.am
		Fix make dist
2011-02-23 16:17:55 +00:00
Colin Leroy d13a3413d7 2011-02-23 [colin] 3.7.8cvs59
* src/Makefile.am
	* src/main.c
	* src/common/Makefile.am
	* src/common/plugin.c
	* src/common/valgrind.h
		Fix bug #2369, "valgrind.h should NOT be part of claws-mail"
		Use valgrind's own header.
2011-02-23 10:20:07 +00:00
Colin Leroy 500012d987 2011-02-22 [colin] 3.7.8cvs58
* src/prefs_account.c
		Fix bug #2367 (Win32): Disable "Always sign messages when replying to a
		signed message" upon new installation. This is disturbing when PGP
		plugins are loaded by default.
2011-02-22 06:49:35 +00:00
Paul Mangan 2bdb69e51f 2011-02-16 [paul] 3.7.8cvs57
* src/*
		update copyright headers throughout
2011-02-16 07:16:26 +00:00
Paul Mangan 687b5c0129 2011-02-16 [paul] 3.7.8cvs56
* src/summaryview.c
		use gettext plural form for "item selected"/"items selected"
2011-02-16 06:08:24 +00:00
Colin Leroy 8c0d70a20d 2011-02-13 [colin] 3.7.8cvs55
* src/mimeview.c
	* src/mimeview.h
		Fix bug #2361, "Claws crashes after PGP Check in separate
		msg view". Don't let the cancel thread lie around after
		the verification ended.
2011-02-13 21:59:10 +00:00
Paul Mangan 0c90521cc2 2011-02-13 [paul] 3.7.8cvs54
* po/lt.po
		updated by Mindaugas Baranauskas
2011-02-13 06:53:57 +00:00
Ricardo Mones 2d28879ba9 2011-02-11 [mones] 3.7.8cvs53
* manual/es/advanced.xml
		Sync with English manual
	* src/imap.c
		Fix remaining mismatched alloc/free from cppcheck
2011-02-11 10:11:17 +00:00
Paweł Pękala fdce34540d 2011-02-10 [pawel] 3.7.8cvs52
* src/ldapupdate.c
		Fix memleaks
2011-02-10 19:34:00 +00:00
Paweł Pękala 9cbd34e4ec 2011-02-10 [pawel] 3.7.8cvs51
* src/prefs_toolbar.c
		- set menus sensitivity in item type combo depending on
		  availability of actions / plugin hooks
		- style fixes, spaces instead of tabs mostly
2011-02-10 18:36:30 +00:00