changeset 53688:eb5675cfa625

*** empty log message ***
author Jonathan Yavner <jyavner@member.fsf.org>
date Sat, 24 Jan 2004 17:40:21 +0000
parents 4f06a8a0e7a6
children 60657a16545c
files etc/NEWS src/ChangeLog
diffstat 2 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Sat Jan 24 17:39:47 2004 +0000
+++ b/etc/NEWS	Sat Jan 24 17:40:21 2004 +0000
@@ -1791,6 +1791,11 @@
 * Lisp Changes in Emacs 21.4
 
 +++
+** The flags, width, and precision options for %-specifications in function
+`format' are now documented.  Some flags that were accepted but not
+implemented (such as "*") are no longer accepted.
+
++++
 ** New function `delete-dups' destructively removes `equal' duplicates
 from a list.  Of several `equal' occurrences of an element in the list,
 the last one is kept.
--- a/src/ChangeLog	Sat Jan 24 17:39:47 2004 +0000
+++ b/src/ChangeLog	Sat Jan 24 17:40:21 2004 +0000
@@ -1,3 +1,7 @@
+2004-01-24  Jonathan Yavner  <jyavner@member.fsf.org>
+
+	* editfns.c (Fformat): Make both passes accept the same set of flags.
+
 2004-01-23  Kenichi Handa  <handa@m17n.org>
 
 	* fns.c (Fmd5): If OBJECT is a buffer different from the current