From af9e33f3eba97c1e6ecc222b462fcbea06d3e3a7 Mon Sep 17 00:00:00 2001 From: Paul Mangan Date: Mon, 21 Jan 2013 15:58:01 +0000 Subject: [PATCH] 2013-01-21 [paul] 3.9.0cvs56 * src/common/defs.h * src/gtk/about.c promote the users' ml on the About/Info tab --- ChangeLog | 6 ++++++ PATCHSETS | 1 + configure.ac | 2 +- src/common/defs.h | 1 + src/gtk/about.c | 5 +++++ 5 files changed, 14 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7ef50b6e4..c418f9f0b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2013-01-21 [paul] 3.9.0cvs56 + + * src/common/defs.h + * src/gtk/about.c + promote the users' ml on the About/Info tab + 2013-01-09 [paul] 3.9.0cvs55 * doc/man/claws-mail.1 diff --git a/PATCHSETS b/PATCHSETS index 165e3e6fe..75ca4b315 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -4553,3 +4553,4 @@ ( cvs diff -u -r 1.1.4.6 -r 1.1.4.7 tools/vcard2xml.py; ) > 3.9.0cvs53.patchset ( cvs diff -u -r 1.9.2.83 -r 1.9.2.84 src/gtk/gtkaspell.c; ) > 3.9.0cvs54.patchset ( cvs diff -u -r 1.1.2.14 -r 1.1.2.15 doc/man/claws-mail.1; cvs diff -u -r 1.4.2.87 -r 1.4.2.88 src/gtk/about.c; ) > 3.9.0cvs55.patchset +( cvs diff -u -r 1.9.2.61 -r 1.9.2.62 src/common/defs.h; cvs diff -u -r 1.4.2.88 -r 1.4.2.89 src/gtk/about.c; ) > 3.9.0cvs56.patchset diff --git a/configure.ac b/configure.ac index 75a57352d..311091277 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ MINOR_VERSION=9 MICRO_VERSION=0 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=55 +EXTRA_VERSION=56 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/common/defs.h b/src/common/defs.h index 635969283..dfbf8e238 100644 --- a/src/common/defs.h +++ b/src/common/defs.h @@ -87,6 +87,7 @@ #define TOOLS_URI "http://www.claws-mail.org/tools.php" #define MAILING_LIST_URI "http://www.claws-mail.org/MLs.php" #define USERS_ML_ADDR "users@lists.claws-mail.org" +#define USERS_ML_URI "http://lists.claws-mail.org/cgi-bin/mailman/listinfo/users" #define GPL_URI "http://www.gnu.org/licenses/gpl.html" #define DONATE_URI "http://www.claws-mail.org/sponsors.php" #define RELEASE_NOTES_FILE "RELEASE_NOTES" diff --git a/src/gtk/about.c b/src/gtk/about.c index b8a196e53..441064f5c 100644 --- a/src/gtk/about.c +++ b/src/gtk/about.c @@ -135,6 +135,11 @@ static GtkWidget *about_create_child_page_info(void) "website:\n"), -1); gtk_text_buffer_insert_with_tags_by_name(buffer, &iter, HOMEPAGE_URI, -1, "link", NULL); + gtk_text_buffer_insert(buffer, &iter, _("\n\n" + "For support and discussion subscribe to the Claws Mail " + "users' mailing list:\n"),-1); + gtk_text_buffer_insert_with_tags_by_name(buffer, &iter, USERS_ML_URI, -1, + "link", NULL); gtk_text_buffer_insert(buffer, &iter, _("\n\n" "Claws Mail is free software released " "under the GPL. If you wish to donate " -- 2.25.1