summaryrefslogtreecommitdiff
path: root/lib-src
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2010-04-02 04:22:17 +0200
committerJuanma Barranquero <lekktu@gmail.com>2010-04-02 04:22:17 +0200
commit194d44e7178017800d7e1d45e2add2b708b60915 (patch)
treece0f537bb81139bd65e9886a00f7ba4e69f5db78 /lib-src
parentd7b4879190af6e17673d8c3bdd0c71785bb4551e (diff)
downloademacs-194d44e7178017800d7e1d45e2add2b708b60915.tar.gz
Fix typos in ChangeLogs.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog16
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 @@
(xmalloc, fatal, error): New functions.
(delete_socket, handle_signals): New functions.
(progname, socket_name): New variables.
- [HAVE_SOCKETS] (main): Call handle_signals; set the new variables.
+ [HAVE_SOCKETS] (main): Call handle_signals; set the new variables.
1996-09-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
@@ -4715,9 +4715,9 @@
1995-01-12 Francesco Potortì (pot@cnuce.cnr.it)
* etags.c (FILEPOS, GET_CHARNO, GET_FILEPOS, max, LINENO): Deleted.
- (append_to_tagfile, typedefs, typedefs_and_cplusplus,
- constantypedefs, update, vgrind_style, no_warnings,
- cxref_style, cplusplus, noindentypedefs): Were int, now logical.
+ (append_to_tagfile, typedefs, typedefs_and_cplusplus)
+ (constantypedefs, update, vgrind_style, no_warnings)
+ (cxref_style, cplusplus, noindentypedefs): Were int, now logical.
(permit_duplicates): Was a var, now a #define.
(filename_lb): Was global, now local to main.
(main): Open the tag file when in cxref mode.
@@ -4736,8 +4736,8 @@
(TOKEN_SAVED_P, SAVE_TOKEN, RESTORE_TOKEN): Deleted.
(C_entries): nameb and savenameb deleted. Use dinamic allocation.
(pfcnt): Deleted. Users updated.
- (getit, Asm_labels, Pascal_functions, L_getit, get_scheme,
- TEX_getit, prolog_getit): Use dinamic allocation for storing
+ (getit, Asm_labels, Pascal_functions, L_getit, get_scheme)
+ (TEX_getit, prolog_getit): Use dinamic allocation for storing
the tag instead of a fixed size buffer.
1995-01-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
@@ -6662,8 +6662,8 @@
1990-01-19 David Lawrence (tale@cocoa-puffs)
* timer.c, getdate.y (new files) and Makefile:
- Sub-process support for run-at-time in timer.el.
- Doesn't yet work correctly for USG.
+ Sub-process support for run-at-time in timer.el.
+ Doesn't yet work correctly for USG.
1990-01-10 Jim Kingdon (kingdon@pogo)