aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorFrancesco Potortì1999-11-01 16:40:40 +0000
committerFrancesco Potortì1999-11-01 16:40:40 +0000
commitaca0be23e8c4c73bb810ca3aa72962c7e6d921d5 (patch)
tree33cfc4faafc8b51a1b45bb5bffa038293962d379 /etc
parent79ddc9c971569b56505443c338639350ba0a5a5f (diff)
downloademacs-aca0be23e8c4c73bb810ca3aa72962c7e6d921d5.tar.gz
emacs-aca0be23e8c4c73bb810ca3aa72962c7e6d921d5.zip
Document regexp changes in etags.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS10
1 files changed, 7 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 3624df93af2..0c30b07658a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -386,11 +386,17 @@ sh-script can attempt to "learn" the current buffer's style.
386 386
387*** In DOS, etags looks for file.cgz if it cannot find file.c. 387*** In DOS, etags looks for file.cgz if it cannot find file.c.
388 388
389*** New option --ignore-case-regex is an alternative to --regex. It is now
390 possible to bind a regexp to a language, by prepending the regexp with
391 {lang}, where lang is one of the languages that `etags --help' prints
392 out. This feature is useful especially for regex files, where each
393 line contains a regular expression. The manual contains details.
394
389*** In C and derived languages, etags creates tags for function 395*** In C and derived languages, etags creates tags for function
390declarations when given the --declarations option. 396declarations when given the --declarations option.
391 397
392*** In C++, tags are created for "operator". The tags have the form 398*** In C++, tags are created for "operator". The tags have the form
393"operator+", without spaces between the keyword and the operator. 399"operator+", without spaces between the keyword and the operator.
394 400
395*** New language Ada: tags are functions, procedures, packages, tasks, and 401*** New language Ada: tags are functions, procedures, packages, tasks, and
396types. 402types.
@@ -409,8 +415,6 @@ variables are tagged.
409 415
410*** .ss files are Scheme files. 416*** .ss files are Scheme files.
411 417
412*** New option --ignore-case-regex is an alternative to --regex.
413
414** Emacs now attempts to determine the initial language environment 418** Emacs now attempts to determine the initial language environment
415and preferred and locale coding systems systematically from the 419and preferred and locale coding systems systematically from the
416LC_ALL, LC_CTYPE, and LANG environment variables during startup. 420LC_ALL, LC_CTYPE, and LANG environment variables during startup.