summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorwl <wl>2008-09-28 14:39:43 +0000
committerwl <wl>2008-09-28 14:39:43 +0000
commit1edd36d242441d5a475b62dbd8b8d526be1b9d68 (patch)
tree227d35deaf6777f8eb7745af8f984016a299c494 /ChangeLog
parent44bc85fbfd14a4678ec9ec8a2dce7206fd2d8bc3 (diff)
downloadgroff-1edd36d242441d5a475b62dbd8b8d526be1b9d68.tar.gz
If a macro is called as a string, inherit value of \n[.br] from the
caller. This is useful for `trace.tmac'. * src/roff/troff/input.cpp (string_iterator): New members `with_break' and `get_break_flag'. (string_iterator::string_iterator): Updated. * doc/groff.texinfo: Improve documentation of \$0 and string syntax calling of macros. Document behaviour of \n[.br] within strings.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d319805d..7664678b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2008-09-28 Werner LEMBERG <wl@gnu.org>
+
+ If a macro is called as a string, inherit value of \n[.br] from the
+ caller. This is useful for `trace.tmac'.
+
+ * src/roff/troff/input.cpp (string_iterator): New members
+ `with_break' and `get_break_flag'.
+ (string_iterator::string_iterator): Updated.
+
+ * doc/groff.texinfo: Improve documentation of \$0 and string syntax
+ calling of macros.
+ Document behaviour of \n[.br] within strings.
+
2008-09-26 Werner LEMBERG <wl@gnu.org>
* tmac/trace.tmac: Add copyright message.