diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-05-13 11:57:51 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-05-13 11:57:51 +0000 |
commit | 0292bc9564d3e88ce46efa552f095331edd74f2f (patch) | |
tree | 5deacb0063bbf18b505e2d7892e05c90eb54b6f4 | |
parent | 7e0c4a5c59f23bb0f0f376be9a739ce5ee0da55e (diff) | |
download | mandoc-0292bc9564d3e88ce46efa552f095331edd74f2f.tar.gz |
Documented version bits.VERSION.1.9.25
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | index.sgml | 12 |
2 files changed, 10 insertions, 6 deletions
@@ -11,8 +11,8 @@ INSTALL_DATA = $(INSTALL) -m 0444 INSTALL_LIB = $(INSTALL) -m 0644 INSTALL_MAN = $(INSTALL_DATA) -VERSION = 1.9.24 -VDATE = 09 May 2010 +VERSION = 1.9.25 +VDATE = 13 May 2010 VFLAGS = -DVERSION="\"$(VERSION)\"" WFLAGS = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings @@ -239,12 +239,16 @@ <COL CLASS="date"> <TBODY> <TR> - <TD VALIGN="top"><SPAN CLASS="date">09-05-2010</SPAN></TD> + <TD VALIGN="top"><SPAN CLASS="date">13-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). Fixed breaking of - literal lines (for <SPAN CLASS="fl">-mdoc</SPAN> only). - Version: <SPAN CLASS="rev">1.9.24</SPAN>. + CLASS="flag">-fno-ign-chars</SPAN> (pointless complexity). Fixed erroneous + breaking of literal lines. Fixed SYNOPSIS breaking lines before non-initial + macros. Changed default section ordering. Most importantly, the framework for + end-of-sentence double-spacing is in place, now implemented for the + <Q>end-of-sentence, end-of-line</Q> rule. This is a stable roll-back point + before the mandoc hackathon in Rostock! + Version: <SPAN CLASS="rev">1.9.25</SPAN>. </TR> <TR> <TD VALIGN="top"><SPAN CLASS="date">09-05-2010</SPAN></TD> |