comparison etc/NEWS @ 26292:81cd0c225dd9

Last changes for etags (I hope).
author Francesco Potortì <pot@gnu.org>
date Mon, 01 Nov 1999 19:04:46 +0000
parents 6651db4a4b1f
children 25356c16306f
comparison
equal deleted inserted replaced
26291:d7f5861b1154 26292:81cd0c225dd9
385 ** Etags changes. 385 ** Etags changes.
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 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 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 391 {lang}, where lang is one of the languages that `etags --help' prints out.
392 out. This feature is useful especially for regex files, where each 392 This feature is useful especially for regex files, where each line contains
393 line contains a regular expression. The manual contains details. 393 a regular expression. The manual contains details.
394 394
395 *** In C and derived languages, etags creates tags for function 395 *** In C and derived languages, etags creates tags for function
396 declarations when given the --declarations option. 396 declarations when given the --declarations option.
397 397
398 *** 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
411 *** In Perl, the --globals option tags global variables. my and local 411 *** In Perl, the --globals option tags global variables. my and local
412 variables are tagged. 412 variables are tagged.
413 413
414 *** New language Python: def and class at the beginning of a line are tags. 414 *** New language Python: def and class at the beginning of a line are tags.
415 415
416 *** .ss files are Scheme files. 416 *** .ss files are Scheme files, .pdb is Postscript with C syntax, .psw is
417 for PSWrap.
417 418
418 ** Emacs now attempts to determine the initial language environment 419 ** Emacs now attempts to determine the initial language environment
419 and preferred and locale coding systems systematically from the 420 and preferred and locale coding systems systematically from the
420 LC_ALL, LC_CTYPE, and LANG environment variables during startup. 421 LC_ALL, LC_CTYPE, and LANG environment variables during startup.
421 422