ChangeSet ID: 16558
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/03/11 04:24:56
Modified files:
dlls/riched20 : undo.c style.c run.c reader.c editor.c
Log message:
Krzysztof Foltman <kfoltman(a)portal.onet.pl>
- EM_STREAMIN can now deal with undo in a reasonable manner (no
multiple undo actions in one EM_STREAMIN).
- Related changes to undo code (umIgnore mode is now handled
correctly).
- Numerous improvements in the RTF reader: it reads some character
attributes now (you will have proper small print in license agreements
now).
- Fixed a memory overwrite bug in conversion from CHARFORMAT2A to
CHARFORMAT2W.
Patch: http://cvs.winehq.org/patch.py?id=16558
Old revision New revision Changes Path
1.1 1.2 +13 -0 wine/dlls/riched20/undo.c
1.2 1.3 +1 -1 wine/dlls/riched20/style.c
1.4 1.5 +4 -2 wine/dlls/riched20/run.c
1.2 1.3 +30 -8 wine/dlls/riched20/reader.c
1.9 1.10 +141 -3 wine/dlls/riched20/editor.c
ChangeSet ID: 16557
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/03/11 04:19:10
Modified files:
dlls/ole32 : stubmanager.c rpc.c marshal.c compobj_private.h
compobj.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
- Rename apartment functions to become more object-oriented.
- Rename register_ifstub to marshal_object to more accurately describe
what it does.
- Add new function, apartment_getoxid, to prepare for a possible
future patch where remoting is started on demand.
Patch: http://cvs.winehq.org/patch.py?id=16557
Old revision New revision Changes Path
1.17 1.18 +10 -10 wine/dlls/ole32/stubmanager.c
1.58 1.59 +2 -2 wine/dlls/ole32/rpc.c
1.70 1.71 +20 -11 wine/dlls/ole32/marshal.c
1.47 1.48 +13 -7 wine/dlls/ole32/compobj_private.h
1.143 1.144 +19 -30 wine/dlls/ole32/compobj.c