comparison src/ChangeLog @ 107504:3c55036637ec

Fix bug in `format' (Bug#5710). * editfns.c (Fformat): Account for string precision when computing field width (Bug#5710).
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 15 Mar 2010 11:51:48 -0400
parents feb1bc86a749
children cd151730b160
comparison
equal deleted inserted replaced
107503:82e44180c8a6 107504:3c55036637ec
1 2010-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
1 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca> 6 2010-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).
4 * lisp.h (ELSE_PENDING_SIGNALS): New macro. 9 * lisp.h (ELSE_PENDING_SIGNALS): New macro.
5 (QUIT): Use it to consolidate code and remove redundancy. 10 (QUIT): Use it to consolidate code and remove redundancy.