From: Paul Mangan Date: Wed, 9 Jan 2013 12:04:13 +0000 (+0000) Subject: 2013-01-09 [paul] 3.9.0cvs55 X-Git-Tag: 3.9.1~147 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=cf5fc7f3defaab2ba5c95aa0df558fb50d731eaf 2013-01-09 [paul] 3.9.0cvs55 * doc/man/claws-mail.1 * src/gtk/about.c update copyright year --- diff --git a/ChangeLog b/ChangeLog index 3148e9c0e..7ef50b6e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2013-01-09 [paul] 3.9.0cvs55 + + * doc/man/claws-mail.1 + * src/gtk/about.c + update copyright year + 2013-01-09 [paul] 3.9.0cvs54 * src/gtk/gtkaspell.c diff --git a/PATCHSETS b/PATCHSETS index 145ce9d61..165e3e6fe 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -4552,3 +4552,4 @@ ( cvs diff -u -r 1.1.2.8 -r 1.1.2.9 claws-mail.desktop; ) > 3.9.0cvs52.patchset ( 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 diff --git a/configure.ac b/configure.ac index 5fc6e6cbf..75a57352d 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=54 +EXTRA_VERSION=55 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/doc/man/claws-mail.1 b/doc/man/claws-mail.1 index c05cfd88c..47da23094 100644 --- a/doc/man/claws-mail.1 +++ b/doc/man/claws-mail.1 @@ -396,7 +396,7 @@ You can search for existing bugs and report new ones on Claws Mail bugzilla: .SH "COPYRIGHT" .LP .TP -1999-2012 Hiroyuki Yamamoto and the Claws Mail team +1999-2013 Hiroyuki Yamamoto and the Claws Mail team .SH "AUTHORS" .LP diff --git a/src/gtk/about.c b/src/gtk/about.c index 7be0b3eec..b8a196e53 100644 --- a/src/gtk/about.c +++ b/src/gtk/about.c @@ -1,6 +1,6 @@ /* * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2012 Hiroyuki Yamamoto and the Claws Mail team + * Copyright (C) 1999-2013 Hiroyuki Yamamoto and the Claws Mail team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -151,7 +151,7 @@ static GtkWidget *about_create_child_page_info(void) NULL); #ifdef GENERIC_UMPC gtk_text_buffer_insert(buffer, &iter, _( - "\n\nCopyright (C) 1999-2012\nThe Claws Mail Team\n" + "\n\nCopyright (C) 1999-2013\nThe Claws Mail Team\n" " and Hiroyuki Yamamoto"), -1); #endif gtk_text_buffer_insert_with_tags_by_name(buffer, &iter, (_("\n\nSystem Information\n")), -1, @@ -824,7 +824,7 @@ static void about_create(void) gtk_box_pack_start(GTK_BOX(vbox2), button, FALSE, FALSE, 0); #ifndef GENERIC_UMPC label = gtk_label_new - (_("Copyright (C) 1999-2012\nThe Claws Mail Team\n" + (_("Copyright (C) 1999-2013\nThe Claws Mail Team\n" "and Hiroyuki Yamamoto")); gtk_label_set_selectable(GTK_LABEL(label), TRUE); gtk_label_set_justify(GTK_LABEL(label), GTK_JUSTIFY_CENTER);