Re: [cp-patches] [Patch] Typo fix in XmlParser.java

2005-03-13 Thread Ito Kazumitsu
In message "Re: [cp-patches] [Patch] Typo fix in XmlParser.java" on 05/03/13, Chris Burdess <[EMAIL PROTECTED]> writes: :> Another oddity to remember is initial 'H', which can sometimes be :> preceded by 'a' and sometimes 'an', the rules are dependent on the :> etymology of the word. :> :>

[cp-patches] Bump version to 0.14+cvs

2005-03-13 Thread Mark Wielaard
Hi, Oops I did it again. Forgot to set the version number to +cvs after the release. This patch fixes that. 2005-03-13 Mark Wielaard <[EMAIL PROTECTED]> * configure.ac: Set version to 0.14+cvs. Committed, Mark --- configure.ac25 Feb 2005 12:32:20 - 1.75 +++ configure

Re: [cp-patches] FYI: New CORBA helpers and holders

2005-03-13 Thread Michael Koch
On Sun, Mar 13, 2005 at 04:34:18PM +0100, Meskauskas Audrius wrote: > 2005-03-13 Audrius Meskauskas <[EMAIL PROTECTED]> > > * org/omg/CORBA/AnySeqHolder.java, > org/omg/CORBA/AnySeqHelper.java, > org/omg/CORBA/CompletionStatusHelper.java: It would be nice to have the changes actually described

[cp-patches] FYI: New CORBA helpers and holders

2005-03-13 Thread Meskauskas Audrius
2005-03-13 Audrius Meskauskas <[EMAIL PROTECTED]> * org/omg/CORBA/AnySeqHolder.java, org/omg/CORBA/AnySeqHelper.java, org/omg/CORBA/CompletionStatusHelper.java: New files. CompletionStatusHelper.java Description: Binary data AnySeqHelper.java Description: Binary data AnySeqHolder.java Descri

[cp-patches] FYI: CORBA exceptions compatibility fix

2005-03-13 Thread Meskauskas Audrius
2005-03-13 Audrius Meskauskas <[EMAIL PROTECTED]> * org/omg/CORBA/BAD_CONTEXT.java, org/omg/CORBA/BAD_INV_ORDER.java, org/omg/CORBA/BAD_OPERATION.java, org/omg/CORBA/BAD_PARAM.java, org/omg/CORBA/BAD_TYPECODE.java, org/omg/CORBA/COMM_FAILURE.java, org/omg/CORBA/DATA_CONVERSION.java, org/omg/CORBA

Re: [cp-patches] [Patch] Typo fix in XmlParser.java

2005-03-13 Thread Chris Burdess
Michael Koch wrote: I just commited the attached patch to fix a typo in XmlParser.java. Hi Michael, Actually you have introduced a typo instead, it was correct before. In English, words beginning with 'U' are pronounced with a consonantal 'Y' in front, therefore you say 'a' not 'an'. e.g. a uni

Re: [cp-patches] [Patch] code cleanup in org.omg.CORBA

2005-03-13 Thread Meskauskas Audrius
Great work, nothing to say. Audrius - Original Message - From: "Michael Koch" <[EMAIL PROTECTED]> To: Sent: Sunday, March 13, 2005 12:21 PM Subject: [cp-patches] [Patch] code cleanup in org.omg.CORBA Hi list, I commited the attached patch to do some code style changes found by checkstyl

[cp-patches] [Patch] code cleanup in org.omg.CORBA

2005-03-13 Thread Michael Koch
Hi list, I commited the attached patch to do some code style changes found by checkstyle. Michael 2005-03-13 Michael Koch <[EMAIL PROTECTED]> * org/omg/CORBA/ARG_IN.java: Removed redundant modifiers. * org/omg/CORBA/ARG_INOUT.java: Likewise. * org/omg/CORBA/ARG_OUT.

[cp-patches] [Patch] imports fixed in https handler

2005-03-13 Thread Michael Koch
Hi list, I just commited the attached obvious fix for the import statements in the https handler. Michael 2005-03-13 Michael Koch <[EMAIL PROTECTED]> * gnu/java/net/protocol/https/Handler.java: Reworked import statements. Index: gnu/java/net/protocol/https/Handler.java ===

[cp-patches] [Patch] Import statements cleaned up in gnu.javax.swing.text.html.parser

2005-03-13 Thread Michael Koch
Hi list, I just commited the attached patch to clean up some import statements. Michael 2005-03-13 Michael Koch <[EMAIL PROTECTED]> * gnu/javax/swing/text/html/parser/HTML_401F.java, gnu/javax/swing/text/html/parser/gnuDTD.java, gnu/javax/swing/text/html/parser/mode

[cp-patches] [Patch] Typo fix in XmlParser.java

2005-03-13 Thread Michael Koch
Hi list, I just commited the attached patch to fix a typo in XmlParser.java. Michael 2005-03-13 Michael Koch <[EMAIL PROTECTED]> * gnu/xml/aelfred2/XmlParser.java: Fixed typo. Index: gnu/xml/aelfred2/XmlParser.java ==