aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-07-06 22:12:32 +0000
committerRichard M. Stallman2005-07-06 22:12:32 +0000
commitdc2204be4f5aeee34eba13ea13f36d788cf8b343 (patch)
tree27628749bb2ed2aed5dd5a12fd270a7670003f3b
parent4362c7142f042bf4d908298b42c4a1d2d2910fcf (diff)
downloademacs-dc2204be4f5aeee34eba13ea13f36d788cf8b343.tar.gz
emacs-dc2204be4f5aeee34eba13ea13f36d788cf8b343.zip
*** empty log message ***
-rw-r--r--lispref/ChangeLog7
-rw-r--r--src/ChangeLog7
2 files changed, 12 insertions, 2 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index d4d34767801..cddd1d506b0 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,6 +1,11 @@
12005-07-06 Richard M. Stallman <rms@gnu.org>
2
3 * searching.texi (Regexp Search): Clarify what re-search-forward
4 does when the search fails.
5
12005-07-05 Lute Kamstra <lute@gnu.org> 62005-07-05 Lute Kamstra <lute@gnu.org>
2 7
3 Update FSF's address in GPL notices. 8 * Update FSF's address in GPL notices.
4 9
5 * doclicense.texi (GNU Free Documentation License): 10 * doclicense.texi (GNU Free Documentation License):
6 * gpl.texi (GPL): 11 * gpl.texi (GPL):
diff --git a/src/ChangeLog b/src/ChangeLog
index 4be86b6c76f..e13ffe8fc66 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12005-07-06 Richard M. Stallman <rms@gnu.org>
2
3 * window.c (Frecenter): When arg is inside the scroll margin,
4 move it out of the margin.
5
12005-07-06 Jason Rumney <jasonr@gnu.org> 62005-07-06 Jason Rumney <jasonr@gnu.org>
2 7
3 * w32console.c (initialize_w32_display): Detect when the console 8 * w32console.c (initialize_w32_display): Detect when the console
@@ -17,7 +22,7 @@
17 22
182005-07-04 Lute Kamstra <lute@gnu.org> 232005-07-04 Lute Kamstra <lute@gnu.org>
19 24
20 Update FSF's address in GPL notices. 25 * Update FSF's address in GPL notices.
21 26
222005-07-03 Richard M. Stallman <rms@gnu.org> 272005-07-03 Richard M. Stallman <rms@gnu.org>
23 28