From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from krisdoz.my.domain (kristaps@localhost [127.0.0.1]) by krisdoz.my.domain (8.14.3/8.14.3) with ESMTP id o6RK2q7Z003558 for ; Tue, 27 Jul 2010 16:02:52 -0400 (EDT) Received: (from kristaps@localhost) by krisdoz.my.domain (8.14.3/8.14.3/Submit) id o6RK2qbT009965; Tue, 27 Jul 2010 16:02:52 -0400 (EDT) Date: Tue, 27 Jul 2010 16:02:52 -0400 (EDT) Message-Id: <201007272002.o6RK2qbT009965@krisdoz.my.domain> X-Mailinglist: mdocml-source Reply-To: source@mdocml.bsd.lv MIME-Version: 1.0 From: kristaps@mdocml.bsd.lv To: source@mdocml.bsd.lv Subject: mdocml: Get version bits in: 1.10.5. X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- Get version bits in: 1.10.5. Modified Files: -------------- mdocml: Makefile index.sgml Revision Data ------------- Index: index.sgml =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/index.sgml,v retrieving revision 1.89 retrieving revision 1.90 diff -Lindex.sgml -Lindex.sgml -u -p -r1.89 -r1.90 --- index.sgml +++ index.sgml @@ -313,7 +313,7 @@
  • polish mandoc -Tps output
  • lots of internal clean-ups in character escapes
  • un-break literal contexts in man documents
  • -
  • improve -Thtml output for -man
  • +
  • improve -Thtml output for -man
  • add mandoc -Tpdf support
  • @@ -332,7 +332,7 @@
  • Bk mdoc support
  • beautified SYNOPSIS section output
  • variable font-width and paper-size support in mandoc - -Tps output
  • + -Tps output
  • acceptance of scope-block breakage in mdoc
  • clarify error message status
  • many minor bug-fixes and formatting issues resolved
  • Index: Makefile =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/Makefile,v retrieving revision 1.288 retrieving revision 1.289 diff -LMakefile -LMakefile -u -p -r1.288 -r1.289 --- Makefile +++ Makefile @@ -12,8 +12,8 @@ INSTALL_DATA = $(INSTALL) -m 0444 INSTALL_LIB = $(INSTALL) -m 0644 INSTALL_MAN = $(INSTALL_DATA) -VERSION = 1.10.4 -VDATE = 12 July 2010 +VERSION = 1.10.5 +VDATE = 27 July 2010 VFLAGS = -DVERSION="\"$(VERSION)\"" WFLAGS = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv