summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--tmac/an-ext.tmac7
2 files changed, 11 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e71d9a5..4fa2d4cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-03-05 Werner LEMBERG <wl@gnu.org>
+
+ * tmac/an-ext.tmac (SY): Handle argument with spaces correctly.
+
+ Problem reported by Bjarni Ingi Gislason <bjarniig@rhi.hi.is>.
+
2012-03-01 Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
[an-old] Fix warnings.
@@ -6,7 +12,7 @@
2012-02-26 Werner LEMBERG <wl@gnu.org>
- 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
diff --git a/tmac/an-ext.tmac b/tmac/an-ext.tmac
index c3983ca6..38160251 100644
--- a/tmac/an-ext.tmac
+++ b/tmac/an-ext.tmac
@@ -3,9 +3,9 @@
.\" Written by Eric S. Raymond <esr@thyrsus.com>
.\" Werner Lemberg <wl@gnu.org>
.\"
-.\" 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"
..
.