ChangeSet ID: 6389
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/11/24 16:19:57
Modified files:
misc : registry.c
Log message:
Replace most PROFILE_GetWineIni calls by direct registry accesses.
Keep the config key open to query all values instead of re-opening it
all the time.
Patch: http://cvs.winehq.com/patch.py?id=6389
Old revision New revision Changes Path
1.120 1.121 +129 -77 wine/misc/registry.c
ChangeSet ID: 6386
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/11/24 16:15:56
Modified files:
dlls/winedos : vga.h vga.c int33.c int10.c
Log message:
Jukka Heinonen <jhei(a)iki.fi>
VGA text mode no longer flickers and it is much faster.
VGA text mode is now initialized earlier.
VGA text mode is now emulated even without console.
Patch: http://cvs.winehq.com/patch.py?id=6386
Old revision New revision Changes Path
1.12 1.13 +5 -5 wine/dlls/winedos/vga.h
1.24 1.25 +177 -136 wine/dlls/winedos/vga.c
1.8 1.9 +5 -6 wine/dlls/winedos/int33.c
1.21 1.22 +47 -14 wine/dlls/winedos/int10.c
ChangeSet ID: 6385
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/11/24 16:15:01
Modified files:
dlls/user : hook.c
Log message:
Bill Medland <medbi01(a)accpac.com>
Correct UnhookWindowsHook: clear the handle so that the server doesn't
try to use it.
Patch: http://cvs.winehq.com/patch.py?id=6385
Old revision New revision Changes Path
1.3 1.4 +1 -0 wine/dlls/user/hook.c