diff options
| author | Francesco Potortì | 2002-06-20 11:48:04 +0000 |
|---|---|---|
| committer | Francesco Potortì | 2002-06-20 11:48:04 +0000 |
| commit | ceaeb365d002f393adcd537ea6c5bb2254910fce (patch) | |
| tree | a4f1d5f17319c1ab82c99eea013a2c5aa9cfedf9 | |
| parent | d30ffe0ed2861927b9db9dfc61f62eec7cbd38c7 (diff) | |
| download | emacs-ceaeb365d002f393adcd537ea6c5bb2254910fce.tar.gz emacs-ceaeb365d002f393adcd537ea6c5bb2254910fce.zip | |
implicit tag names.
| -rw-r--r-- | lib-src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index d642b5fd6e2..04ec58f0548 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 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. |