diff etc/NEWS @ 26289:6651db4a4b1f

Document regexp changes in etags.
author Francesco Potortì <pot@gnu.org>
date Mon, 01 Nov 1999 16:40:40 +0000
parents 32e16b70ae15
children 81cd0c225dd9
line wrap: on
line diff
--- a/etc/NEWS	Mon Nov 01 15:52:18 1999 +0000
+++ b/etc/NEWS	Mon Nov 01 16:40:40 1999 +0000
@@ -386,11 +386,17 @@
 
 *** In DOS, etags looks for file.cgz if it cannot find file.c.
 
+*** New option --ignore-case-regex is an alternative to --regex.  It is now
+    possible to bind a regexp to a language, by prepending the regexp with
+    {lang}, where lang is one of the languages that `etags --help' prints
+    out.  This feature is useful especially for regex files, where each
+    line contains a regular expression.  The manual contains details.
+
 *** In C and derived languages, etags creates tags for function
 declarations when given the --declarations option.
 
 *** In C++, tags are created for "operator".  The tags have the form
-"operator+", without spaces between the keyword and the operator. 
+"operator+", without spaces between the keyword and the operator.
 
 *** New language Ada: tags are functions, procedures, packages, tasks, and
 types.
@@ -409,8 +415,6 @@
 
 *** .ss files are Scheme files.
 
-*** New option --ignore-case-regex is an alternative to --regex.
-
 ** Emacs now attempts to determine the initial language environment
 and preferred and locale coding systems systematically from the
 LC_ALL, LC_CTYPE, and LANG environment variables during startup.