ChangeSet ID: 16097
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/02/14 05:52:29
Modified files:
dlls/shell32/tests: shelllink.c
Log message:
Francois Gouget <fgouget(a)codeweavers.com>
Test the interaction between IShellLink::SetIDList() and
IShellLink::SetPath().
Check what default values one gets on a fresh IShellLink object.
Add some more tests verifying nothing is lost in an IShellLink
save/load cycle. Merged the empty shelllink test with these.
Patch: http://cvs.winehq.org/patch.py?id=16097
Old revision New revision Changes Path
1.1 1.2 +485 -29 wine/dlls/shell32/tests/shelllink.c
ChangeSet ID: 16091
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/02/14 05:50:34
Modified files:
dlls/richedit : richedit.c
Log message:
Jason Edmeades <us(a)the-edmeades.demon.co.uk>
Make the edit field created from a richedit control which was created
with ES_DISABLENOSCROLL, not have the ES_NUMBER style and hence accept
alphanumeric input.
Patch: http://cvs.winehq.org/patch.py?id=16091
Old revision New revision Changes Path
1.38 1.39 +6 -0 wine/dlls/richedit/richedit.c