Change oldnames option from '-o' to '--oldnames'.
[reactos.git] / reactos / tools / widl / ChangeLog
index 887ebd3..9115154 100644 (file)
@@ -1,5 +1,47 @@
 ChangeLog
 
+2005-12-05 ekohl
+
+   tools/widl/widl.c
+   tools/widl/widl.man
+
+- Change oldnames option from '-o' to '--oldnames'.
+
+2005-11-26 ekohl
+
+   tools/widl/client.c
+   tools/widl/server.c
+
+- Allocate another 4 bytes for unique pointers to simple types.
+
+2005-10-16 ekohl
+
+   tools/widl/client.c
+   tools/widl/server.c
+
+- Fix [out, size_is, unique] parameter issues.
+
+2005-10-09 ekohl
+
+   tools/widl/client.c
+   tools/widl/server.c
+
+- Support [out, unique] base type parameters.
+
+2005-08-07 ekohl
+
+   tools/widl/server.c
+
+- Support size_is(*Length) attributes for strings.
+
+2005-07-30 ekohl
+
+   tools/widl/client.c
+   tools/widl/server.c
+
+- Support conformant arrays as in and out parameters.
+- Fix message buffer size calculation for client and server.
+
 2005-07-25 ekohl
 
    tools/widl/client.c