gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] fenfire/docs/pegboard/vocabprocess--tjl peg.rst


From: Tuomas J. Lukka
Subject: [Gzz-commits] fenfire/docs/pegboard/vocabprocess--tjl peg.rst
Date: Mon, 12 May 2003 00:45:54 -0400

CVSROOT:        /cvsroot/fenfire
Module name:    fenfire
Changes by:     Tuomas J. Lukka <address@hidden>        03/05/12 00:45:54

Modified files:
        docs/pegboard/vocabprocess--tjl: peg.rst 

Log message:
        mudyc's comments

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/docs/pegboard/vocabprocess--tjl/peg.rst.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: fenfire/docs/pegboard/vocabprocess--tjl/peg.rst
diff -u fenfire/docs/pegboard/vocabprocess--tjl/peg.rst:1.1 
fenfire/docs/pegboard/vocabprocess--tjl/peg.rst:1.2
--- fenfire/docs/pegboard/vocabprocess--tjl/peg.rst:1.1 Sun May 11 11:57:36 2003
+++ fenfire/docs/pegboard/vocabprocess--tjl/peg.rst     Mon May 12 00:45:54 2003
@@ -3,8 +3,8 @@
 =============================================================
 
 :Author:   Tuomas J. Lukka
-:Last-Modified: $Date: 2003/05/11 15:57:36 $
-:Revision: $Revision: 1.1 $
+:Last-Modified: $Date: 2003/05/12 04:45:54 $
+:Revision: $Revision: 1.2 $
 :Status:   Current
 
 It seems that vocabularies are easy to create but difficult
@@ -34,6 +34,18 @@
     We could, in principle, move some of it to Alph, but we don't
     want to depend on Swamp there.
 
+- Should we merge spatial into canvas2d?
+
+    SUGGESTED RESOLUTION Can you give me an example where spatial would
+    be used without canvas2d?  The point is, the x and y coordinates
+    are pretty specific to canvases, and while I see containment + x +
+    y as a reasonable structure orthogonal to everything else, separating
+    containnment and x and y to me does not make sense.
+
+    Also, if it's spatial, it should also have z ;)
+
+- Should we merge PP (directed links) into FF? 
+
 Changes
 =======
 
@@ -71,7 +83,7 @@
 
 Then, we have left ``xuLinkFrom``, ``xuLinkTo``, ``xuLinkType``.
 We should probably avoid 'xu' in the permanent names,
-just in case. These should be moved to FF.cLink, FF.cLinkFrom,
+just in case. These should be moved to FF.CLink, FF.cLinkFrom,
 FF.cLinkTo for clink, "content link", a term Ted at some point used.
 
 FF
@@ -85,7 +97,7 @@
 Combine to one class, CANVAS2D.
 Rename ``Canvas`` to ``Canvas2D``.
 
-Rename coordX, coordY to X, Y.
+Rename coordX, coordY to x, y.
 
 
 PP




reply via email to

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