Changes of mboxgrep
===================

Changes since 0.5.1
- implemented message counting (-c, --count)
- fixed manual page installation target in src/Makefile.in -- manual page 
  is now installed in $(manpath)/man1/ rather than in $(prefix)/man/man1/ 
- added `--without-sense-of-humor' switch to the configure script, which
  disables checking whether Garfield still hates Mondays
- short version of `--version' switch is now `-V' instead of `-v', 
  because `-v' will be used for inverted matching
- implemented inverted matching (-v, --invert-match)
- implemented recursive search through directories (-r, --recursive)
- config.h[.in] is now wrapped (#ifndef CONFIG_H and stuff)

Changes since 0.5.0
- added support for qmail-style maildir folders

Changes since 0.4.0
- source of getopt_long() is now included, so long options are also available
  on platforms that don't use GNU libc
- file locking is now performed on mbox folders only

Changes since 0.2.0
- added support for MH mailboxes
- added scope selection switches `-B' (or `--body') and `-H' (or `--headers')
- getopt() (or getopt_long(), if available) is now used to parse command line
  arguments, instead of my own lousy routine
- configure script now looks for PCRE by default, unless `--with-pcre=no' or
  `--without-pcre' is specified
- the feature of reading from standard input is gone
- added `-v' (or `--version') switch

Changes since 0.1.1
- mboxgrep now puts a shared lock on a mailbox before reading it
- various code cleanups

Changes since 0.1.0
- fixed install target in Makefile (`install' is now used instead of `cp')
- added support for mailboxes generated by Gnus


$Id: CHANGES,v 1.2 2001/03/10 22:10:22 dspiljar Exp dspiljar $
