Kalle Dalheimer <[EMAIL PROTECTED]> writes:
| Hi,
|
| I finally got all my stuff to compile with the current CVS version. Here is
| my first patch. Sorry, it is pretty big, but I'd rather get everything in now
| so that I can make small incremental patches on this stuff in the future and
| can see compile breaks right away.
|
| Note that this is not
|
| - thoroughly tested (actually, not tested beyond "still starts up and can
| create a new document")
| - not fully matched against current XForms version
| - complete at all
|
| Comments, flames, suggestions?
|
| Kalle
|
| P.S. Is there any way I can integrate the new files into the patch
| file?
Ok, next time create a real patch file and compress it when this big.
I am not sure if you use the anoncvs or the real cvs (but you have
read access to the real repository), when using the real repository it
is easy to get new files (or removed ones) into the patch:
I have this in my .cvsrc file:
cvs -z6
diff -upN
rdiff -upN
update -dP
the 'N' make the diff take new and deleted files into consideration.
You can put files on ftp.devel.lyx.org:/pub/incoming
Lgb