diff options
| author | Stefan Monnier | 2007-05-23 17:28:25 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2007-05-23 17:28:25 +0000 |
| commit | 12cdb1c15ab31d8784625978d45a6e2ff5c0ba0d (patch) | |
| tree | 8cd91fde959a8b111f929af7df31875d57809c0a | |
| parent | 07e7a05a7f4e424551889e03dd7b345c4a69548f (diff) | |
| download | emacs-12cdb1c15ab31d8784625978d45a6e2ff5c0ba0d.tar.gz emacs-12cdb1c15ab31d8784625978d45a6e2ff5c0ba0d.zip | |
*** empty log message ***
| -rw-r--r-- | etc/TODO | 4 | ||||
| -rw-r--r-- | etc/compilation.txt | 1 |
2 files changed, 5 insertions, 0 deletions
| @@ -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 | |||
| 404 | Compilation terminated at Wed Jul 20 12:20:10 | 404 | Compilation terminated at Wed Jul 20 12:20:10 |
| 405 | Compilation exited abnormally with code 1 at Wed Jul 20 12:21:12 | 405 | Compilation exited abnormally with code 1 at Wed Jul 20 12:21:12 |
| 406 | Compilation finished at Thu Jul 21 15:02:15 | 406 | Compilation finished at Thu Jul 21 15:02:15 |
| 407 | Compilation segmentation fault at Thu Jul 13 10:55:49 | ||
| 407 | 408 | ||
| 408 | 409 | ||
| 409 | Copyright (C) 2004, 2005, 2006, 2007 | 410 | Copyright (C) 2004, 2005, 2006, 2007 |