Mercurial > emacs
comparison lib-src/ChangeLog @ 45924:06d327567aae
implicit tag names.
author | Francesco Potortì <pot@gnu.org> |
---|---|
date | Thu, 20 Jun 2002 11:48:04 +0000 |
parents | 82005f29044d |
children | 38d7d01adff1 |
comparison
equal
deleted
inserted
replaced
45923:fe953746c5e8 | 45924:06d327567aae |
---|---|
1 2002-06-20 Francesco Potorti` <pot@gnu.org> | |
2 | |
3 * etags.c: Use, together with etags.el, an optimised form of tags, | |
4 which are almost always unnamed. etags.el looks for an explicit | |
5 tag name, then for an implicit one. See make_tag for details. | |
6 The change is both forwards and backwards compatible. | |
7 (make_tag): New function (was the disabled function new_pfnote). | |
8 (make_C_tag): Use it. | |
9 | |
1 2002-06-19 Francesco Potorti` <pot@gnu.org> | 10 2002-06-19 Francesco Potorti` <pot@gnu.org> |
2 | 11 |
3 * etags.c (add_regex): Invalid regexp modifiers are ignored. | 12 * etags.c (add_regex): Invalid regexp modifiers are ignored. |
4 (Makefile_targets): Tag variables unless --no-globals. | 13 (Makefile_targets): Tag variables unless --no-globals. |
5 (LOOP_ON_INPUT_LINES): Serious bug corrected. | 14 (LOOP_ON_INPUT_LINES): Serious bug corrected. |