ChangeSet ID: 16599
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/03/14 04:51:06
Modified files:
dlls/comctl32 : treeview.c
Log message:
Evan Deaubl <wine(a)warpedview.com>
TREEVIEW_DoSelectItem should not do any of the TVGN_FIRSTVISIBLE work
if the newSelect parameter is NULL.
Patch: http://cvs.winehq.org/patch.py?id=16599
Old revision New revision Changes Path
1.165 1.166 +6 -3 wine/dlls/comctl32/treeview.c
ChangeSet ID: 16597
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/03/14 04:48:30
Modified files:
programs/winedbg: dbg.y
Log message:
C. Scott Ananian <cscott(a)cscott.net>
Add tSTRING to the pathname production, so that you can quote a
pathname which contains 'odd' characters.
Patch: http://cvs.winehq.org/patch.py?id=16597
Old revision New revision Changes Path
1.22 1.23 +1 -0 wine/programs/winedbg/dbg.y
ChangeSet ID: 16596
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/03/14 04:48:08
Modified files:
programs/winedbg: debug.l
Log message:
C. Scott Ananian <cscott(a)cscott.net>
Move definition of 'tPATH' token up, so that '/', '.' and '0xA' (etc)
are lexed as paths (in the appropriate contexts) instead of as
operator or number tokens.
Add '-' to the set of characters legal in a pathname.
Patch: http://cvs.winehq.org/patch.py?id=16596
Old revision New revision Changes Path
1.11 1.12 +6 -3 wine/programs/winedbg/debug.l
ChangeSet ID: 16591
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/03/14 04:10:00
Modified files:
dlls/comctl32/tests: mru.c
Log message:
Jon Griffiths <jon_p_griffiths(a)yahoo.com>
Comment out a test that crashes on early versions.
Patch: http://cvs.winehq.org/patch.py?id=16591
Old revision New revision Changes Path
1.1 1.2 +3 -0 wine/dlls/comctl32/tests/mru.c