This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU troff".
http://git.sv.gnu.org/gitweb/?p=groff.git;a=commitdiff;h=dcdf54071d1369e724cffe2e2cfbf0461a3611d1 The branch, master has been updated via dcdf54071d1369e724cffe2e2cfbf0461a3611d1 (commit) from 6b731a6d6af7ccb12393f80fec13c25ae424cf8c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit dcdf54071d1369e724cffe2e2cfbf0461a3611d1 Author: Bernd Warken <[email protected]> Date: Sun Jan 5 14:04:14 2014 +0100 In tmac/an-ext.tmac at .FONT change variable name. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 5 +++++ tmac/an-ext.tmac | 14 +++++++------- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 05f74ab..bc5cd83 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2013-12-23 Bernd Warken <[email protected]> + * groff/tmac/an-ext.tmac: in .FONT change variable name `result' + to `an_ext_FONT_result'. + +2013-12-23 Bernd Warken <[email protected]> + * groff/tmac/an-ext.tmac: add new request .FONT for using different font names on a single line. diff --git a/tmac/an-ext.tmac b/tmac/an-ext.tmac index 30f8c62..8ff6361 100644 --- a/tmac/an-ext.tmac +++ b/tmac/an-ext.tmac @@ -3,9 +3,9 @@ .\" Written by Eric S. Raymond <[email protected]> .\" Werner Lemberg <[email protected]> .\" -.\" Version 2012-Mar-05 +.\" Version 2014-Jan-05 .\" -.\" Copyright (C) 2007, 2009, 2012 Free Software Foundation, Inc. +.\" Copyright (C) 2007, 2009, 2012, 2014 Free Software Foundation, Inc. .\" You may freely use, modify and/or distribute this file. .\" .\" @@ -188,15 +188,15 @@ . nop \&\f[P]\& . return . \} -. ds result \& +. ds an_ext_FONT_result \& . while (\\n[.$] >= 2) \{\ -. as result \,\f[\\$1]\\$2 -. if !"\\$1"P" .as result \f[P] +. as an_ext_FONT_result \,\f[\\$1]\\$2 +. if !"\\$1"P" .as an_ext_FONT_result \f[P] . shift 2 . \} -. if (\\n[.$] = 1) .as result \,\f[\\$1] +. if (\\n[.$] = 1) .as an_ext_FONT_result \,\f[\\$1] . nh -. nop \\*[result]\& +. nop \\*[an_ext_FONT_result]\& . hy .. . hooks/post-receive -- GNU troff _______________________________________________ Groff-commit mailing list [email protected] https://lists.gnu.org/mailman/listinfo/groff-commit
