comparison lib-src/ChangeLog @ 46044:43dbef86ed25

Rewrote the description of implicit tag names in etags.c
author Francesco Potortì <pot@gnu.org>
date Thu, 27 Jun 2002 10:52:05 +0000
parents ba4ddd963129
children 7eaa94461682
comparison
equal deleted inserted replaced
46043:eb5a83484d86 46044:43dbef86ed25
13 (TeX_commands, get_tag): Use make_tag instead of pfnote. 13 (TeX_commands, get_tag): Use make_tag instead of pfnote.
14 (get_tag): Prototype changed, all callers changed. 14 (get_tag): Prototype changed, all callers changed.
15 15
16 2002-06-20 Francesco Potorti` <pot@gnu.org> 16 2002-06-20 Francesco Potorti` <pot@gnu.org>
17 17
18 * etags.c: Use, together with etags.el, an optimised form of tags, 18 In short, the "optimised tags" are technically tags using "implicit tag
19 which are almost always unnamed. etags.el looks for an explicit 19 names",
20 tag name, then for an implicit one. See make_tag for details. 20
21 The change is both forwards and backwards compatible. 21 * etags.c: Implement implicit tag names, that is, unnamed tags
22 whose name is automatically deduced by etags.el. The advantage is
23 that there is no explicit tag name in most tags, so the size of
24 the tags file is reduced, yet find-tag is able to do a match as
25 accurate as with named tags. See the comment in make_tag for
26 details.
22 (make_tag): New function (was the disabled function new_pfnote). 27 (make_tag): New function (was the disabled function new_pfnote).
23 (make_C_tag): Use it. 28 (make_C_tag): Use it.
24 29
25 2002-06-19 Francesco Potorti` <pot@gnu.org> 30 2002-06-19 Francesco Potorti` <pot@gnu.org>
26 31