changeset 70865:3364480537d9

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Wed, 24 May 2006 02:16:08 +0000
parents abebc35fed97
children 7d0efe895341
files etc/TODO src/ChangeLog
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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  <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>