2013-01-21 [paul] 3.9.0cvs56
authorPaul Mangan <paul@claws-mail.org>
Mon, 21 Jan 2013 15:58:01 +0000 (15:58 +0000)
committerPaul Mangan <paul@claws-mail.org>
Mon, 21 Jan 2013 15:58:01 +0000 (15:58 +0000)
* src/common/defs.h
* src/gtk/about.c
promote the users' ml on the About/Info tab

ChangeLog
PATCHSETS
configure.ac
src/common/defs.h
src/gtk/about.c

index 7ef50b6e4c162f6a56f46df675467100c0c61e0c..c418f9f0b2f9599886d3c45537534d3bb56d8abc 100644 (file)
--- 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
index 165e3e6fe528b406dba6fa9dd152038dad32b10a..75ca4b315e403ac11dbee8ca405d40a51946a358 100644 (file)
--- a/PATCHSETS
+++ b/PATCHSETS
 ( 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
index 75a57352d70a4a999888bdc6411b05e448476a4c..3110912771775ae841bd056b9f4af9fb3457549d 100644 (file)
@@ -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=
 
index 635969283f3ec5d280f94647c657e937f021981e..dfbf8e2380830d395b90452bc1ebbfac0774d9d1 100644 (file)
@@ -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"
index b8a196e534d7ee750567f81dc0134d24099fc4c6..441064f5cadc24c727471ecab406f589f3dd5e53 100644 (file)
@@ -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 "