diff options
| author | Jay Belanger | 2004-11-08 00:27:05 +0000 |
|---|---|---|
| committer | Jay Belanger | 2004-11-08 00:27:05 +0000 |
| commit | bd6bda79c3231b44165a0ca865ac532f4cde1f29 (patch) | |
| tree | 9816e36d6a451da5c7a3bf7c96e3cfe4750554db /lisp | |
| parent | 4710da05cb3e569a3701b06b83a16a63cc3ac24c (diff) | |
| download | emacs-bd6bda79c3231b44165a0ca865ac532f4cde1f29.tar.gz emacs-bd6bda79c3231b44165a0ca865ac532f4cde1f29.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2416aeb0415..e7b6826c212 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2004-11-08 Jay Belanger <belanger@truman.edu> | ||
| 2 | |||
| 3 | * calc/calcalg2.el (math-linear-subst-tried): New variable. | ||
| 4 | (math-do-integral): Set `math-linear-subst-tried' to nil. | ||
| 5 | (math-do-integral-methods): Use `math-linear-subst-tried' to | ||
| 6 | determine what type of substitution to try. | ||
| 7 | (math-integ-try-linear-substituion): Set | ||
| 8 | `math-linear-subst-tried' to t. | ||
| 9 | |||
| 1 | 2004-11-08 Kim F. Storm <storm@cua.dk> | 10 | 2004-11-08 Kim F. Storm <storm@cua.dk> |
| 2 | 11 | ||
| 3 | * Makefile.in (bootstrap-clean): New target for 'make bootstrap'. | 12 | * Makefile.in (bootstrap-clean): New target for 'make bootstrap'. |