ernie (1.0.10) * Fixed typo in README.TXT. ernie (1.0.9) * Added support for --word-regexp (-w) to force matching substrings to fall on word boundaries. ernie (1.0.8) * Renamed project from grep.el to ernie. ernie (1.0.7) * Added the --line-length-limit option. * Fixed bug that could cause early termination on an I/O errors. * Fixed bug in not handling the case where no pattern is specified. ernie (1.0.6) * Fixed bug related to stating files that do not exist. ernie (1.0.5) * Fixed bug that caused early termination when trying to recursively grep through files where you do not have permission to access some of the files. ernie (1.0.4) * Fixed bug in handling of files with no matches. ernie (1.0.3) * Fixed help on how to use the --after-context, --before-context, and --context command-line options. ernie (1.0.2) * Added support for -H option in conjunction with -h option. ernie (1.0.1) * Added support for grepping standard input. * Added support for -A, -B, and -C options. * Fixed -F option to properly support searching for fixed strings. * Changed the --include and --exclude filters to operate on all files not just those discovered during a recursive traversal. ernie (1.0.0) * Released initial version.