[Commits] [SCM] claws branch, master, updated. 3.9.3-50-g01ca201

claws at claws-mail.org claws at claws-mail.org
Tue Mar 18 11:00:50 CET 2014


The branch master of project "claws" (Claws Mail) has been updated
       via  01ca2012fd9f5e8ecb6f53c0ae84716cc59e3325 (commit)
       via  6cf20d44332a0186c2ccd8e099b9043a36011ab4 (commit)
      from  5d1095a7eb62b4424fbe72d5a2a0f6bc95948b63 (commit)


- Log -----------------------------------------------------------------
commit 01ca2012fd9f5e8ecb6f53c0ae84716cc59e3325
Author: Paul <paul at claws-mail.org>
Date:   Tue Mar 18 10:00:45 2014 +0000

    3 months into 2014, about time copyright was updated

diff --git a/src/gtk/about.c b/src/gtk/about.c
index 02aca16..d78d956 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-2013 Hiroyuki Yamamoto and the Claws Mail team
+ * Copyright (C) 1999-2014 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
@@ -156,7 +156,7 @@ static GtkWidget *about_create_child_page_info(void)
 				NULL);
 #ifdef GENERIC_UMPC
 	gtk_text_buffer_insert(buffer, &iter, _(
-				"\n\nCopyright (C) 1999-2013\nThe Claws Mail Team\n"
+				"\n\nCopyright (C) 1999-2014\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,
@@ -829,7 +829,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-2013\nThe Claws Mail Team\n"
+		(_("Copyright (C) 1999-2014\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);

commit 6cf20d44332a0186c2ccd8e099b9043a36011ab4
Author: Paul <paul at claws-mail.org>
Date:   Tue Mar 18 10:00:00 2014 +0000

    fix implicit declaration warning

diff --git a/src/textview.c b/src/textview.c
index 5106d45..ef50dd8 100644
--- a/src/textview.c
+++ b/src/textview.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-2014 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
@@ -69,6 +69,7 @@
 #include "tags.h"
 #include "manage_window.h"
 #include "folder_item_prefs.h"
+#include "hooks.h"
 #include "avatars.h"
 
 static GdkColor quote_colors[3] = {

-----------------------------------------------------------------------

Summary of changes:
 src/gtk/about.c |    6 +++---
 src/textview.c  |    3 ++-
 2 files changed, 5 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list