Hi!

This is the reformatted log entries for my patch #7 
(http://article.gmane.org/gmane.comp.java.classpath.patches/12953/).

ChangeLog entries:

        * gnu/java/awt/peer/gtk/GtkButtonPeer.java:
        (create(String)): Pass an empty string instead of null to native
        create/gtkSetLabel().
        (setLabel(String): Likewise.
        * gnu/java/awt/peer/qt/QtButtonPeer.java:
        (setup()): Likewise.
        * gnu/java/awt/peer/qt/QtCheckboxPeer.java:
        (QtCheckboxPeer(QtToolkit, Checkbox)): Likewise.
        (fireToggle(boolean)): Likewise.
        * gnu/java/awt/peer/qt/QtMenuItemPeer.java:
        (init()): Likewise.
        * gnu/java/awt/peer/gtk/GtkClipboardNotifier.java:
        (notifier): Make private variable final.
        * gnu/java/awt/peer/gtk/GtkImageConsumer.java:
        (target): Likewise.
        (source): Likewise.
        * gnu/java/awt/peer/gtk/GtkClipboardNotifier.java:
        (run()): Re-throw ThreadDeath exception (without printing the stack
        trace).
        * gnu/java/awt/peer/gtk/GtkImageConsumer.java:
        (setPixels(int, int, int, int, ColorModel, int[], int, int)): Don't
        add "x" to "pixels" index; optimize the conversion algorithm (minimize
        the number of "and", "or" operations).
        * gnu/java/awt/peer/qt/QtToolkit.java:
        (QtToolkit()): Repeatedly call Thread.yield() while waiting for
        guiThread is running.


Reply via email to