comparison lisp/ChangeLog @ 30029:6742ca2adb2b

*** empty log message ***
author Dave Love <fx@gnu.org>
date Tue, 04 Jul 2000 11:27:14 +0000
parents 098362c40020
children cfe75bd98a52
comparison
equal deleted inserted replaced
30028:2a636f84f3c5 30029:6742ca2adb2b
1 2000-06-29 Miles Bader <miles@lsi.nec.co.jp> 1 2000-07-04 Dave Love <fx@gnu.org>
2
3 * calendar/todo-mode.el: Replaced with a working version, based on
4 revision 1.34 tidied up.
5
6 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
2 7
3 * paths.el (prune-directory-list): New function. 8 * paths.el (prune-directory-list): New function.
4 (Info-default-directory-list): Rewritten to more methodically 9 (Info-default-directory-list): Rewritten to more methodically
5 enumerate a big list of possible info directories (based on the 10 enumerate a big list of possible info directories (based on the
6 list used by the standalone info reader). 11 list used by the standalone info reader).
12
7 * info.el (info-initialize): Use prune-directory-list to remove 13 * info.el (info-initialize): Use prune-directory-list to remove
8 non-existant directories from Info-directory-list. 14 non-existant directories from Info-directory-list.
9
10 2000-06-27 Miles Bader <miles@lsi.nec.co.jp>
11 15
12 * paths.el (Info-default-directory-list): Try a list of possible 16 * paths.el (Info-default-directory-list): Try a list of possible
13 info-directories instead of a single one. Add the possible 17 info-directories instead of a single one. Add the possible
14 info directory "/usr/share/info". 18 info directory "/usr/share/info".
15 19