diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-05-09 21:19:42 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-05-09 21:19:42 +0000 |
commit | a1130d850b6f9f84a04057f2c37e005aae7f83db (patch) | |
tree | 83e4125fc534f68a780b1129cf8ac2112b75940f /index.sgml | |
parent | 56404f5192e3e5565fa8807435d1791a07f41b80 (diff) | |
download | mandoc-a1130d850b6f9f84a04057f2c37e005aae7f83db.tar.gz |
Remove -fno-ign-chars as well-argued by Ingo Schwarze. Patch by Ingo Schwarze, too.
Diffstat (limited to 'index.sgml')
-rw-r--r-- | index.sgml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -241,6 +241,13 @@ <TR> <TD VALIGN="top"><SPAN CLASS="date">09-05-2010</SPAN></TD> <TD VALIGN="top"> + Fixed handling of <Q>\*(Ba</Q> escape. Backed out <SPAN + CLASS="flag">-fno-ign-chars</SPAN> (pointless complexity). + Version: <SPAN CLASS="rev">1.9.24</SPAN>. + </TR> + <TR> + <TD VALIGN="top"><SPAN CLASS="date">09-05-2010</SPAN></TD> + <TD VALIGN="top"> Rolled back break-at-hyphen. <SPAN CLASS="flag">-DUGLY</SPAN> is now the default (no feature splits!). Free-form text is not de-chunked any more: lines are passed whole-sale into the front-end, including whitespace. Added mailing |