]> err.no Git - sope/blobdiff - sope-appserver/NGObjWeb/ChangeLog
fixed a bug in selector processing
[sope] / sope-appserver / NGObjWeb / ChangeLog
index 759c20c7260b9466506e8806ce925108e133ff6b..9b96516f9074e6387f35611d785ec2e30a8db91b 100644 (file)
@@ -1,3 +1,27 @@
+2004-10-11  Helge Hess  <helge.hess@opengroupware.org>
+
+       * SoObjects/SoObjCClass.m: fixed a bug in "Action" selector processing
+         (v4.3.62)
+
+       * v4.3.61
+
+       * SoObjects/product.plist: properly export SoActionInvocation
+
+       * SoObjects/SoProductClassInfo.m: fixed product.plist class name entry
+         for action invocations
+
+       * SoObjects/SoPageInvocation.h: fixed header file (install include and
+         compile include differ :-|) (v4.3.60)
+
+       * v4.3.59
+       
+       * SoObjects/SoProductClassInfo.m: added support for action invocations
+         (triggered by either 'actionClass' or 'directActionName' key in
+         product.plist)
+       
+       * SoObjects/SoPageInvocation.m: moved most of the implementation to a
+         new SoActionInvocation class which can invoke WODirectAction objects
+
 2004-10-10  Helge Hess  <helge.hess@opengroupware.org>
 
        * NGHttp: fixed umlaut decoding on MacOSX, removed some unused code