ChangeSet ID: 10859
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/01/26 14:20:07
Modified files:
windows : winproc.c defwnd.c
dlls/user : message.c
controls : edit.c
Log message:
Yoshiro Takeno <taro-x(a)justsystem.co.jp>
In Windows, the leading byte for multibyte characters are set to upper
byte. If single byte character is used, the upper byte is set to 0.
Patch: http://cvs.winehq.org/patch.py?id=10859
Old revision New revision Changes Path
1.110 1.111 +8 -4 wine/windows/winproc.c
1.87 1.88 +3 -3 wine/windows/defwnd.c
1.47 1.48 +6 -4 wine/dlls/user/message.c
1.125 1.126 +2 -1 wine/controls/edit.c
ChangeSet ID: 10858
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/01/26 14:14:59
Modified files:
windows : mdi.c
Log message:
Dmitry Timoshkov <dmitry(a)codeweavers.com>
In the WM_MDISETMENU handler use an existing frame menu if the passed
value is 0.
Visio expects that separator in the Window menu has ID 0.
Cope with a destroyed menu handle in WM_MDIREFRESHMENU handler.
Patch: http://cvs.winehq.org/patch.py?id=10858
Old revision New revision Changes Path
1.117 1.118 +25 -13 wine/windows/mdi.c