diff lisp/ChangeLog @ 55894:81ebee5ceac5

*** empty log message ***
author David Kastrup <dak@gnu.org>
date Thu, 03 Jun 2004 19:52:34 +0000
parents 3c32f5d8430f
children 7f92c3f5d841
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Jun 02 22:59:11 2004 +0000
+++ b/lisp/ChangeLog	Thu Jun 03 19:52:34 2004 +0000
@@ -1,3 +1,11 @@
+2004-06-03  David Kastrup  <dak@gnu.org>
+
+	* woman.el (woman-mapcan): More concise code.
+	(woman-topic-all-completions, woman-topic-all-completions-1)
+	(woman-topic-all-completions-merge): Replace by a simpler and
+	much faster implementation based on O(n log n) sort/merge instead
+	of the old O(n^2) behavior.
+
 2004-06-03  Miles Bader  <miles@gnu.org>
 
 	* subr.el (read-number): Use canonical format for default in prompt.