| 
      
      
      From: Dieter K. <cra...@us...> - 2011-06-06 21:51:40
      
     | 
| This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Maxima, A Computer Algebra System".
The branch, master has been updated
       via  722d89f051dfa93ee0ec7c99d295a34e22ecb3c3 (commit)
       via  c109146bc068485f9813235c97ec93da7d18aeb0 (commit)
       via  dfbb0c08a89c038197f9c6680f115724c5467dd3 (commit)
       via  5e2b11ff15ffd14dd2d86a71df0f96aa42f2f8b7 (commit)
       via  b06ea1318f398c592c7c2e19b35195d200a3d869 (commit)
       via  411491a37d578cdc690a29fc41b9246d992b3a69 (commit)
      from  3e51e64e761e9b735c2c70d900548354926fdd8a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 722d89f051dfa93ee0ec7c99d295a34e22ecb3c3
Author: crategus <cra...@us...>
Date:   Mon Jun 6 23:47:27 2011 +0200
    Adding documentation from various files:
    
    from Miscellaneous.texi:
    infolists
    
    from Input.texi:
    read
    readonly
diff --git a/doc/info/Command.texi b/doc/info/Command.texi
index 52b7df4..a0c19f9 100644
--- a/doc/info/Command.texi
+++ b/doc/info/Command.texi
@@ -290,39 +290,6 @@ for documentation.  See also @mrefdot{describe}
 @closecatbox
 @end deffn
 
-@c NEEDS WORK, ESPECIALLY EXAMPLES
-
-@c -----------------------------------------------------------------------------
-@anchor{alias}
-@deffn {Function} alias (@var{new_name_1}, @var{old_name_1}, @dots{}, @var{new_name_n}, @var{old_name_n})
-
-provides an alternate name for a (user or system) function, variable, array,
-etc.  Any even number of arguments may be used.
-
-@opencatbox
-@category{Declarations and inferences}
-@closecatbox
-@end deffn
-
-@c -----------------------------------------------------------------------------
-@anchor{debugmode}
-@defvr {Option variable} debugmode
-Default value: @code{false}
-
-When a Maxima error occurs, Maxima will start the debugger if @code{debugmode}
-is @code{true}.  The user may enter commands to examine the call stack, set
-breakpoints, step through Maxima code, and so on.  See @code{debugging} for a
-list of debugger commands.
-
-Enabling @code{debugmode} will not catch Lisp errors.
-@c DO WE WANT TO SAY MORE ABOUT DEBUGGING LISP ERRORS ???
-@c I'M NOT CONVINCED WE WANT TO OPEN THAT CAN OF WORMS !!!
-
-@opencatbox
-@category{Debugging} @category{Global flags}
-@closecatbox
-@end defvr
-
 @c -----------------------------------------------------------------------------
 @anchor{inchar}
 @defvr {Option variable} inchar
@@ -358,6 +325,63 @@ See also @code{labels}.
 @closecatbox
 @end defvr
 
+@c -----------------------------------------------------------------------------
+@anchor{infolists}
+@defvr {System variable} infolists
+Default value: @code{[]}
+
+@code{infolists} is a list of the names of all of the information
+lists in Maxima. These are:
+
+@table @code
+@item labels
+All bound @code{%i}, @code{%o}, and @code{%t} labels.
+@item values
+All bound atoms which are user variables, not Maxima options or switches,
+created by @mref{:} or @mref{::} or functional binding.
+@c WHAT IS INTENDED BY "FUNCTIONAL BINDING" HERE ??
+@item functions
+All user-defined functions, created by @mref{:=} or @mrefdot{define}
+@item arrays
+All declared and undeclared arrays, created by @code{:}, @code{::}, or
+@code{:=}.
+@c AREN'T THERE OTHER MEANS OF CREATING ARRAYS ??
+@item macros
+All user-defined macro functions, created by @mrefdot{::=}
+@item myoptions
+All options ever reset by the user (whether or not they
+are later reset to their default values).
+@item rules
+All user-defined pattern matching and simplification rules, created
+by @mrefcomma{tellsimp} @mrefcomma{tellsimpafter} @mrefcomma{defmatch} or
+@mrefdot{defrule}
+@item aliases
+All atoms which have a user-defined alias, created by the @mrefcomma{alias}@w{}
+@mrefcomma{ordergreat} @mref{orderless} functions or by declaring the atom as a
+@mref{noun} with @mrefdot{declare}
+@item dependencies
+All atoms which have functional dependencies, created by the
+@mref{depends} or @mref{gradef} functions.
+@item gradefs
+All functions which have user-defined derivatives, created by the
+@mref{gradef} function.
+@c UMM, WE REALLY NEED TO BE SPECIFIC -- WHAT DOES "ETC" CONTAIN HERE ??
+@item props
+All atoms which have any property other than those mentioned above, such as
+properties established by @mref{atvalue} or @mref{matchdeclare}, etc.,
+as well as properties established in the @mref{declare} function.
+@item let_rule_packages
+All user-defined @mref{let} rule packages
+plus the special package @mrefdot{default_let_rule_package}
+(@code{default_let_rule_package} is the name of the rule package used when
+one is not explicitly set by the user.)
+@end table
+
+@opencatbox
+@category{Declarations and inferences} @category{Global variables}
+@closecatbox
+@end defvr
+
 @c REVIEW FOR ACCURACY AND COMPLETENESS
 @c THIS ITEM IS VERY IMPORTANT !!
 @c NEEDS EXAMPLES
@@ -681,6 +705,7 @@ cannot otherwise be displayed, i.e.  for @mrefcomma{atvalue}@w{}
 @end deffn
 
 @c -----------------------------------------------------------------------------
+@need 800
 @anchor{prompt}
 @defvr {Option variable} prompt
 Default value: @code{_}
@@ -711,27 +736,59 @@ return to the Maxima prompt.  If @code{*debugger-hook*} is @code{nil},
 @end deffn
 
 @c -----------------------------------------------------------------------------
-@anchor{remfunction}
-@deffn  {Function} remfunction (@var{f_1}, @dots{}, @var{f_n})
-@deffnx {Function} remfunction (all)
+@anchor{read}
+@deffn {Function} read (@var{expr_1}, @dots{}, @var{expr_n})
 
-Unbinds the function definitions of the symbols @var{f_1}, @dots{}, @var{f_n}.
-The arguments may be the names of ordinary functions (created by @mref{:=} or
-@mref{define}) or macro functions (created by @mref{::=}).
+Prints @var{expr_1}, @dots{}, @var{expr_n}, then reads one expression from the
+console and returns the evaluated expression.  The expression is terminated with
+a semicolon @code{;} or dollar sign @code{$}.
 
-@code{remfunction (all)} unbinds all function definitions.
+See also @mref{readonly}
 
-@code{remfunction} quotes its arguments.
+Example:
 
-@code{remfunction} returns a list of the symbols for which the function
-definition was unbound.  @code{false} is returned in place of any symbol for
-which there is no function definition.
+@example
+(%i1) foo: 42$ 
+(%i2) foo: read ("foo is", foo, " -- enter new value.")$
+foo is 42  -- enter new value. 
+(a+b)^3;
+(%i3) foo;
+                                     3
+(%o3)                         (b + a)
+@end example
 
-@code{remfunction} does not apply to array functions or subscripted functions.
-@mref{remarray} applies to those types of functions.
+@opencatbox
+@category{Console interaction}
+@closecatbox
+@end deffn
+
+@c -----------------------------------------------------------------------------
+@anchor{readonly}
+@deffn {Function} readonly (@var{expr_1}, @dots{}, @var{expr_n})
+
+Prints @var{expr_1}, @dots{}, @var{expr_n}, then reads one expression from the
+console and returns the expression (without evaluation).  The expression is
+terminated with a @code{;} (semicolon) or @code{$} (dollar sign).
+
+See also @mrefdot{read}
+
+Examples:
+
+@example
+(%i1) aa: 7$
+(%i2) foo: readonly ("Enter an expression:");
+Enter an expression: 
+2^aa;
+                                  aa
+(%o2)                            2
+(%i3) foo: read ("Enter an expression:");
+Enter an expression: 
+2^aa;
+(%o3)                            128
+@end example
 
 @opencatbox
-@category{Function definition}
+@category{Console interaction}
 @closecatbox
 @end deffn
 
commit c109146bc068485f9813235c97ec93da7d18aeb0
Author: crategus <cra...@us...>
Date:   Mon Jun 6 23:45:22 2011 +0200
    Moving the system variable infolists to Command.texi
diff --git a/doc/info/Miscellaneous.texi b/doc/info/Miscellaneous.texi
index b42b2d1..eb6145e 100644
--- a/doc/info/Miscellaneous.texi
+++ b/doc/info/Miscellaneous.texi
@@ -170,62 +170,6 @@ Examples:
 @end example
 @end deffn
 
-@c -----------------------------------------------------------------------------
-@anchor{infolists}
-@defvr {System variable} infolists
-Default value: @code{[]}
-
-@code{infolists} is a list of the names of all of the information
-lists in Maxima. These are:
-
-@table @code
-@item labels
-All bound @code{%i}, @code{%o}, and @code{%t} labels.
-@item values
-All bound atoms which are user variables, not Maxima
-options or switches, created by @code{:} or @code{::} or functional binding.
-@c WHAT IS INTENDED BY "FUNCTIONAL BINDING" HERE ??
-@item functions
-All user-defined functions, created by @code{:=} or @code{define}.
-@item arrays
-All declared and undeclared arrays, created by @code{:}, @code{::}, or
-@code{:=}.
-@c AREN'T THERE OTHER MEANS OF CREATING ARRAYS ??
-@item macros
-All user-defined macro functions.
-@item myoptions
-All options ever reset by the user (whether or not they
-are later reset to their default values).
-@item rules
-All user-defined pattern matching and simplification rules, created
-by @code{tellsimp}, @code{tellsimpafter}, @code{defmatch}, or @code{defrule}.
-@item aliases
-All atoms which have a user-defined alias, created by the @code{alias},
-@code{ordergreat}, @code{orderless} functions or by declaring the atom as a
-@code{noun} with @code{declare}.
-@item dependencies
-All atoms which have functional dependencies, created by the
-@code{depends} or @code{gradef} functions.
-@item gradefs
-All functions which have user-defined derivatives, created by the
-@code{gradef} function.
-@c UMM, WE REALLY NEED TO BE SPECIFIC -- WHAT DOES "ETC" CONTAIN HERE ??
-@item props
-All atoms which have any property other than those mentioned above, such as
-properties established by @code{atvalue} or @code{matchdeclare}, etc.,
-as well as properties established in the @code{declare} function.
-@item let_rule_packages
-All user-defined @code{let} rule packages
-plus the special package @code{default_let_rule_package}.
-(@code{default_let_rule_package} is the name of the rule package used when
-one is not explicitly set by the user.)
-@end table
-
-@opencatbox
-@category{Declarations and inferences} @category{Global variables}
-@closecatbox
-@end defvr
-
 @c CROSS REF TO WHICH FUNCTION OR FUNCTIONS ESTABLISH PROPERTIES !! (VERY IMPORTANT)
 @c NEEDS EXPANSION, CLARIFICATION, AND EXAMPLES
 
commit dfbb0c08a89c038197f9c6680f115724c5467dd3
Author: crategus <cra...@us...>
Date:   Mon Jun 6 23:44:24 2011 +0200
    Moving the functions read and readonly to Command.texi
diff --git a/doc/info/Input.texi b/doc/info/Input.texi
index ac3af80..7fed475 100644
--- a/doc/info/Input.texi
+++ b/doc/info/Input.texi
@@ -1482,59 +1482,6 @@ Examples:
 @end deffn
 
 @c -----------------------------------------------------------------------------
-@anchor{read}
-@deffn {Function} read (@var{expr_1}, @dots{}, @var{expr_n})
-
-Prints @var{expr_1}, @dots{}, @var{expr_n}, then reads one expression from the
-console and returns the evaluated expression.  The expression is terminated with
-a semicolon @code{;} or dollar sign @code{$}.
-
-See also @code{readonly}.
-
-@example
-(%i1) foo: 42$ 
-(%i2) foo: read ("foo is", foo, " -- enter new value.")$
-foo is 42  -- enter new value. 
-(a+b)^3;
-(%i3) foo;
-                                     3
-(%o3)                         (b + a)
-@end example
-
-@opencatbox
-@category{Console interaction}
-@closecatbox
-@end deffn
-
-@c -----------------------------------------------------------------------------
-@anchor{readonly}
-@deffn {Function} readonly (@var{expr_1}, @dots{}, @var{expr_n})
-
-Prints @var{expr_1}, @dots{}, @var{expr_n}, then reads one expression from the
-console and returns the expression (without evaluation).  The expression is
-terminated with a @code{;} (semicolon) or @code{$} (dollar sign).
-
-@example
-(%i1) aa: 7$
-(%i2) foo: readonly ("Enter an expression:");
-Enter an expression: 
-2^aa;
-                                  aa
-(%o2)                            2
-(%i3) foo: read ("Enter an expression:");
-Enter an expression: 
-2^aa;
-(%o3)                            128
-@end example
-
-See also @code{read}.
-
-@opencatbox
-@category{Console interaction}
-@closecatbox
-@end deffn
-
-@c -----------------------------------------------------------------------------
 @anchor{reveal}
 @deffn {Function} reveal (@var{expr}, @var{depth})
 
commit 5e2b11ff15ffd14dd2d86a71df0f96aa42f2f8b7
Author: crategus <cra...@us...>
Date:   Mon Jun 6 23:43:37 2011 +0200
    Moving the function remfunction from Command.texi
diff --git a/doc/info/Function.texi b/doc/info/Function.texi
index 96dc9f5..d6ba253 100644
--- a/doc/info/Function.texi
+++ b/doc/info/Function.texi
@@ -1939,6 +1939,31 @@ every time you take the first of a list of numbers.
 @closecatbox
 @end deffn
 
+@c -----------------------------------------------------------------------------
+@anchor{remfunction}
+@deffn  {Function} remfunction (@var{f_1}, @dots{}, @var{f_n})
+@deffnx {Function} remfunction (all)
+
+Unbinds the function definitions of the symbols @var{f_1}, @dots{}, @var{f_n}.
+The arguments may be the names of ordinary functions (created by @mref{:=} or
+@mref{define}) or macro functions (created by @mref{::=}).
+
+@code{remfunction (all)} unbinds all function definitions.
+
+@code{remfunction} quotes its arguments.
+
+@code{remfunction} returns a list of the symbols for which the function
+definition was unbound.  @code{false} is returned in place of any symbol for
+which there is no function definition.
+
+@code{remfunction} does not apply to array functions or subscripted functions.
+@mref{remarray} applies to those types of functions.
+
+@opencatbox
+@category{Function definition}
+@closecatbox
+@end deffn
+
 @c IS THERE ANY REASON TO SET transcompile: false ??
 @c MAYBE THIS VARIABLE COULD BE PERMANENTLY SET TO true AND STRUCK FROM THE DOCUMENTATION.
 
commit b06ea1318f398c592c7c2e19b35195d200a3d869
Author: crategus <cra...@us...>
Date:   Mon Jun 6 23:42:59 2011 +0200
    Moving the function alias from Command.texi
diff --git a/doc/info/Expressions.texi b/doc/info/Expressions.texi
index eb64636..55cec47 100644
--- a/doc/info/Expressions.texi
+++ b/doc/info/Expressions.texi
@@ -396,6 +396,20 @@ Incorrect syntax: # is not a prefix operator
 @section Functions and Variables for Expressions
 @c -----------------------------------------------------------------------------
 
+@c NEEDS WORK, ESPECIALLY EXAMPLES
+
+@c -----------------------------------------------------------------------------
+@anchor{alias}
+@deffn {Function} alias (@var{new_name_1}, @var{old_name_1}, @dots{}, @var{new_name_n}, @var{old_name_n})
+
+provides an alternate name for a (user or system) function, variable, array,
+etc.  Any even number of arguments may be used.
+
+@opencatbox
+@category{Declarations and inferences}
+@closecatbox
+@end deffn
+
 @c -----------------------------------------------------------------------------
 @anchor{at}
 @deffn  {Function} at (@var{expr}, [@var{eqn_1}, @dots{}, @var{eqn_n}])
commit 411491a37d578cdc690a29fc41b9246d992b3a69
Author: crategus <cra...@us...>
Date:   Mon Jun 6 23:42:12 2011 +0200
    Moving the option variable debugmode from Command.texi
diff --git a/doc/info/Debugging.texi b/doc/info/Debugging.texi
index b2f934a..2e1534f 100644
--- a/doc/info/Debugging.texi
+++ b/doc/info/Debugging.texi
@@ -203,6 +203,25 @@ completing the computation
 @c -----------------------------------------------------------------------------
 
 @c -----------------------------------------------------------------------------
+@anchor{debugmode}
+@defvr {Option variable} debugmode
+Default value: @code{false}
+
+When a Maxima error occurs, Maxima will start the debugger if @code{debugmode}
+is @code{true}.  The user may enter commands to examine the call stack, set
+breakpoints, step through Maxima code, and so on.  See @code{debugging} for a
+list of debugger commands.
+
+Enabling @code{debugmode} will not catch Lisp errors.
+@c DO WE WANT TO SAY MORE ABOUT DEBUGGING LISP ERRORS ???
+@c I'M NOT CONVINCED WE WANT TO OPEN THAT CAN OF WORMS !!!
+
+@opencatbox
+@category{Debugging} @category{Global flags}
+@closecatbox
+@end defvr
+
+@c -----------------------------------------------------------------------------
 @anchor{refcheck}
 @defvr {Option variable} refcheck
 Default value: @code{false}
-----------------------------------------------------------------------
Summary of changes:
 doc/info/Command.texi       |  151 +++++++++++++++++++++++++++++-------------
 doc/info/Debugging.texi     |   19 ++++++
 doc/info/Expressions.texi   |   14 ++++
 doc/info/Function.texi      |   25 +++++++
 doc/info/Input.texi         |   53 ---------------
 doc/info/Miscellaneous.texi |   56 ----------------
 6 files changed, 162 insertions(+), 156 deletions(-)
hooks/post-receive
-- 
Maxima, A Computer Algebra System
 |