[svn] assuan - r332 - trunk/doc

svn author marcus cvs at cvs.gnupg.org
Tue Dec 8 18:28:11 CET 2009


Author: marcus
Date: 2009-12-08 18:28:11 +0100 (Tue, 08 Dec 2009)
New Revision: 332

Modified:
   trunk/doc/ChangeLog
   trunk/doc/assuan.texi
Log:
2009-12-08  Marcus Brinkmann  <marcus at g10code.de>

	* assuan.texi: Use our own copy of the setfont macro, as it takes
	an extra argument since texinfo 4.13.


Modified: trunk/doc/ChangeLog
===================================================================
--- trunk/doc/ChangeLog	2009-12-08 15:25:14 UTC (rev 331)
+++ trunk/doc/ChangeLog	2009-12-08 17:28:11 UTC (rev 332)
@@ -1,5 +1,8 @@
 2009-12-08  Marcus Brinkmann  <marcus at g10code.de>
 
+	* assuan.texi: Use our own copy of the setfont macro, as it takes
+	an extra argument since texinfo 4.13.
+
 	* assuan.texi (Contexts): Document ASSUAN_SPAWN_DETACHED.
 
 2009-11-25  Marcus Brinkmann  <marcus at g10code.de>

Modified: trunk/doc/assuan.texi
===================================================================
--- trunk/doc/assuan.texi	2009-12-08 15:25:14 UTC (rev 331)
+++ trunk/doc/assuan.texi	2009-12-08 17:28:11 UTC (rev 332)
@@ -55,7 +55,8 @@
 @c Change the font used for @def... commands, since the default
 @c proportional one used is bad for names starting __.
 @tex
-\global\setfont\defbf\ttbshape{10}{\magstep1}
+\gdef\mysetfont#1#2#3#4{\font#1=\fontprefix#2#3 scaled #4}
+\global\mysetfont\defbf\ttbshape{10}{\magstep1}
 @end tex
 
 @c %**end of header




More information about the Gnupg-commits mailing list