2005-03-29 Francesco Cosoleto * Version 1.3.6 released. * Updated a bit of localizated strings (Italian, French, and Spanish). 2005-01-07 Francesco Cosoleto * seealso_completion: Enable Cygwin completion fix. 2004-12-11 Francesco Cosoleto * Use TMPDIR environment variable if it is set. 2004-12-03 Francesco Cosoleto * Version 1.3.5 released. * get_section() makes use of awk. Now subsections are visible always when a section is printed (bug #2). * Added 'mansect' symbolic link to seealso, with '-a' option enabled by default. * synopsis: "C SPECIFICATION" added in search pattern. (e.g. glFrustum(3x)) * BUGS: Updated. 2004-12-02 Francesco Cosoleto * list_section() is changed, now it makes use of awk. 2004-12-01 Francesco Cosoleto * Bash completion support adjusted to recognize 'section' command line optional argument. * seealso: A fix to print 'See\ Also' case (e.g. en/mdir(1)). * synopsis: "SYNOPSYS" is useful. 2004-11-30 Francesco Cosoleto * Bash completion support is updated accordingly to new option '-a', and also enables limiting with -L and -s options. * synopsis: "SYNTAX" was missing in the pattern. * localfilename#sect now is resolved correctly. 2004-11-29 Francesco Cosoleto * List sections (option -l) wasn't done always in alphabetic order (depends on the LANG environment variable). Now unquote is executed before of sort. * Added option (-a) to *disable* print of all matching manual pages (this reverts to man default). 2004-11-21 Francesco Cosoleto * Version 1.3.4 released. * There was an oversight that blocks correct behaviour of -n & -N options after one or more 'name#sectname' with simple 'name' requestes. * -q option to suppress program messages. * BUGS: Updated. 2004-11-20 Francesco Cosoleto * Version 1.3.3 released. * Rewritten command line parser to fix a compatibility problem with bash 3.00 and name#sectname syntax. * Now seealso allows multiple name#sectname on the command line. 2004-11-19 Francesco Cosoleto * test-suite.sh: "#!/bin/bash" declaration was missing. This didn't it work correctly in Cygwin environment. 2004-11-17 Francesco Cosoleto * Version 1.3.2 released. * Added variant of -n option (-N) to enter manually subsection name to print. * Section name and subsection name are specifiable adding '#sectionname' or '##subsetcionname' at manual page name too. * Option to list sections of the requested pages (-l) (currently, '-N - -l' to print subsections). * Updated bash completion support to manage '#' 2004-11-12 Francesco Cosoleto * Added "Environment" section support. * Added bash completion support. * returnvalue: "RETURN CODES" was missing in the pattern. * conformingto: "CONFORMS TO" and "CONFORMANCE" were missing in the pattern. * test-suite.sh: Some tests for -n option, and now it can skip test by specifying a number on command line. 2004-11-11 Francesco Cosoleto * Added option to enter manually section name to print. 2004-11-05 Francesco Cosoleto * Version 1.3.1 released. * Decompress command was called more times (small speed improvement). * Now execution like 'seealso /usr/share/man/man1/*' returns references always preserving alphabetic order. * Added a fix to show correctly '.Vb' verbatim text. * returnvalue: "EXIT STATUS" was missing in the pattern. 2004-11-01 Francesco Cosoleto * Added "SYNOPSIS" support. 2004-10-29 Francesco Cosoleto * Version 1.3.0 released. * Fixed '.Ip' header leak that hides entries (it is found in manpage generated by Pod::Man) 2004-10-28 Francesco Cosoleto * returnvalue: Added "RETURNS" in the pattern. * Makefile: Correction to build a tar file with directory in. 2004-10-27 Francesco Cosoleto * seealso.sh: renamed to seealso * seealso now support more section viewer: 'RETURN VALUE', 'FILES', and 'CONFORMING TO'. * returnvalue, files, conformingto: are symbolic link to seealso file. * Added Makefile. It can install, uninstall, and build tar archive. * Added README, test-suite.sh. * Added COPYING, BUGS, AUTHORS, LSM file. 2004-09-19 Francesco Cosoleto * trap signals added and listed by name. 2001-06-20 Francesco Cosoleto * Initial release