aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2007-05-23 17:28:25 +0000
committerStefan Monnier2007-05-23 17:28:25 +0000
commit12cdb1c15ab31d8784625978d45a6e2ff5c0ba0d (patch)
tree8cd91fde959a8b111f929af7df31875d57809c0a
parent07e7a05a7f4e424551889e03dd7b345c4a69548f (diff)
downloademacs-12cdb1c15ab31d8784625978d45a6e2ff5c0ba0d.tar.gz
emacs-12cdb1c15ab31d8784625978d45a6e2ff5c0ba0d.zip
*** empty log message ***
-rw-r--r--etc/TODO4
-rw-r--r--etc/compilation.txt1
2 files changed, 5 insertions, 0 deletions
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).
553** Cleanup all the GC_ mark bit stuff -- there is no longer any distinction 553** Cleanup all the GC_ mark bit stuff -- there is no longer any distinction
554 since the mark bit is no longer stored in the Lisp_Object itself. 554 since the mark bit is no longer stored in the Lisp_Object itself.
555 555
556** Refine the `predicate' arg to read-file-name.
557 Currently, it mixes up the predicate to apply when doing completion and the
558 one to use when terminating the selection.
559
556** Merge ibuffer.el and buff-menu.el. 560** Merge ibuffer.el and buff-menu.el.
557 More specifically do what's needed to make ibuffer.el the default, 561 More specifically do what's needed to make ibuffer.el the default,
558 or just an extension of buff-menu.el. 562 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
404Compilation terminated at Wed Jul 20 12:20:10 404Compilation terminated at Wed Jul 20 12:20:10
405Compilation exited abnormally with code 1 at Wed Jul 20 12:21:12 405Compilation exited abnormally with code 1 at Wed Jul 20 12:21:12
406Compilation finished at Thu Jul 21 15:02:15 406Compilation finished at Thu Jul 21 15:02:15
407Compilation segmentation fault at Thu Jul 13 10:55:49
407 408
408 409
409Copyright (C) 2004, 2005, 2006, 2007 410Copyright (C) 2004, 2005, 2006, 2007