Re: msxml: Implement cloneNode and correct insertBefore

2007-11-14 Thread Maarten Lankhorst
Hi James, James Hawkins schreef: mailing list etiquette: make sure to bottom-post on this ML and CC wine-devel so others can share in the information exchange. To answer your question, you have to get into the git mindset. That is, you make one fix, commit the fix, write the next fix, etc.

Re: msxml: Implement cloneNode and correct insertBefore

2007-11-14 Thread Alistair Leslie-Hughes
James Hawkins [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On 11/13/07, Alistair Leslie-Hughes [EMAIL PROTECTED] wrote: Hi James, Thanks for the pointers. I resend the patches shortly. Is there an easy way to split a Diff up? via git? More to the point changes to a

Re: msxml: Implement cloneNode and correct insertBefore

2007-11-13 Thread James Hawkins
On 11/12/07, Alistair Leslie-Hughes [EMAIL PROTECTED] wrote: Hi, Changelog: InsertBefore is allowed to have outNewChild as NULL Implement cloneNode One fix per patch please. Also, please add tests for these fixes. Best Regards Alistair Leslie-Hughes diff --git

Re: msxml: Implement cloneNode and correct insertBefore

2007-11-13 Thread James Hawkins
On 11/13/07, Alistair Leslie-Hughes [EMAIL PROTECTED] wrote: Hi James, Thanks for the pointers. I resend the patches shortly. Is there an easy way to split a Diff up? via git? More to the point changes to a single file (without have to backup it up every change) I just get