diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1997-07-28 00:39:05 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1997-07-28 00:39:05 -0400 |
commit | c4e90d703df03dd9ea1b52004728de003d6a2958 (patch) | |
tree | beb26f918d4d3a867152e00b4300133cd0a6196e /CHANGES.configure | |
parent | 86559293db5f4248cafdbe289508e764904bcb9c (diff) | |
download | lynx-snapshots-c4e90d703df03dd9ea1b52004728de003d6a2958.tar.gz |
snapshot of project "lynx", label v2-7-1ac_0-43
Diffstat (limited to 'CHANGES.configure')
-rw-r--r-- | CHANGES.configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.configure b/CHANGES.configure index 8c5b119f..f1fa30b1 100644 --- a/CHANGES.configure +++ b/CHANGES.configure @@ -1,3 +1,13 @@ +1997-07-27 +---------- +* Rename top-level Makefile to Makefile.old (it's obsolete) - TD +* Reduce top-level targets to one, 'lynx' - TD +* Move comments describing DirEd to README.configure from makefile.in, + leaving only the definitions that haven't been integrated yet. - TD +* Add configure options to enable/disable DirEd and its associated modes. - TD +* Add configure option to enable/disable char-trans support. - TD +* Correct sense of autoconf'd symbol for size-change. - TD +* Accommodate systems with obsolete ncurses.h in configure tests. - TD 1997-07-22 ---------- * Check for/suppress duplicate -lsocket in network library configure - TD |