classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] [generics] Merge for 2005/01/20


From: Andrew John Hughes
Subject: [cp-patches] [generics] Merge for 2005/01/20
Date: Fri, 21 Jan 2005 02:14:34 +0000
User-agent: Mutt/1.5.6+20040907i

I'm committing the attached patch to merge HEAD changes from 20/01/2005
to the generics branch.

Changelog:

2005-01-20  Michael Koch  <address@hidden>

        * java/awt/print/PrinterJob.java
        (pageDialog): Throws java.awt.HeadlessException.
        (printDialog): Likewise.

2005-01-20  Michael Koch  <address@hidden>

        * doc/hacking.texinfo: Fixed one typo and the paragraph about time
        formats.

2005-01-20  Michael Koch  <address@hidden>

        * javax/print/attribute/standard/Chromaticity.java
        (serialVersionUID): Fixed value.
        * javax/print/attribute/standard/Destination.java
        (serialVersionUID): Fixed value.
        * javax/print/attribute/standard/MediaPrintableArea.java,
        javax/print/attribute/standard/MediaSize.java:
        New files.

2005-01-20  Andrew John Hughes  <address@hidden>

        * java/util/Currency.java:
        Added new countryMap which maps country codes
        to international currency codes.  The cache
        has been altered to map currency codes to
        Currency objects.
        (getInstance(java.util.Locale)): adds to both
        caches and attempts initial lookup from country map
        (getInstance(java.lang.String)): attempts to
        use code -> currency map first
        
2005-01-20  Andrew John Hughes  <address@hidden>

        * java/awt/Checkbox.java:
        (AccessibleAWTCheckbox): Added class documentation
        * java/awt/Scrollbar.java:
        (AccessibleAWTScrollBar): typo corrected and docs added
        (AccessibleAWTScrollBar.getAccessibleRole()): documented
        (AccessibleAWTScrollBar.getAccessibleStateSet()): likewise
        (AccessibleAWTScrollBar.getAccessibleValue()): likewise
        (AccessibleAWTScrollBar.getCurrentAccessibleValue()): likewise
        (AccessibleAWTScrollBar.setCurrentAccessibleValue(java.lang.Number)): 
likewise
        (AccessibleAWTScrollBar.getMinimumAccessibleValue()): likewise
        (AccessibleAWTScrollBar.getMaximumAccessibleValue()): likewise
        (getAccessibleContext()): name of accessible class corrected

2005-01-20  Mark Wielaard  <address@hidden>

        * java/util/Currency.java (Currency(Locale)): Add Locale to
        IllegalArgumentException message.

2005-01-20  Mark Wielaard  <address@hidden>

        * java/awt/BasicStroke.java (hashCode): Implement.
        (equals): Document.

2005-01-20  Michael Koch  <address@hidden>

        * javax/swing/JTable.java
        (getValueAt): New method.
        * javax/swing/table/JTableHeader.java
        (columnAtPoint): New method.

2005-01-20  Mark Wielaard  <address@hidden>

        * java/util/Currency.java (Currency(Locale)): Clarify
        IllegalArgumentException message.

2005-01-20  Mark Wielaard  <address@hidden>

        * javax/naming/directory/BasicAttributes.java (equals): Compare to any
        Attributes and attribute order doesn't matter.
        (BasicAttributesEnumeration.where): Initialize to zero.
        (BasicAttributesEnumeration.nextElement): Update and compare where
        appropriately (zero based).

2005-01-20  Michael Koch  <address@hidden>

        * javax/swing/JTextField.java
        (actions): New field.
        (static): Initalize actions field.
        (getActions): New method.

2005-01-20  Mark Wielaard  <address@hidden>

        * native/jni/gtk-peer/gtkpeer.h (gdk_env): Fix prototype.

2005-01-20  Graydon Hoare  <address@hidden>

        * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkToolkit.c
        (env_union): Use union to avoid type-punning warning.
        
2005-01-20  Andrew John Hughes  <address@hidden>

        * java/awt/Checkbox.java:
        (AccessibleAWTCheckbox): name capitalization corrected
        and serialization UID added.
        (AccessibleAWTCheckbox.itemStateChanged(java.awt.event.ItemEvent)):
        documented.
        (AccessibleAWTCheckbox.getAccessibleAction()): likewise
        (AccessibleAWTCheckbox.getAccessibleValue()): likewise
        (AccessibleAWTCheckbox.getAccessibleActionCount()): likewise
        (AccessibleAWTCheckbox.getAccessibleActionDescription(int)): likewise
        (AccessibleAWTCheckbox.doAccessibleAction(int)): likewise
        (AccessibleAWTCheckbox.getCurrentAccessibleValue()): likewise
        (AccessibleAWTCheckbox.setCurrentAccessibleValue(java.lang.Number)): 
likewise
        (AccessibleAWTCheckbox.getMinimumAccessibleValue()): likewise
        (AccessibleAWTCheckbox.getMaximumAccessibleValue()): likewise
        (AccessibleAWTCheckbox.getAccessibleRole()): likewise
        (AccessibleAWTCheckbox.getAccessibleStateSet()): implemented and
        documented
        (getAccessibleContext()): name of accessible class corrected

-- 
Andrew :-)

Please avoid sending me Microsoft Office (e.g. Word, PowerPoint) attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html

No software patents in Europe -- http://nosoftwarepatents.com

"Value your freedom, or you will lose it, teaches history. 
`Don't bother us with politics' respond those who don't want to learn." 
-- Richard Stallman

"We've all been part of the biggest beta test the world has ever known --
Windows" 
-- Victor Wheatman, Gartner

Attachment: merge-20050120.diff
Description: Text document

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]