[mcclim-cvs] CVS mcclim/Doc

rstrandh rstrandh at common-lisp.net
Sat Jan 6 05:00:17 UTC 2007


Update of /project/mcclim/cvsroot/mcclim/Doc
In directory clnet:/tmp/cvs-serv12843

Modified Files:
	drei.texi make-tempfiles.sh mcclim.texi 
Log Message:
Make the documentation compile again.  

I am not sure what the problem was, but replacing the use of the macro
@glossentry{...} by its expansion solved the problem.

I removed the @bye from drei.texi because it just had the effect of
making the compilation stop before the glossentry macros were seen.



--- /project/mcclim/cvsroot/mcclim/Doc/drei.texi	2006/12/24 13:01:08	1.4
+++ /project/mcclim/cvsroot/mcclim/Doc/drei.texi	2007/01/06 05:00:17	1.5
@@ -1249,4 +1249,3 @@
 Macroexpansion command to Lisp syntax), their modus operandi is general
 enough to be used for all conditional activity of command tables.
 
- at bye
--- /project/mcclim/cvsroot/mcclim/Doc/make-tempfiles.sh	2006/12/21 12:22:02	1.1
+++ /project/mcclim/cvsroot/mcclim/Doc/make-tempfiles.sh	2007/01/06 05:00:17	1.2
@@ -23,7 +23,7 @@
     SBCLRUNTIME="$1"
 fi
 
-SBCL="$SBCLRUNTIME --noinform --no-sysinit --no-userinit --noprint --disable-debugger"
+SBCL="$SBCLRUNTIME --noinform --no-sysinit --noprint --disable-debugger"
 
 # Output directory.  This has to end with a slash (it's interpreted by
 # Lisp's `pathname' function) or you lose.  This is normally set from
--- /project/mcclim/cvsroot/mcclim/Doc/mcclim.texi	2006/12/24 14:27:48	1.4
+++ /project/mcclim/cvsroot/mcclim/Doc/mcclim.texi	2007/01/06 05:00:17	1.5
@@ -43,6 +43,10 @@
 @cindex \ENTRY\
 @end macro
 
+ at macro func{FUN}
+ at b{\FUN\}
+ at end macro
+
 @macro fmacro{MACRO}
 @func{\MACRO\}
 @end macro
@@ -2080,7 +2084,9 @@
 @node Glossary
 @chapter Glossary
 
- at glossentry{Direct mirror}
+ at c @glossentry{Direct mirror}
+ at b{Direct mirror}
+ at cindex Direct mirror
 
 A @gloss{mirror} of a sheet which is not shared with any of the
 ancestors of the sheet.  All grafted McCLIM sheets have mirrors, but not
@@ -2098,7 +2104,9 @@
 or not is not determined statically by the class of a sheet, but
 dynamically by the frame manager.
 
- at glossentry{Mirror}
+ at c @glossentry{Mirror}
+ at b{Mirror}
+ at cindex Mirror
 
 A device window such as an X11 window that parallels a @gloss{sheet} in
 the CLIM @gloss{sheet hierarchy}.  A @gloss{sheet} having such a
@@ -2111,7 +2119,9 @@
 (direct or indirect) of a @gloss{mirrored sheet}, which will then be the
 @gloss{sheet} that receives the drawing commands.
 
- at glossentry{Mirrored sheet}
+ at c @glossentry{Mirrored sheet}
+ at b{Mirrored sheet}
+ at cindex Mirrored sheet
 
 A @gloss{sheet} in the CLIM @gloss{sheet hiearchy} that has a direct
 parallel (called the @gloss{direct mirror}) in the host windowing
@@ -2147,14 +2157,18 @@
 sheet or not.  A call to @genfun{sheet-direct-mirror}, on the other
 hand, returns nil if the sheet is not a mirrored sheet.
 
- at glossentry{Mirror transformation}
+ at c @glossentry{Mirror transformation}
+ at b{Mirror transformation}
+ at cindex Mirror transformation
 
 The transformation that transforms coordinates in the coordinate system
 of a mirror (i.e. the native coordinates of the mirror) to native
 coordinates of its parent in the underlying windowing system.  On most
 systems, including X, this transformation will be a simple translation.
 
- at glossentry{Native coordinates}
+ at c @glossentry{Native coordinates}
+ at b{Native coordinates}
+ at cindex Native coordinates
 
 Each mirror has a coordinate system called the native coordinate system.
 Usually, the native coordinate system of a mirror has its origin in the
@@ -2168,23 +2182,31 @@
 coordinates of the parent of a mirror, use the @gloss{mirror
 transformation}.
 
- at glossentry{Native region}
+ at c @glossentry{Native region}
+ at b{Native region}
+ at cindex Native region
 
 The native region of a sheet is the intersection of its region and the
 sheet region of all of its parents, expressed in the @gloss{native
 coordinates} of the sheet.
 
- at glossentry{Potentially visible area}
+ at c @glossentry{Potentially visible area}
+ at b{Potentially visible area}
+ at cindex Potentially visible area
 
 A bounded area of an otherwise infinte drawing plane that is visible
 unless it is covered by other visible areas.
 
- at glossentry{Sheet coordinates}
+ at c @glossentry{Sheet coordinates}
+ at b{Sheet coordinates}
+ at cindex Sheet coordinates
 
 The coordinate system of coordinates obtained by application of the
 @gloss{user transformation}.
 
- at glossentry{Sheet region}
+ at c @glossentry{Sheet region}
+ at b{Sheet region}
+ at cindex Sheet region
 
 The @gloss{region} of a sheet determines the visible part of the drawing
 plane.  The dimensions of the sheet region are given in @gloss{sheet
@@ -2208,7 +2230,9 @@
 obtain effects such as scrolling, zooming, coordinate system
 transformations, etc.
 
- at glossentry{Sheet transformation}
+ at c @glossentry{Sheet transformation}
+ at b{Sheet transformation}
+ at cindex Sheet transformation
 
 The transformation used to transform @gloss{sheet coordinates} of a
 sheet to @gloss{sheet coordinates} of its @gloss{parent sheet}.  The
@@ -2220,7 +2244,9 @@
 obtain effects such as scrolling, zooming, coordinate system
 transformations, etc.
 
- at glossentry{User Clipping region }
+ at c @glossentry{User Clipping region }
+ at b{User Clipping region }
+ at cindex User Clipping region 
 
 A @gloss{clipping region} used to limit the effect of @gloss{drawing
 functions}.  The user @gloss{clipping region} is stored in the
@@ -2228,12 +2254,16 @@
 @gloss{medium}, or by passing a value for the :clipping-region
 @gloss{drawing option} to a @gloss{drawing function}.
 
- at glossentry{User Coordinates}
+ at c @glossentry{User Coordinates}
+ at b{User Coordinates}
+ at cindex User Coordinates
 
 The coordinate system of coordinates passed to the @gloss{drawing
 functions}.
 
- at glossentry{User Transformation}
+ at c @glossentry{User Transformation}
+ at b{User Transformation}
+ at cindex User Transformation
 
 A transformation used to transform @gloss{user coordinates} into
 @gloss{sheet coordinates}.  The user transformation is stored in the
@@ -2241,7 +2271,9 @@
 @gloss{medium}, or by passing a value for the :transformation
 @gloss{drawing option} to a @gloss{drawing function}.
 
- at glossentry{Visible area}
+ at c @glossentry{Visible area}
+ at b{Visible area}
+ at cindex Visible area
 
 @node Development History
 @chapter Development History




More information about the Mcclim-cvs mailing list