diff options
| author | Richard M. Stallman | 2006-05-24 02:16:08 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-05-24 02:16:08 +0000 |
| commit | 55815819d91fe264b178703fe3ce6862fd0bf6f7 (patch) | |
| tree | e1d7568837ac4324efac98ace53ea9cbbebf15e9 | |
| parent | 4ea5193b9cc5c577127ca6c89ecfaad819398d3b (diff) | |
| download | emacs-55815819d91fe264b178703fe3ce6862fd0bf6f7.tar.gz emacs-55815819d91fe264b178703fe3ce6862fd0bf6f7.zip | |
*** empty log message ***
| -rw-r--r-- | etc/TODO | 4 | ||||
| -rw-r--r-- | src/ChangeLog | 3 |
2 files changed, 7 insertions, 0 deletions
| @@ -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, | ||
| 13 | but if you type M-n you should get the visited file name of the | ||
| 14 | current 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 | ||
| 19 | 2006-05-21 Richard Stallman <rms@gnu.org> | 19 | 2006-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 | ||
| 23 | 2006-05-20 Kim F. Storm <storm@cua.dk> | 26 | 2006-05-20 Kim F. Storm <storm@cua.dk> |