changeset 55894:81ebee5ceac5

*** empty log message ***
author David Kastrup <dak@gnu.org>
date Thu, 03 Jun 2004 19:52:34 +0000
parents 33cc2a0db367
children 576e3038e554
files lisp/ChangeLog
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
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.