aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDeposite Pirate2018-09-16 22:54:11 +0200
committerDeposite Pirate2018-09-16 22:54:11 +0200
commit1c7d481d0104add72933c560d957a422e8636d84 (patch)
tree2ef71132559dd018c453f4617d92ce69394e42f0 /ChangeLog
Initial commit.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog36
1 files changed, 36 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..8263f69
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,36 @@
+1999-08-19 1.2 Shenghuo ZHU <zsh@cs.rochester.edu>
+
+ * version.c: Add configure.
+
+ * file.c: Rename xbitmap to compface_xbitmap.
+
+2000-05-15 1.3 Ken Yap <ken_yap@users.sourceforge.net>
+
+ * uncmain.c, cmain.c: -X didn't work in 1.2, references to xbitmap
+ replaced by compface_xbitmap or removed, depending.
+
+2000-11-22 Isaac Hollander <ysh@mindspring.com>
+
+ * version.c (version): incremented version
+
+2000-11-22 Isaac Hollander <ysh@mindspring.com>
+
+ * cmain.c, uncmain.c, configure.in: added support for strerror()
+ for those systems without sys_errlist[] such as 64 bit Solaris
+
+2004-12-?? Ben Wing <ben@666.com>
+
+ Version 1.5.0: Added configure support; redid for ANSI C. Added
+ Windows makefile. Various other changes.
+
+2005-01-?? Ben Wing <ben@666.com>
+
+ Version 1.5.1: Added missing `configure', generated from
+ `configure.in'.
+
+2005-08-04 Ben Wing <ben@666.com>
+
+ Version 1.5.2: Fixed CRLF endings in sources. Moved configure.in to
+ configure.ac and rewrote obsolete constructions. Redid installation
+ in `make install' so it actually worked, including on Cygwin
+ (needs the EXEEXT variable from `configure').