classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] [generics] Merge 2005/01/21


From: Andrew John Hughes
Subject: [cp-patches] [generics] Merge 2005/01/21
Date: Sat, 22 Jan 2005 02:19:21 +0000
User-agent: Mutt/1.5.6+20040907i

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

Changelog:

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

        * java/awt/Checkbox.java:
        (AccessibleAWTCheckbox()): Added public constructor
        to call superclass.
        * java/awt/Choice.java:
        (AccessibleAWTChoice): Added class documentation.
        (AccessibleAWTChoice()): Added public constructor
        to call superclass.
        (AccessibleAWTChoice.getAccessibleAction()): Documented.
        (AccessibleAWTChoice.getAccessibleRole()): Documented,
        and changed role to COMBO_BOX.
        (AccessibleAWTChoice.getAccessibleActionCount()): Documented.
        (AccessibleAWTChoice.getAccessibleActionDescription(int)): Documented.
        (AccessibleAWTChoice.doAccessibleAction(int)): Documented.

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

        * java/text/SimpleDateFormat.java:
        (parse(String, java.text.ParsePosition)):
        Changed 'E' and 'M' cases to use both
        short and long names.  Extended 'z'
        case to also handle 'Z', and deal
        with simple GMT offsets such as +0100.
        (computeOffset(String)): New private method,
        which converts a GMT offset specification,
        such as GMT-0500 to a numeric offset in
        milliseconds.
        * java/util/TimeZone.java:
        (timezones()): Added "CEST", the daylight
        savings time version of "CET", or Central
        European Time.
        
2005-01-21  Sven de Marothy <address@hidden>

        * java/util/Calendar.java: Reformatted.
        * java/util/GregorianCalendar.java: Reformatted.
        * java/util/SimpleTimeZon.java: Reformatted.

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

        * javax/swing/DebugGraphics.java: Mostly implemented.

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

        * javax/swing/SwingUtilities.java
        (findFocusOwner): New method.

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

        * javax/swing/text/DefaultEditorKit.java
        (read): Added '\n' after each line.
        * javax/swing/text/PlainView.java
        (modelToView): Update metrics.
        (drawLine): Use offsets from element.
        (paint): Update metrics. Draw all lines.

-- 
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-20050121.diff
Description: Text document

Attachment: signature.asc
Description: Digital signature


reply via email to

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