# HG changeset patch # User Jonathan Yavner # Date 1074966021 0 # Node ID eb5675cfa62548f3d7387f31c230ab9f03cee5b6 # Parent 4f06a8a0e7a6f02c7f530e8f31ceac94ae652db1 *** empty log message *** diff -r 4f06a8a0e7a6 -r eb5675cfa625 etc/NEWS --- 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. diff -r 4f06a8a0e7a6 -r eb5675cfa625 src/ChangeLog --- 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 + + * editfns.c (Fformat): Make both passes accept the same set of flags. + 2004-01-23 Kenichi Handa * fns.c (Fmd5): If OBJECT is a buffer different from the current