[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: |
Wed, 28 Aug 2002 06:44:24 -0400 |
Index: emacs/lib-src/ChangeLog
diff -c emacs/lib-src/ChangeLog:2.192 emacs/lib-src/ChangeLog:2.193
*** emacs/lib-src/ChangeLog:2.192 Wed Aug 28 06:34:04 2002
--- emacs/lib-src/ChangeLog Wed Aug 28 06:44:24 2002
***************
*** 2,9 ****
* etags.c (Ada_funcs): Do not tag "use type Xxxx;".
! * etags.c: New language HTML.
! (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.
--- 2,12 ----
* etags.c (Ada_funcs): Do not tag "use type Xxxx;".
! * 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,25 ****
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'.
(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 <address@hidden>
--- 15,25 ----
always set to true, cannot be reset.
(add_regex, regex_tag_multiline, readline): Use it.
(main): Free some global structures.
! (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.
2002-08-19 Stefan Monnier <address@hidden>