diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/calc/README | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1e20685832e..fe88e6604b1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com> | ||
| 2 | |||
| 3 | * calc/README: Add recent news. | ||
| 4 | |||
| 1 | 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu> | 5 | 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 6 | ||
| 3 | * term/x-win.el (x-gtk-stock-map, icon-map-list) | 7 | * term/x-win.el (x-gtk-stock-map, icon-map-list) |
diff --git a/lisp/calc/README b/lisp/calc/README index bed46422972..55fa216497b 100644 --- a/lisp/calc/README +++ b/lisp/calc/README | |||
| @@ -72,6 +72,11 @@ opinions. | |||
| 72 | Summary of changes to "Calc" | 72 | Summary of changes to "Calc" |
| 73 | ------- -- ------- -- ---- | 73 | ------- -- ------- -- ---- |
| 74 | 74 | ||
| 75 | * Added logistic non-linear curves to curve-fitting. | ||
| 76 | |||
| 77 | * Added option of plotting data points and curve when curve-fitting. | ||
| 78 | |||
| 79 | * Made unit conversions exact when possible. | ||
| 75 | 80 | ||
| 76 | Version 2.1: | 81 | Version 2.1: |
| 77 | 82 | ||