From: Kang Jeong-H. <Ke...@ma...> - 2002-08-26 18:10:56
|
On 2002.08.26 22:45 Luke Schierer wrote: > > I'll submit patches from smaller one to bigger one, > > after I have sure for that it's right patch. > > (atm, almost lines of patches seems to be right to me.) > > use the command > cvs diff -u > filename > > easier for you, easier for us ;-) eh, I think I did obsolete sort of patch. I did AC_DEFINE(USE_GTK2) to make decision --enable-gtk2 or not. and replace all GTK_CHECK_VERSION(1,3,0) with it eventually. however Christian told me that it's going on to branch gtk2-only HEAD. what should I do in this flexible condition? what is the rule detail to port to gtk2-only? I think it's better for me to wait till obvious change come up to cvs. tell me how. thanks. |