ChangeSet ID: 18850 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/07/12 12:00:58
Modified files: dlls/mshtml : view.c service.c protocol.c persist.c olewnd.c oleobj.c mshtml_private.h htmldoc.c
Log message: Jacek Caban jack@itma.pwr.wroc.pl - Added stub implementation of IOleCommandTarget. - Store IDocHostUIHandler in HTMLDocument. - ActivateMe should be called even if GetContainer failed.
Patch: http://cvs.winehq.org/patch.py?id=18850
Old revision New revision Changes Path 1.6 1.7 +1 -0 wine/dlls/mshtml/view.c 1.1 1.2 +1 -0 wine/dlls/mshtml/service.c 1.4 1.5 +1 -0 wine/dlls/mshtml/protocol.c 1.3 1.4 +1 -0 wine/dlls/mshtml/persist.c 1.1 1.2 +1 -0 wine/dlls/mshtml/olewnd.c 1.7 1.8 +58 -3 wine/dlls/mshtml/oleobj.c 1.12 1.13 +3 -0 wine/dlls/mshtml/mshtml_private.h 1.10 1.11 +6 -1 wine/dlls/mshtml/htmldoc.c