aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-07-04 11:27:14 +0000
committerDave Love2000-07-04 11:27:14 +0000
commitfca68a958a6ec9b002cd801ae37a1f8de0372df9 (patch)
treec2c09f97d2c1fc71a12dcc6a0f59657a4bcebdab
parentcb9222cf5b2b04e844914268c5727640b7be2521 (diff)
downloademacs-fca68a958a6ec9b002cd801ae37a1f8de0372df9.tar.gz
emacs-fca68a958a6ec9b002cd801ae37a1f8de0372df9.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog10
1 files changed, 7 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3df176e418a..1a7b88c78c1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,14 +1,18 @@
12000-06-29 Miles Bader <miles@lsi.nec.co.jp> 12000-07-04 Dave Love <fx@gnu.org>
2
3 * calendar/todo-mode.el: Replaced with a working version, based on
4 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
5
62000-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 15
102000-06-27 Miles Bader <miles@lsi.nec.co.jp>
11
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".