diff host/tools/configtool/ChangeLog @ 103:95f3e12a6327 ecos-sw-2000-06-23

Merge from eCos master repository on 2000-06-23-16:41:10-BST
author jlarmour
date Fri, 23 Jun 2000 17:06:31 +0000
parents c37d3a9e1b28
children 5a0cc6c243a9
line wrap: on
line diff
--- a/host/tools/configtool/ChangeLog
+++ b/host/tools/configtool/ChangeLog
@@ -1,3 +1,51 @@
+2000-06-22  John Dallaway  <jld@redhat.com>
+
+	* standalone/common/cdl_exec.cxx:
+
+	Modify cdl_list() to restore printf line which
+	mysteriously disappeared some time ago.
+
+2000-06-20  John Dallaway  <jld@redhat.com>
+
+	* common/common/build.cxx:
+
+	Modify generate_toplevel_makefile() to make the generated
+	makefile fragment more generic.
+	
+2000-06-19  John Dallaway  <jld@redhat.com>
+
+	* common/common/build.cxx:
+
+	Modify generate_toplevel_makefile() to generate a rule
+	to export global flags and command prefix as a makefile
+	fragment for optional use by application developers.
+
+2000-06-19  John Dallaway  <jld@redhat.com>
+
+	* common/win32/CTCommon.rc:
+
+	Replace OK/Cancel buttons with 'Close' button in the
+	Build Options dialog.
+
+	* common/win32/CTCommonDoc.cpp:
+
+	Modify OnFileImport() to specify a default file extension
+	for the File Import dialog box.
+
+	* common/win32/memmap.cpp:
+
+	Modify add_relative_sections_to_list() to skip sections
+	which have already been added and track whether sections
+	should be skipped.
+
+	* standalone/common/ecosconfig.cxx:
+
+	Modify main() to return error codes in a consistent manner.
+
+	* standalone/win32/Configtool.rc:
+
+	Update engineering team list.
+
 2000-06-15  John Dallaway  <jld@redhat.com>
 
 	* standalone/win32/ConfigToolDoc.cpp:
@@ -5,7 +53,6 @@ 2000-06-15  John Dallaway  <jld@redhat.c
 	Modify RunTests() to check for simulator platforms and
 	inhibit prompting for hardware reset as appropriate.
 
-
 	* standalone/win32/Configtool.dsp,
 	  standalone/win32/ecosconfig.dsp: