aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorThien-Thi Nguyen2005-08-06 18:27:09 +0000
committerThien-Thi Nguyen2005-08-06 18:27:09 +0000
commitcac87e302e52bae078f22a786ca3d9e2407683c4 (patch)
treed6474ae024ee8a8e9d7a1522453e1b266b789cee /src/ChangeLog
parent3731a85096c5e067f05d53573e559d63c8860f15 (diff)
downloademacs-cac87e302e52bae078f22a786ca3d9e2407683c4.tar.gz
emacs-cac87e302e52bae078f22a786ca3d9e2407683c4.zip
(Fexpt): Use floats for negative exponent.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6d8608dde22..9ff58e7f5a8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12005-08-06 Thien-Thi Nguyen <ttn@gnu.org>
2
3 * floatfns.c (Fexpt): Use floats for negative
4 exponent (computing a root). Reported by D Goel.
5
12005-08-02 Richard M. Stallman <rms@gnu.org> 62005-08-02 Richard M. Stallman <rms@gnu.org>
2 7
3 * frame.c (Fframe_char_width): Doc fix. 8 * frame.c (Fframe_char_width): Doc fix.