From: Francesco Potortì Date: Wed, 28 Aug 2002 10:44:24 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~13524 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8ee1462906525699a4bbd8902fcc6beb1d83bec6;p=emacs.git *** empty log message *** --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 1339687bfea..349db50e211 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -2,8 +2,11 @@ * etags.c (Ada_funcs): Do not tag "use type Xxxx;". - * etags.c: New language HTML. - (make_tag): Never generate null length tag names. + * etags.c: (HTML_labels): New language HTML. + (etags_strcasecmp): Like BSD's, for compatibility. + (strcaseeq): Make it into a macro. + + * etags.c (make_tag): Never generate null length tag names. (linebuffer_init): Renamed from initbuffer. All callers changed. (pattern): Structure renamed to `regexp', member regex renamed to pattern. @@ -12,14 +15,11 @@ always set to true, cannot be reset. (add_regex, regex_tag_multiline, readline): Use it. (main): Free some global structures. - - * etags.c (fdesc): New member `written'. + (fdesc): New member `written'. (readline, process_file): Initialise it. (put_entries): Set it. (main): Use it to create entries for files without tags. (total_size_of_entries): Do not count invalid tags. - (etags_strcasecmp): Like BSD's, for compatibility. - (strcaseeq): Make it into a macro. 2002-08-19 Stefan Monnier