ChangeSet ID: 7327
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/02/25 22:33:30
Modified files:
documentation : running.sgml authors.ent
Log message:
Mike Hearn <m.hearn(a)signal.qinetiq.com>
Added a "basic usage" section that deals with installation,
uninstallation and control panel applets to the "Running Wine" part of
the users guide.
Patch: http://cvs.winehq.com/patch.py?id=7327
Old revision New revision Changes Path
1.14 1.15 +52 -0 wine/documentation/running.sgml
1.7 1.8 +3 -0 wine/documentation/authors.ent
ChangeSet ID: 7325
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/02/24 22:04:19
Modified files:
server : registry.c
Log message:
Avoid some redundant calls to time(NULL).
touch_key() must not be called in create_key.
Patch: http://cvs.winehq.com/patch.py?id=7325
Old revision New revision Changes Path
1.49 1.50 +5 -4 wine/server/registry.c
ChangeSet ID: 7319
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/02/24 21:57:09
Modified files:
tools : winewrap.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
No need to support -mwindows as a synonim for -mgui: it's a gcc-ism
that is handled in winegcc.
Link in GDI only in gui mode.
Patch: http://cvs.winehq.com/patch.py?id=7319
Old revision New revision Changes Path
1.11 1.12 +2 -3 wine/tools/winewrap.c