# HG changeset patch # User Andrew Innes # Date 981224862 0 # Node ID 1cd4a45e9aaefcd64e1cf605fd17ebdfcf30725d # Parent bcb9291d15e9bbe583274249d26a8aa1e24a3126 *** empty log message *** diff -r bcb9291d15e9 -r 1cd4a45e9aae etc/ChangeLog --- a/etc/ChangeLog Sat Feb 03 18:27:26 2001 +0000 +++ b/etc/ChangeLog Sat Feb 03 18:27:42 2001 +0000 @@ -1,3 +1,8 @@ +2001-02-03 Andrew Innes + + * PROBLEMS: Add note about need to specify extra compiler flags + with recent Cygwin ports of gcc. + 2001-01-27 Eli Zaretskii * DEBUG: Expand and update, based on the instructions to diff -r bcb9291d15e9 -r 1cd4a45e9aae leim/ChangeLog --- a/leim/ChangeLog Sat Feb 03 18:27:26 2001 +0000 +++ b/leim/ChangeLog Sat Feb 03 18:27:42 2001 +0000 @@ -1,3 +1,7 @@ +2001-02-03 Andrew Innes + + * makefile.w32-in (LATIN): Fix last change to use () not {}. + 2001-02-02 Kenichi Handa * Makefile.in (LATIN): Include ${srcdir}/quail/latin-alt.elc. diff -r bcb9291d15e9 -r 1cd4a45e9aae nt/ChangeLog --- a/nt/ChangeLog Sat Feb 03 18:27:26 2001 +0000 +++ b/nt/ChangeLog Sat Feb 03 18:27:42 2001 +0000 @@ -1,3 +1,13 @@ +2001-02-03 Andrew Innes + + * configure.bat: Leave a space before >> only when there is a + preceding digit. Add a comment about the importance of this. + + * README: Replace outdated information. + + * INSTALL (Trouble-shooting): Add note about need to specify extra + compiler flags with recent Cygwin ports of gcc. + 2001-02-01 Eli Zaretskii * configure.bat: Use "rm -f" instead of "del /f", as the latter