diff options
| author | Francesco Potortì | 2001-02-08 10:25:31 +0000 |
|---|---|---|
| committer | Francesco Potortì | 2001-02-08 10:25:31 +0000 |
| commit | 7df65e91680679c2a6429ceab03b0da8e489492f (patch) | |
| tree | b21c2bc6871320ad481f8a17019f079a54b62433 /lib-src | |
| parent | 88557bda5784cd39518991017f2147fd79d28d52 (diff) | |
| download | emacs-7df65e91680679c2a6429ceab03b0da8e489492f.tar.gz emacs-7df65e91680679c2a6429ceab03b0da8e489492f.zip | |
Correct recent instances of my mail address to
Francesco Potorti` <pot@gnu.org>
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index f9624cbaa83..3a708e9b46a 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -66,7 +66,7 @@ | |||
| 66 | (matching_regexp): Use them instead of static variables in | 66 | (matching_regexp): Use them instead of static variables in |
| 67 | function scope. | 67 | function scope. |
| 68 | 68 | ||
| 69 | 2001-01-25 Francesco Potorti` <pot@potorti.it> | 69 | 2001-01-25 Francesco Potorti` <pot@gnu.org> |
| 70 | 70 | ||
| 71 | * etags.c (struct tok): Renamed from struct token. | 71 | * etags.c (struct tok): Renamed from struct token. |
| 72 | (token): Renamed from tok. | 72 | (token): Renamed from tok. |
| @@ -95,7 +95,7 @@ | |||
| 95 | * ebrowse.c (xfree): New function. | 95 | * ebrowse.c (xfree): New function. |
| 96 | (member, declaration, globals): Use xmalloc instead of alloca. | 96 | (member, declaration, globals): Use xmalloc instead of alloca. |
| 97 | 97 | ||
| 98 | 2001-01-15 Francesco Potorti` <pot@pot.cnuce.cnr.it> | 98 | 2001-01-15 Francesco Potorti` <pot@gnu.org> |
| 99 | 99 | ||
| 100 | * etags.c (print_language_names): Print filenames in addition to | 100 | * etags.c (print_language_names): Print filenames in addition to |
| 101 | suffixes. | 101 | suffixes. |
| @@ -351,7 +351,7 @@ | |||
| 351 | potential signed char to int conversion problem. | 351 | potential signed char to int conversion problem. |
| 352 | (MSDOS): #undefine befere redefining | 352 | (MSDOS): #undefine befere redefining |
| 353 | 353 | ||
| 354 | 2000-02-04 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | 354 | 2000-02-04 Francesco Potorti` <pot@gnu.org> |
| 355 | 355 | ||
| 356 | * etags.c (many functions): Add prototypes. | 356 | * etags.c (many functions): Add prototypes. |
| 357 | 357 | ||
| @@ -360,7 +360,7 @@ | |||
| 360 | * etags.c (pfnote, new_pfnote, C_entries, prolog_pred) | 360 | * etags.c (pfnote, new_pfnote, C_entries, prolog_pred) |
| 361 | (erlang_func): Add `static' to definitions to keep pcc happy. | 361 | (erlang_func): Add `static' to definitions to keep pcc happy. |
| 362 | 362 | ||
| 363 | 2000-01-31 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | 363 | 2000-01-31 Francesco Potorti` <pot@gnu.org> |
| 364 | 364 | ||
| 365 | * etags.c [MSDOS]: Set MSDOS to 1 if #defined, 0 otherwise. | 365 | * etags.c [MSDOS]: Set MSDOS to 1 if #defined, 0 otherwise. |
| 366 | (get_compressor_from_suffix, process_file): Use MSDOS in if clause. | 366 | (get_compressor_from_suffix, process_file): Use MSDOS in if clause. |
| @@ -399,7 +399,7 @@ | |||
| 399 | * movemail.c (popmail): Allow mailbox specifications of the | 399 | * movemail.c (popmail): Allow mailbox specifications of the |
| 400 | form `po:username:hostname'. | 400 | form `po:username:hostname'. |
| 401 | 401 | ||
| 402 | 1999-11-19 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | 402 | 1999-11-19 Francesco Potorti` <pot@gnu.org> |
| 403 | 403 | ||
| 404 | * etags.c (_GNU_SOURCE): Define only if undefined. | 404 | * etags.c (_GNU_SOURCE): Define only if undefined. |
| 405 | (get_scheme): Declaration deleted. | 405 | (get_scheme): Declaration deleted. |
| @@ -420,7 +420,7 @@ | |||
| 420 | 420 | ||
| 421 | * etags.c (print_help): Change email address to send bugs to. | 421 | * etags.c (print_help): Change email address to send bugs to. |
| 422 | 422 | ||
| 423 | 1999-11-01 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | 423 | 1999-11-01 Francesco Potorti` <pot@gnu.org>> |
| 424 | 424 | ||
| 425 | * etags.c: Add suffix psw for PSWrap. | 425 | * etags.c: Add suffix psw for PSWrap. |
| 426 | (L_getit): Generalize a "cp!=' '" into "!isspace(*cp)". | 426 | (L_getit): Generalize a "cp!=' '" into "!isspace(*cp)". |
| @@ -474,7 +474,7 @@ | |||
| 474 | [MSDOS]: Support DOS file names by handling e.g. foo.cgz as if it | 474 | [MSDOS]: Support DOS file names by handling e.g. foo.cgz as if it |
| 475 | were foo.c.gz. | 475 | were foo.c.gz. |
| 476 | 476 | ||
| 477 | 1999-11-01 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | 477 | 1999-11-01 Francesco Potorti` <pot@gnu.org> |
| 478 | 478 | ||
| 479 | * etags.c (sym_type, C_stab_entry): New constant st_C_operator. | 479 | * etags.c (sym_type, C_stab_entry): New constant st_C_operator. |
| 480 | (fvdev): New constant foperator. | 480 | (fvdev): New constant foperator. |
| @@ -508,7 +508,7 @@ | |||
| 508 | (add_regex): New arg determining whether to use translation table. | 508 | (add_regex): New arg determining whether to use translation table. |
| 509 | (analyse_regex): New arg. Use it for add_regex. | 509 | (analyse_regex): New arg. Use it for add_regex. |
| 510 | 510 | ||
| 511 | 1999-11-01 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | 511 | 1999-11-01 Francesco Potorti` <pot@gnu.org> |
| 512 | 512 | ||
| 513 | * etags.c (init): Cosmetic change: NULL --> '\0'. | 513 | * etags.c (init): Cosmetic change: NULL --> '\0'. |
| 514 | (erlang_attribute): Bug corrected (uninitialized variable). | 514 | (erlang_attribute): Bug corrected (uninitialized variable). |