ChangeSet ID: 12540
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/06/02 16:33:47
Modified files:
dlls/shell32 : changenotify.c
Log message:
Ulrich Czekalla <ulrich(a)codeweavers.com>
When we send out a notification to a registered window with
SHCNRF_NewDelivery, we should send a LPNOTIFICATIONLIST and the
process id of the caller.
Patch: http://cvs.winehq.org/patch.py?id=12540
Old revision New revision Changes Path
1.30 1.31 +4 -1 wine/dlls/shell32/changenotify.c
ChangeSet ID: 12539
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/06/02 16:33:32
Modified files:
dlls/commdlg : filedlg16.c
Log message:
Rein Klazes <rklazes(a)xs4all.nl>
In FILEDLG_ScanDir do not try to set the current directory to a path
that is empty.
Patch: http://cvs.winehq.org/patch.py?id=12539
Old revision New revision Changes Path
1.10 1.11 +1 -1 wine/dlls/commdlg/filedlg16.c
ChangeSet ID: 12535
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/06/01 19:36:36
Modified files:
dlls/kernel/tests: path.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Do not fix the drive letter to 'C', it fails on other people's boxes.
Patch: http://cvs.winehq.org/patch.py?id=12535
Old revision New revision Changes Path
1.25 1.26 +4 -9 wine/dlls/kernel/tests/path.c
ChangeSet ID: 12531
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/06/01 19:35:09
Modified files:
dlls/msvcrt : wcs.c msvcrt.spec
Log message:
Mike McCormack <mike(a)codeweavers.com>
Copy the vsnprintfW implementation from libunicode.so to msvcrt and
add a handler for the %S flag. That requires a conversion to unicode
and knowledge of the current ASCII code page.
Patch: http://cvs.winehq.org/patch.py?id=12531
Old revision New revision Changes Path
1.16 1.17 +173 -2 wine/dlls/msvcrt/wcs.c
1.90 1.91 +1 -1 wine/dlls/msvcrt/msvcrt.spec