ChangeSet ID: 17682
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/05/23 04:54:32
Modified files:
dlls/riched20 : editor.c
Log message:
Hannu Valtonen <Hannu.Valtonen(a)hut.fi>
- Implement EM_LINESCROLL message handling
- Fix a problem with scrolling over the end of the text in
WM_WHEELMOUSE.
Patch: http://cvs.winehq.org/patch.py?id=17682
Old revision New revision Changes Path
1.27 1.28 +22 -8 wine/dlls/riched20/editor.c
ChangeSet ID: 17679
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/05/23 04:53:43
Modified files:
dlls/msi : sql.y query.h msiquery.c msipriv.h
Log message:
Mike McCormack <mike(a)codeweavers.com>
- remove the unused utf8 field of an expression
- make the parse result a single assignment at top level of parsing
- abort parsing on a memory allocation failure
Patch: http://cvs.winehq.org/patch.py?id=17679
Old revision New revision Changes Path
1.22 1.23 +30 -22 wine/dlls/msi/sql.y
1.13 1.14 +0 -2 wine/dlls/msi/query.h
1.27 1.28 +1 -1 wine/dlls/msi/msiquery.c
1.55 1.56 +1 -1 wine/dlls/msi/msipriv.h