# HG changeset patch # User Miles Bader # Date 962686220 0 # Node ID 098362c400202c7e33d766fd07226f22f91e0852 # Parent fd781aee7a03534046c9264678fa616fb4c82743 *** empty log message *** diff -r fd781aee7a03 -r 098362c40020 lisp/ChangeLog --- a/lisp/ChangeLog Tue Jul 04 04:49:54 2000 +0000 +++ b/lisp/ChangeLog Tue Jul 04 04:50:20 2000 +0000 @@ -1,3 +1,24 @@ +2000-06-29 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". + + * woman.el (woman-man.conf-path): Explicitly include the debian + man-db config file "/etc/manpath.config". + (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as + are present in `manpath.config'. + (woman-manpath): Include "/usr/share/man". + 2000-07-03 Gerd Moellmann * frame.el (blink-cursor-mode): Don't hide cursor initially.