diff options
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | man/ChangeLog | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index adad7b65d30..0dd4acca1b9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | 2007-04-15 Jay Belanger <belanger@truman.edu> | 1 | 2007-04-15 Jay Belanger <belanger@truman.edu> |
| 2 | 2 | ||
| 3 | * calc/calc.el (calc-trail-mode): Shorten the title. | 3 | * calc/calc.el (calc-version): New function. |
| 4 | (calc-trail-mode): Shorten the title. | ||
| 4 | 5 | ||
| 5 | 2007-04-15 Chong Yidong <cyd@stupidchicken.com> | 6 | 2007-04-15 Chong Yidong <cyd@stupidchicken.com> |
| 6 | 7 | ||
diff --git a/man/ChangeLog b/man/ChangeLog index c8321474a49..b31152b9943 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -3,6 +3,8 @@ | |||
| 3 | * calc.texi (Title page): Remove the date. | 3 | * calc.texi (Title page): Remove the date. |
| 4 | (Basic Arithmetic): Emphasize that / binds less strongly than *. | 4 | (Basic Arithmetic): Emphasize that / binds less strongly than *. |
| 5 | (The Standard Calc Interface): Change trail title. | 5 | (The Standard Calc Interface): Change trail title. |
| 6 | (Floats): Mention that when non-decimal floats are entered, only | ||
| 7 | approximations are stored. | ||
| 6 | (Copying): Move to the appendices. | 8 | (Copying): Move to the appendices. |
| 7 | (GNU Free Documentation License): Add as an appendix. | 9 | (GNU Free Documentation License): Add as an appendix. |
| 8 | 10 | ||