diff --git a/etc/TODO b/etc/TODO index de0097cde87..9256175c01e 100644 --- a/etc/TODO +++ b/etc/TODO @@ -21,7 +21,7 @@ a window doesn't select it. 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. +** describe-face should show an example of text in the face. ** Distribute a bar cursor of width > 1 evenly between the two glyphs on each side of the bar (what to do at the edges?). diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f39afc16d73..cbde1434030 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2006-08-21 Richard Stallman + + * whitespace.el (whitespace-cleanup): Doc fix. + 2006-08-20 Ryan Yeske * net/rcirc.el (rcirc-show-maximum-output): New var. diff --git a/man/ChangeLog b/man/ChangeLog index 4063ca3e2b0..fd07fa7f05f 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,7 @@ +2006-08-21 Richard Stallman + + * search.texi (Basic Isearch): Add `isearch' index entry. + 2006-08-16 Richard Stallman * misc.texi (Saving Emacs Sessions): Clean up wording.