diff options
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 83f8a0e1cf0..a25bda7392f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2004-06-03 David Kastrup <dak@gnu.org> | ||
| 2 | |||
| 3 | * woman.el (woman-mapcan): More concise code. | ||
| 4 | (woman-topic-all-completions, woman-topic-all-completions-1) | ||
| 5 | (woman-topic-all-completions-merge): Replace by a simpler and | ||
| 6 | much faster implementation based on O(n log n) sort/merge instead | ||
| 7 | of the old O(n^2) behavior. | ||
| 8 | |||
| 1 | 2004-06-03 Miles Bader <miles@gnu.org> | 9 | 2004-06-03 Miles Bader <miles@gnu.org> |
| 2 | 10 | ||
| 3 | * subr.el (read-number): Use canonical format for default in prompt. | 11 | * subr.el (read-number): Use canonical format for default in prompt. |