From owner-cvs-user Thu Apr 25 10:31:58 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA23882 for cvs-user-outgoing; Thu, 25 Apr 1996 10:31:58 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA23856 Thu, 25 Apr 1996 10:31:31 -0700 (PDT) Date: Thu, 25 Apr 1996 10:31:31 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199604251731.KAA23856@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/release/sysinstall disks.c dist.c dist.h dmenu.c doc.c install.c installFinal.c installUpgrade.c label.c media.c menus.c options.c sysinstall.h system.c Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/04/25 10:31:30 Modified: release/sysinstall disks.c dist.c dist.h dmenu.c doc.c install.c installFinal.c installUpgrade.c label.c media.c menus.c options.c sysinstall.h system.c Log: Quite a few changes: 1. Fix the last display bugs (I hope) by use of dialog rebuilds at stategic points. 2. Clean up the distributions menus so that everybody (that's reasonable) has All and Clear options for setting/clearing things en-masse. 3. Various attempts at display optimization. 4. Change the wording of the `Don't use Write!' dialogs to make them more explicitly define when and when not to use the option. Revision Changes Path 1.42 +7 -7 src/release/sysinstall/disks.c 1.43 +11 -16 src/release/sysinstall/dist.c 1.10 +1 -0 src/release/sysinstall/dist.h 1.18 +5 -7 src/release/sysinstall/dmenu.c 1.14 +3 -3 src/release/sysinstall/doc.c 1.85 +17 -13 src/release/sysinstall/install.c 1.28 +2 -2 src/release/sysinstall/installFinal.c 1.22 +7 -7 src/release/sysinstall/installUpgrade.c 1.44 +5 -6 src/release/sysinstall/label.c 1.34 +17 -17 src/release/sysinstall/media.c 1.52 +120 -77 src/release/sysinstall/menus.c 1.35 +2 -1 src/release/sysinstall/options.c 1.52 +2 -3 src/release/sysinstall/sysinstall.h 1.52 +2 -1 src/release/sysinstall/system.c