aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2010-03-15 11:51:48 -0400
committerChong Yidong2010-03-15 11:51:48 -0400
commit35cd7cd68e92e4f364bde2875a02780f2caf6197 (patch)
tree1d29a87cd1a2d5b66bcb151129055af9c200b413 /src/ChangeLog
parent3af45ae1a659c88e12db23c739ea4bd353674b91 (diff)
downloademacs-35cd7cd68e92e4f364bde2875a02780f2caf6197.tar.gz
emacs-35cd7cd68e92e4f364bde2875a02780f2caf6197.zip
Fix bug in `format' (Bug#5710).
* editfns.c (Fformat): Account for string precision when computing field width (Bug#5710).
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 ce4fe1cd7b4..d8369bb9a20 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12010-03-15 Andreas Politz <politza@fh-trier.de> (tiny change)
2
3 * editfns.c (Fformat): Account for string precision when computing
4 field width (Bug#5710).
5
12010-03-05 Stefan Monnier <monnier@iro.umontreal.ca> 62010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
2 7
3 Make it possible to C-g in a tight bytecode loop again (bug#5680). 8 Make it possible to C-g in a tight bytecode loop again (bug#5680).