# HG changeset patch # User Andreas Schwab # Date 1044725323 0 # Node ID 783b5336021a86fcad04c2ae709ae6184c2169bd # Parent 5127a1bf36db7bd4d744da7106cf344ce8cba5d2 *** empty log message *** diff -r 5127a1bf36db -r 783b5336021a ChangeLog --- a/ChangeLog Sat Feb 08 17:27:58 2003 +0000 +++ b/ChangeLog Sat Feb 08 17:28:43 2003 +0000 @@ -1,3 +1,8 @@ +2003-02-08 Andreas Schwab + + * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable + instead of the substitution. + 2003-01-31 Joe Buehler * Makefile.in: Use @EXEEXT@ for Cygwin. diff -r 5127a1bf36db -r 783b5336021a lib-src/ChangeLog --- a/lib-src/ChangeLog Sat Feb 08 17:27:58 2003 +0000 +++ b/lib-src/ChangeLog Sat Feb 08 17:28:43 2003 +0000 @@ -1,3 +1,8 @@ +2003-02-08 Andreas Schwab + + * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable + instead of the substitution. + 2003-02-04 Richard M. Stallman * update-game-score.c (push_score, read_scores): Cast values diff -r 5127a1bf36db -r 783b5336021a src/ChangeLog --- a/src/ChangeLog Sat Feb 08 17:27:58 2003 +0000 +++ b/src/ChangeLog Sat Feb 08 17:28:43 2003 +0000 @@ -1,3 +1,8 @@ +2003-02-08 Andreas Schwab + + * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable + instead of the substitution. + 2003-02-08 Jan Dj,Ad(Brv * xterm.c (x_make_frame_visible): Call gtk_window_deiconify.