]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorDavid Kastrup <dak@gnu.org>
Thu, 3 Jun 2004 19:52:34 +0000 (19:52 +0000)
committerDavid Kastrup <dak@gnu.org>
Thu, 3 Jun 2004 19:52:34 +0000 (19:52 +0000)
lisp/ChangeLog

index 83f8a0e1cf05a15ff2933138c102f019d0c012b6..a25bda7392f692ad391e26ab9226bad32eb2aa29 100644 (file)
@@ -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.