From 12cdb1c15ab31d8784625978d45a6e2ff5c0ba0d Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Wed, 23 May 2007 17:28:25 +0000 Subject: [PATCH] *** empty log message *** --- etc/TODO | 4 ++++ etc/compilation.txt | 1 + 2 files changed, 5 insertions(+) diff --git a/etc/TODO b/etc/TODO index e03c5d76a7f..85ce494c601 100644 --- a/etc/TODO +++ b/etc/TODO @@ -553,6 +553,10 @@ but which can also be used as a modifier). ** Cleanup all the GC_ mark bit stuff -- there is no longer any distinction since the mark bit is no longer stored in the Lisp_Object itself. +** Refine the `predicate' arg to read-file-name. + Currently, it mixes up the predicate to apply when doing completion and the + one to use when terminating the selection. + ** Merge ibuffer.el and buff-menu.el. More specifically do what's needed to make ibuffer.el the default, or just an extension of buff-menu.el. diff --git a/etc/compilation.txt b/etc/compilation.txt index 933b486bb0f..4b8990d5e39 100644 --- a/etc/compilation.txt +++ b/etc/compilation.txt @@ -404,6 +404,7 @@ Compilation killed at Wed Jul 20 12:20:10 Compilation terminated at Wed Jul 20 12:20:10 Compilation exited abnormally with code 1 at Wed Jul 20 12:21:12 Compilation finished at Thu Jul 21 15:02:15 +Compilation segmentation fault at Thu Jul 13 10:55:49 Copyright (C) 2004, 2005, 2006, 2007 -- 2.11.4.GIT