emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: David Kastrup
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Thu, 03 Jun 2004 15:53:29 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.6122 emacs/lisp/ChangeLog:1.6123
*** emacs/lisp/ChangeLog:1.6122 Wed Jun  2 22:44:41 2004
--- emacs/lisp/ChangeLog        Thu Jun  3 19:52:34 2004
***************
*** 1,3 ****
--- 1,11 ----
+ 2004-06-03  David Kastrup  <address@hidden>
+ 
+       * 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  <address@hidden>
  
        * subr.el (read-number): Use canonical format for default in prompt.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]