[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lib-src/ChangeLog
From: |
Francesco Potortì |
Subject: |
[Emacs-diffs] Changes to emacs/lib-src/ChangeLog |
Date: |
Thu, 27 Jun 2002 06:52:05 -0400 |
Index: emacs/lib-src/ChangeLog
diff -c emacs/lib-src/ChangeLog:2.183 emacs/lib-src/ChangeLog:2.184
*** emacs/lib-src/ChangeLog:2.183 Wed Jun 26 11:50:47 2002
--- emacs/lib-src/ChangeLog Thu Jun 27 06:52:05 2002
***************
*** 15,24 ****
2002-06-20 Francesco Potorti` <address@hidden>
! * etags.c: Use, together with etags.el, an optimised form of tags,
! which are almost always unnamed. etags.el looks for an explicit
! tag name, then for an implicit one. See make_tag for details.
! The change is both forwards and backwards compatible.
(make_tag): New function (was the disabled function new_pfnote).
(make_C_tag): Use it.
--- 15,29 ----
2002-06-20 Francesco Potorti` <address@hidden>
! In short, the "optimised tags" are technically tags using "implicit tag
! names",
!
! * etags.c: Implement implicit tag names, that is, unnamed tags
! whose name is automatically deduced by etags.el. The advantage is
! that there is no explicit tag name in most tags, so the size of
! the tags file is reduced, yet find-tag is able to do a match as
! accurate as with named tags. See the comment in make_tag for
! details.
(make_tag): New function (was the disabled function new_pfnote).
(make_C_tag): Use it.
- [Emacs-diffs] Changes to emacs/lib-src/ChangeLog, (continued)
- [Emacs-diffs] Changes to emacs/lib-src/ChangeLog, Francesco Potortì, 2002/06/06
- [Emacs-diffs] Changes to emacs/lib-src/ChangeLog, Francesco Potortì, 2002/06/06
- [Emacs-diffs] Changes to emacs/lib-src/ChangeLog, Francesco Potortì, 2002/06/13
- [Emacs-diffs] Changes to emacs/lib-src/ChangeLog, Juanma Barranquero, 2002/06/13
- [Emacs-diffs] Changes to emacs/lib-src/ChangeLog, Francesco Potortì, 2002/06/13
- [Emacs-diffs] Changes to emacs/lib-src/ChangeLog, Francesco Potortì, 2002/06/13
- [Emacs-diffs] Changes to emacs/lib-src/ChangeLog, Francesco Potortì, 2002/06/20
- [Emacs-diffs] Changes to emacs/lib-src/ChangeLog, Francesco Potortì, 2002/06/20
- [Emacs-diffs] Changes to emacs/lib-src/ChangeLog, Francesco Potortì, 2002/06/21
- [Emacs-diffs] Changes to emacs/lib-src/ChangeLog, Pavel Janík, 2002/06/26
- [Emacs-diffs] Changes to emacs/lib-src/ChangeLog,
Francesco Potortì <=