comparison src/ChangeLog @ 48764:4a69081f2ff4

(Fformat): Handle precision in string conversion specifiers like libc functions do (ie, print at most that many characters). From Matthew Swift <swift@alum.mit.edu>.
author Kai Großjohann <kgrossjo@eu.uu.net>
date Mon, 09 Dec 2002 10:44:25 +0000
parents adc625ac6c52
children 208d298f6d14
comparison
equal deleted inserted replaced
48763:6205a5d8527f 48764:4a69081f2ff4
1 2002-12-09 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de>
2
3 * editfns.c (Fformat): Handle precision in string conversion
4 specifiers like libc functions do (ie, print at most that many
5 characters). From Matthew Swift <swift@alum.mit.edu>.
6
1 2002-12-08 Richard M. Stallman <rms@gnu.org> 7 2002-12-08 Richard M. Stallman <rms@gnu.org>
2 8
3 * xdisp.c (row_containing_pos): Check more carefully 9 * xdisp.c (row_containing_pos): Check more carefully
4 whether charpos is really in the row before returning it. 10 whether charpos is really in the row before returning it.
5 11