diff options
| author | Jay Belanger | 2010-08-08 21:30:10 -0500 |
|---|---|---|
| committer | Jay Belanger | 2010-08-08 21:30:10 -0500 |
| commit | 443c2c0301d7d69efa875510d7a4530573b5e76c (patch) | |
| tree | a9a815915ee6901b200a875969cd18bf4d97ef0e | |
| parent | fc5604453eda2964a7e0cce23a133672309febac (diff) | |
| download | emacs-443c2c0301d7d69efa875510d7a4530573b5e76c.tar.gz emacs-443c2c0301d7d69efa875510d7a4530573b5e76c.zip | |
calc.texi (Customizing Calc): Rearrange description of new
variables to match the presentation of other variables.
| -rw-r--r-- | doc/misc/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/misc/calc.texi | 3 | ||||
| -rw-r--r-- | lisp/calc/README | 2 |
3 files changed, 9 insertions, 1 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 56dd6336108..67de15fd2f8 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-08-09 Jay Belanger <jay.p.belanger@gmail.com> | ||
| 2 | |||
| 3 | * calc.texi (Customizing Calc): Rearrange description of new | ||
| 4 | variables to match the presentation of other variables. | ||
| 5 | |||
| 1 | 2010-08-08 Juanma Barranquero <lekktu@gmail.com> | 6 | 2010-08-08 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 7 | ||
| 3 | * org.texi (Footnotes, Tables in HTML export): Fix typos. | 8 | * org.texi (Footnotes, Tables in HTML export): Fix typos. |
diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi index 5e4fc5c8486..f0b79e95dc8 100644 --- a/doc/misc/calc.texi +++ b/doc/misc/calc.texi | |||
| @@ -35214,6 +35214,7 @@ and @code{calc-embedded-open-close-plain-alist}. | |||
| 35214 | @defvar calc-highlight-selections-with-faces | 35214 | @defvar calc-highlight-selections-with-faces |
| 35215 | @defvarx calc-selected-face | 35215 | @defvarx calc-selected-face |
| 35216 | @defvarx calc-nonselected-face | 35216 | @defvarx calc-nonselected-face |
| 35217 | See @ref{Displaying Selections}.@* | ||
| 35217 | The variable @code{calc-highlight-selections-with-faces} | 35218 | The variable @code{calc-highlight-selections-with-faces} |
| 35218 | determines how selected sub-formulas are distinguished. | 35219 | determines how selected sub-formulas are distinguished. |
| 35219 | If @code{calc-highlight-selections-with-faces} is nil, then | 35220 | If @code{calc-highlight-selections-with-faces} is nil, then |
| @@ -35224,7 +35225,7 @@ If @code{calc-highlight-selections-with-faces} is t, | |||
| 35224 | then a selected sub-formula is distinguished either by displaying the | 35225 | then a selected sub-formula is distinguished either by displaying the |
| 35225 | non-selected portion of the formula with @code{calc-nonselected-face} | 35226 | non-selected portion of the formula with @code{calc-nonselected-face} |
| 35226 | or by displaying the selected sub-formula with | 35227 | or by displaying the selected sub-formula with |
| 35227 | @code{calc-nonselected-face}. (@pxref{Displaying Selections}.) | 35228 | @code{calc-nonselected-face}. |
| 35228 | @end defvar | 35229 | @end defvar |
| 35229 | 35230 | ||
| 35230 | @defvar calc-multiplication-has-precedence | 35231 | @defvar calc-multiplication-has-precedence |
diff --git a/lisp/calc/README b/lisp/calc/README index 4b32ada63ad..cf3a697c5d7 100644 --- a/lisp/calc/README +++ b/lisp/calc/README | |||
| @@ -74,6 +74,8 @@ Summary of changes to "Calc" | |||
| 74 | 74 | ||
| 75 | Emacs 24.1 | 75 | Emacs 24.1 |
| 76 | 76 | ||
| 77 | * Added option to highlight selections using faces. | ||
| 78 | |||
| 77 | * Gave `calc-histogram' the option of using a vector to determine the bins. | 79 | * Gave `calc-histogram' the option of using a vector to determine the bins. |
| 78 | 80 | ||
| 79 | * Added "O" option prefix. | 81 | * Added "O" option prefix. |