[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Groff-commit] groff ChangeLog tmac/an-ext.tmac
From: |
Werner LEMBERG |
Subject: |
[Groff-commit] groff ChangeLog tmac/an-ext.tmac |
Date: |
Mon, 05 Mar 2012 05:38:38 +0000 |
CVSROOT: /cvsroot/groff
Module name: groff
Changes by: Werner LEMBERG <wl> 12/03/05 05:38:38
Modified files:
. : ChangeLog
tmac : an-ext.tmac
Log message:
* tmac/an-ext.tmac (SY): Handle argument with spaces correctly.
Problem reported by Bjarni Ingi Gislason <address@hidden>.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/ChangeLog?cvsroot=groff&r1=1.1330&r2=1.1331
http://cvs.savannah.gnu.org/viewcvs/groff/tmac/an-ext.tmac?cvsroot=groff&r1=1.7&r2=1.8
Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/groff/groff/ChangeLog,v
retrieving revision 1.1330
retrieving revision 1.1331
diff -u -b -r1.1330 -r1.1331
--- ChangeLog 1 Mar 2012 05:05:48 -0000 1.1330
+++ ChangeLog 5 Mar 2012 05:38:38 -0000 1.1331
@@ -1,3 +1,9 @@
+2012-03-05 Werner LEMBERG <address@hidden>
+
+ * tmac/an-ext.tmac (SY): Handle argument with spaces correctly.
+
+ Problem reported by Bjarni Ingi Gislason <address@hidden>.
+
2012-03-01 Bjarni Ingi Gislason <address@hidden>
[an-old] Fix warnings.
@@ -6,7 +12,7 @@
2012-02-26 Werner LEMBERG <address@hidden>
- Update configuration files from `gnulib' and `config' repositories..
+ Update configuration files from `gnulib' and `config' repositories.
This also fixes a problem with `iconv' on Solaris 10, as reported in
Index: tmac/an-ext.tmac
===================================================================
RCS file: /cvsroot/groff/groff/tmac/an-ext.tmac,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- tmac/an-ext.tmac 5 Jan 2009 20:11:16 -0000 1.7
+++ tmac/an-ext.tmac 5 Mar 2012 05:38:38 -0000 1.8
@@ -3,9 +3,9 @@
.\" Written by Eric S. Raymond <address@hidden>
.\" Werner Lemberg <address@hidden>
.\"
-.\" Version 2007-Feb-02
+.\" Version 2012-Mar-05
.\"
-.\" Copyright (C) 2007, 2009 Free Software Foundation, Inc.
+.\" Copyright (C) 2007, 2009, 2012 Free Software Foundation, Inc.
.\" You may freely use, modify and/or distribute this file.
.\"
.\"
@@ -71,7 +71,8 @@
. ns
. \}
.
-. HP \w'\fB\\$1\fP\ 'u
+. nr mT \w'\fB\\$1\fP\ '
+. HP \\n(mTu
. B "\\$1"
..
.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Groff-commit] groff ChangeLog tmac/an-ext.tmac,
Werner LEMBERG <=