diff options
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 9ba3191ed46..040f155221f 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,40 @@ | |||
| 1 | 2006-06-09 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * yow.c: Remove file. | ||
| 4 | |||
| 5 | * makefile.w32-in ($(BLD)/yow.$(O)): Remove target. | ||
| 6 | |||
| 7 | * Makefile.in (UTILITIES): Remove yow${EXEEXT}. | ||
| 8 | yow${EXEEXT}: Remove target. | ||
| 9 | |||
| 10 | 2006-06-04 Masatake YAMATO <jet@gyve.org> | ||
| 11 | |||
| 12 | * ebrowse.c (main): Exit with EXIT_FAILURE if BROWSE file | ||
| 13 | doesn't exist, is not seekable, not is failed in ftall. | ||
| 14 | |||
| 15 | 2006-06-03 Eli Zaretskii <eliz@gnu.org> | ||
| 16 | |||
| 17 | * makefile.w32-in (ALL): Add sorted-doc and digest-doc. | ||
| 18 | ($(BLD)/sorted-doc.exe, $(BLD)/digest-doc.exe) | ||
| 19 | ($(BLD)/test-distrib.exe): New targets. | ||
| 20 | (sorted-doc, digest-doc, test-distrib): New targets. | ||
| 21 | (install): Install sorted-doc.exe and digest-doc.exe. | ||
| 22 | ($(BLD)/sorted-doc.$(O)): Update dependencies. | ||
| 23 | |||
| 24 | * digest-doc.c [DOS_NT] <top level>: Include fcntl.h and io.h. | ||
| 25 | (main) [DOS_NT]: Switch stdin to binary mode, if it is not a | ||
| 26 | terminal device. | ||
| 27 | |||
| 28 | * sorted-doc.c [DOS_NT] <top level>: Include fcntl.h and io.h. | ||
| 29 | [WINDOWSNT] <top level>: Don't redeclare malloc. | ||
| 30 | (main) [DOS_NT]: Switch stdin to binary mode, if it is not a | ||
| 31 | terminal device. | ||
| 32 | (main): Initialize bp, to avoid compiler warnings | ||
| 33 | |||
| 34 | * makefile.w32-in: Delete traces of leditcfns.c. | ||
| 35 | |||
| 36 | * leditcfns.c: Remove file. | ||
| 37 | |||
| 1 | 2006-05-23 Francesco Potort,Al(B <pot@gnu.org> | 38 | 2006-05-23 Francesco Potort,Al(B <pot@gnu.org> |
| 2 | 39 | ||
| 3 | * pop.c (pop_open, socket_connection, KPOP_SERVICE): Added | 40 | * pop.c (pop_open, socket_connection, KPOP_SERVICE): Added |