This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [gui][PATCH] JComboBox - mouse drag events
>>>>> "Michael" == Michael Koch <konqueror@gmx.de> writes:
Michael> Please don't put the ChangeLog entries into the patches itself. This
Michael> makes it harder to directly apply the patch in another tree, e.g.
Michael> when merging the patch into GNU classpath.
Let me recommend the cvs-utils. I used to hate having ChangeLogs as
diffs, but now I have fixpatch, clcleanup, and cl2patch and I'm happy.
Michael> And when submitting a patch that changes parts in the native gtk peer
Michael> code an the java code please send two patches. This is needed because
Michael> the native code is in a different location related to the java code
Michael> in GNU classpath.
It would be easy to write a script to edit the patch appropriately.
We could put it in scripts/.
Tom