diff options
| author | Jay Belanger | 2007-08-17 20:27:01 +0000 |
|---|---|---|
| committer | Jay Belanger | 2007-08-17 20:27:01 +0000 |
| commit | ef1ba5eb15c28c664d526b1a3e0e0104cc29fd3a (patch) | |
| tree | 0c1df70ff56fc4809b921ba8c96d75f90e4525a5 | |
| parent | 82472f457c8501bcf45484cfde2e56ec07d9f2af (diff) | |
| download | emacs-ef1ba5eb15c28c664d526b1a3e0e0104cc29fd3a.tar.gz emacs-ef1ba5eb15c28c664d526b1a3e0e0104cc29fd3a.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index df38de29e08..2d41cfb66d1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,8 +1,21 @@ | |||
| 1 | 2007-08-17 Jay Belanger <belanger@localhost.localdomain> | 1 | 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com> |
| 2 | 2 | ||
| 3 | * calc/calc-units.el (math-standard-units): Give exact | 3 | * calc/calc-units.el (math-standard-units): Give exact |
| 4 | conversion for tsp. | 4 | conversion for tsp. |
| 5 | 5 | ||
| 6 | * calc/calc.el (math-bignum-digit-length): Compute the | ||
| 7 | appropriate value. | ||
| 8 | |||
| 9 | * calc/calc-bin.el (math-bignum-logb-digit-size) | ||
| 10 | (math-bignum-digit-power-of-two): | ||
| 11 | * calc/calc-comb.el (math-small-factorial-table): | ||
| 12 | * calc/calc-ext.el (math-approx-pi,math-approx-sqrt-e) | ||
| 13 | (math-approx-gamma-const): | ||
| 14 | * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0) | ||
| 15 | (math-besY1, math-bernoulli-b-cache): | ||
| 16 | * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2): | ||
| 17 | Remove `eval-when-compile's. | ||
| 18 | |||
| 6 | 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change) | 19 | 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change) |
| 7 | 20 | ||
| 8 | * progmode/cperl-mode.el (cperl-look-at-leading-count) | 21 | * progmode/cperl-mode.el (cperl-look-at-leading-count) |