gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz/gzz modules/pp/PPMouseEvents.java modules/p...


From: Matti Katila
Subject: [Gzz-commits] gzz/gzz modules/pp/PPMouseEvents.java modules/p...
Date: Mon, 10 Feb 2003 14:52:39 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Matti Katila <address@hidden>   03/02/10 14:52:39

Modified files:
        gzz/modules/pp : PPMouseEvents.java 
        gzz/modules/pp2: SinglePaper.java 
        gzz/view/buoy  : BuoyAdaptor.java PPLinker.java 

Log message:
        commit before new checkout

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/modules/pp/PPMouseEvents.java.diff?tr1=1.27&tr2=1.28&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/modules/pp2/SinglePaper.java.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/view/buoy/BuoyAdaptor.java.diff?tr1=1.9&tr2=1.10&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/view/buoy/PPLinker.java.diff?tr1=1.5&tr2=1.6&r1=text&r2=text

Patches:
Index: gzz/gzz/modules/pp/PPMouseEvents.java
diff -u gzz/gzz/modules/pp/PPMouseEvents.java:1.27 
gzz/gzz/modules/pp/PPMouseEvents.java:1.28
--- gzz/gzz/modules/pp/PPMouseEvents.java:1.27  Fri Feb  7 03:26:09 2003
+++ gzz/gzz/modules/pp/PPMouseEvents.java       Mon Feb 10 14:52:38 2003
@@ -1,6 +1,25 @@
-
-
-// (c) Matti Katila, Tuukka Hastrup and Tuomas Lukka 
+/*
+PPMouseEvents.java
+ *    
+ *    Copyright (c) 2003, Matti Katila, Tuukka Hastrup and Tuomas Lukka
+ *    
+ *    You may use and distribute under the terms of either the GNU Lesser
+ *    General Public License, either version 2 of the license or,
+ *    at your choice, any later version. Alternatively, you may use and
+ *    distribute under the terms of the XPL.
+ *    
+ *    See the LICENSE.lgpl and LICENSE.xpl files for the specific terms of
+ *    the licenses.
+ *    
+ *    This software is distributed in the hope that it will be useful,
+ *    but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the README
+ *    file for more details.
+ *    
+ */
+/*
+ * Written by Matti Katila, Tuukka Hastrup and Tuomas Lukka
+ */
 
 
 package gzz.modules.pp;
@@ -30,7 +49,7 @@
  */
 
 public class PPMouseEvents {
-public static final String rcsid = "$Id: PPMouseEvents.java,v 1.27 2003/02/07 
08:26:09 mudyc Exp $";
+public static final String rcsid = "$Id: PPMouseEvents.java,v 1.28 2003/02/10 
19:52:38 mudyc Exp $";
     public static boolean dbg = false;
     private static void pa(String s) { System.out.println(s); }
 
Index: gzz/gzz/modules/pp2/SinglePaper.java
diff -u gzz/gzz/modules/pp2/SinglePaper.java:1.3 
gzz/gzz/modules/pp2/SinglePaper.java:1.4
--- gzz/gzz/modules/pp2/SinglePaper.java:1.3    Sun Feb  9 09:21:22 2003
+++ gzz/gzz/modules/pp2/SinglePaper.java        Mon Feb 10 14:52:38 2003
@@ -1,4 +1,25 @@
-//(c): Matti Katila, Tuomas J. Lukka
+/*
+SinglePaper.java
+ *    
+ *    Copyright (c) 2003, Matti Katila, Tuomas J. Lukka
+ *    
+ *    You may use and distribute under the terms of either the GNU Lesser
+ *    General Public License, either version 2 of the license or,
+ *    at your choice, any later version. Alternatively, you may use and
+ *    distribute under the terms of the XPL.
+ *    
+ *    See the LICENSE.lgpl and LICENSE.xpl files for the specific terms of
+ *    the licenses.
+ *    
+ *    This software is distributed in the hope that it will be useful,
+ *    but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the README
+ *    file for more details.
+ *    
+ */
+/*
+ * Written by Matti Katila, Tuomas J. Lukka
+ */
 
 package gzz.modules.pp2;
 import gzz.modules.pp.*;
@@ -16,7 +37,7 @@
  * the background and the vobs inside the plane.
  */
 public class SinglePaper {
-private static final String rcsid = "$Id: SinglePaper.java,v 1.3 2003/02/09 
14:21:22 mudyc Exp $";  
+private static final String rcsid = "$Id: SinglePaper.java,v 1.4 2003/02/10 
19:52:38 mudyc Exp $";  
     public static boolean dbg = false;
     private static void pa(String s) { System.out.println("SinglePaper:"+s); }
 
Index: gzz/gzz/view/buoy/BuoyAdaptor.java
diff -u gzz/gzz/view/buoy/BuoyAdaptor.java:1.9 
gzz/gzz/view/buoy/BuoyAdaptor.java:1.10
--- gzz/gzz/view/buoy/BuoyAdaptor.java:1.9      Fri Feb  7 03:33:43 2003
+++ gzz/gzz/view/buoy/BuoyAdaptor.java  Mon Feb 10 14:52:39 2003
@@ -1,4 +1,25 @@
-// (c): Tuomas J. Lukka
+/*
+BuoyAdaptor.java
+ *    
+ *    Copyright (c) 2003, Tuomas J. Lukka
+ *    
+ *    You may use and distribute under the terms of either the GNU Lesser
+ *    General Public License, either version 2 of the license or,
+ *    at your choice, any later version. Alternatively, you may use and
+ *    distribute under the terms of the XPL.
+ *    
+ *    See the LICENSE.lgpl and LICENSE.xpl files for the specific terms of
+ *    the licenses.
+ *    
+ *    This software is distributed in the hope that it will be useful,
+ *    but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the README
+ *    file for more details.
+ *    
+ */
+/*
+ * Written by Tuomas J. Lukka
+ */
 
 package gzz.view.buoy;
 import gzz.vob.*;
Index: gzz/gzz/view/buoy/PPLinker.java
diff -u gzz/gzz/view/buoy/PPLinker.java:1.5 gzz/gzz/view/buoy/PPLinker.java:1.6
--- gzz/gzz/view/buoy/PPLinker.java:1.5 Sun Feb  9 09:21:22 2003
+++ gzz/gzz/view/buoy/PPLinker.java     Mon Feb 10 14:52:39 2003
@@ -15,7 +15,7 @@
  * is not possible to clone the cell to another paper.
  */
 public class PPLinker implements CellBuoyViewLinker {
-public static final String rcsid = "$Id: PPLinker.java,v 1.5 2003/02/09 
14:21:22 mudyc Exp $";
+public static final String rcsid = "$Id: PPLinker.java,v 1.6 2003/02/10 
19:52:39 mudyc Exp $";
     public static boolean dbg = false;
     private static void pa(String s) { System.out.println("PPLinker:"+s); }
 
@@ -31,8 +31,7 @@
                            BuoyLinkListener l) {
 
        // XXX Right? Allow only main cell to link?
-       // ahem? why?
-       //if(c.s(d_clone, -1) != null) return;
+       if(c.s(d_clone, -1) != null) return;
 
        Cell note = c.h(d_clone).s(d_clone);
        for(Cell assoc = note; assoc != null; assoc = assoc.s(d_clone)) {




reply via email to

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