diff lib-src/ChangeLog @ 49505:1aba10ab73b4

Corrected misc. typos like missing : after file names, missing file name suffixes, and * used as prefix on non-file entries.
author Kim F. Storm <storm@cua.dk>
date Tue, 28 Jan 2003 23:49:11 +0000
parents 7284811bfd81
children 99be3a1e2589
line wrap: on
line diff
--- a/lib-src/ChangeLog	Tue Jan 28 18:46:07 2003 +0000
+++ b/lib-src/ChangeLog	Tue Jan 28 23:49:11 2003 +0000
@@ -296,7 +296,7 @@
 
 2002-06-06  Francesco Potorti`  <pot@gnu.org>
 
-	* etags.c New option --parse-stdin=FILE.
+	* etags.c: New option --parse-stdin=FILE.
 	(enum arg_type): New label at_stdin.
 	(STDIN): New constant.
 	(parsing_stdin): New flag.
@@ -306,7 +306,7 @@
 	(process_file): Split into process_file and process_file_name.
 	(process_file_name): New function.
 
-	* etags.c Improvements and bug squashing in TeX handling.
+	* etags.c: Improvements and bug squashing in TeX handling.
 	(TeX_commands): Skip comments.
 	(TEX_defenv): Now contains more contructs.
 	(TEX_cmt): Make it a static char and move it before TeX_commands.
@@ -3804,9 +3804,10 @@
 	* profile.c: New file.
 
 1994-01-16  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
-
-	* Make the argument list output look more like the Lisp docstrings do.
-	make-docfile.c (write_c_args): Take new arg FUNC.  Make output
+	
+	* make-docfile.c: Make the argument list output look more like the
+	Lisp docstrings do.  
+	(write_c_args): Take new arg FUNC.  Make output
 	look like lisp call prototypes: (function ARG1 ARG2), upcasing args.
 	(scan_c_file): Pass BUF to write_c_args for FUNC arg.
 
@@ -4026,10 +4027,10 @@
 
 1993-09-10  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
 
-	* Support configuring in a different directory when ${srcdir} has
-	already been configured.
-	* Makefile.in (ALL_CFLAGS, CPP_CFLAGS): Put -I. -I../src before
-	-I${srcdir} -I${srcdir}/../src.
+	* Makefile.in: Support configuring in a different directory when
+	${srcdir} has already been configured.
+	(ALL_CFLAGS, CPP_CFLAGS): Put -I. -I../src before -I${srcdir}
+	-I${srcdir}/../src.
 	(b2m, movemail, fakemail, env, emacsserver, emacsclient,
 	getdate.o, timer.o, timer): Remove `-I${srcdir}/../src', since it
 	is already in CPP_FLAGS.