summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--doc/idutils.texi34
-rw-r--r--doc/version.texi4
3 files changed, 31 insertions, 9 deletions
diff --git a/README b/README
index 8f97d6b..449117a 100644
--- a/README
+++ b/README
@@ -24,7 +24,7 @@ See file `THANKS' for a list of contributors.
See file `TODO' for planned enhancements.
Mail suggestions and bug reports for these programs to
-<bug-gnu-utils@gnu.org>.
+<bug-idutils@gnu.org>.
Please describe bugs completely: your input, what you expected, what you
got, and why it is wrong. Diffs are welcome, but please include a
diff --git a/doc/idutils.texi b/doc/idutils.texi
index 7c5cd34..38e7dd0 100644
--- a/doc/idutils.texi
+++ b/doc/idutils.texi
@@ -157,7 +157,7 @@ as a case-insensitive literal substring.
@end table
@cindex bugs, reporting
-Please report bugs to @samp{bug-gnu-utils@@gnu.ai.mit.edu}. Remember to
+Please report bugs to @samp{bug-idutils@@gnu.org}. Remember to
include the version number, machine architecture, input files, and any
other information needed to reproduce the bug: your input, what you
expected, what you got, and why it is wrong. Diffs are welcome, but
@@ -424,10 +424,11 @@ scanners, and examine their language-specific options by invoking
@menu
* Language map:: Mapping file names to source languages.
-* C/C++ scanner:: For the C and C++ programming language.
+* C/C++/Java scanner:: For the C, C++ and Java programming languages.
* Assembler scanner:: For assembly language.
* Text scanner:: For documents or other non-source code.
* Perl scanner:: For Perl language (experimental).
+* Lisp scanner:: For the Lisp language (experimental).
* Defining scanners:: Defining new scanners in the source code.
@end menu
@@ -515,8 +516,8 @@ with the ID utilities:
@end example
@c ************* gkm *********************************************************
-@node C/C++ scanner
-@subsection C/C++ Language Scanner
+@node C/C++/Java scanner
+@subsection C/C++/Java Language Scanner
@cindex C scanner, predefined
@@ -720,6 +721,10 @@ that character classes can be designated as token constituents or as
token delimiters. The default token constituents are the alpha-numerics;
all other characters are considered token delimiters.
+Perl support has been originally written by Madhu Gogulapati.
+This scanner is considered experimental; please report any problems you
+should encounter to @samp{bug-idutils@@gnu.org} .
+
@table @samp
@item -i @var{character-class}
@@ -760,6 +765,21 @@ documentation are ignored.
@end table
@c ************* gkm *********************************************************
+@node Lisp scanner
+@subsection Lisp Scanner
+
+@cindex lisp scanner
+(EXPERIMENTAL)
+
+The lisp scanner has been originally written by Edouard G. Parmelan,
+and after many years it was posthumously integrated with the main idutils
+code. It is intended for Lisp and Emacs Lisp files (.lisp, .el, .elc, .scm).
+No options are currently available for this scanner.
+
+This scanner is considered experimental; please report any problems you
+should encounter to @samp{bug-idutils@@gnu.org} .
+
+@c ************* gkm *********************************************************
@node Defining scanners
@subsection Defining New Scanners in the Source Code
@@ -1293,8 +1313,10 @@ file-tree walker, so that directory names can be passed on the command
line instead of the names of every individual file. Greg reorganized
and rewrote most of the Texinfo manual to reflect these changes.
-In 2006, package name had a minor change from @code{id-utils} to
-@code{idutils}, to be more consistent with the other GNU package names.
+In 2006, Claudio Fontana modernized the build system and the code itself,
+and analyzed and integrated various pending patches. Package name had a
+minor change from @code{id-utils} to @code{idutils}, to be more consistent
+with the other GNU package names.
@pindex cscope
@pindex grep
diff --git a/doc/version.texi b/doc/version.texi
index 4c3bcdf..f81218b 100644
--- a/doc/version.texi
+++ b/doc/version.texi
@@ -1,4 +1,4 @@
-@set UPDATED 6 January 2006
-@set UPDATED-MONTH January 2006
+@set UPDATED 15 February 2006
+@set UPDATED-MONTH February 2006
@set EDITION 4.1rc4
@set VERSION 4.1rc4