diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3df176e418a..1a7b88c78c1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,14 +1,18 @@ -2000-06-29 Miles Bader +2000-07-04 Dave Love + + * calendar/todo-mode.el: Replaced with a working version, based on + 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up. + +2000-07-03 Miles Bader * paths.el (prune-directory-list): New function. (Info-default-directory-list): Rewritten to more methodically enumerate a big list of possible info directories (based on the list used by the standalone info reader). + * info.el (info-initialize): Use prune-directory-list to remove non-existant directories from Info-directory-list. -2000-06-27 Miles Bader - * paths.el (Info-default-directory-list): Try a list of possible info-directories instead of a single one. Add the possible info directory "/usr/share/info".