From 8a6d5da7cc56803406d391456105c6a37e1e0671 Mon Sep 17 00:00:00 2001 From: Francesco Potortì Date: Tue, 23 May 2006 10:43:33 +0000 Subject: *** empty log message *** --- lib-src/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib-src/ChangeLog') diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 16c4e538939..9ba3191ed46 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,8 @@ +2006-05-23 Francesco Potort,Al(B + + * pop.c (pop_open, socket_connection, KPOP_SERVICE): Added + comments explaining why the "kpop" service is never used. + 2006-05-13 Eli Zaretskii * makefile.w32-in (lisp1): Add fringe.elc. -- cgit v1.2.1 From a941b26bc2e35cbf10cc9ee2f08d35c0af433f23 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 3 Jun 2006 12:12:34 +0000 Subject: *** empty log message *** --- lib-src/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib-src/ChangeLog') diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 9ba3191ed46..6d64d79b7bd 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,9 @@ +2006-06-03 Eli Zaretskii + + * makefile.w32-in: Delete traces of leditcfns.c. + + * leditcfns.c: Remove file. + 2006-05-23 Francesco Potort,Al(B * pop.c (pop_open, socket_connection, KPOP_SERVICE): Added -- cgit v1.2.1 From ae85efdbd570887c527abcf0498d039b388b3a8f Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 3 Jun 2006 14:51:44 +0000 Subject: *** empty log message *** --- lib-src/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib-src/ChangeLog') diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 6d64d79b7bd..61e0d42ab1c 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,5 +1,10 @@ 2006-06-03 Eli Zaretskii + * sorted-doc.c [DOS_NT] : Include fcntl.h and io.h. + [WINDOWSNT] : Don't redeclare malloc. + (main) [DOS_NT]: Switch stdin to binary mode, if it is not a + terminal device. + * makefile.w32-in: Delete traces of leditcfns.c. * leditcfns.c: Remove file. -- cgit v1.2.1 From 1b178b9902fce72c5e08cb0ef6527615477f510f Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 3 Jun 2006 15:05:05 +0000 Subject: [DOS_NT] : Include fcntl.h and io.h. (main) [DOS_NT]: Switch stdin to binary mode, if it is not a terminal device. --- lib-src/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib-src/ChangeLog') diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 61e0d42ab1c..c448ac31c5d 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,9 +1,14 @@ 2006-06-03 Eli Zaretskii + * digest-doc.c [DOS_NT] : Include fcntl.h and io.h. + (main) [DOS_NT]: Switch stdin to binary mode, if it is not a + terminal device. + * sorted-doc.c [DOS_NT] : Include fcntl.h and io.h. [WINDOWSNT] : Don't redeclare malloc. (main) [DOS_NT]: Switch stdin to binary mode, if it is not a terminal device. + (main): Initialize bp, to avoid compiler warnings * makefile.w32-in: Delete traces of leditcfns.c. -- cgit v1.2.1 From 9781fb53c897dc37a13a490e988977758029a3c2 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 3 Jun 2006 15:30:02 +0000 Subject: (ALL): Add sorted-doc and digest-doc. ($(BLD)/sorted-doc.exe, $(BLD)/digest-doc.exe) ($(BLD)/test-distrib.exe): New targets. (sorted-doc, digest-doc, test-distrib): New targets. (install): Install sorted-doc.exe and digest-doc.exe. ($(BLD)/sorted-doc.$(O)): Update dependencies. --- lib-src/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lib-src/ChangeLog') 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 @@ 2006-06-03 Eli Zaretskii + * makefile.w32-in (ALL): Add sorted-doc and digest-doc. + ($(BLD)/sorted-doc.exe, $(BLD)/digest-doc.exe) + ($(BLD)/test-distrib.exe): New targets. + (sorted-doc, digest-doc, test-distrib): New targets. + (install): Install sorted-doc.exe and digest-doc.exe. + ($(BLD)/sorted-doc.$(O)): Update dependencies. + * digest-doc.c [DOS_NT] : Include fcntl.h and io.h. (main) [DOS_NT]: Switch stdin to binary mode, if it is not a terminal device. -- cgit v1.2.1 From 0f29c66d2557458cd49b32ad48d5baed25533295 Mon Sep 17 00:00:00 2001 From: Masatake YAMATO Date: Sat, 3 Jun 2006 17:49:36 +0000 Subject: (main): Exit with EXIT_FAILURE if BROWSE file doesn't exist, is not seekable, not is failed in ftall. --- lib-src/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib-src/ChangeLog') diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index eaaa293e293..40b4779dea4 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,8 @@ +2006-06-04 Masatake YAMATO + + * ebrowse.c (main): Exit with EXIT_FAILURE if BROWSE file + doesn't exist, is not seekable, not is failed in ftall. + 2006-06-03 Eli Zaretskii * makefile.w32-in (ALL): Add sorted-doc and digest-doc. -- cgit v1.2.1 From 63fbb6441f2aee292a11621e375ce2e52797d6c0 Mon Sep 17 00:00:00 2001 From: Romain Francoise Date: Mon, 5 Jun 2006 11:56:03 +0000 Subject: Formatting fixes. --- lib-src/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib-src/ChangeLog') diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 40b4779dea4..557d8a2d492 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,6 +1,6 @@ 2006-06-04 Masatake YAMATO - * ebrowse.c (main): Exit with EXIT_FAILURE if BROWSE file + * ebrowse.c (main): Exit with EXIT_FAILURE if BROWSE file doesn't exist, is not seekable, not is failed in ftall. 2006-06-03 Eli Zaretskii -- cgit v1.2.1