From d9fb83d94cfc634d7feba00ef2b1584be6ad9df5 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Mon, 23 Dec 1996 05:00:09 +0000 Subject: [PATCH] *** empty log message *** --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index c1d780b50..7ee34085f 100644 --- a/NEWS +++ b/NEWS @@ -113,6 +113,7 @@ refer to all Guile's other header files as . Guile's installation procedure puts libguile.h in $(includedir), and the rest in $(includedir)/libguile. + * Guile's delq, delv, delete functions, and their destructive counterparts, delq!, delv!, and delete!, now remove all matching elements from the list, not just the first. This matches the behavior