diff options
| author | Juanma Barranquero | 2010-04-02 04:22:17 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-04-02 04:22:17 +0200 |
| commit | 194d44e7178017800d7e1d45e2add2b708b60915 (patch) | |
| tree | ce0f537bb81139bd65e9886a00f7ba4e69f5db78 /lib-src | |
| parent | d7b4879190af6e17673d8c3bdd0c71785bb4551e (diff) | |
| download | emacs-194d44e7178017800d7e1d45e2add2b708b60915.tar.gz emacs-194d44e7178017800d7e1d45e2add2b708b60915.zip | |
Fix typos in ChangeLogs.
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 caa7f3cfc80..e97f2672074 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -3942,7 +3942,7 @@ | |||
| 3942 | (xmalloc, fatal, error): New functions. | 3942 | (xmalloc, fatal, error): New functions. |
| 3943 | (delete_socket, handle_signals): New functions. | 3943 | (delete_socket, handle_signals): New functions. |
| 3944 | (progname, socket_name): New variables. | 3944 | (progname, socket_name): New variables. |
| 3945 | [HAVE_SOCKETS] (main): Call handle_signals; set the new variables. | 3945 | [HAVE_SOCKETS] (main): Call handle_signals; set the new variables. |
| 3946 | 3946 | ||
| 3947 | 1996-09-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | 3947 | 1996-09-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> |
| 3948 | 3948 | ||
| @@ -4715,9 +4715,9 @@ | |||
| 4715 | 1995-01-12 Francesco Potortì (pot@cnuce.cnr.it) | 4715 | 1995-01-12 Francesco Potortì (pot@cnuce.cnr.it) |
| 4716 | 4716 | ||
| 4717 | * etags.c (FILEPOS, GET_CHARNO, GET_FILEPOS, max, LINENO): Deleted. | 4717 | * etags.c (FILEPOS, GET_CHARNO, GET_FILEPOS, max, LINENO): Deleted. |
| 4718 | (append_to_tagfile, typedefs, typedefs_and_cplusplus, | 4718 | (append_to_tagfile, typedefs, typedefs_and_cplusplus) |
| 4719 | constantypedefs, update, vgrind_style, no_warnings, | 4719 | (constantypedefs, update, vgrind_style, no_warnings) |
| 4720 | cxref_style, cplusplus, noindentypedefs): Were int, now logical. | 4720 | (cxref_style, cplusplus, noindentypedefs): Were int, now logical. |
| 4721 | (permit_duplicates): Was a var, now a #define. | 4721 | (permit_duplicates): Was a var, now a #define. |
| 4722 | (filename_lb): Was global, now local to main. | 4722 | (filename_lb): Was global, now local to main. |
| 4723 | (main): Open the tag file when in cxref mode. | 4723 | (main): Open the tag file when in cxref mode. |
| @@ -4736,8 +4736,8 @@ | |||
| 4736 | (TOKEN_SAVED_P, SAVE_TOKEN, RESTORE_TOKEN): Deleted. | 4736 | (TOKEN_SAVED_P, SAVE_TOKEN, RESTORE_TOKEN): Deleted. |
| 4737 | (C_entries): nameb and savenameb deleted. Use dinamic allocation. | 4737 | (C_entries): nameb and savenameb deleted. Use dinamic allocation. |
| 4738 | (pfcnt): Deleted. Users updated. | 4738 | (pfcnt): Deleted. Users updated. |
| 4739 | (getit, Asm_labels, Pascal_functions, L_getit, get_scheme, | 4739 | (getit, Asm_labels, Pascal_functions, L_getit, get_scheme) |
| 4740 | TEX_getit, prolog_getit): Use dinamic allocation for storing | 4740 | (TEX_getit, prolog_getit): Use dinamic allocation for storing |
| 4741 | the tag instead of a fixed size buffer. | 4741 | the tag instead of a fixed size buffer. |
| 4742 | 4742 | ||
| 4743 | 1995-01-10 Richard Stallman <rms@mole.gnu.ai.mit.edu> | 4743 | 1995-01-10 Richard Stallman <rms@mole.gnu.ai.mit.edu> |
| @@ -6662,8 +6662,8 @@ | |||
| 6662 | 1990-01-19 David Lawrence (tale@cocoa-puffs) | 6662 | 1990-01-19 David Lawrence (tale@cocoa-puffs) |
| 6663 | 6663 | ||
| 6664 | * timer.c, getdate.y (new files) and Makefile: | 6664 | * timer.c, getdate.y (new files) and Makefile: |
| 6665 | Sub-process support for run-at-time in timer.el. | 6665 | Sub-process support for run-at-time in timer.el. |
| 6666 | Doesn't yet work correctly for USG. | 6666 | Doesn't yet work correctly for USG. |
| 6667 | 6667 | ||
| 6668 | 1990-01-10 Jim Kingdon (kingdon@pogo) | 6668 | 1990-01-10 Jim Kingdon (kingdon@pogo) |
| 6669 | 6669 | ||