****************************************************************************
# ChangeLog for lesspipe.sh						   #
****************************************************************************

Version 1.40 Mar 21, 2004
-------------------------
- introduce syntax highlighting (through 'syntax', a perl helper script)
- ATTENTION: it will work only with less -r or less -R
- deactivated perl support again, perldoc -m otherwise not working properly
- display contents of iso images (proposed by ...)

Version 1.37 Aug 08, 2003
-------------------------
- perl support was not working under all circumstances

Version 1.36 Aug 08, 2003
-------------------------
- add new option --default in configure script
- add support for perl files containing pod documentation

Version 1.35 Jan 06, 2003
-------------------------
- prefer pstotext over ps2ascii if available
- prefer html2text over lynx if available 
- show the contents of mp3 files (with mp3 tags) using mp3info
- for unknown (binary) data display the contained ASCII strings
- support for ASCII-art (2nd version, very experimental, commented out)
  most of the changes proposed by Florian Cramer <cantsin@zedat.fu-berlin.de>
- corrected minor bugs in the configure script

Version 1.34 May 16, 2002
-------------------------
- forgotten #endif in configure
- use /usr/bin/env perl to process the configure script

Version 1.33 Mar 12, 2002
-------------------------
- enhanced output for .deb files (proposed by Carl Greco <cgreco@ieee.org>)
- default script language is bash on linux systems, ksh on all other platforms
- search GNU file also under the name gfile

Version 1.32 Jan 17, 2002
-------------------------
- add support for Postscript and DVI format
- enhance the processing of *roff files (.me and .ms files, respect LANG=jp)
- added support for the files compressed with pack
- minor change in RPM output
  (changes inspired by lessopen.sh in SuSE Linux 7.3)
- change in configure script to check more precisely for shell versions

Version 1.31 Dec 12, 2001
-------------------------
- add option --yes to configure to allow for unattended installation
- more generic Makefile (both by Philippe DEFERT <philippe.defert@cern.ch>)
- corrected a bug that prevented HTML filtering for (t)csh users

Version 1.30 Nov 21, 2001
-------------------------
- add support for Rich Text Format (RTF).
- modify the highly experimental support for ASCII-art (still commented out)
  both modifications proposed by Florian Cramer <cantsin@zedat.fu-berlin.de>.
- the configure script now checks for a working shell
- added more extended english documentation (english.txt)

Version 1.23 Oct 30, 2001
------------------------
- call ps -up to have a trailing blank after less in the ps output (case HTML)
- generate a simple Makefile, rudimentary options for configure

Version 1.22 Aug 10, 2001
------------------------
- w3m uses internally less, refuse to convert html unless called from less

Version 1.21 Aug 8, 2001
------------------------
- recognize file type "... text executable" as text, not as binary

Version 1.20 Aug 6, 2001
------------------------
- Add support for removable media via the /dev/xxx files (e.g. tar files on
  tapes, floppies) example: less /dev/fd0
- Add support for unmounted DOS Filesystems using the mtools command suite
  via the /dev/xxx files. Example: less /dev/fd0
- determine version of 'file' program and configure lesspipe.sh accordingly
- some cleanup of configure script

Version 1.10 Feb 19, 2001
-------------------------
- use Lynx instead of w3m as proposed by Heinrich Kuettler <ql.heiner@web.de>.
- Add support for PDF-Files via 'pdftotext' by Derek B. Noonburg
  <derekn@foolabs.com>
- Change format of first line in output (replace '='s by '==>').
- use configure to customize lesspipe.sh for local computer
- add support for ASCII-art by Florian Cramer <cantsin@zedat.fu-berlin.de>.
  (very experimental, therefore commented out)

Version 1.05 Jan 24, 2001
-------------------------
- Add support for Debian packages by Michael Wiedmann <mw@miwie.in-berlin.de>.
- Add MS Word support via 'antiword' by Florian Cramer
  <cantsin@zedat.fu-berlin.de>.

Version 1.04 Jun 18, 2000
-------------------------
-  Variable separator character, better colon handling.

Version 1.03 May  2, 2000
-------------------------
- Bug in handling filenames with spaces corrected.

Version 1.02 Apr 12, 2000
-------------------------
- Bugs in RPM handling corrected (relocatable RPM's).

Version 1.01 Mar 14, 2000
-------------------------
- First attempt to handle filenames with spaces.

Version 1.0 Feb 16, 2000
------------------------
- Complete rewrite to allow recursive unpacking.

Version 0.4 Jan 16, 2000
------------------------
- Add RPM support, better documentation.

Version 0.3 Aug  6, 1999
------------------------
- Add bzip2 support.

Version 0.2 Nov 20, 1998
------------------------
- Be more verbose for special files.

Version 0.1 May 25, 1997
------------------------
- First public release.

