Mercurial > emacs
changeset 30021:098362c40020
*** empty log message ***
author | Miles Bader <miles@gnu.org> |
---|---|
date | Tue, 04 Jul 2000 04:50:20 +0000 |
parents | fd781aee7a03 |
children | 6a52904a743b |
files | lisp/ChangeLog |
diffstat | 1 files changed, 21 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <miles@lsi.nec.co.jp> + + * 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 <miles@lsi.nec.co.jp> + + * 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 <gerd@gnu.org> * frame.el (blink-cursor-mode): Don't hide cursor initially.