2008-03-03  Andrew Cagney  <cagney@redhat.com>

	* TestConfig.java: Move to frysk.config.
	* Config.java: Move to frysk.config.
	* CompilerVersion.java: Move to frysk.config.
	* cni/Config.cxx-in: Move to frysk.config.
	* cni/CompilerVersion.cxx: Move to frysk.config.

2008-02-29  Andrew Cagney  <cagney@redhat.com>

	* EventLogger.java: Move to frysk-gui/frysk.

2008-02-11  Andrew Cagney  <cagney@redhat.com>

	* EventLogger.java: Rename LogOption to "debug".

2008-02-07  Andrew Cagney  <cagney@redhat.com>

	* ForkFactory.java: New.

2008-01-07  Nurdin Premji  <npremji@redhat.com>

	* CompilerVersion.java: Added (C).
	* cni/CompilerVersion.cxx: Surround methods with #ifdef ... 
	#else return -1.	

2008-01-04  Nurdin Premji  <npremji@redhat.com>

        * CompilerVersion.java: New.
        * cni/CompilerVersion.cxx: New.

2007-12-28  Andrew Cagney  <cagney@redhat.com>
	* cni/Config.cxx-in (Config::createInstallConfig)
	(Config::createInstallConfig32, Config::createInstallConfig64)
	(Config::createBuildConfig, Config::createBuildConfig32)
	(Config::createBuildConfig64): Set thePkgLib32Dir when 32-bit
	testing needed.
	* TestConfig.java (verify(int)): Replace verify(boolean).

	* cni/Config.cxx-in (Config::createInstall32On64Config): Delete.
	(Config::createBuild32On64Config): Delete.
	(Config::createInstallConfig): When 64-bit, set 32- and 64- bit paths.
	(Config::createBuildConfig): Ditto.
	* Config.java (createBuild32On64Config(String,String)): Delete.
	(createInstall32On64Config()): Delete.
	* TestConfig.java (testInstall32On64Dirs()): Delete.
	(testBuild32On64Dirs()): Delete.
	(testInstallDirs(), testBuildDirs()): Update.

2007-12-17  Andrew Cagney  <cagney@redhat.com>

	* EventLogger.java (addConsoleOptions(Parser)): Add LogOption. 

2007-10-30  Andrew Cagney  <cagney@redhat.com>

	* cni/Config.cxx-in: Rename cni/Config.cxxin.

2007-09-12  Sami Wagiaalla  <swagiaal@redhat.com>

	* Config.java (getPkgLibSrcDir): New function.

2007-07-28  Andrew Cagney  <cagney@redhat.com>

	* Config.java (createBuildConfig64, createBuildConfig32): New.
	 (createInstallConfig64, createInstallConfig32): New.
	* TestConfig.java (testInstall32, testInstall64): New.
	(testBuild32, testBuild64): New.

	* Config.java (getPkgLibDir): Delete.

	* Config.java (getBinDir): Delete.

	* Config.java (getPkgDataDir): Delete.

	* Config.java (getPkgLib32Dir): Delete.
	(getPkgLib64Dir): Delete.
	* TestConfig.java (validate): Update; use getPkgLib32File and
	pkgLib64File.

2007-07-27  Andrew Cagney  <cagney@redhat.com>

	* Config.java (getFile, getBinFile, getPkgDataFile)
	(getPkgLibFile): New.
	* TestConfig.java: Update.

2007-05-11  swagiaal  <swagiaal@redhat.com>

	* Config.java (getFryskTestDir): Added check to ensure that teset
	dir was properly created.
	Added a workaround for concrete files being created, and preventing
	directory creation.

2007-05-10  Sami Wagiaalla  <swagiaal@redhat.com>

	* Config.java: (getFryskTestDir): Now uses TearDownFile.create().

2007-05-09  swagiaal  <swagiaal@redhat.com>

	* Config.java (getFryskTestDir): Now uses 
	File("/tmp/.frysk_temp_test_dir/")
	instead of File.createTempFile(".frysk", "/")

2007-05-03  Sami Wagiaalla  <swagiaal@redhat.com>

	* EventLogger.java: Replaced use of FRYSK_DIR with 
	getFryskDir();
	* Config.java (getFryskDir): New fucntion.
	(getFryskTestDir): New function.
	removed global String variable FRYSK_DIR.

2007-02-06  Andrew Cagney  <cagney@redhat.com>

	* Config.java (getHelpDir): Change return type to File.
	(getPkgDataDir): Ditto.
	(getBinDir): Ditto.
	(getPkgLibDir): Ditto.
	(getPkgLib32Dir): Ditto.
	(getPkgLib64Dir): Ditto.
	* TestConfig.java: Update.
	(validateSlashed): Delete.

2007-02-05  Andrew Cagney  <cagney@redhat.com>

	* Config.java (getImagesDir, theImageDir): Rename getImageDir and
	theImageDir.
	* cni/Config.cxxin: Update.
	* TestConfig.java: Update.

	* Config.java (selectInstallDirs, selectInstall32On64Dirs)
	(selectBuildDirs, selectBuild32On64Dirs): New.
	(getGladeDir, getImageDir, getHelpDir, getPkgDataDir, getBinDir)
	(getPkgLibDir, getPkgLib32Dir, getPkgLib64Dir): Make non-native.
	(theGladeDir, theHelpDir, theImageDir, thePkgDataDir, theBinDir)
	(thePkgLibDir, thePkgLib32Dir, thePkgLib64Dir): New private static
	variables..
	* cni/Config.cxx: Update.
	* TestConfig.java: New file.
	
	* Config.java: Update all descriptioins.
	(getBinDir, getPkgLib32Dir): Declare.
	* cni/Config.cxxin (getBinDir, getPkgLib64Dir): Define.

2007-01-30  Nurdin Premji  <npremji@redhat.com>

	* EventLogger.java (setConsoleLog): Added.
	(addConsoleOptions): Use setConsoleLog.
	Share description string between both logging options.
	Added specific example to each.

2007-01-23  Rick Moseley  <rmoseley@redhat.com>

	* cni/Config.cxxin (getHelpDir): Implement.
	* Config.java (getHelpDir): Define.

2007-01-15  Andrew Cagney  <cagney@redhat.com>

	* cni/Config.cxxin (getTargetCpuXXX): Implement.
	* Config.java getTargetCpuXXX): Define.

2007-01-10  Nurdin Premji  <npremji@redhat.com>

	* EventLogger.java: Changed to log files only created when specified by
	-log.
	(addConsoleOptions): Moved from frysk.util.Util.
	So Runner can use as well.
	
2007-01-08  Andrew Cagney  <cagney@redhat.com>

	* Config.java: Rename Config.javain, remove commented out
	variables.

2007-01-05  Andrew Cagney  <cagney@redhat.com>

	* cni/Config.cxxin (getWordSize): Define.
	* Config.javain (getWordSize): Declare.

2007-01-04  Andrew Cagney  <cagney@redhat.com>

	* cni/Config.cxxin (getRootSrcDir, getAbsRootSrcDir): Define.
	* Config.javain (getRootSrcDir, getAbsRootSrcDir): Declare.

2006-12-23  Andrew Cagney  <cagney@redhat.com>

	* cni/Config.cxxin (getPkgDataDir, getPkgLibDir, getPkgLib32Dir)
	(getImageDir, getGladeDir, getPkgDataDir): New.
	* Config.javain (getPkgLibDir): Replace PKGLIBDIR.
	(getPkgLib32Dir): Replace PKGLIB32DIR.
	(getPkgDataDir): Replace PKGDATADIR.
	(getGladeDir): Replace GLADEDIR.
	(getImageDir): Replace IMAGEDIR.
	(PREFIX, BINDIR, LIBDIR, DATADIR): Comment out.
	(PKGINCLUDEDIR): Comment out.
	
2006-12-21  Andrew Cagney  <cagney@redhat.com>

	* Config.javain (VERSION): Delete.
	(getVersion): New native method.
	* cni/Config.cxxin: New file.

2006-12-13  Andrew Cagney  <cagney@redhat.com>

	* Config.javain (LIBEXECDIR): Delete.
	
	* Config.javain (PKGLIB32DIR): Rename PKGLIB_ARCH32DIR.

2006-12-12  Stepan Kasal  <skasal@redhat.com>

	* Config.javain (PKGLIBEXECDIR): Remove.
	(PKGLIBEXEC_ARCH32DIR): Rename to ...
	(PKGLIB_ARCH32DIR): ... this.

2006-09-25  Yong Zheng  <zhengyo@cn.ibm.com>

	* Config.javain (PKGLIBEXEC_ARCH32DIR): Add.

2006-08-16  Andrew Cagney  <cagney@redhat.com>

	* Config.javain (FRYSK_LOG_ID): Delete.
	* EventLogger.java: Specify "frysk" for logger.

2006-08-03  Andrew Cagney  <cagney@redhat.com>

	* Config.javain (FRYSK_LOG_ID): Rename to just "frysk".

2006-02-28  Rick Moseley  <rmoseley@redhat.com>

	* EventLogger.java:  Remove unneeded import of ConsoleHnadler.

2006-02-27  Stan Cox  <scox@redhat.com>

	* EventLogger.java (get): Create FRYSK_DIR/logs if necessary.

2006-02-07  Stan Cox  <scox@redhat.com>

	* EventLogger.java (get): Look for FRYSK_DIR/logging.properties.

2006-02-06  Andrew Cagney  <cagney@redhat.com>

	* Config.javain PKGLIBEXECDIR): Add.

2006-02-05  Andrew Cagney  <cagney@redhat.com>

	* Config.javain (FRYSK_DIR): Rename FRYSK_CONFIG.
	* EventLogger.java: Update.

	* JUnitRunner.java: Move to frysk-imports/frysk/junit/Runner.java.

	* JUnitRunner.java: New; based heavily on common/TestRunner.java.

2006-01-30  Andrew Cagney  <cagney@redhat.com>

	* EventLogger.java: Do not add a ConsoleHandler.
	
	* Config.javain: Refactor EventLogger to ...
	* EventLogger.java: ... new file.  Simplify.

	* Config.javain (BUILDDIR, SRCDIR, ABS_BUILDDIR, ABS_SRCDIR):
	Delete.  Add -*- Java -*- marker.  Re-indent.

2006-01-23  Stan Cox  <scox@redhat.com>

	* Config.javain (EventLogger): Add ConsoleHandler.

2005-11-22  Andrew Cagney  <cagney@redhat.com>

	* configure.ac: Delete.
	* Makefile.am: Delete.

	* Config.javain: Add .VERSION, set to @VERSION@.

2005-11-21  Andrew Cagney  <cagney@redhat.com>

	* Directory frysk/ moved to under frysk-imports/.

2005-11-14  Stan Cox  <scox@scox.rdu.redhat.com>

	* Config.javain (EventLogger): New.

2005-11-04  Stan Cox  <scox@redhat.com>

	* Config.javain (FRYSK_CONFIG, FRYSK_LOG_ID): New.

2005-10-12  Adam Jocksch  <ajocksch@redhat.com>

	* Config.javain: Added PKGDATADIR, PKGLIBDIR, PKGINCLUDEDIR.

2005-10-12  Adam Jocksch  <ajocksch@redhat.com>

	* Config.javain: Added IMAGEDIR.

2005-09-30  Andrew Cagney  <cagney@redhat.com>

	* Config.javain: Add BINDIR, LIBDIR, LIBEXECDIR, ABS_SRCDIR, and
	ABS_BUILDDIR.

2005-09-22  Andrew Cagney  <cagney@redhat.com>

	* Config.javain: Moved from frysk/bin/.

Local Variables:
mode: change-log
left-margin: 8
fill-column: 74
version-control: never
End:
