aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-05-24 02:16:08 +0000
committerRichard M. Stallman2006-05-24 02:16:08 +0000
commit55815819d91fe264b178703fe3ce6862fd0bf6f7 (patch)
treee1d7568837ac4324efac98ace53ea9cbbebf15e9
parent4ea5193b9cc5c577127ca6c89ecfaad819398d3b (diff)
downloademacs-55815819d91fe264b178703fe3ce6862fd0bf6f7.tar.gz
emacs-55815819d91fe264b178703fe3ce6862fd0bf6f7.zip
*** empty log message ***
-rw-r--r--etc/TODO4
-rw-r--r--src/ChangeLog3
2 files changed, 7 insertions, 0 deletions
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.
9 9
10* Small but important fixes needed in existing features: 10* Small but important fixes needed in existing features:
11 11
12** In C-x d, the default if you type RET should be the directory name,
13but if you type M-n you should get the visited file name of the
14current buffer.
15
12** whitespace-cleanup should work only on the region if the region is active. 16** whitespace-cleanup should work only on the region if the region is active.
13 17
14** Distribute a bar cursor of width > 1 evenly between the two glyphs 18** 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 @@
18 18
192006-05-21 Richard Stallman <rms@gnu.org> 192006-05-21 Richard Stallman <rms@gnu.org>
20 20
21 * xfaces.c (best_matching_font): Abort for best == NULL
22 before we start to use it.
23
21 * buffer.c (syms_of_buffer, Fmake_overlay): Doc fixes. 24 * buffer.c (syms_of_buffer, Fmake_overlay): Doc fixes.
22 25
232006-05-20 Kim F. Storm <storm@cua.dk> 262006-05-20 Kim F. Storm <storm@cua.dk>