diff options
| author | Jay Belanger | 2012-08-01 13:24:13 -0500 |
|---|---|---|
| committer | Jay Belanger | 2012-08-01 13:24:13 -0500 |
| commit | 8e7046c395d80058a8a59525a965ff5c71c76cbc (patch) | |
| tree | ceb48cea6c13a742c066fa401a7e994e4e4f1cbf /doc/misc/ChangeLog | |
| parent | 0f6cabdbbb64e0e73a8b2b1a442e1e8a1083c547 (diff) | |
| download | emacs-8e7046c395d80058a8a59525a965ff5c71c76cbc.tar.gz emacs-8e7046c395d80058a8a59525a965ff5c71c76cbc.zip | |
calc.texi (Simplification modes): Mention "basic" simplification.
(The Calc Mode Line): Mention the mode line display for Basic
simplification mode.
(Simplify Formulas): Refer to 'algebraic' rather than 'default'
simplifications.
(Basic Simplifications): Rename from "Limited Simplifications"
Replace "limited" by "basic" throughout.
(Algebraic Simplifications): Indicate that the algebraic
simplifications are done by default.
(Unsafe Simplifications): Mention `m E'.
(Simplification of Units): Mention `m U'.
(Trigonometric/Hyperbolic Functions, Reducing and Mapping,
Kinds of Declarations, Functions for Declarations): Mention
"algebraic simplifications" instead of `a s'.
Diffstat (limited to 'doc/misc/ChangeLog')
| -rw-r--r-- | doc/misc/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index d0f60c60234..2efb00a4898 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com> | ||
| 2 | |||
| 3 | * calc.texi (Simplification modes): Mention "basic" simplification. | ||
| 4 | (The Calc Mode Line): Mention the mode line display for Basic | ||
| 5 | simplification mode. | ||
| 6 | (Simplify Formulas): Refer to 'algebraic' rather than 'default' | ||
| 7 | simplifications. | ||
| 8 | (Basic Simplifications): Rename from "Limited Simplifications" | ||
| 9 | Replace "limited" by "basic" throughout. | ||
| 10 | (Algebraic Simplifications): Indicate that the algebraic | ||
| 11 | simplifications are done by default. | ||
| 12 | (Unsafe Simplifications): Mention `m E'. | ||
| 13 | (Simplification of Units): Mention `m U'. | ||
| 14 | (Trigonometric/Hyperbolic Functions, Reducing and Mapping) | ||
| 15 | (Kinds of Declarations, Functions for Declarations): Mention | ||
| 16 | "algebraic simplifications" instead of `a s'. | ||
| 17 | |||
| 1 | 2012-07-30 Jay Belanger <jay.p.belanger@gmail.com> | 18 | 2012-07-30 Jay Belanger <jay.p.belanger@gmail.com> |
| 2 | 19 | ||
| 3 | * calc.texi (Getting Started, Tutorial): Change simulated | 20 | * calc.texi (Getting Started, Tutorial): Change simulated |