Mercurial > emacs
changeset 52581:ec6379896838
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Mon, 22 Sep 2003 16:41:16 +0000 |
parents | ac7e8287a67e |
children | 93aa41f66fd9 |
files | msdos/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/msdos/ChangeLog Mon Sep 22 16:40:42 2003 +0000 +++ b/msdos/ChangeLog Mon Sep 22 16:41:16 2003 +0000 @@ -1,3 +1,8 @@ +2003-09-22 Eli Zaretskii <eliz@elta.co.il> + + * mainmake.v2 (man lispref lispintro): Specify an explicit target + `info', like Makefile.in does. + 2003-08-31 Eli Zaretskii <eliz@elta.co.il> * sed3v2.inp (srcdir): Use "command.com /c cd" to produce an
--- a/src/ChangeLog Mon Sep 22 16:40:42 2003 +0000 +++ b/src/ChangeLog Mon Sep 22 16:41:16 2003 +0000 @@ -1,3 +1,8 @@ +2003-09-22 Eli Zaretskii <eliz@elta.co.il> + + * term.c (set_tty_color_mode): Use INTEGERP to test whether a + color mode is an integer number (it could be -1). + 2003-09-22 Richard M. Stallman <rms@gnu.org> * intervals.c (graft_intervals_into_buffer): Correct the main loop