+++
*** The function `eql' is now available without requiring the CL package.
++++
+*** The new function `memql' is like `memq', but uses `eql' for comparison,
+that is, floats are compared by value and other elements with `eq'.
+
+++
*** `makehash' is now obsolete. Use `make-hash-table' instead.
+2006-09-21 Kim F. Storm <storm@cua.dk>
+
+ * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
+ Suggested by Miles Bader.
+
+ * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
+ instead of add-to-list in the simple case.
+
2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
* delim-col.el : Fix X-URL comment.
+2006-09-21 Kim F. Storm <storm@cua.dk>
+
+ * lists.texi (Sets And Lists): Add memql.
+
2006-09-20 Richard Stallman <rms@gnu.org>
* windows.texi (Window Start): Minor cleanups.
+2006-09-21 Kim F. Storm <storm@cua.dk>
+
+ * fns.c (Fmemq): Refill doc string.
+ (Fmemql): New defun, like memq but using eql.
+ (syms_of_fns): Defsubr it.
+
2006-09-20 Kim F. Storm <storm@cua.dk>
* xdisp.c (pos_visible_p): CHARPOS < 0 means return info for