[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lib-src/ChangeLog
From: |
Kim F. Storm |
Subject: |
[Emacs-diffs] Changes to emacs/lib-src/ChangeLog |
Date: |
Tue, 28 Jan 2003 18:49:12 -0500 |
Index: emacs/lib-src/ChangeLog
diff -c emacs/lib-src/ChangeLog:2.219 emacs/lib-src/ChangeLog:2.220
*** emacs/lib-src/ChangeLog:2.219 Tue Jan 21 13:29:34 2003
--- emacs/lib-src/ChangeLog Tue Jan 28 18:49:09 2003
***************
*** 296,302 ****
2002-06-06 Francesco Potorti` <address@hidden>
! * etags.c New option --parse-stdin=FILE.
(enum arg_type): New label at_stdin.
(STDIN): New constant.
(parsing_stdin): New flag.
--- 296,302 ----
2002-06-06 Francesco Potorti` <address@hidden>
! * etags.c: New option --parse-stdin=FILE.
(enum arg_type): New label at_stdin.
(STDIN): New constant.
(parsing_stdin): New flag.
***************
*** 306,312 ****
(process_file): Split into process_file and process_file_name.
(process_file_name): New function.
! * 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.
--- 306,312 ----
(process_file): Split into process_file and process_file_name.
(process_file_name): New function.
! * 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,3812 ****
* profile.c: New file.
1994-01-16 Roland McGrath (address@hidden)
!
! * Make the argument list output look more like the Lisp docstrings do.
! make-docfile.c (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.
--- 3804,3813 ----
* profile.c: New file.
1994-01-16 Roland McGrath (address@hidden)
!
! * 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,4035 ****
1993-09-10 Roland McGrath (address@hidden)
! * 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.
(b2m, movemail, fakemail, env, emacsserver, emacsclient,
getdate.o, timer.o, timer): Remove `-I${srcdir}/../src', since it
is already in CPP_FLAGS.
--- 4027,4036 ----
1993-09-10 Roland McGrath (address@hidden)
! * 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.