guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core/doc ChangeLog mltext.texi goop...


From: Neil Jerram
Subject: guile/guile-core/doc ChangeLog mltext.texi goop...
Date: Mon, 27 Aug 2001 14:25:44 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:     Neil Jerram <address@hidden>    01/08/27 14:25:44

Modified files:
        guile-core/doc : ChangeLog mltext.texi 
        guile-core/doc/goops: Makefile.am goops.texi 
        guile-core/doc/r5rs: Makefile.am 
        guile-core/doc/ref: Makefile.am guile.texi intro.texi 
        guile-core/doc/tutorial: Makefile.am guile-tut.texi 
Added files:
        guile-core/doc/goops: ChangeLog 
        guile-core/doc/r5rs: ChangeLog 
        guile-core/doc/ref: ChangeLog 
        guile-core/doc/sources: ChangeLog 
        guile-core/doc/tutorial: ChangeLog 
Removed files:
        guile-core/doc : AUTHORS 

Log message:
        * Fix doc snapshot build problems by avoiding use of ../AUTHORS file.
        * Use TEXINFO_TEX to avoid shipping multiple copies of texinfo.tex.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/doc/ChangeLog.diff?cvsroot=OldCVS&tr1=1.116&tr2=1.117&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/doc/mltext.texi.diff?cvsroot=OldCVS&tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/doc/goops/ChangeLog.diff?cvsroot=OldCVS&tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/doc/goops/Makefile.am.diff?cvsroot=OldCVS&tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/doc/goops/goops.texi.diff?cvsroot=OldCVS&tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/doc/r5rs/ChangeLog.diff?cvsroot=OldCVS&tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/doc/r5rs/Makefile.am.diff?cvsroot=OldCVS&tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/doc/ref/ChangeLog.diff?cvsroot=OldCVS&tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/doc/ref/Makefile.am.diff?cvsroot=OldCVS&tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/doc/ref/guile.texi.diff?cvsroot=OldCVS&tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/doc/ref/intro.texi.diff?cvsroot=OldCVS&tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/doc/sources/ChangeLog.diff?cvsroot=OldCVS&tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/doc/tutorial/ChangeLog.diff?cvsroot=OldCVS&tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/doc/tutorial/Makefile.am.diff?cvsroot=OldCVS&tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/doc/tutorial/guile-tut.texi.diff?cvsroot=OldCVS&tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: guile/guile-core/doc/ChangeLog
diff -u guile/guile-core/doc/ChangeLog:1.116 
guile/guile-core/doc/ChangeLog:1.117
--- guile/guile-core/doc/ChangeLog:1.116        Fri Aug 24 03:16:15 2001
+++ guile/guile-core/doc/ChangeLog      Mon Aug 27 14:25:44 2001
@@ -1,3 +1,11 @@
+2001-08-27  Neil Jerram  <address@hidden>
+
+       * mltext.texi (Guile Character Properties): Fix `hexidecimal'
+       spelling errors (merge from stable branch).
+
+       * AUTHORS: Removed.  Authorship information for each manual is now
+       in the top-level Texinfo file for that manual.
+
 2001-08-24  Neil Jerram  <address@hidden>
 
        * Makefile.am: Split documentation into per-manual subdirectories.
Index: guile/guile-core/doc/goops/Makefile.am
diff -u guile/guile-core/doc/goops/Makefile.am:1.1 
guile/guile-core/doc/goops/Makefile.am:1.2
--- guile/guile-core/doc/goops/Makefile.am:1.1  Fri Aug 24 03:16:15 2001
+++ guile/guile-core/doc/goops/Makefile.am      Mon Aug 27 14:25:44 2001
@@ -23,7 +23,9 @@
 
 info_TEXINFOS = goops.texi
 
-goops_TEXINFOS = goops-tutorial.texi hierarchy.eps hierarchy.txt ../AUTHORS
+goops_TEXINFOS = goops-tutorial.texi hierarchy.eps hierarchy.txt
+
+TEXINFO_TEX = ../ref/texinfo.tex
 
 # Optionally support building an HTML version of the manual.
 
Index: guile/guile-core/doc/goops/goops.texi
diff -u guile/guile-core/doc/goops/goops.texi:1.2 
guile/guile-core/doc/goops/goops.texi:1.3
--- guile/guile-core/doc/goops/goops.texi:1.2   Fri Aug 24 03:16:15 2001
+++ guile/guile-core/doc/goops/goops.texi       Mon Aug 27 14:25:44 2001
@@ -40,7 +40,22 @@
 @titlepage
 @title Goops Manual
 @subtitle For use with GOOPS @value{VERSION}
address@hidden ../AUTHORS
+
address@hidden AUTHORS
+
address@hidden The GOOPS tutorial was written by Christian Lynbech and Mikael
address@hidden Djurfeldt, who also wrote GOOPS itself.  The GOOPS reference 
manual
address@hidden and MOP documentation were written by Neil Jerram and reviewed by
address@hidden Mikael Djurfeldt.
+
address@hidden Christian Lynbech
address@hidden @email{chl@@tbit.dk}
address@hidden
address@hidden Mikael Djurfeldt
address@hidden @email{djurfeldt@@nada.kth.se}
address@hidden
address@hidden Neil Jerram
address@hidden @email{neil@@ossau.uklinux.net}
 
 @c  The following two commands
 @c  start the copyright page.
Index: guile/guile-core/doc/mltext.texi
diff -u guile/guile-core/doc/mltext.texi:1.1 
guile/guile-core/doc/mltext.texi:1.2
--- guile/guile-core/doc/mltext.texi:1.1        Fri Mar  9 00:22:00 2001
+++ guile/guile-core/doc/mltext.texi    Mon Aug 27 14:25:44 2001
@@ -53,7 +53,7 @@
 @end deftypefn
 
 @deftypefn {Libguile Function} int scm_mb_isxdigit (scm_mb_char_t @var{c})
-Return non-zero iff @var{c} is a hexidecimal digit.
+Return non-zero iff @var{c} is a hexadecimal digit.
 @end deftypefn
 
 @deftypefn {Libguile Function} int scm_mb_isdefined (scm_mb_char_t @var{c})
@@ -69,7 +69,7 @@
 @end deftypefn
 
 @deftypefn {Libguile Function} in scm_mb_digit_value (scm_mb_char_t @var{c})
-If @var{c} is a hexidecimal digit (according to
+If @var{c} is a hexadecimal digit (according to
 @code{scm_mb_isxdigit}), then return its numeric value.  Otherwise
 return -1.
 @end deftypefn
Index: guile/guile-core/doc/r5rs/Makefile.am
diff -u guile/guile-core/doc/r5rs/Makefile.am:1.1 
guile/guile-core/doc/r5rs/Makefile.am:1.2
--- guile/guile-core/doc/r5rs/Makefile.am:1.1   Fri Aug 24 03:16:15 2001
+++ guile/guile-core/doc/r5rs/Makefile.am       Mon Aug 27 14:25:44 2001
@@ -22,3 +22,5 @@
 AUTOMAKE_OPTIONS = gnu
 
 info_TEXINFOS = r5rs.texi
+
+TEXINFO_TEX = ../ref/texinfo.tex
Index: guile/guile-core/doc/ref/Makefile.am
diff -u guile/guile-core/doc/ref/Makefile.am:1.1 
guile/guile-core/doc/ref/Makefile.am:1.2
--- guile/guile-core/doc/ref/Makefile.am:1.1    Fri Aug 24 03:16:15 2001
+++ guile/guile-core/doc/ref/Makefile.am        Mon Aug 27 14:25:44 2001
@@ -32,8 +32,7 @@
        scheme-reading.texi scheme-indices.texi slib.texi posix.texi \
        expect.texi scsh.texi tcltk.texi scripts.texi gh.texi scm.texi \
        appendices.texi indices.texi script-getopt.texi data-rep.texi \
-       extend.texi repl-modules.texi srfi-modules.texi misc-modules.texi \
-       ../AUTHORS
+       extend.texi repl-modules.texi srfi-modules.texi misc-modules.texi
 
 # Optionally support building an HTML version of the reference manual.
 
Index: guile/guile-core/doc/ref/guile.texi
diff -u guile/guile-core/doc/ref/guile.texi:1.2 
guile/guile-core/doc/ref/guile.texi:1.3
--- guile/guile-core/doc/ref/guile.texi:1.2     Fri Aug 24 03:16:15 2001
+++ guile/guile-core/doc/ref/guile.texi Mon Aug 27 14:25:44 2001
@@ -80,9 +80,60 @@
 @sp 10
 @comment The title is printed in a large font.
 @title Guile Reference Manual
address@hidden $Id: guile.texi,v 1.2 2001/08/24 10:16:15 ossau Exp $
address@hidden $Id: guile.texi,v 1.3 2001/08/27 21:25:44 ossau Exp $
 @subtitle For use with Guile @value{VERSION}
address@hidden ../AUTHORS
+
address@hidden AUTHORS
+
address@hidden The Guile reference and tutorial manuals were written and edited
address@hidden largely by Mark Galassi and Jim Blandy.  In particular, Jim 
wrote the
address@hidden original tutorial on Guile's data representation and the C API 
for
address@hidden accessing Guile objects.
+
address@hidden Significant portions were contributed by Gary Houston 
(contributions
address@hidden to posix system calls and networking, expect, I/O internals and
address@hidden extensions, slib installation, error handling) and Tim Pierce
address@hidden (sections on script interpreter triggers, alists, function 
tracing).
+
address@hidden Tom Lord contributed a great deal of material with early Guile
address@hidden snapshots; although most of this text has been rewritten, all of 
it
address@hidden was important, and some of the structure remains.
+
address@hidden Aubrey Jaffer wrote the SCM Scheme implementation and manual upon
address@hidden which the Guile program and manual are based.  Some portions of 
the
address@hidden SCM and SLIB manuals have been included here verbatim.
+
address@hidden Since Guile 1.4, Neil Jerram has been maintaining and improving 
the
address@hidden reference manual.  Among other contributions, he wrote the Basic
address@hidden Ideas chapter, developed the tools for keeping the manual in sync
address@hidden with snarfed libguile docstrings, and reorganized the structure 
so as
address@hidden to accommodate docstrings for all Guile's primitives.
+
address@hidden Martin Grabmueller has made substantial contributions throughout 
the
address@hidden reference manual in preparation for the Guile 1.6 release, 
including
address@hidden filling out a lot of the documentation of Scheme data types, 
control
address@hidden mechanisms and procedures.  In addition, he wrote the 
documentation
address@hidden for Guile's SRFI modules and modules associated with the Guile 
REPL.
+
address@hidden Mark Galassi
address@hidden Cygnus Solution and Los Alamos National Laboratory
address@hidden @email{rosalia@@cygnus.com}
address@hidden
address@hidden Jim Blandy
address@hidden Free Software Foundation and MIT AI Lab
address@hidden @email{jimb@@red-bean.com}
address@hidden
address@hidden Gary Houston
address@hidden @email{ghouston@@arglist.com}
address@hidden
address@hidden Tim Pierce
address@hidden @email{twp@@skepsis.com}
address@hidden
address@hidden Neil Jerram
address@hidden @email{neil@@ossau.uklinux.net}
address@hidden
address@hidden Martin Grabmueller
address@hidden @email{mgrabmue@@cs.tu-berlin.de}
 
 @c The following two commands start the copyright page.
 @page
Index: guile/guile-core/doc/ref/intro.texi
diff -u guile/guile-core/doc/ref/intro.texi:1.1 
guile/guile-core/doc/ref/intro.texi:1.2
--- guile/guile-core/doc/ref/intro.texi:1.1     Fri Aug 24 02:40:29 2001
+++ guile/guile-core/doc/ref/intro.texi Mon Aug 27 14:25:44 2001
@@ -1,4 +1,4 @@
address@hidden $Id: intro.texi,v 1.1 2001/08/24 09:40:29 ossau Exp $
address@hidden $Id: intro.texi,v 1.2 2001/08/27 21:25:44 ossau Exp $
 
 @page
 @node What is Guile?
@@ -359,7 +359,7 @@
 against the Guile object code library, @code{libguile}.
 
 On most systems, you should not need to do tell the compiler and linker
-explicitely where they can find @file{libguile.h} and @file{libguile}.
+explicitly where they can find @file{libguile.h} and @file{libguile}.
 When Guile has been installed in a peculiar way, or when you are on a
 peculiar system, things might not be so easy and you might need to pass
 additional @code{-I} or @code{-L} options to the compiler.  Guile
@@ -410,7 +410,7 @@
 garbage collector scans the stack to find all local variables that
 reference Scheme objects.  To do this, it needs to know the bounds of
 the stack that might contain such references.  Because there is no
-protable way in C to find the base of the stack, @code{scm_boot_guile}
+portable way in C to find the base of the stack, @code{scm_boot_guile}
 assumes that all references are above its own stack frame.  If you try
 to manipulate Scheme objects after this function returns, it's the luck
 of the draw whether Guile's storage manager will be able to find the
@@ -632,7 +632,7 @@
 to convert the arguments and return values of the functions from Scheme
 to C and back.  Additionally, we need a function that will add them to
 the set of Guile primitives.  Because this is just an example, we will
-only implement this for the @code{j0} function, tho.
+only implement this for the @code{j0} function.
 
 Consider the following file @file{bessel.c}.
 
@@ -729,7 +729,7 @@
 Suppose you want to use the procedures and variables exported by the
 module @code{(ice-9 popen)}, which provides the means for communicating
 with other processes over pipes.  Add the following line to your
-currently running Guile REPL or the top of you script file.
+currently running Guile REPL or the top of your script file.
 
 @lisp
 (use-modules (ice-9 popen))
@@ -840,7 +840,7 @@
 put the new definition for @code{j0} into it, just as we want it.
 
 The definitions made in the C code are not automatically exported from
-a module.  You need to explicitely list the ones you want to export in
+a module.  You need to explicitly list the ones you want to export in
 @code{export} statements or with the @code{:export} option of
 @code{define-module}.
 
@@ -961,7 +961,7 @@
 miss it.  But if the bug is incorrect results, the maintainer might fail
 to notice what is wrong.  Why leave it to chance?
 
-If the manifestation of the bug is an Guile error message, it is
+If the manifestation of the bug is a Guile error message, it is
 important to report the precise text of the error message, and a
 backtrace showing how the Scheme program arrived at the error.
 
@@ -978,7 +978,7 @@
 occur.
 
 @item
-If the problem does depend on an init file or other Lisp programs that
+If the problem does depend on an init file or other Scheme programs that
 are not part of the standard Guile distribution, then you should make
 sure it is not a bug in those programs by complaining to their
 maintainers first.  After they verify that they are using Guile in a way
@@ -988,7 +988,7 @@
 If you wish to mention something in the Guile source, show the line of
 code with a few lines of context.  Don't just give a line number.
 
-The line numbers in the development sources don't match those in your
+The line numbers in the development sources might not match those in your
 sources.  It would take extra work for the maintainers to determine what
 code is in your version at a given line number, and we could not be
 certain.
@@ -1001,8 +1001,7 @@
 including the GDB manual in online form, in most of the same places you
 can find the Guile distribution.  To run Guile under GDB, you should
 switch to the @file{libguile} subdirectory in which Guile was compiled, then
-do @code{gdb .libs/guile}.
address@hidden fixme: libguile/.libs is for libtool-enabled systems -- what 
about rest?
+do @code{gdb guile} or @code{gdb .libs/guile} (if using GNU Libtool).
 
 However, you need to think when you collect the additional information
 if you want it to show what causes the bug.
Index: guile/guile-core/doc/tutorial/Makefile.am
diff -u guile/guile-core/doc/tutorial/Makefile.am:1.1 
guile/guile-core/doc/tutorial/Makefile.am:1.2
--- guile/guile-core/doc/tutorial/Makefile.am:1.1       Fri Aug 24 03:16:15 2001
+++ guile/guile-core/doc/tutorial/Makefile.am   Mon Aug 27 14:25:44 2001
@@ -23,7 +23,7 @@
 
 info_TEXINFOS = guile-tut.texi
 
-guile_tut_TEXINFOS = ../AUTHORS
+TEXINFO_TEX = ../ref/texinfo.tex
 
 # Optionally support building an HTML version of the reference manual.
 
Index: guile/guile-core/doc/tutorial/guile-tut.texi
diff -u guile/guile-core/doc/tutorial/guile-tut.texi:1.3 
guile/guile-core/doc/tutorial/guile-tut.texi:1.4
--- guile/guile-core/doc/tutorial/guile-tut.texi:1.3    Fri Aug 24 04:06:33 2001
+++ guile/guile-core/doc/tutorial/guile-tut.texi        Mon Aug 27 14:25:44 2001
@@ -27,7 +27,10 @@
 @title Guile Tutorial
 @subtitle For use with Guile @value{VERSION}
 @subtitle Last updated @value{UPDATED}
address@hidden ../AUTHORS
+
address@hidden Mark Galassi
address@hidden Cygnus Solutions and Los Alamos National Laboratory
address@hidden @email{rosalia@@nis.lanl.gov}
 
 @page
 @vskip 0pt plus 1filll



reply via email to

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