From owner-freebsd-libh Wed Jan 29 1: 1: 3 2003 Delivered-To: freebsd-libh@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B58A137B401 for ; Wed, 29 Jan 2003 01:01:02 -0800 (PST) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18B6F43F75 for ; Wed, 29 Jan 2003 01:01:02 -0800 (PST) (envelope-from libh@triangle.rtp.FreeBSD.Org) Received: from triangle.rtp.FreeBSD.Org (localhost [127.0.0.1]) by triangle.rtp.FreeBSD.Org (8.12.6/8.12.5) with ESMTP id h0T90udN080590 for ; Wed, 29 Jan 2003 04:00:56 -0500 (EST) (envelope-from libh@triangle.rtp.FreeBSD.Org) Received: (from libh@localhost) by triangle.rtp.FreeBSD.Org (8.12.6/8.12.6/Submit) id h0T90umc080589 for libh@FreeBSD.org; Wed, 29 Jan 2003 04:00:56 -0500 (EST) Date: Wed, 29 Jan 2003 04:00:56 -0500 (EST) From: LibH Owner Message-Id: <200301290900.h0T90umc080589@triangle.rtp.FreeBSD.Org> Subject: cvs commit: libh HACKERS Makefile.bm Makefile.new libh/tools/bm BuildMake.cc BuildMake.hh Exceptions.hh Library.hh MakeDependency.hh MakeVariable.hh Module.cc Module.hh ObjectCollection.cc ObjectCollection.hh Path.hh Program.hh main.cc ... To: freebsd-libh@FreeBSD.org Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG libh 2003/01/29 04:00:56 EST Modified files: . HACKERS Makefile.bm Makefile.new tools/bm BuildMake.cc BuildMake.hh Exceptions.hh Library.hh MakeDependency.hh MakeVariable.hh Module.cc Module.hh ObjectCollection.cc ObjectCollection.hh Path.hh Program.hh main.cc tools/scripts build_dep Log: Add support for generation of swig dependencies to bm. Revision Changes Path 1.13 +8 -8 libh/HACKERS 1.3 +19 -19 libh/Makefile.bm 1.9 +23 -65 libh/Makefile.new 1.8 +7 -14 libh/tools/bm/BuildMake.cc 1.7 +5 -5 libh/tools/bm/BuildMake.hh 1.4 +4 -4 libh/tools/bm/Exceptions.hh 1.7 +4 -4 libh/tools/bm/Library.hh 1.6 +6 -6 libh/tools/bm/MakeDependency.hh 1.6 +4 -4 libh/tools/bm/MakeVariable.hh 1.9 +7 -9 libh/tools/bm/Module.cc 1.10 +14 -14 libh/tools/bm/Module.hh 1.12 +25 -10 libh/tools/bm/ObjectCollection.cc 1.11 +4 -4 libh/tools/bm/ObjectCollection.hh 1.2 +85 -9 libh/tools/bm/Path.hh 1.9 +4 -4 libh/tools/bm/Program.hh 1.7 +6 -23 libh/tools/bm/main.cc 1.7 +13 -0 libh/tools/scripts/build_dep To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Wed Jan 29 1: 9:40 2003 Delivered-To: freebsd-libh@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A869137B405 for ; Wed, 29 Jan 2003 01:09:37 -0800 (PST) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id F345243E4A for ; Wed, 29 Jan 2003 01:09:36 -0800 (PST) (envelope-from libh@triangle.rtp.FreeBSD.Org) Received: from triangle.rtp.FreeBSD.Org (localhost [127.0.0.1]) by triangle.rtp.FreeBSD.Org (8.12.6/8.12.5) with ESMTP id h0T99adN080896 for ; Wed, 29 Jan 2003 04:09:36 -0500 (EST) (envelope-from libh@triangle.rtp.FreeBSD.Org) Received: (from libh@localhost) by triangle.rtp.FreeBSD.Org (8.12.6/8.12.6/Submit) id h0T99aFR080895 for libh@FreeBSD.org; Wed, 29 Jan 2003 04:09:36 -0500 (EST) Date: Wed, 29 Jan 2003 04:09:36 -0500 (EST) From: LibH Owner Message-Id: <200301290909.h0T99aFR080895@triangle.rtp.FreeBSD.Org> Subject: cvs commit: libh HACKERS Makefile.new libh/lib/Hui Dim.hh Hui.hh HuiButton.hh HuiButtonsGroup.hh HuiCallback.hh HuiCheckBoxes.hh HuiContainer.hh HuiDialog.hh HuiEmbedded.hh HuiGroup.hh HuiInputLine.hh HuiIntegerList.hh HuiLabel.hh HuiListBox.hh ... To: freebsd-libh@FreeBSD.org Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG libh 2003/01/29 04:09:36 EST Modified files: . HACKERS Makefile.new lib/Hui Dim.hh Hui.hh HuiButton.hh HuiButtonsGroup.hh HuiCallback.hh HuiCheckBoxes.hh HuiContainer.hh HuiDialog.hh HuiEmbedded.hh HuiGroup.hh HuiInputLine.hh HuiIntegerList.hh HuiLabel.hh HuiListBox.hh HuiMenuButton.hh HuiMenuItem.hh HuiMenuSeparator.hh HuiMenuSubmenu.hh HuiProgressIndicator.hh HuiRadioButtons.hh HuiStringList.hh HuiTextEdit.hh HuiToplevel.hh HuiWidget.hh HuiWindow.hh lib/HuiQt HuiQt.hh HuiQtButton.hh HuiQtButtonsGroup.hh HuiQtCheckBoxes.hh HuiQtContainer.hh HuiQtDialog.hh HuiQtEmbedded.hh HuiQtGroup.hh HuiQtInputLine.hh HuiQtLabel.hh HuiQtListBox.hh HuiQtMenuBar.hh HuiQtMenuButton.hh HuiQtMenuItem.hh HuiQtMenuSeparator.hh HuiQtMenuSubmenu.hh HuiQtProgressIndicator.hh HuiQtRadioButtons.hh HuiQtTable.hh HuiQtTextEdit.hh HuiQtToplevel.hh HuiQtWidget.hh HuiQtWindow.hh lib/HuiTv HuiTv.hh HuiTvButton.hh HuiTvButtonsGroup.hh HuiTvCheckBoxes.hh HuiTvContainer.hh HuiTvDialog.hh HuiTvEmbedded.hh HuiTvGroup.hh HuiTvInputLine.hh HuiTvLabel.hh HuiTvListBox.hh HuiTvMenuBar.hh HuiTvMenuButton.hh HuiTvMenuItem.hh HuiTvMenuSeparator.hh HuiTvMenuSubmenu.hh HuiTvProgressIndicator.hh HuiTvRadioButtons.hh HuiTvTextEdit.hh HuiTvToplevel.hh HuiTvWidget.hh HuiTvWindow.hh Log: Update header guards. Revision Changes Path 1.14 +2 -1 libh/HACKERS 1.10 +3 -0 libh/Makefile.new 1.11 +4 -4 libh/lib/Hui/Dim.hh 1.47 +4 -4 libh/lib/Hui/Hui.hh 1.5 +4 -4 libh/lib/Hui/HuiButton.hh 1.4 +4 -4 libh/lib/Hui/HuiButtonsGroup.hh 1.7 +4 -4 libh/lib/Hui/HuiCallback.hh 1.4 +4 -4 libh/lib/Hui/HuiCheckBoxes.hh 1.3 +4 -4 libh/lib/Hui/HuiContainer.hh 1.4 +4 -4 libh/lib/Hui/HuiDialog.hh 1.4 +4 -4 libh/lib/Hui/HuiEmbedded.hh 1.9 +4 -4 libh/lib/Hui/HuiGroup.hh 1.4 +4 -4 libh/lib/Hui/HuiInputLine.hh 1.3 +4 -4 libh/lib/Hui/HuiIntegerList.hh 1.4 +4 -4 libh/lib/Hui/HuiLabel.hh 1.4 +4 -4 libh/lib/Hui/HuiListBox.hh 1.4 +4 -4 libh/lib/Hui/HuiMenuButton.hh 1.5 +4 -4 libh/lib/Hui/HuiMenuItem.hh 1.3 +4 -4 libh/lib/Hui/HuiMenuSeparator.hh 1.6 +4 -4 libh/lib/Hui/HuiMenuSubmenu.hh 1.12 +4 -4 libh/lib/Hui/HuiProgressIndicator.hh 1.2 +4 -4 libh/lib/Hui/HuiRadioButtons.hh 1.5 +4 -4 libh/lib/Hui/HuiStringList.hh 1.5 +4 -4 libh/lib/Hui/HuiTextEdit.hh 1.4 +4 -4 libh/lib/Hui/HuiToplevel.hh 1.7 +4 -4 libh/lib/Hui/HuiWidget.hh 1.4 +4 -4 libh/lib/Hui/HuiWindow.hh 1.9 +4 -4 libh/lib/HuiQt/HuiQt.hh 1.6 +4 -4 libh/lib/HuiQt/HuiQtButton.hh 1.5 +4 -4 libh/lib/HuiQt/HuiQtButtonsGroup.hh 1.5 +4 -4 libh/lib/HuiQt/HuiQtCheckBoxes.hh 1.5 +4 -4 libh/lib/HuiQt/HuiQtContainer.hh 1.6 +4 -4 libh/lib/HuiQt/HuiQtDialog.hh 1.6 +4 -4 libh/lib/HuiQt/HuiQtEmbedded.hh 1.7 +4 -4 libh/lib/HuiQt/HuiQtGroup.hh 1.5 +4 -4 libh/lib/HuiQt/HuiQtInputLine.hh 1.5 +4 -4 libh/lib/HuiQt/HuiQtLabel.hh 1.5 +4 -4 libh/lib/HuiQt/HuiQtListBox.hh 1.4 +4 -4 libh/lib/HuiQt/HuiQtMenuBar.hh 1.4 +4 -4 libh/lib/HuiQt/HuiQtMenuButton.hh 1.5 +4 -4 libh/lib/HuiQt/HuiQtMenuItem.hh 1.4 +4 -4 libh/lib/HuiQt/HuiQtMenuSeparator.hh 1.4 +4 -4 libh/lib/HuiQt/HuiQtMenuSubmenu.hh 1.5 +4 -4 libh/lib/HuiQt/HuiQtProgressIndicator.hh 1.3 +4 -4 libh/lib/HuiQt/HuiQtRadioButtons.hh 1.4 +4 -4 libh/lib/HuiQt/HuiQtTable.hh 1.5 +4 -4 libh/lib/HuiQt/HuiQtTextEdit.hh 1.7 +4 -4 libh/lib/HuiQt/HuiQtToplevel.hh 1.6 +4 -4 libh/lib/HuiQt/HuiQtWidget.hh 1.8 +4 -4 libh/lib/HuiQt/HuiQtWindow.hh 1.10 +4 -4 libh/lib/HuiTv/HuiTv.hh 1.8 +4 -4 libh/lib/HuiTv/HuiTvButton.hh 1.7 +4 -4 libh/lib/HuiTv/HuiTvButtonsGroup.hh 1.7 +4 -4 libh/lib/HuiTv/HuiTvCheckBoxes.hh 1.8 +4 -4 libh/lib/HuiTv/HuiTvContainer.hh 1.8 +4 -4 libh/lib/HuiTv/HuiTvDialog.hh 1.7 +4 -4 libh/lib/HuiTv/HuiTvEmbedded.hh 1.11 +4 -4 libh/lib/HuiTv/HuiTvGroup.hh 1.7 +4 -4 libh/lib/HuiTv/HuiTvInputLine.hh 1.8 +4 -4 libh/lib/HuiTv/HuiTvLabel.hh 1.9 +4 -4 libh/lib/HuiTv/HuiTvListBox.hh 1.8 +4 -4 libh/lib/HuiTv/HuiTvMenuBar.hh 1.6 +4 -4 libh/lib/HuiTv/HuiTvMenuButton.hh 1.7 +4 -4 libh/lib/HuiTv/HuiTvMenuItem.hh 1.6 +4 -4 libh/lib/HuiTv/HuiTvMenuSeparator.hh 1.6 +4 -4 libh/lib/HuiTv/HuiTvMenuSubmenu.hh 1.7 +4 -4 libh/lib/HuiTv/HuiTvProgressIndicator.hh 1.3 +4 -4 libh/lib/HuiTv/HuiTvRadioButtons.hh 1.8 +4 -4 libh/lib/HuiTv/HuiTvTextEdit.hh 1.7 +4 -4 libh/lib/HuiTv/HuiTvToplevel.hh 1.8 +4 -4 libh/lib/HuiTv/HuiTvWidget.hh 1.9 +4 -4 libh/lib/HuiTv/HuiTvWindow.hh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Wed Jan 29 1:34:22 2003 Delivered-To: freebsd-libh@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 377BC37B401 for ; Wed, 29 Jan 2003 01:34:21 -0800 (PST) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DA9643F79 for ; Wed, 29 Jan 2003 01:34:20 -0800 (PST) (envelope-from libh@triangle.rtp.FreeBSD.Org) Received: from triangle.rtp.FreeBSD.Org (localhost [127.0.0.1]) by triangle.rtp.FreeBSD.Org (8.12.6/8.12.5) with ESMTP id h0T9YKdN081046 for ; Wed, 29 Jan 2003 04:34:20 -0500 (EST) (envelope-from libh@triangle.rtp.FreeBSD.Org) Received: (from libh@localhost) by triangle.rtp.FreeBSD.Org (8.12.6/8.12.6/Submit) id h0T9YK3K081045 for libh@FreeBSD.org; Wed, 29 Jan 2003 04:34:20 -0500 (EST) Date: Wed, 29 Jan 2003 04:34:20 -0500 (EST) From: LibH Owner Message-Id: <200301290934.h0T9YK3K081045@triangle.rtp.FreeBSD.Org> Subject: cvs commit: libh HACKERS Makefile.new libh/lib/Hui Hui.ii HuiCallback.cc HuiCallback.hh HuiGroup.hh HuiStringList.hh libh/lib/HuiQt HuiQtGroup.cc HuiQtGroup.hh HuiQtListBox.cc HuiQtListBox.hh libh/lib/HuiTv HuiTvGroup.cc HuiTvGroup.hh ... To: freebsd-libh@FreeBSD.org Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG libh 2003/01/29 04:34:19 EST Modified files: . HACKERS Makefile.new lib/Hui Hui.ii HuiCallback.cc HuiCallback.hh HuiGroup.hh HuiStringList.hh lib/HuiQt HuiQtGroup.cc HuiQtGroup.hh HuiQtListBox.cc HuiQtListBox.hh lib/HuiTv HuiTvGroup.cc HuiTvGroup.hh HuiTvListBox.cc HuiTvListBox.hh release/scripts Dialog.tcl setupNew.tcl startup.sh Log: Add support of action list to HuiListBox. Start mock up of sysinstall using the new Hui UI interface. Revision Changes Path 1.15 +2 -1 libh/HACKERS 1.11 +28 -39 libh/Makefile.new 1.12 +32 -30 libh/lib/Hui/Hui.ii 1.5 +18 -19 libh/lib/Hui/HuiCallback.cc 1.8 +6 -8 libh/lib/Hui/HuiCallback.hh 1.10 +3 -3 libh/lib/Hui/HuiGroup.hh 1.6 +1 -1 libh/lib/Hui/HuiStringList.hh 1.7 +2 -4 libh/lib/HuiQt/HuiQtGroup.cc 1.8 +2 -3 libh/lib/HuiQt/HuiQtGroup.hh 1.4 +10 -73 libh/lib/HuiQt/HuiQtListBox.cc 1.6 +6 -22 libh/lib/HuiQt/HuiQtListBox.hh 1.48 +2 -4 libh/lib/HuiTv/HuiTvGroup.cc 1.12 +2 -3 libh/lib/HuiTv/HuiTvGroup.hh 1.44 +20 -227 libh/lib/HuiTv/HuiTvListBox.cc 1.10 +4 -44 libh/lib/HuiTv/HuiTvListBox.hh 1.16 +0 -40 libh/release/scripts/Dialog.tcl 1.5 +41 -1 libh/release/scripts/setupNew.tcl 1.5 +11 -0 libh/release/scripts/startup.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Wed Jan 29 1:36: 8 2003 Delivered-To: freebsd-libh@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDB0B37B401 for ; Wed, 29 Jan 2003 01:36:07 -0800 (PST) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20F4743F43 for ; Wed, 29 Jan 2003 01:36:07 -0800 (PST) (envelope-from libh@triangle.rtp.FreeBSD.Org) Received: from triangle.rtp.FreeBSD.Org (localhost [127.0.0.1]) by triangle.rtp.FreeBSD.Org (8.12.6/8.12.5) with ESMTP id h0T9a6dN081132 for ; Wed, 29 Jan 2003 04:36:06 -0500 (EST) (envelope-from libh@triangle.rtp.FreeBSD.Org) Received: (from libh@localhost) by triangle.rtp.FreeBSD.Org (8.12.6/8.12.6/Submit) id h0T9a6KY081131 for libh@FreeBSD.org; Wed, 29 Jan 2003 04:36:06 -0500 (EST) Date: Wed, 29 Jan 2003 04:36:06 -0500 (EST) From: LibH Owner Message-Id: <200301290936.h0T9a6KY081131@triangle.rtp.FreeBSD.Org> Subject: cvs commit: libh/lib/Hui HuiActionList.hh To: freebsd-libh@FreeBSD.org Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG libh 2003/01/29 04:36:06 EST Added files: lib/Hui HuiActionList.hh Log: Add support of action list to HuiListBox. Start mock up of sysinstall using the new Hui UI interface. Oops forgot to add this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Wed Jan 29 4: 3:30 2003 Delivered-To: freebsd-libh@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C566537B401 for ; Wed, 29 Jan 2003 04:03:29 -0800 (PST) Received: from fump.kawo2.rwth-aachen.de (fump.kawo2.RWTH-Aachen.DE [134.130.181.148]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCDE043F79 for ; Wed, 29 Jan 2003 04:03:28 -0800 (PST) (envelope-from alex@fump.kawo2.rwth-aachen.de) Received: from fump.kawo2.rwth-aachen.de (localhost [127.0.0.1]) by fump.kawo2.rwth-aachen.de (8.12.6/8.12.6) with ESMTP id h0TC3RvD011145; Wed, 29 Jan 2003 13:03:27 +0100 (CET) (envelope-from alex@fump.kawo2.rwth-aachen.de) Received: (from alex@localhost) by fump.kawo2.rwth-aachen.de (8.12.6/8.12.6/Submit) id h0TC3Qh8011144; Wed, 29 Jan 2003 13:03:26 +0100 (CET) Date: Wed, 29 Jan 2003 13:03:26 +0100 From: Alexander Langer To: LibH Owner Cc: freebsd-libh@FreeBSD.ORG Subject: Re: cvs commit: libh/lib/Hui HuiActionList.hh Message-ID: <20030129120326.GI990@fump.kawo2.rwth-aachen.de> References: <200301290936.h0T9a6KY081131@triangle.rtp.FreeBSD.Org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301290936.h0T9a6KY081131@triangle.rtp.FreeBSD.Org> X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. User-Agent: Mutt/1.5.3i Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thus spake LibH Owner (libh@triangle.rtp.FreeBSD.Org): > Add support of action list to HuiListBox. Start mock up of sysinstall using > the new Hui UI interface. Oops forgot to add this. Great stuff. Anyone btw could fix the commitlogs, please? Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Wed Jan 29 6:43:43 2003 Delivered-To: freebsd-libh@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97D1737B401 for ; Wed, 29 Jan 2003 06:43:41 -0800 (PST) Received: from aeimail.aei.ca (aeimail.aei.ca [206.123.6.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACD6043F3F for ; Wed, 29 Jan 2003 06:43:40 -0800 (PST) (envelope-from anarcat@anarcat.ath.cx) Received: from shall.anarcat.ath.cx (fdxai8o64jh2u8au@dsl-130-232.aei.ca [66.36.130.232]) by aeimail.aei.ca (8.11.6/8.10.1) with ESMTP id h0TEh0k01490; Wed, 29 Jan 2003 09:43:00 -0500 (EST) Received: from lenny.anarcat.ath.cx (lenny.anarcat.ath.cx [192.168.0.4]) by shall.anarcat.ath.cx (Postfix) with SMTP id AE58E16C; Wed, 29 Jan 2003 09:42:55 -0500 (EST) Received: by lenny.anarcat.ath.cx (sSMTP sendmail emulation); Wed, 29 Jan 2003 09:42:55 -0500 Date: Wed, 29 Jan 2003 09:42:55 -0500 From: The Anarcat To: Alexander Langer Cc: Libh , John De Boskey Subject: max's commit logs (Re: cvs commit: libh/lib/Hui HuiActionList.hh) Message-ID: <20030129144255.GA2680@lenny.anarcat.ath.cx> Mail-Followup-To: The Anarcat , Alexander Langer , Libh , John De Boskey Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ikeVEW9yuYc//A+q" Content-Disposition: inline In-Reply-To: <20030129120326.GI990@fump.kawo2.rwth-aachen.de> User-Agent: Mutt/1.5.3i Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --ikeVEW9yuYc//A+q Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed Jan 29, 2003 at 01:03:26PM +0100, Alexander Langer wrote: > Thus spake LibH Owner (libh@triangle.rtp.FreeBSD.Org): >=20 > > Add support of action list to HuiListBox. Start mock up of sysinstal= l using > > the new Hui UI interface. Oops forgot to add this. >=20 > Great stuff. >=20 > Anyone btw could fix the commitlogs, please? Well, I don't know. I haven't had time to look at this very much, but I think it's because max doesn't have a full user on rtp anymore. Therefore, I think it's not possible for him to have his commit logs come out under his name, but I could be wrong. Maybe he needs a full user after all. :( I've CC'd John to see his opinion about this.. A. --=20 =46rom the age of uniformity, from the age of solitude, from the age of Big Brother, from the age of doublethink - greetings! --ikeVEW9yuYc//A+q Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+N+huttcWHAnWiGcRAgORAJ43AkHMVUDQbx9a0nWBwO+G0V+HKACfU1qN K0mFKGiwzoL2+tcl7awB8Jc= =ZXrQ -----END PGP SIGNATURE----- --ikeVEW9yuYc//A+q-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Wed Jan 29 16:36:16 2003 Delivered-To: freebsd-libh@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B13C37B401 for ; Wed, 29 Jan 2003 16:36:15 -0800 (PST) Received: from aeimail.aei.ca (aeimail.aei.ca [206.123.6.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F30243F85 for ; Wed, 29 Jan 2003 16:36:14 -0800 (PST) (envelope-from anarcat@anarcat.ath.cx) Received: from shall.anarcat.ath.cx (pu67cqxzcuvxefps@dsl-130-232.aei.ca [66.36.130.232]) by aeimail.aei.ca (8.11.6/8.10.1) with ESMTP id h0U0a3k08217; Wed, 29 Jan 2003 19:36:03 -0500 (EST) Received: from lenny.anarcat.ath.cx (lenny.anarcat.ath.cx [192.168.0.4]) by shall.anarcat.ath.cx (Postfix) with SMTP id 9370A16C; Wed, 29 Jan 2003 19:36:02 -0500 (EST) Received: by lenny.anarcat.ath.cx (sSMTP sendmail emulation); Wed, 29 Jan 2003 19:36:02 -0500 Date: Wed, 29 Jan 2003 19:36:02 -0500 From: The Anarcat To: Max Okumoto Cc: Jonathan Belson , freebsd-libh@FreeBSD.ORG Subject: Re: Build error with cvs code Message-ID: <20030130003602.GD3732@lenny.anarcat.ath.cx> Mail-Followup-To: The Anarcat , Max Okumoto , Jonathan Belson , freebsd-libh@FreeBSD.ORG References: <200301101311.10596.jon@witchspace.com> <20030113174306.GA82141@lenny.anarcat.ath.cx> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="XvKFcGCOAo53UbWW" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.3i Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --XvKFcGCOAo53UbWW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue Jan 14, 2003 at 03:28:27PM -0800, Max Okumoto wrote: >=20 > I have tried to fix it in the past but since I was working on a=20 > replacement I haven't put much effort into fixing it. Would > anyone mind if I replace the code with what I am working on? After all... I don't mind trying it out. I've been out of the ring for a few months now and I consider I shouldn't delay your work even more now.=20 Just be careful what you do, and wait a bit until you have your real account back so you get all the credit you're due in the CVS history. :) We need to setup regression tests, though. I don't know if you have some personal tests you run to make sure libh is still working, but I'd like to be sure we keep whatever direction we're still supposed to have. ;) Don't give up, I'm sure you'll be getting there, A. --=20 Five out of four people have a problem with fractions --XvKFcGCOAo53UbWW Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+OHNxttcWHAnWiGcRAsGQAJ9U5j5y29QwWR0EdT2AE7KurXDtDACdGnax 21PhJWPTLQZB0ZOlBX6LN4s= =EZrM -----END PGP SIGNATURE----- --XvKFcGCOAo53UbWW-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message