wine/ dlls/Makefile.in ./configure.ac ./config ...

Alexandre Julliard julliard at winehq.org
Sat Mar 5 05:19:14 CST 2005


ChangeSet ID:	16439
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2005/03/05 05:19:14

Modified files:
	dlls           : Makefile.in 
	.              : configure.ac configure 
Added files:
	dlls/riched20  : wrap.c undo.c style.c string.c run.c row.c 
	                 richole.c riched20.spec para.c paint.c list.c 
	                 editstr.h editor.h editor.c context.c caret.c 
	                 Makefile.in .cvsignore 

Log message:
	Krzysztof Foltman <kfoltman at portal.onet.pl>
	Initial implementation of riched20.

Patch: http://cvs.winehq.org/patch.py?id=16439

Old revision  New revision  Changes     Path
 1.232         1.233         +13 -0      wine/dlls/Makefile.in
 1.342         1.343         +1 -0       wine/configure.ac
 1.636         1.637         +2 -1       wine/configure
 Added         1.1           +0 -0       wine/dlls/riched20/wrap.c
 Added         1.1           +0 -0       wine/dlls/riched20/undo.c
 Added         1.1           +0 -0       wine/dlls/riched20/style.c
 Added         1.1           +0 -0       wine/dlls/riched20/string.c
 Added         1.1           +0 -0       wine/dlls/riched20/run.c
 Added         1.1           +0 -0       wine/dlls/riched20/row.c
 Added         1.1           +0 -0       wine/dlls/riched20/richole.c
 Added         1.1           +0 -0       wine/dlls/riched20/riched20.spec
 Added         1.1           +0 -0       wine/dlls/riched20/para.c
 Added         1.1           +0 -0       wine/dlls/riched20/paint.c
 Added         1.1           +0 -0       wine/dlls/riched20/list.c
 Added         1.1           +0 -0       wine/dlls/riched20/editstr.h
 Added         1.1           +0 -0       wine/dlls/riched20/editor.h
 Added         1.1           +0 -0       wine/dlls/riched20/editor.c
 Added         1.1           +0 -0       wine/dlls/riched20/context.c
 Added         1.1           +0 -0       wine/dlls/riched20/caret.c
 Added         1.1           +0 -0       wine/dlls/riched20/Makefile.in
 Added         1.1           +0 -0       wine/dlls/riched20/.cvsignore




More information about the wine-cvs mailing list