trans-coord-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

trans-coord/gnun/server/gnun ChangeLog GNUmakefile


From: Yavor Doganov
Subject: trans-coord/gnun/server/gnun ChangeLog GNUmakefile
Date: Thu, 26 Jan 2012 14:46:45 +0000

CVSROOT:        /sources/trans-coord
Module name:    trans-coord
Changes by:     Yavor Doganov <yavor>   12/01/26 14:46:45

Modified files:
        gnun/server/gnun: ChangeLog GNUmakefile 

Log message:
        (extract-title): Strip trailing newline, as it
        messes with the encoding of the Subject header.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/ChangeLog?cvsroot=trans-coord&r1=1.221&r2=1.222
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/GNUmakefile?cvsroot=trans-coord&r1=1.105&r2=1.106

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/ChangeLog,v
retrieving revision 1.221
retrieving revision 1.222
diff -u -b -r1.221 -r1.222
--- ChangeLog   22 Jan 2012 08:12:06 -0000      1.221
+++ ChangeLog   26 Jan 2012 14:46:45 -0000      1.222
@@ -1,3 +1,8 @@
+2012-01-26  Yavor Doganov  <address@hidden>
+
+       * GNUmakefile (extract-title): Strip trailing newline, as it
+       messes with the encoding of the Subject header.
+
 2012-01-22  Pavel Kharitonov  <address@hidden>
 
        * gnun-validate-html.in: Fix options processing.
@@ -2470,7 +2475,8 @@
        * philosophy/schools.html: philosophy/schools.html на 
английски и
        български.
 
- Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+ Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 Free Software
+   Foundation, Inc.
 
  This file is part of GNUnited Nations.
 

Index: GNUmakefile
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/GNUmakefile,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -b -r1.105 -r1.106
--- GNUmakefile 25 Dec 2011 08:01:31 -0000      1.105
+++ GNUmakefile 26 Jan 2012 14:46:45 -0000      1.106
@@ -1,4 +1,5 @@
-# Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 Free Software
+#   Foundation, Inc.
 
 # This file is part of GNUnited Nations.
 
@@ -464,7 +465,7 @@
 # (sysadmin RT #600797).  Used only in article-rules, and only if
 # ANNOUNCE=yes.
 define extract-title
-$(GREP) --max-count=1 '<h2>' $$@ | $(SED) 's/<h2>\(.*\)<\/h2>/\1/' \
+echo -n $($(GREP) --max-count=1 '<h2>' $$@) | $(SED) 's/<h2>\(.*\)<\/h2>/\1/' \
   | $(SED) 's/\&mdash;/--/g' | $(SED) 's/\&..quo;/"/g' | base64 --wrap=0
 endef
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]