*** empty log message ***

This commit is contained in:
Richard M. Stallman 2006-05-24 02:16:08 +00:00
parent 4ea5193b9c
commit 55815819d9
2 changed files with 7 additions and 0 deletions

View file

@ -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

View 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>