]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Wed, 24 May 2006 02:16:08 +0000 (02:16 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 24 May 2006 02:16:08 +0000 (02:16 +0000)
etc/TODO
src/ChangeLog

index 757e040562a917d3b2135bdb4114e84093bfefba..ea027d8c5eccee862a3c568bfc383991feeedebb 100644 (file)
--- 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
index c2fdb389729283d0aee778cf73c1aac23fd07a5f..8781aacc3682187518bd5c4ef918e3b377ef0e69 100644 (file)
@@ -18,6 +18,9 @@
 
 2006-05-21  Richard Stallman  <rms@gnu.org>
 
+       * 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  <storm@cua.dk>