claws.git
12 years ago2011-11-07 [pawel] 3.7.10cvs77
Paweł Pękala [Mon, 7 Nov 2011 21:21:50 +0000 (21:21 +0000)]
2011-11-07 [pawel] 3.7.10cvs77

* src/mimeview.c
* src/textview.c
* src/textview.h
Make Home & End keys work in textview

12 years ago2011-11-06 [colin] 3.7.10cvs76
Colin Leroy [Sun, 6 Nov 2011 21:34:15 +0000 (21:34 +0000)]
2011-11-06 [colin] 3.7.10cvs76

* src/mainwindow.c
Oops, some unwanted undo got commited.

12 years ago2011-11-06 [colin] 3.7.10cvs75
Colin Leroy [Sun, 6 Nov 2011 21:21:22 +0000 (21:21 +0000)]
2011-11-06 [colin] 3.7.10cvs75

* src/mainwindow.c
Don't iconify/deiconify. Instead, just show nothing
before asked to.

12 years ago2011-11-06 [pawel] 3.7.10cvs74
Paweł Pękala [Sun, 6 Nov 2011 13:59:25 +0000 (13:59 +0000)]
2011-11-06 [pawel] 3.7.10cvs74

* src/compose.c
Fix compose window size saving / restoring

12 years ago2011-11-06 [pawel] 3.7.10cvs73
Paweł Pękala [Sun, 6 Nov 2011 11:24:30 +0000 (11:24 +0000)]
2011-11-06 [pawel] 3.7.10cvs73

* src/mimeview.c
* src/messageview.c
Optimize message displaying, in some conditions parts were
displayed twice causing flickering. For example first html
source and then rendering output from html plugin of the
same part.

12 years ago2011-11-05 [wwp] 3.7.10cvs72
Tristan Chabredier [Sat, 5 Nov 2011 16:44:54 +0000 (16:44 +0000)]
2011-11-05 [wwp] 3.7.10cvs72

* src/gtk/gtkaspell.c
Fix compilation where 'null' is undefined (use NULL instead).

12 years ago2011-11-05 [colin] 3.7.10cvs71
Colin Leroy [Sat, 5 Nov 2011 14:45:49 +0000 (14:45 +0000)]
2011-11-05 [colin] 3.7.10cvs71

* src/gtk/gtkaspell.c
No need to show a backtrace if gtkaspell is null

12 years ago2011-11-05 [pawel] 3.7.10cvs70
Paweł Pękala [Sat, 5 Nov 2011 14:19:33 +0000 (14:19 +0000)]
2011-11-05 [pawel] 3.7.10cvs70

* src/gtk/gtkaspell.c
Fix crasher when spellchecking is not enabled

12 years ago2011-11-02 [mones] 3.7.10cvs69
Ricardo Mones [Wed, 2 Nov 2011 01:22:07 +0000 (01:22 +0000)]
2011-11-02 [mones] 3.7.10cvs69

* doc/man/claws-mail.1
fixed hyphens (patch from Debian packaging)
fixed header to follow man style closely
documented new option --compose-from-file
removed INSTALLATION section, doesn't belong to manpage
added ENVIRONMENT, COPYRIGHT and BUGS sections
expanded FILES section to include certs and autofaces dirs
expanded SEE ALSO section to include manual and plugins

12 years ago2011-11-01 [colin] 3.7.10cvs68
Colin Leroy [Tue, 1 Nov 2011 20:31:37 +0000 (20:31 +0000)]
2011-11-01 [colin] 3.7.10cvs68

* src/common/utils.c
Fix wrong debug stuff commited.

12 years ago2011-11-01 [colin] 3.7.10cvs67
Colin Leroy [Tue, 1 Nov 2011 20:29:31 +0000 (20:29 +0000)]
2011-11-01 [colin] 3.7.10cvs67

* src/compose.c
* src/main.c
* src/common/utils.c
* src/gtk/gtkaspell.c
* src/gtk/gtkaspell.h
Fix huge slowness induced by spellcheck "while typing"
during initial quote rewraps.

12 years ago2011-10-31 [pawel] 3.7.10cvs66
Paweł Pękala [Mon, 31 Oct 2011 21:46:22 +0000 (21:46 +0000)]
2011-10-31 [pawel] 3.7.10cvs66

* src/messageview.c
* src/mimeview.c
* src/mimeview.h
* src/summaryview.c
Fix bug #2526 'When reading message in separate window,
n and p keys do not work'
- fix key event handling in messageview
- remove bindings for 'n' and 'p' keys in mimeview (next-part
  and prev-part actions)
- instead add 'z' key for prev-part, we have 'a' key
  for next-part already

12 years ago2011-10-31 [colin] 3.7.10cvs65
Colin Leroy [Mon, 31 Oct 2011 20:51:36 +0000 (20:51 +0000)]
2011-10-31 [colin] 3.7.10cvs65

* src/common/defs.h
Fix build with GLib 2.31. Thanks to Charles A. Edwards

12 years ago2011-10-31 [pawel] 3.7.10cvs64
Paweł Pękala [Mon, 31 Oct 2011 18:57:51 +0000 (18:57 +0000)]
2011-10-31 [pawel] 3.7.10cvs64

* src/summaryview.c
* src/gtk/gtkutils.c
Fix bug #2303 'Next unread message enables message view'
Don't show previously hidden message view in main window
when user reads messages in external window

12 years ago2011-10-31 [paul] 3.7.10cvs63
Paul Mangan [Mon, 31 Oct 2011 07:17:46 +0000 (07:17 +0000)]
2011-10-31 [paul] 3.7.10cvs63

* src/prefs_template.c
revert part of 3.7.10cvs60 - it was a subjective change, all widgets
fit at 540 here, for those where they don't the dialogue can be made
larger by the user

12 years ago2011-10-31 [paul] 3.7.10cvs62
Paul Mangan [Mon, 31 Oct 2011 07:12:50 +0000 (07:12 +0000)]
2011-10-31 [paul] 3.7.10cvs62

* src/compose.c
revert 3.7.10cvs61, these entries _should_ be editable

12 years ago2011-10-30 [pawel] 3.7.10cvs61
Paweł Pękala [Sun, 30 Oct 2011 20:39:41 +0000 (20:39 +0000)]
2011-10-30 [pawel] 3.7.10cvs61

* src/compose.c
Those entries should not be editable

12 years ago2011-10-30 [pawel] 3.7.10cvs60
Paweł Pękala [Sun, 30 Oct 2011 19:57:18 +0000 (19:57 +0000)]
2011-10-30 [pawel] 3.7.10cvs60

* src/prefs_template.c
- Dialog needs more height to fit all widgets
- Clear template contents on delete

12 years ago2011-10-30 [pawel] 3.7.10cvs59
Paweł Pękala [Sun, 30 Oct 2011 19:34:44 +0000 (19:34 +0000)]
2011-10-30 [pawel] 3.7.10cvs59

* src/prefs_folder_item.c
Update summaryview after changing folder prefs when needed

12 years ago2011-10-30 [pawel] 3.7.10cvs58
Paweł Pękala [Sun, 30 Oct 2011 16:59:14 +0000 (16:59 +0000)]
2011-10-30 [pawel] 3.7.10cvs58

* src/mimeview.c
Remove key-press-event blocking, it only
emits GLib-GObject warnings

12 years agoRefernce bug
Colin Leroy [Sat, 29 Oct 2011 15:38:41 +0000 (15:38 +0000)]
Refernce bug

12 years ago2011-10-29 [colin] 3.7.10cvs57
Colin Leroy [Sat, 29 Oct 2011 13:54:29 +0000 (13:54 +0000)]
2011-10-29 [colin] 3.7.10cvs57

* src/addr_compl.c
Fix focus of completion window with gnome shell

12 years ago2011-10-29 [colin] 3.7.10cvs56
Colin Leroy [Sat, 29 Oct 2011 08:24:07 +0000 (08:24 +0000)]
2011-10-29 [colin] 3.7.10cvs56

* src/folderview.c
Fix flicker on recursive quicksearch

12 years ago2011-10-28 [colin] 3.7.10cvs55
Colin Leroy [Fri, 28 Oct 2011 23:46:49 +0000 (23:46 +0000)]
2011-10-28 [colin] 3.7.10cvs55

* src/alertpanel.c
* src/mainwindow.c
Fix a bit the focus problem on Gnome shell

12 years ago2011-10-26 [mones] 3.7.10cvs54
Ricardo Mones [Wed, 26 Oct 2011 10:40:17 +0000 (10:40 +0000)]
2011-10-26 [mones] 3.7.10cvs54

* src/compose.c
Add missing accelerator

12 years ago2011-10-25 [colin] 3.7.10cvs53
Colin Leroy [Tue, 25 Oct 2011 23:00:05 +0000 (23:00 +0000)]
2011-10-25 [colin] 3.7.10cvs53

* src/gtk/gtkcmclist.c
* src/gtk/gtkcmctree.c
Fix colors, fix warnings

12 years ago2011-10-25 [colin] 3.7.10cvs52
Colin Leroy [Tue, 25 Oct 2011 19:28:04 +0000 (19:28 +0000)]
2011-10-25 [colin] 3.7.10cvs52

* src/gtk/gtkcmclist.c
* src/gtk/gtkcmctree.c
Fix focus things.

12 years ago2011-10-25 [colin] 3.7.10cvs51
Colin Leroy [Tue, 25 Oct 2011 16:52:00 +0000 (16:52 +0000)]
2011-10-25 [colin] 3.7.10cvs51

* src/stock_pixmap.c
Fix build with gtk + 2.20

12 years ago2011-10-25 [colin] 3.7.10cvs50
Colin Leroy [Tue, 25 Oct 2011 07:22:55 +0000 (07:22 +0000)]
2011-10-25 [colin] 3.7.10cvs50

* src/compose.c
* src/messageview.c
* src/procmsg.c
* src/procmsg.h
Fix locking when sending a single message

12 years ago2011-10-25 [colin] 3.7.10cvs49
Colin Leroy [Tue, 25 Oct 2011 06:11:12 +0000 (06:11 +0000)]
2011-10-25 [colin] 3.7.10cvs49

* src/gtk/colorlabel.c
GDK_ => GDK_KEY
* src/gtk/gtkcmclist.c
Make row height closer to what it was

12 years ago2011-10-25 [colin] 3.7.10cvs48
Colin Leroy [Tue, 25 Oct 2011 06:07:53 +0000 (06:07 +0000)]
2011-10-25 [colin] 3.7.10cvs48

* src/stock_pixmap.c
Always use cairo to draw

12 years ago2011-10-25 [colin] 3.7.10cvs47
Colin Leroy [Tue, 25 Oct 2011 05:41:33 +0000 (05:41 +0000)]
2011-10-25 [colin] 3.7.10cvs47

* src/mimeview.c
Fix bug #2529, 'crash in mimeview_start_drag after
deleting message'. Patch by Ricardo

12 years ago2011-10-23 [colin] 3.7.10cvs46
Colin Leroy [Sun, 23 Oct 2011 22:22:19 +0000 (22:22 +0000)]
2011-10-23 [colin] 3.7.10cvs46

* src/gtk/gtkcmclist.c
* src/gtk/gtkcmclist.h
* src/gtk/gtkcmctree.c
Draw CMClist with cairo too.

12 years ago2011-10-23 [colin] 3.7.10cvs45
Colin Leroy [Sun, 23 Oct 2011 20:54:20 +0000 (20:54 +0000)]
2011-10-23 [colin] 3.7.10cvs45

* src/gtk/gtkcmclist.h
Fix build (this was not meant to be commited)

12 years ago2011-10-23 [colin] 3.7.10cvs44
Colin Leroy [Sun, 23 Oct 2011 20:50:48 +0000 (20:50 +0000)]
2011-10-23 [colin] 3.7.10cvs44

* src/addressadd.c
* src/addressbook.c
* src/addressbook_foldersel.c
* src/editgroup.c
* src/foldersel.c
* src/folderview.c
* src/grouplistdialog.c
* src/prefs_common.c
* src/prefs_common.h
* src/summaryview.c
* src/gtk/gtkcmclist.c
* src/gtk/gtkcmclist.h
* src/gtk/gtkcmctree.c
* src/gtk/gtkcmctree.h
* src/gtk/gtksctree.c
Refactor some tree stuff (lots of code duplication there)
and switch to cairo for tree rendering.

12 years ago2011-10-23 [holger] 3.7.10cvs43
Holger Berndt [Sun, 23 Oct 2011 14:36:21 +0000 (14:36 +0000)]
2011-10-23 [holger] 3.7.10cvs43

* src/filtering.c
Don't issue a warning for designed behaviour of the stop rule.
Fixes bug #2520, 'Please remove verbose "No further processing after rule %s" message.'

12 years ago2011-10-22 [colin] 3.7.10cvs42
Colin Leroy [Sat, 22 Oct 2011 18:22:34 +0000 (18:22 +0000)]
2011-10-22 [colin] 3.7.10cvs42

* src/printing.c
* src/gtk/gtkshruler.c
* src/gtk/gtkutils.h
Fix GTK+2.16 build

12 years ago2011-10-22 [colin] 3.7.10cvs41
Colin Leroy [Sat, 22 Oct 2011 17:09:05 +0000 (17:09 +0000)]
2011-10-22 [colin] 3.7.10cvs41

* src/account.c
* src/addr_compl.c
* src/addrgather.c
* src/compose.c
* src/editldap.c
* src/expldifdlg.c
* src/folderview.c
* src/grouplistdialog.c
* src/headerview.c
* src/importldif.c
* src/main.c
* src/mainwindow.c
* src/mimeview.c
* src/noticeview.c
* src/prefs_account.c
* src/prefs_actions.c
* src/prefs_ext_prog.c
* src/prefs_filtering.c
* src/prefs_folder_item.c
* src/prefs_image_viewer.c
* src/prefs_logging.c
* src/prefs_msg_colors.c
* src/prefs_other.c
* src/prefs_send.c
* src/prefs_spelling.c
* src/prefs_summaries.c
* src/prefs_template.c
* src/printing.c
* src/quote_fmt.c
* src/send_message.c
* src/statusbar.c
* src/summary_search.c
* src/summaryview.c
* src/wizard.c
* src/gtk/gtkcmclist.c
* src/gtk/gtkcmctree.c
* src/gtk/gtkcmoptionmenu.c
* src/gtk/gtksctree.c
* src/gtk/gtkutils.c
* src/gtk/gtkutils.h
* src/gtk/gtkvscrollbutton.c
* src/gtk/inputdialog.c
* src/gtk/pluginwindow.c
* src/gtk/quicksearch.c
* src/gtk/spell_entry.c
* src/plugins/bogofilter/bogofilter_gtk.c
* src/plugins/dillo_viewer/dillo_prefs.c
* src/plugins/pgpcore/prefs_gpg.c
* src/plugins/spamassassin/spamassassin_gtk.c
* src/plugins/trayicon/trayicon.c
* src/plugins/trayicon/trayicon_prefs.c
Remove all possible #if GTK_CHECK_VERSION() checks,
and make Claws build with GTK+2.16 (untested right
now), as the Gpg4Win project uses GTK+2.16 currently.

12 years ago2011-10-22 [colin] 3.7.10cvs40
Colin Leroy [Sat, 22 Oct 2011 15:48:07 +0000 (15:48 +0000)]
2011-10-22 [colin] 3.7.10cvs40

* src/gtk/gtkutils.h
* configure.ac
Fix (hopefully) build with GTK+ 2.18.

12 years ago2011-10-20 [paul] 3.7.10cvs39
Paul Mangan [Thu, 20 Oct 2011 18:19:47 +0000 (18:19 +0000)]
2011-10-20 [paul] 3.7.10cvs39

* AUTHORS
* src/ldif.c
* src/gtk/authors.h
fix bug 2479, 'LDIF address book import matches tags case sensitive'
Patch by Bodo Graumann <mail@bodograumann.de>

12 years ago2011-10-20 [mones] 3.7.10cvs38
Ricardo Mones [Thu, 20 Oct 2011 15:47:10 +0000 (15:47 +0000)]
2011-10-20 [mones] 3.7.10cvs38

* po/fr.po
* src/common/defs.h
Fix references to old dotsrc mailing lists

12 years ago2011-10-19 [mones] 3.7.10cvs37
Ricardo Mones [Wed, 19 Oct 2011 08:44:27 +0000 (08:44 +0000)]
2011-10-19 [mones] 3.7.10cvs37

* src/prefs_msg_colors.c
Fix Ok/Cancel buttons in color selector of preferences

12 years ago2011-10-17 [colin] 3.7.10cvs36
Colin Leroy [Mon, 17 Oct 2011 18:44:41 +0000 (18:44 +0000)]
2011-10-17 [colin] 3.7.10cvs36

* src/gtk/gtkshruler.c
(Probably) fix GTK+ <= 2.22

12 years ago2011-10-17 [colin] 3.7.10cvs35
Colin Leroy [Mon, 17 Oct 2011 13:02:48 +0000 (13:02 +0000)]
2011-10-17 [colin] 3.7.10cvs35

* src/gtk/gtkshruler.c
Fix GTK+2.22 build

12 years ago2011-10-17 [mones] 3.7.10cvs34
Ricardo Mones [Mon, 17 Oct 2011 11:02:44 +0000 (11:02 +0000)]
2011-10-17 [mones] 3.7.10cvs34

* src/addrbook.c
* src/exportldif.c
* src/jpilot.c
* src/mutt.c
* src/pine.c
* src/procmsg.c
* src/vcard.c
Fix potential out-of-buffer writes

12 years ago2011-10-17 [mones] 3.7.10cvs33
Ricardo Mones [Mon, 17 Oct 2011 10:50:28 +0000 (10:50 +0000)]
2011-10-17 [mones] 3.7.10cvs33

* src/main.c
Use just one g_print call per option; correct indentation

12 years ago2011-10-17 [colin] 3.7.10cvs32
Colin Leroy [Mon, 17 Oct 2011 09:01:28 +0000 (09:01 +0000)]
2011-10-17 [colin] 3.7.10cvs32

* src/compose.c
* src/compose.h
* src/gtk/Makefile.am
* src/gtk/gtkshruler.c
* src/gtk/gtkshruler.h
* src/gtk/gtkunit.c
* src/gtk/gtkunit.h
Reimplement ruler using the GTK widgets. Thanks
to Hanno for the initial patch.

12 years ago2011-10-17 [colin] 3.7.10cvs31
Colin Leroy [Mon, 17 Oct 2011 08:59:49 +0000 (08:59 +0000)]
2011-10-17 [colin] 3.7.10cvs31

* src/action.c
* src/main.c
* src/gtk/gtkutils.c
* src/gtk/gtkutils.h
Undeprecate GIO/GdkCondition

12 years ago2011-10-16 [mones] 3.7.10cvs30
Ricardo Mones [Sun, 16 Oct 2011 00:48:32 +0000 (00:48 +0000)]
2011-10-16 [mones] 3.7.10cvs30

* src/main.c
Add --compose-from-file option to open composition
window with the headers and body from a file; based
on Debian patch to fix http://bugs.debian.org/544868

12 years ago2011-10-15 [mones] 3.7.10cvs29
Ricardo Mones [Sat, 15 Oct 2011 10:22:50 +0000 (10:22 +0000)]
2011-10-15 [mones] 3.7.10cvs29

* manual/advanced.xml
Document new summary_from_show hidden preference

12 years ago2011-10-15 [paul] 3.7.10cvs28
Paul Mangan [Sat, 15 Oct 2011 08:17:09 +0000 (08:17 +0000)]
2011-10-15 [paul] 3.7.10cvs28

* src/compose.c
compose_create_tags() - fix misplaced 'int i'
compose_entry_mark_default_to() - fix To field highlighting

12 years ago2011-10-09 [colin] 3.7.10cvs27
Colin Leroy [Sun, 9 Oct 2011 21:20:02 +0000 (21:20 +0000)]
2011-10-09 [colin] 3.7.10cvs27

* src/addr_compl.c
Fix address completion

12 years ago2011-10-07 [colin] 3.7.10cvs26
Colin Leroy [Fri, 7 Oct 2011 16:06:53 +0000 (16:06 +0000)]
2011-10-07 [colin] 3.7.10cvs26

* src/prefs_filtering_action.c
* src/gtk/gtkutils.h
Fix build with GTK+2.20

12 years ago2011-10-07 [colin] 3.7.10cvs25
Colin Leroy [Fri, 7 Oct 2011 15:25:42 +0000 (15:25 +0000)]
2011-10-07 [colin] 3.7.10cvs25

* src/gtk/Makefile.am
* src/gtk/gdkkeysyms-new.h
* src/gtk/gtkutils.h
Copy the new GDK_KEY_* definitions for older GTKs

12 years ago2011-10-07 [colin] 3.7.10cvs24
Colin Leroy [Fri, 7 Oct 2011 11:56:40 +0000 (11:56 +0000)]
2011-10-07 [colin] 3.7.10cvs24

* configure.ac
Fix typos (thanks to Hanno)

12 years ago2011-10-07 [colin] 3.7.10cvs23
Colin Leroy [Fri, 7 Oct 2011 10:13:42 +0000 (10:13 +0000)]
2011-10-07 [colin] 3.7.10cvs23

* src/compose.c
* src/gtk/gtkshruler.c
* src/gtk/gtkshruler.h
Disable ruler starting from 2.24.

12 years ago2011-10-07 [colin] 3.7.10cvs22
Colin Leroy [Fri, 7 Oct 2011 10:06:26 +0000 (10:06 +0000)]
2011-10-07 [colin] 3.7.10cvs22

* configure.ac
* src/messageview.c
* src/gtk/Makefile.am
GTK2 build fix

12 years ago2011-10-07 [colin] 3.7.10cvs21
Colin Leroy [Fri, 7 Oct 2011 09:40:16 +0000 (09:40 +0000)]
2011-10-07 [colin] 3.7.10cvs21

* configure.ac
* src/action.c
* src/addr_compl.c
* src/addrgather.c
* src/compose.c
* src/compose.h
* src/editldap.c
* src/mainwindow.c
* src/message_search.c
* src/mimeview.c
* src/mimeview.h
* src/prefs_account.c
* src/prefs_compose_writing.c
* src/prefs_filtering_action.c
* src/prefs_folder_item.c
* src/prefs_logging.c
* src/prefs_matcher.c
* src/prefs_message.c
* src/prefs_other.c
* src/prefs_receive.c
* src/prefs_summaries.c
* src/prefs_wrapping.c
* src/printing.c
* src/ssl_manager.c
* src/statusbar.c
* src/stock_pixmap.c
* src/summary_search.c
* src/textview.c
* src/gtk/Makefile.am
* src/gtk/colorlabel.c
* src/gtk/gtkutils.c
* src/gtk/gtkutils.h
* src/gtk/logwindow.c
* src/gtk/menu.c
* src/gtk/menu.h
* src/gtk/quicksearch.c
* src/gtk/spell_entry.c
* src/plugins/bogofilter/bogofilter_gtk.c
* src/plugins/dillo_viewer/dillo_viewer.c
* src/plugins/pgpcore/prefs_gpg.c
* src/plugins/spamassassin/spamassassin_gtk.c
Bug #2371, "Port to GTK+ 3.0". Third patch from Hanno, starting
the real job. GtkCMOptionMenu and GTKHSRuler disabled, should be
ported (especially GtkCMOptionMenu)

12 years ago2011-10-07 [colin] 3.7.10cvs20
Colin Leroy [Fri, 7 Oct 2011 09:17:51 +0000 (09:17 +0000)]
2011-10-07 [colin] 3.7.10cvs20

* src/account.c
* src/action.c
* src/addr_compl.c
* src/addrcustomattr.c
* src/addrduplicates.c
* src/addressadd.c
* src/addressbook.c
* src/addressbook_foldersel.c
* src/addrgather.c
* src/alertpanel.c
* src/browseldap.c
* src/compose.c
* src/editaddress.c
* src/editaddress_other_attributes_ldap.c
* src/editbook.c
* src/editgroup.c
* src/editjpilot.c
* src/editldap.c
* src/editldap_basedn.c
* src/edittags.c
* src/editvcard.c
* src/exphtmldlg.c
* src/expldifdlg.c
* src/export.c
* src/foldersel.c
* src/folderview.c
* src/grouplistdialog.c
* src/import.c
* src/importldif.c
* src/importmutt.c
* src/importpine.c
* src/mainwindow.c
* src/message_search.c
* src/messageview.c
* src/mimeview.c
* src/prefs_actions.c
* src/prefs_customheader.c
* src/prefs_display_header.c
* src/prefs_filtering.c
* src/prefs_filtering_action.c
* src/prefs_folder_column.c
* src/prefs_matcher.c
* src/prefs_msg_colors.c
* src/prefs_other.c
* src/prefs_summaries.c
* src/prefs_summary_column.c
* src/prefs_summary_open.c
* src/prefs_template.c
* src/prefs_toolbar.c
* src/printing.c
* src/sourcewindow.c
* src/ssl_manager.c
* src/summary_search.c
* src/summaryview.c
* src/textview.c
* src/uri_opener.c
* src/gtk/about.c
* src/gtk/colorsel.c
* src/gtk/combobox.c
* src/gtk/description_window.c
* src/gtk/foldersort.c
* src/gtk/gtkaspell.c
* src/gtk/gtkcmclist.c
* src/gtk/gtkcmctree.c
* src/gtk/gtkcmoptionmenu.c
* src/gtk/gtkutils.c
* src/gtk/icon_legend.c
* src/gtk/inputdialog.c
* src/gtk/logwindow.c
* src/gtk/pluginwindow.c
* src/gtk/prefswindow.c
* src/gtk/quicksearch.c
* src/plugins/pgpcore/passphrase.c
* src/plugins/pgpcore/select-keys.c
Bug #2371, "Port to GTK+ 3.0". Monster-patch by Hanno Meyer-Thurow
to replace GDK_* by GDK_KEY_*.

12 years ago2011-10-07 [colin] 3.7.10cvs19
Colin Leroy [Fri, 7 Oct 2011 09:08:57 +0000 (09:08 +0000)]
2011-10-07 [colin] 3.7.10cvs19

* AUTHORS
* src/account.c
* src/action.c
* src/addr_compl.c
* src/addressbook.c
* src/alertpanel.c
* src/compose.c
* src/edittags.c
* src/folderview.c
* src/grouplistdialog.c
* src/image_viewer.c
* src/mainwindow.c
* src/mimeview.c
* src/noticeview.c
* src/prefs_filtering_action.c
* src/prefs_folder_column.c
* src/prefs_msg_colors.c
* src/prefs_summary_column.c
* src/prefs_toolbar.c
* src/printing.c
* src/stock_pixmap.c
* src/summaryview.c
* src/textview.c
* src/undo.c
* src/wizard.c
* src/gtk/about.c
* src/gtk/authors.h
* src/gtk/colorlabel.c
* src/gtk/colorsel.c
* src/gtk/gtkcmclist.c
* src/gtk/gtkcmctree.c
* src/gtk/gtkcmoptionmenu.c
* src/gtk/gtksctree.c
* src/gtk/gtkutils.c
* src/gtk/gtkvscrollbutton.c
* src/gtk/inputdialog.c
* src/gtk/logwindow.c
* src/gtk/menu.c
* src/gtk/prefswindow.c
* src/gtk/progressdialog.c
* src/plugins/pgpcore/passphrase.c
* src/plugins/trayicon/trayicon.c
Bug #2371, "Port to GTK+ 3.0": Use accessor functions.
Patch by Hanno Thurow-Meyer, many thanks to him !

12 years ago2011-09-20 [colin] 3.7.10cvs18
Colin Leroy [Tue, 20 Sep 2011 19:49:12 +0000 (19:49 +0000)]
2011-09-20 [colin] 3.7.10cvs18

* src/common/ssl.c
Fix bug #2502, 'gnutls_transport_set_lowat removed in
gnutls 3.0.3'

12 years ago2011-09-18 [colin] 3.7.10cvs17
Colin Leroy [Sun, 18 Sep 2011 18:26:19 +0000 (18:26 +0000)]
2011-09-18 [colin] 3.7.10cvs17

* src/news.c
Fix segfault when connection fails

12 years ago2011-09-03 [colin] 3.7.10cvs16
Colin Leroy [Sat, 3 Sep 2011 11:40:10 +0000 (11:40 +0000)]
2011-09-03 [colin] 3.7.10cvs16

* src/common/ssl.c
Use NORMAL instead of EXPORT priorities.

12 years ago2011-09-02 [colin] 3.7.10cvs15
Colin Leroy [Fri, 2 Sep 2011 08:13:03 +0000 (08:13 +0000)]
2011-09-02 [colin] 3.7.10cvs15

* configure.ac
* src/common/ssl.c
Linking against gcrypt explicitely in order to call
gcry_control() for mutex setup isn't necessary anymore
starting from gnuTLS 2.11.

12 years ago2011-08-31 [colin] 3.7.10cvs14
Colin Leroy [Wed, 31 Aug 2011 18:39:50 +0000 (18:39 +0000)]
2011-08-31 [colin] 3.7.10cvs14

* src/plugins/pgpinline/pgpinline.c
* src/plugins/pgpmime/pgpmime.c
Fix bug #2431, "Major memory leak in PGP message handling".

12 years ago2011-08-31 [colin] 3.7.10cvs13
Colin Leroy [Wed, 31 Aug 2011 16:54:54 +0000 (16:54 +0000)]
2011-08-31 [colin] 3.7.10cvs13

* AUTHORS
* src/gtk/authors.h
* src/mainwindow.c
* src/messageview.c
* src/gtk/authors.h
Apply Steve Rader's patch from bug #2388, "Add
message view scrolling menu items"

12 years ago2011-08-30 [colin] 3.7.10cvs12
Colin Leroy [Tue, 30 Aug 2011 20:25:58 +0000 (20:25 +0000)]
2011-08-30 [colin] 3.7.10cvs12

* src/gtk/prefswindow.c
Fix layout issues (i.e. on SSL page if changing account
type prior to visiting it).

12 years ago2011-08-30 [colin] 3.7.10cvs11
Colin Leroy [Tue, 30 Aug 2011 18:59:03 +0000 (18:59 +0000)]
2011-08-30 [colin] 3.7.10cvs11

* configure.ac
* src/common/ssl.c
Don't use deprecated functions for GnuTLS priorities.
Require GnuTLS 2.2 that is the first version with the
new function.

12 years ago2011-08-30 [colin] 3.7.10cvs10
Colin Leroy [Tue, 30 Aug 2011 16:43:17 +0000 (16:43 +0000)]
2011-08-30 [colin] 3.7.10cvs10

* src/common/socket.c
* src/common/ssl.c
Long-term fix for bug #2402, "GnuTLS change breaks socket
communication", as per http://savannah.gnu.org/support/?107660

12 years ago2011-08-30 [colin] 3.7.10cvs9
Colin Leroy [Tue, 30 Aug 2011 06:25:59 +0000 (06:25 +0000)]
2011-08-30 [colin] 3.7.10cvs9

* src/etpan/imap-thread.c
* src/etpan/nntp-thread.c
Remove dead openSSL code

12 years ago2011-08-30 [colin] 3.7.10cvs8
Colin Leroy [Tue, 30 Aug 2011 06:18:09 +0000 (06:18 +0000)]
2011-08-30 [colin] 3.7.10cvs8

* src/ssl_manager.c
* src/common/ssl.c
* src/common/ssl_certificate.c
* src/common/ssl_certificate.h
* src/etpan/imap-thread.c
* src/etpan/nntp-thread.c
Fix bug #2127, "SSL cert check uses canonical name instead of
specified name"

12 years ago2011-08-29 [colin] 3.7.10cvs7
Colin Leroy [Mon, 29 Aug 2011 15:42:13 +0000 (15:42 +0000)]
2011-08-29 [colin] 3.7.10cvs7

* src/prefs_account.c
Fix X-Mailer option not appearing on IMAP

12 years ago2011-08-29 [colin] 3.7.10cvs6
Colin Leroy [Mon, 29 Aug 2011 14:56:59 +0000 (14:56 +0000)]
2011-08-29 [colin] 3.7.10cvs6

* src/plugins/pgpcore/Makefile.am
* src/plugins/pgpinline/Makefile.am
* src/plugins/pgpmime/Makefile.am
* src/plugins/smime/Makefile.am
Windows build fix:
libtool: link: require no space between `-L' and `.'

12 years ago2011-08-29 [colin] 3.7.10cvs5
Colin Leroy [Mon, 29 Aug 2011 13:00:44 +0000 (13:00 +0000)]
2011-08-29 [colin] 3.7.10cvs5

* src/account.c
* src/compose.c
* src/prefs_account.c
* src/prefs_account.h
Revert cvs4 which is rather illogical and instead
use Fabian's patch from bug #2471

12 years ago2011-08-29 [colin] 3.7.10cvs4
Colin Leroy [Mon, 29 Aug 2011 08:13:32 +0000 (08:13 +0000)]
2011-08-29 [colin] 3.7.10cvs4

* src/compose.c
Don't insert custom headers that have empty values.
Allows not inserting X-Mailer if it's set to nothing.
Fixes bug #2471, "Make setting an X-Mailer header optional".

12 years ago2011-08-29 [colin] 3.7.10cvs3
Colin Leroy [Mon, 29 Aug 2011 08:12:13 +0000 (08:12 +0000)]
2011-08-29 [colin] 3.7.10cvs3

* src/image_viewer.c
* src/textview.c
* src/gtk/gtkutils.c
* src/gtk/gtkutils.h
Handle EXIF orientation in images (both in textview's
preview and image viewer)

12 years ago2011-08-28 [paul] 3.7.10cvs2
Paul Mangan [Sun, 28 Aug 2011 16:14:39 +0000 (16:14 +0000)]
2011-08-28 [paul] 3.7.10cvs2

* src/prefs_common.c
* src/prefs_common.h
* src/summaryview.c
add new hidden option to control the display in the From
column in the Message List: 0 (default): show name,
1: show address, 2: show name + address

12 years ago2011-08-27 [paul] 3.7.10cvs1
Paul Mangan [Sat, 27 Aug 2011 10:45:08 +0000 (10:45 +0000)]
2011-08-27 [paul] 3.7.10cvs1

* po/POTFILES.in
* src/common/ssl_certificate.c
* src/etpan/imap-thread.c
* src/etpan/nntp-thread.c
offer up some missing log_error() strings to translators

12 years agoversion 3.7.10 unleashed rel_3_7_10
Paul Mangan [Sat, 27 Aug 2011 07:28:50 +0000 (07:28 +0000)]
version 3.7.10 unleashed

12 years ago2011-08-27 [paul] 3.7.9cvs52
Paul Mangan [Sat, 27 Aug 2011 06:53:45 +0000 (06:53 +0000)]
2011-08-27 [paul] 3.7.9cvs52

* po/cs.po
* po/fr.po
* po/hu.po
* po/lt.po
* po/pt_BR.po
* po/sk.po
updated by David Vachulka, wwp, Páder RezsÅ\91, Mindaugas
Baranauskas, Frederico Goncalves Guimaraes, and Slavko

12 years ago2011-08-27 [mones] 3.7.9cvs51
Ricardo Mones [Sat, 27 Aug 2011 01:43:44 +0000 (01:43 +0000)]
2011-08-27 [mones] 3.7.9cvs51

* claws-mail.desktop
Include generic name and comment translations
Thanks to all the people on the translators ML!

12 years agostyling
Paul Mangan [Tue, 23 Aug 2011 18:52:35 +0000 (18:52 +0000)]
styling

12 years ago2011-08-23 [paul] 3.7.9cvs50
Paul Mangan [Tue, 23 Aug 2011 18:51:15 +0000 (18:51 +0000)]
2011-08-23 [paul] 3.7.9cvs50

* src/common/ssl.c
probable/possible fix/workaround for bug 2402,
'can't download message from pop3 server'

12 years ago2011-08-18 [paul] 3.7.9cvs49
Paul Mangan [Thu, 18 Aug 2011 14:28:40 +0000 (14:28 +0000)]
2011-08-18 [paul] 3.7.9cvs49

* manual/handling.xml
fix typos. thanks to vilpan

12 years ago2011-08-17 [paul] 3.7.9cvs48
Paul Mangan [Wed, 17 Aug 2011 11:35:26 +0000 (11:35 +0000)]
2011-08-17 [paul] 3.7.9cvs48

* tools/claws.i18n.status.pl
add Mindaugas Baranauskas (Lithuanian)

12 years ago2011-08-14 [mir] 3.7.9cvs47
Michael Rasmussen [Sun, 14 Aug 2011 19:40:31 +0000 (19:40 +0000)]
2011-08-14 [mir] 3.7.9cvs47

* src/news.c
* src/etpan/nntp-thread.c
Fix bug 2418. Patch provided by Sébastien Bigaret with
some minor contribution by me.

12 years ago2011-08-13 [mir] 3.7.9cvs46
Michael Rasmussen [Sat, 13 Aug 2011 19:01:23 +0000 (19:01 +0000)]
2011-08-13 [mir] 3.7.9cvs46

* src/etpan/nntp-thread.c
  Fix bug when NNTP server sends authentication warning
  as part of the connection session. Privously etpan would
  bail out for any return code other than NEWSNNTP_NO_ERROR
  but as early as the connection session a return code like
  NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_USERNAME and
          NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_PASSWORD should not
  be considered as an error.

12 years ago2011-08-12 [paul] 3.7.9cvs45
Paul Mangan [Fri, 12 Aug 2011 13:57:41 +0000 (13:57 +0000)]
2011-08-12 [paul] 3.7.9cvs45

* src/mimeview.c
3.7.9cvs43 mistakenly dropped off the info
about the mime part from the tooltip

12 years ago2011-08-12 [wwp] 3.7.9cvs44
Tristan Chabredier [Fri, 12 Aug 2011 08:41:56 +0000 (08:41 +0000)]
2011-08-12 [wwp] 3.7.9cvs44

* src/gtk/quicksearch.c
 Fix duplicate key accel (thanks to Ra-Mones-Mones II).

12 years ago2011-08-09 [paul] 3.7.9cvs43
Paul Mangan [Tue, 9 Aug 2011 11:11:10 +0000 (11:11 +0000)]
2011-08-09 [paul] 3.7.9cvs43

* src/mimeview.c
fix bug 2420, 'Invalid markup in icon tooltip text after signature check'

12 years agofix indentation
Paul Mangan [Sat, 6 Aug 2011 07:17:42 +0000 (07:17 +0000)]
fix indentation

12 years ago2011-08-06 [paul] 3.7.9cvs42
Paul Mangan [Sat, 6 Aug 2011 07:17:08 +0000 (07:17 +0000)]
2011-08-06 [paul] 3.7.9cvs42

* src/compose.c
fix cursor placement in Forward template

12 years ago2011-08-06 [paul] 3.7.9cvs41
Paul Mangan [Sat, 6 Aug 2011 07:11:40 +0000 (07:11 +0000)]
2011-08-06 [paul] 3.7.9cvs41

* src/gtk/description_window.c
fix bug 1963, 'Preferences Templates Information Window Focus loss'

12 years ago2011-08-05 [holger] 3.7.9cvs40
Holger Berndt [Fri, 5 Aug 2011 23:53:29 +0000 (23:53 +0000)]
2011-08-05 [holger] 3.7.9cvs40

* claws-mail.desktop
Revert 3.7.9cvs35 for now, it may be problematic
(see bug #2450)

12 years ago2011-08-05 [paul] 3.7.9cvs39
Paul Mangan [Fri, 5 Aug 2011 06:49:15 +0000 (06:49 +0000)]
2011-08-05 [paul] 3.7.9cvs39

* src/mainwindow.c
* src/messageview.c
use 'Collapse quotes' rather than 'Fold quotes' on
labels, for consistency
* src/toolbar.c
use 'Receive mail from account' rather than 'on account'

12 years ago2011-07-30 [mir] 3.7.9cvs38
Michael Rasmussen [Sat, 30 Jul 2011 22:33:18 +0000 (22:33 +0000)]
2011-07-30 [mir] 3.7.9cvs38

* src/etpan/Makefile.am
* src/plugins/pgpcore/Makefile.am
* src/plugins/pgpmime/Makefile.am
* src/plugins/smime/Makefile.am
  Fix broken build on Debian Sid. enchant.h cannot be
  found unless $(ENCHANT_CFLAGS) and $(ENCHANT_LIBS) are
  present in Makefile.am. Apparently enchant.h in older
  versions were placed in /usr/include which is always
  scanned be default.

12 years ago2011-07-21 [mones] 3.7.9cvs37
Ricardo Mones [Thu, 21 Jul 2011 19:32:12 +0000 (19:32 +0000)]
2011-07-21 [mones] 3.7.9cvs37

* src/common/plugin.c
* src/common/plugin.h
Make licences allowed for plugins more explicit and also
accept dual (or more) licences when properly formatted.
Doesn't require any change on current plugins.

12 years ago2011-07-18 [mones] 3.7.9cvs36
Ricardo Mones [Mon, 18 Jul 2011 20:46:18 +0000 (20:46 +0000)]
2011-07-18 [mones] 3.7.9cvs36

* manual/advanced.xml
Document briefly tags feature.
* manual/glossary.xml
Fix definition to avoid confussion with tags.
* manual/es/advanced.xml
* manual/es/glossary.xml
Synchronize Spanish translation with the above.

12 years ago2011-07-07 [holger] 3.7.9cvs35
Holger Berndt [Thu, 7 Jul 2011 20:34:59 +0000 (20:34 +0000)]
2011-07-07 [holger] 3.7.9cvs35

* claws-mail.desktop
Add indicator stuff to the desktop file
Taken from bug #2450

12 years ago2011-07-06 [paul] 3.7.9cvs34
Paul Mangan [Wed, 6 Jul 2011 08:09:57 +0000 (08:09 +0000)]
2011-07-06 [paul] 3.7.9cvs34

* src/edittags.c
fix English usage