From b19ac4751a43d78c7cc1cd008bf02b43d59132c6 Mon Sep 17 00:00:00 2001 From: Jonathan Yavner Date: Sat, 24 Jan 2004 17:40:21 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 5 +++++ src/ChangeLog | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index 46e667a47c1..79cae43174a 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1790,6 +1790,11 @@ configuration files. * 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, diff --git a/src/ChangeLog b/src/ChangeLog index a15f25fbde8..6b94d2916c4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 -- 2.39.2