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 p98D1iMS025273 for ; Sat, 8 Oct 2011 09:01:44 -0400 (EDT) Received: (from kristaps@localhost) by krisdoz.my.domain (8.14.3/8.14.3/Submit) id p98D1iw5016523; Sat, 8 Oct 2011 09:01:44 -0400 (EDT) Date: Sat, 8 Oct 2011 09:01:44 -0400 (EDT) Message-Id: <201110081301.p98D1iw5016523@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: Note volatility of apropos and cut out old news update. X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- Note volatility of apropos and cut out old news update. Modified Files: -------------- mdocml: index.sgml Revision Data ------------- Index: index.sgml =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/index.sgml,v retrieving revision 1.146 retrieving revision 1.147 diff -Lindex.sgml -Lindex.sgml -u -p -r1.146 -r1.147 --- index.sgml +++ index.sgml @@ -42,7 +42,8 @@ It also includes preconv, for recoding multibyte manuals; demandoc, for emitting only text parts of manuals; mandocdb, for indexing manuals; and - apropos, for semantic search of manual content. + apropos, for semantic search of manual content (both mandocdb and apropos are + still experimental). It is a BSD.lv project.

@@ -308,6 +309,7 @@ This interfaces with mandocdb for semantic search of manual content. apropos is different from the traditional apropos primarily in allowing keyword search (such as for functions, utilities, etc.) and regular expressions. + Note that the calling syntax for apropos is likely to change as it settles down.

In documentation news, the mdoc and man manuals have been made @@ -338,20 +340,6 @@ improvements have been implemented. Furthermore, a 64-bit Windows binary is now available at mdocml-win64.zip and a Mac OS X universal binary is available at mdocml-macosx.zip. -

-

- 24-07-2011: version 1.11.5 -

-

- Significant eqn improvements. mdocml can now parse arbitrary eqn input - (although few GNU extensions are accepted, nor is mixing low-level roff with eqn). See the eqn - manual for details. For the time being, equations are rendered as simple in-line text. The equation parser satisfies - the language specified in the Second - Edition User's Guide. -

-

- This is also the first release featuring a distributed Windows binary, available at /binaries/mdocml-win32.zip.

See cvsweb for -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv