# HG changeset patch # User David Kastrup # Date 1086292354 0 # Node ID 81ebee5ceac550f4543e7d1e43fe730dc7481cb7 # Parent 33cc2a0db36719939817845209d97ba8d6101dd7 *** empty log message *** diff -r 33cc2a0db367 -r 81ebee5ceac5 lisp/ChangeLog --- 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 + + * 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 * subr.el (read-number): Use canonical format for default in prompt.