# HG changeset patch # User Richard M. Stallman # Date 1148436968 0 # Node ID 3364480537d91ef5508367ab50628c26127bdf62 # Parent abebc35fed97756728383f5adaaddc59f815a372 *** empty log message *** diff -r abebc35fed97 -r 3364480537d9 etc/TODO --- a/etc/TODO Tue May 23 17:40:04 2006 +0000 +++ b/etc/TODO Wed May 24 02:16:08 2006 +0000 @@ -9,6 +9,10 @@ * 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 -r abebc35fed97 -r 3364480537d9 src/ChangeLog --- a/src/ChangeLog Tue May 23 17:40:04 2006 +0000 +++ b/src/ChangeLog Wed May 24 02:16:08 2006 +0000 @@ -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