aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorKim F. Storm2003-01-28 23:49:11 +0000
committerKim F. Storm2003-01-28 23:49:11 +0000
commit88c717201f5d8e7f59b4654482250d4ce69cecc3 (patch)
tree9ebccb63596d75a35705f320699732ffb2f2785c /lib-src/ChangeLog
parent058c18c71f81821a99c17fe8fd959e3ae2314ce3 (diff)
downloademacs-88c717201f5d8e7f59b4654482250d4ce69cecc3.tar.gz
emacs-88c717201f5d8e7f59b4654482250d4ce69cecc3.zip
Corrected misc. typos like missing : after file names,
missing file name suffixes, and * used as prefix on non-file entries.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog19
1 files changed, 10 insertions, 9 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index ff205607f1f..0ade359d846 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -296,7 +296,7 @@
296 296
2972002-06-06 Francesco Potorti` <pot@gnu.org> 2972002-06-06 Francesco Potorti` <pot@gnu.org>
298 298
299 * etags.c New option --parse-stdin=FILE. 299 * etags.c: New option --parse-stdin=FILE.
300 (enum arg_type): New label at_stdin. 300 (enum arg_type): New label at_stdin.
301 (STDIN): New constant. 301 (STDIN): New constant.
302 (parsing_stdin): New flag. 302 (parsing_stdin): New flag.
@@ -306,7 +306,7 @@
306 (process_file): Split into process_file and process_file_name. 306 (process_file): Split into process_file and process_file_name.
307 (process_file_name): New function. 307 (process_file_name): New function.
308 308
309 * etags.c Improvements and bug squashing in TeX handling. 309 * etags.c: Improvements and bug squashing in TeX handling.
310 (TeX_commands): Skip comments. 310 (TeX_commands): Skip comments.
311 (TEX_defenv): Now contains more contructs. 311 (TEX_defenv): Now contains more contructs.
312 (TEX_cmt): Make it a static char and move it before TeX_commands. 312 (TEX_cmt): Make it a static char and move it before TeX_commands.
@@ -3804,9 +3804,10 @@ Tue Jul 1 01:09:07 1997 Geoff Voelker <voelker@cs.washington.edu>
3804 * profile.c: New file. 3804 * profile.c: New file.
3805 3805
38061994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu) 38061994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3807 3807
3808 * Make the argument list output look more like the Lisp docstrings do. 3808 * make-docfile.c: Make the argument list output look more like the
3809 make-docfile.c (write_c_args): Take new arg FUNC. Make output 3809 Lisp docstrings do.
3810 (write_c_args): Take new arg FUNC. Make output
3810 look like lisp call prototypes: (function ARG1 ARG2), upcasing args. 3811 look like lisp call prototypes: (function ARG1 ARG2), upcasing args.
3811 (scan_c_file): Pass BUF to write_c_args for FUNC arg. 3812 (scan_c_file): Pass BUF to write_c_args for FUNC arg.
3812 3813
@@ -4026,10 +4027,10 @@ Tue Jul 1 01:09:07 1997 Geoff Voelker <voelker@cs.washington.edu>
4026 4027
40271993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu) 40281993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
4028 4029
4029 * Support configuring in a different directory when ${srcdir} has 4030 * Makefile.in: Support configuring in a different directory when
4030 already been configured. 4031 ${srcdir} has already been configured.
4031 * Makefile.in (ALL_CFLAGS, CPP_CFLAGS): Put -I. -I../src before 4032 (ALL_CFLAGS, CPP_CFLAGS): Put -I. -I../src before -I${srcdir}
4032 -I${srcdir} -I${srcdir}/../src. 4033 -I${srcdir}/../src.
4033 (b2m, movemail, fakemail, env, emacsserver, emacsclient, 4034 (b2m, movemail, fakemail, env, emacsserver, emacsclient,
4034 getdate.o, timer.o, timer): Remove `-I${srcdir}/../src', since it 4035 getdate.o, timer.o, timer): Remove `-I${srcdir}/../src', since it
4035 is already in CPP_FLAGS. 4036 is already in CPP_FLAGS.