]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJonathan Yavner <jyavner@member.fsf.org>
Sat, 24 Jan 2004 17:40:21 +0000 (17:40 +0000)
committerJonathan Yavner <jyavner@member.fsf.org>
Sat, 24 Jan 2004 17:40:21 +0000 (17:40 +0000)
etc/NEWS
src/ChangeLog

index 46e667a47c15c5037df727c8e1d0884465f0471e..79cae43174aa37b73ca8bde469b8d6c3695e8c80 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1790,6 +1790,11 @@ configuration files.
 \f
 * 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,
index a15f25fbde859d020b7e3531bd3c9357fa7b664b..6b94d2916c42fd409f845f766b09fd4d8f2c6487 100644 (file)
@@ -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