diff options
| author | Stefan Kangas | 2020-10-02 17:56:41 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2020-10-03 12:53:51 +0200 |
| commit | ceae38b9338ea07b18b2d2efa07bcf304d40c23d (patch) | |
| tree | 3aca6458654c798933cad21f07a823f33e310cdb /lib-src/ChangeLog.1 | |
| parent | d22fe0ec3a321ea222ad2f25c52c7eddea4375df (diff) | |
| download | emacs-ceae38b9338ea07b18b2d2efa07bcf304d40c23d.tar.gz emacs-ceae38b9338ea07b18b2d2efa07bcf304d40c23d.zip | |
; Fix trivial typos in ChangeLogs
Diffstat (limited to 'lib-src/ChangeLog.1')
| -rw-r--r-- | lib-src/ChangeLog.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib-src/ChangeLog.1 b/lib-src/ChangeLog.1 index 571eee44f1f..16f5142a01a 100644 --- a/lib-src/ChangeLog.1 +++ b/lib-src/ChangeLog.1 | |||
| @@ -6944,10 +6944,10 @@ | |||
| 6944 | when saving a tag in structtag. Callers changed. | 6944 | when saving a tag in structtag. Callers changed. |
| 6945 | (TOKEN): Structure changed. Now used only in C_entries. | 6945 | (TOKEN): Structure changed. Now used only in C_entries. |
| 6946 | (TOKEN_SAVED_P, SAVE_TOKEN, RESTORE_TOKEN): Delete. | 6946 | (TOKEN_SAVED_P, SAVE_TOKEN, RESTORE_TOKEN): Delete. |
| 6947 | (C_entries): nameb and savenameb deleted. Use dinamic allocation. | 6947 | (C_entries): nameb and savenameb deleted. Use dynamic allocation. |
| 6948 | (pfcnt): Delete. Users updated. | 6948 | (pfcnt): Delete. Users updated. |
| 6949 | (getit, Asm_labels, Pascal_functions, L_getit, get_scheme) | 6949 | (getit, Asm_labels, Pascal_functions, L_getit, get_scheme) |
| 6950 | (TEX_getit, prolog_getit): Use dinamic allocation for storing | 6950 | (TEX_getit, prolog_getit): Use dynamic allocation for storing |
| 6951 | the tag instead of a fixed size buffer. | 6951 | the tag instead of a fixed size buffer. |
| 6952 | 6952 | ||
| 6953 | 1995-01-10 Richard Stallman <rms@mole.gnu.ai.mit.edu> | 6953 | 1995-01-10 Richard Stallman <rms@mole.gnu.ai.mit.edu> |
| @@ -7609,7 +7609,7 @@ | |||
| 7609 | (longopts, print_help, main, process_file): Put absolute filenames | 7609 | (longopts, print_help, main, process_file): Put absolute filenames |
| 7610 | in the tag file if the -A --absolute-pathnames option is used. | 7610 | in the tag file if the -A --absolute-pathnames option is used. |
| 7611 | (print_help): Alphabetically order the options. | 7611 | (print_help): Alphabetically order the options. |
| 7612 | (malloc, realloc, strcpy, strncpy, strcmp): Remove extern declar. | 7612 | (malloc, realloc, strcpy, strncpy, strcmp): Remove extern declare. |
| 7613 | 7613 | ||
| 7614 | 1994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu) | 7614 | 1994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
| 7615 | 7615 | ||
| @@ -8239,7 +8239,7 @@ | |||
| 8239 | 1993-03-22 Francesco Potortì (pot@cnuce.cnr.it) | 8239 | 1993-03-22 Francesco Potortì (pot@cnuce.cnr.it) |
| 8240 | 8240 | ||
| 8241 | * etags.c (YACC): Flag added to c_ext. | 8241 | * etags.c (YACC): Flag added to c_ext. |
| 8242 | (c_ext): No more a synonim for c_ext&C_PLPL because of YACC. | 8242 | (c_ext): No more a synonym for c_ext&C_PLPL because of YACC. |
| 8243 | (find_entries): Consistently use streq when reasonable. | 8243 | (find_entries): Consistently use streq when reasonable. |
| 8244 | (find_entries): A .y file is a yacc file. | 8244 | (find_entries): A .y file is a yacc file. |
| 8245 | (get_C_stab): c_ext becomes c_ext&C_PLPL. | 8245 | (get_C_stab): c_ext becomes c_ext&C_PLPL. |