NEWS
changeset 20951 868120282837
parent 20919 dab803075c62
child 20988 0887d0dd3210
--- a/NEWS	Tue Oct 10 13:59:12 2006 +0200
+++ b/NEWS	Tue Oct 10 13:59:13 2006 +0200
@@ -632,6 +632,14 @@
 
 * Pure/library:
 
+gen_rem(s) abandoned in favour of remove / subtract.
+INCOMPATIBILITY:
+rewrite "gen_rem eq (xs, x)" to "remove (eq o swap) x xs"
+rewrite "gen_rems eq (xs, ys)" to "subtract (eq o swap) ys xs"
+drop "swap" if "eq" is symmetric.
+
+* Pure/library:
+
 infixes ins ins_string ins_int have been abandoned in favour of insert.
 INCOMPATIBILITY: rewrite "x ins(_...) xs" to "insert (op =) x xs"