gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz doc/pegboard/201/PEG_201.rst gzz/media/Text...


From: Tuomas J. Lukka
Subject: [Gzz-commits] gzz doc/pegboard/201/PEG_201.rst gzz/media/Text...
Date: Fri, 06 Dec 2002 09:06:43 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Tuomas J. Lukka <address@hidden>        02/12/06 09:06:43

Modified files:
        doc/pegboard/201: PEG_201.rst 
        gzz/media      : TextScrollBlock.java 
Added files:
        test/gzz/media : textscrollblock.py 
        test/gzz/media/impl: textscrollblock_transient.test 

Log message:
        Failing test for PEG 1016

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/doc/pegboard/201/PEG_201.rst.diff?tr1=1.9&tr2=1.10&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/media/TextScrollBlock.java.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/test/gzz/media/textscrollblock.py?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/test/gzz/media/impl/textscrollblock_transient.test?rev=1.1

Patches:
Index: gzz/doc/pegboard/201/PEG_201.rst
diff -u gzz/doc/pegboard/201/PEG_201.rst:1.9 
gzz/doc/pegboard/201/PEG_201.rst:1.10
--- gzz/doc/pegboard/201/PEG_201.rst:1.9        Thu Nov 14 10:40:07 2002
+++ gzz/doc/pegboard/201/PEG_201.rst    Fri Dec  6 09:06:43 2002
@@ -4,8 +4,8 @@
 
 :Authors:  Tuomas Lukka
 :Stakeholders: Asko Soukka
-:Last-Modified: $Date: 2002/11/14 15:40:07 $
-:Revision: $Revision: 1.9 $
+:Last-Modified: $Date: 2002/12/06 14:06:43 $
+:Revision: $Revision: 1.10 $
 :Status:   Incomplete
 
 This META-PEG deals with formatting PEGs.
@@ -79,8 +79,8 @@
 else may change the status of the PEGs to any of these categories.
 
 If the PEG was accepted, rejected or declared irrelevant, it may not
-be edited any more, except for the architect declaring it implemented or
-partly implemented.
+be edited any more, except for the architect or author
+declaring it implemented or partly implemented.
 
 A PEG int the Revising state is editable by the authors, similarly to
 an incomplete PEG.
Index: gzz/gzz/media/TextScrollBlock.java
diff -u gzz/gzz/media/TextScrollBlock.java:1.3 
gzz/gzz/media/TextScrollBlock.java:1.4
--- gzz/gzz/media/TextScrollBlock.java:1.3      Sat Aug  3 10:26:47 2002
+++ gzz/gzz/media/TextScrollBlock.java  Fri Dec  6 09:06:43 2002
@@ -28,7 +28,7 @@
  */
 
 public interface TextScrollBlock extends ScrollBlock {
-String rcsid = "$Id: TextScrollBlock.java,v 1.3 2002/08/03 14:26:47 benja Exp 
$";
+String rcsid = "$Id: TextScrollBlock.java,v 1.4 2002/12/06 14:06:43 tjl Exp $";
 
     TextSpan append(char ch) throws ImmutableException;
     TextSpan append(String s) throws ImmutableException;
@@ -45,9 +45,10 @@
     char[] getCharArray();
 
     /** Get a span that represents the given range inside this scrollblock.
-     *  @param offs The offset the span should start at.
-     *  @param len The length of the span.
+     * Equivalent to getCurrent().subSpan(offs1,offs2).
+     *  @param offs1 The offset the span should start at.
+     *  @param offs2 The one-past-end offset.
      */
-    Span getSpan(int offs, int len);
+    Span getSpan(int offs1, int offs2);
 }
 




reply via email to

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