# HG changeset patch # User Jay Belanger # Date 1281321010 18000 # Node ID 3783b558402bf53d6b1ed802d098d03d6866dc13 # Parent 028db67bd5dd4cef4acc83f612d4e4ce5a35d62b calc.texi (Customizing Calc): Rearrange description of new variables to match the presentation of other variables. diff -r 028db67bd5dd -r 3783b558402b doc/misc/ChangeLog --- a/doc/misc/ChangeLog Sun Aug 08 19:14:33 2010 -0400 +++ b/doc/misc/ChangeLog Sun Aug 08 21:30:10 2010 -0500 @@ -1,3 +1,8 @@ +2010-08-09 Jay Belanger + + * calc.texi (Customizing Calc): Rearrange description of new + variables to match the presentation of other variables. + 2010-08-08 Juanma Barranquero * org.texi (Footnotes, Tables in HTML export): Fix typos. diff -r 028db67bd5dd -r 3783b558402b doc/misc/calc.texi --- a/doc/misc/calc.texi Sun Aug 08 19:14:33 2010 -0400 +++ b/doc/misc/calc.texi Sun Aug 08 21:30:10 2010 -0500 @@ -35214,6 +35214,7 @@ @defvar calc-highlight-selections-with-faces @defvarx calc-selected-face @defvarx calc-nonselected-face +See @ref{Displaying Selections}.@* The variable @code{calc-highlight-selections-with-faces} determines how selected sub-formulas are distinguished. If @code{calc-highlight-selections-with-faces} is nil, then @@ -35224,7 +35225,7 @@ then a selected sub-formula is distinguished either by displaying the non-selected portion of the formula with @code{calc-nonselected-face} or by displaying the selected sub-formula with -@code{calc-nonselected-face}. (@pxref{Displaying Selections}.) +@code{calc-nonselected-face}. @end defvar @defvar calc-multiplication-has-precedence diff -r 028db67bd5dd -r 3783b558402b lisp/calc/README --- a/lisp/calc/README Sun Aug 08 19:14:33 2010 -0400 +++ b/lisp/calc/README Sun Aug 08 21:30:10 2010 -0500 @@ -74,6 +74,8 @@ Emacs 24.1 +* Added option to highlight selections using faces. + * Gave `calc-histogram' the option of using a vector to determine the bins. * Added "O" option prefix.