From: Richard M. Stallman Date: Wed, 24 May 2006 02:16:08 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~2384 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=55815819d91fe264b178703fe3ce6862fd0bf6f7;p=emacs.git *** empty log message *** --- diff --git a/etc/TODO b/etc/TODO index 757e040562a..ea027d8c5ec 100644 --- a/etc/TODO +++ b/etc/TODO @@ -9,6 +9,10 @@ to the FSF. * Small but important fixes needed in existing features: +** In C-x d, the default if you type RET should be the directory name, +but if you type M-n you should get the visited file name of the +current buffer. + ** whitespace-cleanup should work only on the region if the region is active. ** Distribute a bar cursor of width > 1 evenly between the two glyphs diff --git a/src/ChangeLog b/src/ChangeLog index c2fdb389729..8781aacc368 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -18,6 +18,9 @@ 2006-05-21 Richard Stallman + * xfaces.c (best_matching_font): Abort for best == NULL + before we start to use it. + * buffer.c (syms_of_buffer, Fmake_overlay): Doc fixes. 2006-05-20 Kim F. Storm