diff options
| author | Jay Belanger | 2007-08-15 15:47:45 +0000 |
|---|---|---|
| committer | Jay Belanger | 2007-08-15 15:47:45 +0000 |
| commit | 42964ef859eef3aeb1e31f62a34b2e3ead9103e0 (patch) | |
| tree | d1be749a6a0a95c7238c190cbadd75054025f335 /lisp | |
| parent | a21f3259fd6496941758b303448eb580f7edae07 (diff) | |
| download | emacs-42964ef859eef3aeb1e31f62a34b2e3ead9103e0.tar.gz emacs-42964ef859eef3aeb1e31f62a34b2e3ead9103e0.zip | |
(Basic Operations on Units): Mention exact versus inexact conversions.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d0b2860a3ae..f3ea32c1580 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com> | ||
| 2 | |||
| 3 | * calc/calc-units.el (math-standard-units): Update values. | ||
| 4 | Put in exact, rational values when possible. | ||
| 5 | (math-unit-prefixes): Replace floats with powers of ten. | ||
| 6 | (math-standard-units-systems): Replace floats with integers. | ||
| 7 | (math-make-unit-string): Remove extra spaces in output. | ||
| 8 | |||
| 1 | 2007-08-15 Glenn Morris <rgm@gnu.org> | 9 | 2007-08-15 Glenn Morris <rgm@gnu.org> |
| 2 | 10 | ||
| 3 | * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even | 11 | * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even |