changeset 75952:bf9581a17f60

*** empty log message ***
author Andreas Schwab <schwab@suse.de>
date Fri, 16 Feb 2007 13:21:59 +0000
parents cc22dbc5d5a3
children 6f45466672db
files lispref/ChangeLog src/ChangeLog
diffstat 2 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/ChangeLog	Fri Feb 16 13:21:44 2007 +0000
+++ b/lispref/ChangeLog	Fri Feb 16 13:21:59 2007 +0000
@@ -1,3 +1,7 @@
+2007-02-16  Andreas Schwab  <schwab@suse.de>
+
+	* strings.texi (Formatting Strings): Document '+' flag.
+
 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
 
 	* strings.texi (Modifying Strings): Clarify that `clear-string'
--- a/src/ChangeLog	Fri Feb 16 13:21:44 2007 +0000
+++ b/src/ChangeLog	Fri Feb 16 13:21:59 2007 +0000
@@ -1,3 +1,8 @@
+2007-02-16  Andreas Schwab  <schwab@suse.de>
+
+	* editfns.c (Fformat): Add support for '+' flag.
+	* doprnt.c (doprnt1): Likewise.  Fix overflow checking.
+
 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
 
 	* s/umips.h: Unused file removed.