diff options
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index c448ac31c5d..eaaa293e293 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2006-06-03 Eli Zaretskii <eliz@gnu.org> | 1 | 2006-06-03 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * makefile.w32-in (ALL): Add sorted-doc and digest-doc. | ||
| 4 | ($(BLD)/sorted-doc.exe, $(BLD)/digest-doc.exe) | ||
| 5 | ($(BLD)/test-distrib.exe): New targets. | ||
| 6 | (sorted-doc, digest-doc, test-distrib): New targets. | ||
| 7 | (install): Install sorted-doc.exe and digest-doc.exe. | ||
| 8 | ($(BLD)/sorted-doc.$(O)): Update dependencies. | ||
| 9 | |||
| 3 | * digest-doc.c [DOS_NT] <top level>: Include fcntl.h and io.h. | 10 | * digest-doc.c [DOS_NT] <top level>: Include fcntl.h and io.h. |
| 4 | (main) [DOS_NT]: Switch stdin to binary mode, if it is not a | 11 | (main) [DOS_NT]: Switch stdin to binary mode, if it is not a |
| 5 | terminal device. | 12 | terminal device. |