wine/dlls/riched20 undo.c style.c run.c reader ...

Alexandre Julliard julliard at winehq.org
Fri Mar 11 04:24:56 CST 2005


ChangeSet ID:	16558
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at 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 at 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




More information about the wine-cvs mailing list