aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Belanger2007-10-20 15:51:12 +0000
committerJay Belanger2007-10-20 15:51:12 +0000
commit437806ed0bcd3d7abef3c7dfb035ee78471eb105 (patch)
treee62a685045ac23bed2899871a9caaa96339721d5
parent9c26440366110bd020b105d8d9dc4519f7ea04bc (diff)
downloademacs-437806ed0bcd3d7abef3c7dfb035ee78471eb105.tar.gz
emacs-437806ed0bcd3d7abef3c7dfb035ee78471eb105.zip
Add some recent news.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/calc/README5
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 @@
12007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
2
3 * calc/README: Add recent news.
4
12007-10-20 Dan Nicolaescu <dann@ics.uci.edu> 52007-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.
72Summary of changes to "Calc" 72Summary 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
76Version 2.1: 81Version 2.1:
77 82