aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Belanger2007-11-16 04:27:57 +0000
committerJay Belanger2007-11-16 04:27:57 +0000
commite60594293d8c7be7fda2b26d02777bfe73fd5287 (patch)
tree65941050060248c75b313d9cfe398b48b860ba21
parent346e84693053848d3c690ef447d2651adcce46cc (diff)
downloademacs-e60594293d8c7be7fda2b26d02777bfe73fd5287.tar.gz
emacs-e60594293d8c7be7fda2b26d02777bfe73fd5287.zip
Mention menu.
-rw-r--r--lisp/ChangeLog7
-rw-r--r--lisp/calc/README2
2 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 93fe154e313..7e952a0cd3d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
2
3 * calc/calc-lang.el (math-oper-table): Fix typo.
4 Reduce precedence of "/" for TeX.
5
6 * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
7
12007-11-16 Juri Linkov <juri@jurta.org> 82007-11-16 Juri Linkov <juri@jurta.org>
2 9
3 * dired-aux.el (dired-read-shell-command-default): New function. 10 * dired-aux.el (dired-read-shell-command-default): New function.
diff --git a/lisp/calc/README b/lisp/calc/README
index dc474c43813..fbbd73b8fee 100644
--- a/lisp/calc/README
+++ b/lisp/calc/README
@@ -72,6 +72,8 @@ opinions.
72Summary of changes to "Calc" 72Summary of changes to "Calc"
73------- -- ------- -- ---- 73------- -- ------- -- ----
74 74
75* Added a menu.
76
75* Added logistic non-linear curves to curve-fitting. 77* Added logistic non-linear curves to curve-fitting.
76 78
77* Added option of plotting data points and curve when curve-fitting. 79* Added option of plotting data points and curve when curve-fitting.