comparison etc/NEWS @ 47158:6ec82a0927f2

Etags improvement.
author Francesco Potortì <pot@gnu.org>
date Fri, 30 Aug 2002 16:41:25 +0000
parents f0b41fba2995
children dfcd4fdf6fb0
comparison
equal deleted inserted replaced
47157:e47f0756e65a 47158:6ec82a0927f2
695 **** Regular expressions can be read from a file. 695 **** Regular expressions can be read from a file.
696 The --regex=@regexfile option means read the regexps from a file, one 696 The --regex=@regexfile option means read the regexps from a file, one
697 per line. Lines beginning with space or tab are ignored. 697 per line. Lines beginning with space or tab are ignored.
698 698
699 *** New language parsing features 699 *** New language parsing features
700
701 **** The `::' qualifier triggers C++ parsing in C file.
702 Previously, only the `template' and `class' keywords had this effect.
700 703
701 **** In Perl, packages are tags. 704 **** In Perl, packages are tags.
702 Subroutine tags are named from their package. You can jump to sub tags 705 Subroutine tags are named from their package. You can jump to sub tags
703 as you did before, by the sub name, or additionally by looking for 706 as you did before, by the sub name, or additionally by looking for
704 package::sub. 707 package::sub.