diff options
| author | Andrew Innes | 2001-02-03 18:27:42 +0000 |
|---|---|---|
| committer | Andrew Innes | 2001-02-03 18:27:42 +0000 |
| commit | 350d71b30e7121e8a97a2a62669cd54a73b500c7 (patch) | |
| tree | a95e2fd33d682aece1372f14e686462e079aefed | |
| parent | d3f7e5ca2df584a51793904add228dc16669e1f9 (diff) | |
| download | emacs-350d71b30e7121e8a97a2a62669cd54a73b500c7.tar.gz emacs-350d71b30e7121e8a97a2a62669cd54a73b500c7.zip | |
*** empty log message ***
| -rw-r--r-- | etc/ChangeLog | 5 | ||||
| -rw-r--r-- | leim/ChangeLog | 4 | ||||
| -rw-r--r-- | nt/ChangeLog | 10 |
3 files changed, 19 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index a3a12a3716e..06cfff6f2d0 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2001-02-03 Andrew Innes <andrewi@gnu.org> | ||
| 2 | |||
| 3 | * PROBLEMS: Add note about need to specify extra compiler flags | ||
| 4 | with recent Cygwin ports of gcc. | ||
| 5 | |||
| 1 | 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il> | 6 | 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 7 | ||
| 3 | * DEBUG: Expand and update, based on the instructions to | 8 | * DEBUG: Expand and update, based on the instructions to |
diff --git a/leim/ChangeLog b/leim/ChangeLog index cec5fdf42a9..1bf2e6abc02 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2001-02-03 Andrew Innes <andrewi@gnu.org> | ||
| 2 | |||
| 3 | * makefile.w32-in (LATIN): Fix last change to use () not {}. | ||
| 4 | |||
| 1 | 2001-02-02 Kenichi Handa <handa@etl.go.jp> | 5 | 2001-02-02 Kenichi Handa <handa@etl.go.jp> |
| 2 | 6 | ||
| 3 | * Makefile.in (LATIN): Include ${srcdir}/quail/latin-alt.elc. | 7 | * Makefile.in (LATIN): Include ${srcdir}/quail/latin-alt.elc. |
diff --git a/nt/ChangeLog b/nt/ChangeLog index aec140dbdb9..72a107f2d5e 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2001-02-03 Andrew Innes <andrewi@gnu.org> | ||
| 2 | |||
| 3 | * configure.bat: Leave a space before >> only when there is a | ||
| 4 | preceding digit. Add a comment about the importance of this. | ||
| 5 | |||
| 6 | * README: Replace outdated information. | ||
| 7 | |||
| 8 | * INSTALL (Trouble-shooting): Add note about need to specify extra | ||
| 9 | compiler flags with recent Cygwin ports of gcc. | ||
| 10 | |||
| 1 | 2001-02-01 Eli Zaretskii <eliz@is.elta.co.il> | 11 | 2001-02-01 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 12 | ||
| 3 | * configure.bat: Use "rm -f" instead of "del /f", as the latter | 13 | * configure.bat: Use "rm -f" instead of "del /f", as the latter |