diff options
| author | Francesco Potortì | 2001-01-25 18:19:07 +0000 |
|---|---|---|
| committer | Francesco Potortì | 2001-01-25 18:19:07 +0000 |
| commit | d22a24fa26ce2ac0cd91c19bd0e2f7e95feee9f3 (patch) | |
| tree | 50ce087ee587afbf1c971c11718355e74c005b28 /lib-src | |
| parent | 6e1a66dc61a5db263e5a937d9e4603d84d1a3811 (diff) | |
| download | emacs-d22a24fa26ce2ac0cd91c19bd0e2f7e95feee9f3.tar.gz emacs-d22a24fa26ce2ac0cd91c19bd0e2f7e95feee9f3.zip | |
Many small improvements in etags.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 246a8f81c0d..a88d39f9e95 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,27 @@ | |||
| 1 | 2001-01-25 Francesco Potorti` <pot@potorti.it> | ||
| 2 | |||
| 3 | * etags.c (struct tok): Renamed from struct token. | ||
| 4 | (token): Renamed from tok. | ||
| 5 | (structtype): Make it a local variable. | ||
| 6 | [DEBUG]: Use assert. | ||
| 7 | (xrnew): Change the synopsis. | ||
| 8 | (typedefs_or_cplusplus): Renamed from typedefs_and_cplusplus. | ||
| 9 | (grow_linebuffer): Don't call xrnew when not needed. | ||
| 10 | (token): buffer renamed to line. | ||
| 11 | (C_entries): Three calls to inibuffer moved here from main. | ||
| 12 | (C_entries): Removed all references to var methodlen, delete it. | ||
| 13 | (linebuffer_setlen): Was grow_buffer, now also sets len. | ||
| 14 | (consider_token, C_entries, Pascal_functions): Use it. | ||
| 15 | (C_entries): Preventing problems relative to extern "C". | ||
| 16 | (C_entries): Can tag more than one variable or func separated by | ||
| 17 | comma when --declarations is used. | ||
| 18 | (C_entries): More accurate tagging of members and declarations. | ||
| 19 | (yacc_rules): Was global, made local to C_entries. | ||
| 20 | (next_token_is_func): Removed. | ||
| 21 | (fvdef): New constants fdefunkey, fdefunname. | ||
| 22 | (consider_token, C_entries): Use them. | ||
| 23 | (C_entries): Build proper lisp names for Emacs DEFUNs. | ||
| 24 | |||
| 1 | 2001-01-22 Gerd Moellmann <gerd@gnu.org> | 25 | 2001-01-22 Gerd Moellmann <gerd@gnu.org> |
| 2 | 26 | ||
| 3 | * ebrowse.c (xfree): New function. | 27 | * ebrowse.c (xfree): New function. |