diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 70352cac59e..cc4f2fff409 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2002-04-15 Francesco Potorti` <pot@gnu.org> | ||
| 2 | |||
| 3 | * etags.c (get_language_from_filename): Add one argument. | ||
| 4 | (strcaseeq): New function. | ||
| 5 | (get_language_from_filename): Use it to do a case insenstitive | ||
| 6 | comparison if called with appropriate args. | ||
| 7 | (find_entries): Try with case insensitive match. | ||
| 8 | (process_file): Bug fixed. | ||
| 9 | |||
| 1 | 2002-04-13 Francesco Potorti` <pot@gnu.org> | 10 | 2002-04-13 Francesco Potorti` <pot@gnu.org> |
| 2 | 11 | ||
| 3 | * etags.c (find_entries): Delete tags previously obtained from | 12 | * etags.c (find_entries): Delete tags previously obtained from |