comparison 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
comparison
equal deleted inserted replaced
49504:0ffb4e489776 49505:1aba10ab73b4
294 (readline): Conditionally undo readline_internal increment. 294 (readline): Conditionally undo readline_internal increment.
295 (readline): Do not return a value. 295 (readline): Do not return a value.
296 296
297 2002-06-06 Francesco Potorti` <pot@gnu.org> 297 2002-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.
303 (longopts): New option --parse-stdin=NAME. 303 (longopts): New option --parse-stdin=NAME.
304 (print_help): Document it. 304 (print_help): Document it.
305 (main): Handle it. 305 (main): Handle it.
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.
313 (TeX_commands): Shorten the tag to the brace after the name. 313 (TeX_commands): Shorten the tag to the brace after the name.
314 (TeX_commands): Names now include the initial backslash. 314 (TeX_commands): Names now include the initial backslash.
3802 (profile): New target. 3802 (profile): New target.
3803 3803
3804 * profile.c: New file. 3804 * profile.c: New file.
3805 3805
3806 1994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu) 3806 1994-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
3813 1994-01-14 Francesco Potorti` (pot@cnuce.cnr.it) 3814 1994-01-14 Francesco Potorti` (pot@cnuce.cnr.it)
3814 3815
4024 4025
4025 * yow.c: Include <src/paths.h>, instead of "src/paths.h". 4026 * yow.c: Include <src/paths.h>, instead of "src/paths.h".
4026 4027
4027 1993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu) 4028 1993-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.
4036 * etags.c, emacsclient.c, wakeup.c, timer.c, b2m.c, fakemail.c, 4037 * etags.c, emacsclient.c, wakeup.c, timer.c, b2m.c, fakemail.c,
4037 movemail.c, emacsserver.c: Include <config.h> instead of "config.h". 4038 movemail.c, emacsserver.c: Include <config.h> instead of "config.h".