ChangeSet ID: 986238804745615832041949
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/04/02 15:13:24
Modified files:
controls : edit.c
Log message:
Rein Klazes <rklazes(a)casema.net>
Do not send the EN_CHANGE notification message until the selection
start and end values are filled in.
Patch: http://cvs.winehq.com/patch.py?id=986238804745615832041949
Revision Changes Path
1.77 +14 -10 wine/controls/edit.c
ChangeSet ID: 9858052259131941027008
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/03/28 13:47:05
Modified files:
loader : task.c
miscemu : main.c
Log message:
Don't load user32 too early on for 16-bit apps, so that app-specific
config can be available while loading it.
Patch: http://cvs.winehq.com/patch.py?id=9858052259131941027008
Revision Changes Path
1.103 +14 -3 wine/loader/task.c
1.55 +9 -10 wine/miscemu/main.c