aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-08-21 10:57:46 +0000
committerRichard M. Stallman2006-08-21 10:57:46 +0000
commit28cb9364d7ae3bc2839a502f1c85ffb2e5ae2dcf (patch)
tree4b92e19375da085fccb174f1dd8ea9d9b0652d34
parent0d92660c530d143a89f2f49a0b399f40949a3cd0 (diff)
downloademacs-28cb9364d7ae3bc2839a502f1c85ffb2e5ae2dcf.tar.gz
emacs-28cb9364d7ae3bc2839a502f1c85ffb2e5ae2dcf.zip
*** empty log message ***
-rw-r--r--etc/TODO2
-rw-r--r--lisp/ChangeLog4
-rw-r--r--man/ChangeLog4
3 files changed, 9 insertions, 1 deletions
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.
21but if you type M-n you should get the visited file name of the 21but if you type M-n you should get the visited file name of the
22current buffer. 22current buffer.
23 23
24** whitespace-cleanup should work only on the region if the region is active. 24** describe-face should show an example of text in the face.
25 25
26** Distribute a bar cursor of width > 1 evenly between the two glyphs 26** Distribute a bar cursor of width > 1 evenly between the two glyphs
27 on each side of the bar (what to do at the edges?). 27 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 @@
12006-08-21 Richard Stallman <rms@gnu.org>
2
3 * whitespace.el (whitespace-cleanup): Doc fix.
4
12006-08-20 Ryan Yeske <rcyeske@gmail.com> 52006-08-20 Ryan Yeske <rcyeske@gmail.com>
2 6
3 * net/rcirc.el (rcirc-show-maximum-output): New var. 7 * 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 @@
12006-08-21 Richard Stallman <rms@gnu.org>
2
3 * search.texi (Basic Isearch): Add `isearch' index entry.
4
12006-08-16 Richard Stallman <rms@gnu.org> 52006-08-16 Richard Stallman <rms@gnu.org>
2 6
3 * misc.texi (Saving Emacs Sessions): Clean up wording. 7 * misc.texi (Saving Emacs Sessions): Clean up wording.