aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMichael Welsh Duggan2011-02-14 17:25:29 -0500
committerChong Yidong2011-02-14 17:25:29 -0500
commit75b43359dd68edd356d9f611ebc3dd5b477fa637 (patch)
tree2a2deaeb8fc360762e77a4596d6c7e1b65c511f9 /src/ChangeLog
parentaa0935b987a4a10e8adcd1af64ea4fc10e860e54 (diff)
downloademacs-75b43359dd68edd356d9f611ebc3dd5b477fa637.tar.gz
emacs-75b43359dd68edd356d9f611ebc3dd5b477fa637.zip
Fix use of dtoastr from gnulib.
* src/print.c (float_to_string): Ensure that a decimal point is printed if using dtoastr (Bug#8033).
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 2f5749238ff..e3a3137e482 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12011-02-14 Michael Welsh Duggan <md5i@md5i.com>
2
3 * print.c (float_to_string): Ensure that a decimal point is
4 printed if using dtoastr (Bug#8033).
5
12011-02-14 Eli Zaretskii <eliz@gnu.org> 62011-02-14 Eli Zaretskii <eliz@gnu.org>
2 7
3 * msdos.c (IT_frame_up_to_date): 8 * msdos.c (IT_frame_up_to_date):