summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Potortì <pot@gnu.org>2001-01-25 18:19:07 +0000
committerFrancesco Potortì <pot@gnu.org>2001-01-25 18:19:07 +0000
commitd22a24fa26ce2ac0cd91c19bd0e2f7e95feee9f3 (patch)
tree50ce087ee587afbf1c971c11718355e74c005b28
parent6e1a66dc61a5db263e5a937d9e4603d84d1a3811 (diff)
downloademacs-d22a24fa26ce2ac0cd91c19bd0e2f7e95feee9f3.tar.gz
Many small improvements in etags.
-rw-r--r--lib-src/ChangeLog24
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 @@
+2001-01-25 Francesco Potorti` <pot@potorti.it>
+
+ * etags.c (struct tok): Renamed from struct token.
+ (token): Renamed from tok.
+ (structtype): Make it a local variable.
+ [DEBUG]: Use assert.
+ (xrnew): Change the synopsis.
+ (typedefs_or_cplusplus): Renamed from typedefs_and_cplusplus.
+ (grow_linebuffer): Don't call xrnew when not needed.
+ (token): buffer renamed to line.
+ (C_entries): Three calls to inibuffer moved here from main.
+ (C_entries): Removed all references to var methodlen, delete it.
+ (linebuffer_setlen): Was grow_buffer, now also sets len.
+ (consider_token, C_entries, Pascal_functions): Use it.
+ (C_entries): Preventing problems relative to extern "C".
+ (C_entries): Can tag more than one variable or func separated by
+ comma when --declarations is used.
+ (C_entries): More accurate tagging of members and declarations.
+ (yacc_rules): Was global, made local to C_entries.
+ (next_token_is_func): Removed.
+ (fvdef): New constants fdefunkey, fdefunname.
+ (consider_token, C_entries): Use them.
+ (C_entries): Build proper lisp names for Emacs DEFUNs.
+
2001-01-22 Gerd Moellmann <gerd@gnu.org>
* ebrowse.c (xfree): New function.