summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/ChangeLog')
-rw-r--r--TAO/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index ccd87037fa6..2c8d1ea48a8 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,15 @@
+Wed Jan 5 09:33:54 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * tao/extra_core.mpb:
+ * tao/tao.mpc:
+
+ Removed the extra nested braces related to TAO_COMPONENTS
+ that create "subdirectories" in VC project files. In makefiles,
+ these "components" might be separately compiled but they won't
+ link, so the feature is not used on any platform. In VC projects,
+ the extra level of folders makes source and header files
+ much harder to locate in the GUI environment.
+
Wed Jan 5 14:22:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
* examples/AMI/FL_Callback/Progress_i.{h,cpp,i}: