aboutsummaryrefslogtreecommitdiff
path: root/winsup/w32api/ChangeLog
diff options
context:
space:
mode:
authorLuke Dunstan <infidel@users.sourceforge.net>2003-05-30 10:09:36 +0000
committerLuke Dunstan <infidel@users.sourceforge.net>2003-05-30 10:09:36 +0000
commit1698ff392ad8abc4320ddd9dd13609e5cef94030 (patch)
tree7fd3738d368156e5c7d7d305ff2e774305f88ba7 /winsup/w32api/ChangeLog
parenta681e7f0c6ed70f542b01832890e1ce63fdb3fb3 (diff)
downloadnewlib-1698ff392ad8abc4320ddd9dd13609e5cef94030.zip
newlib-1698ff392ad8abc4320ddd9dd13609e5cef94030.tar.gz
newlib-1698ff392ad8abc4320ddd9dd13609e5cef94030.tar.bz2
2003-05-30 Mattia Barbon <mbarbon@dsi.unive.it>
* lib/oleacc.def: New file. * include/winable.h: New file. * include/oleacc.h: Add extern "C" guard. (NAVDIR_*, ROLE_*, STATE_*): Add missing constants. (AccessibleChildren, AccessibleObjectFromEvent, AccessibleObjectFromPoint, AccessibleObjectFromWindow, CreateStdAccessibleProxy[AW], GetOleaccVersionInfo, GetRoleText[AW], GetStateText[AW], LresultFromObject, ObjectFromLresult, WindowFromAccessibleObject): Add prototypes and UNICODE mappings. * include/winuser.h (NotifyWinEvent): Add prototype. (OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR, OBJID_MENU, OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL, OBJID_SIZEGRIP, OBJID_CARET, OBJID_CURSOR, OBJID_ALERT, OBJID_SOUND): Move from here to... * include/winable.h (OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR, OBJID_MENU, OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL, OBJID_SIZEGRIP, OBJID_CARET, OBJID_CURSOR, OBJID_ALERT, OBJID_SOUND): Here, as per documentation. * lib/test.c: Include winable.h. * lib/user32.def (NotifyWinEvent): Add missing export.
Diffstat (limited to 'winsup/w32api/ChangeLog')
-rw-r--r--winsup/w32api/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 27a81e2..21ed314 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,3 +1,26 @@
+2003-05-30 Mattia Barbon <mbarbon@dsi.unive.it>
+
+ * lib/oleacc.def: New file.
+ * include/winable.h: New file.
+ * include/oleacc.h: Add extern "C" guard.
+ (NAVDIR_*, ROLE_*, STATE_*): Add missing constants.
+ (AccessibleChildren, AccessibleObjectFromEvent,
+ AccessibleObjectFromPoint, AccessibleObjectFromWindow,
+ CreateStdAccessibleProxy[AW], GetOleaccVersionInfo, GetRoleText[AW],
+ GetStateText[AW], LresultFromObject, ObjectFromLresult,
+ WindowFromAccessibleObject): Add prototypes and UNICODE mappings.
+ * include/winuser.h (NotifyWinEvent): Add prototype.
+ (OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR,
+ OBJID_MENU, OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL,
+ OBJID_SIZEGRIP, OBJID_CARET, OBJID_CURSOR, OBJID_ALERT,
+ OBJID_SOUND): Move from here to...
+ * include/winable.h (OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR,
+ OBJID_MENU, OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL,
+ OBJID_SIZEGRIP, OBJID_CARET, OBJID_CURSOR, OBJID_ALERT,
+ OBJID_SOUND): Here, as per documentation.
+ * lib/test.c: Include winable.h.
+ * lib/user32.def (NotifyWinEvent): Add missing export.
+
2003-05-30 Bang Jun-Young <junyoung@netbsd.org>
* include/winbase.h (HeapCompact): Correct prototype.