Return-Path: Delivered-To: apmail-incubator-pivot-commits-archive@minotaur.apache.org Received: (qmail 67007 invoked from network); 26 May 2009 18:50:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 May 2009 18:50:39 -0000 Received: (qmail 23414 invoked by uid 500); 26 May 2009 18:50:52 -0000 Delivered-To: apmail-incubator-pivot-commits-archive@incubator.apache.org Received: (qmail 23397 invoked by uid 500); 26 May 2009 18:50:52 -0000 Mailing-List: contact pivot-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: pivot-dev@incubator.apache.org Delivered-To: mailing list pivot-commits@incubator.apache.org Received: (qmail 23387 invoked by uid 99); 26 May 2009 18:50:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 May 2009 18:50:52 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 May 2009 18:50:49 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 8562323888CB; Tue, 26 May 2009 18:50:28 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r778843 - in /incubator/pivot/trunk: RELEASE-NOTES wtk/src/pivot/wtkx/Bindable.java Date: Tue, 26 May 2009 18:50:28 -0000 To: pivot-commits@incubator.apache.org From: gbrown@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090526185028.8562323888CB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: gbrown Date: Tue May 26 18:50:28 2009 New Revision: 778843 URL: http://svn.apache.org/viewvc?rev=778843&view=rev Log: Minor Javadoc update; update RELEASE-NOTES to include recent web query fixes. Modified: incubator/pivot/trunk/RELEASE-NOTES incubator/pivot/trunk/wtk/src/pivot/wtkx/Bindable.java Modified: incubator/pivot/trunk/RELEASE-NOTES URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/RELEASE-NOTES?rev=778843&r1=778842&r2=778843&view=diff ============================================================================== --- incubator/pivot/trunk/RELEASE-NOTES (original) +++ incubator/pivot/trunk/RELEASE-NOTES Tue May 26 18:50:28 2009 @@ -171,6 +171,7 @@ - ImageViewSkin does not correctly propagate repaint region (PIVOT-109). +- Multiple response headers not handled correctly (PIVOT-125). Additional Notes ---------------- Modified: incubator/pivot/trunk/wtk/src/pivot/wtkx/Bindable.java URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/wtk/src/pivot/wtkx/Bindable.java?rev=778843&r1=778842&r2=778843&view=diff ============================================================================== --- incubator/pivot/trunk/wtk/src/pivot/wtkx/Bindable.java (original) +++ incubator/pivot/trunk/wtk/src/pivot/wtkx/Bindable.java Tue May 26 18:50:28 2009 @@ -139,7 +139,7 @@ /** * The locale with which to load WTKX resources. This should be a - * lowercase two-letter ISO-639 code. If unspecified, the user's + * lowercase two-letter ISO-639 code. If unspecified, the current * default locale will be used. */ public String locale() default "\0";