Mercurial > emacs
changeset 64116:a282acf3e001
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 06 Jul 2005 22:12:32 +0000 |
parents | 23d3e1c615ee |
children | 8ad318b132eb |
files | lispref/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 12 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/ChangeLog Wed Jul 06 22:12:01 2005 +0000 +++ b/lispref/ChangeLog Wed Jul 06 22:12:32 2005 +0000 @@ -1,6 +1,11 @@ +2005-07-06 Richard M. Stallman <rms@gnu.org> + + * searching.texi (Regexp Search): Clarify what re-search-forward + does when the search fails. + 2005-07-05 Lute Kamstra <lute@gnu.org> - Update FSF's address in GPL notices. + * Update FSF's address in GPL notices. * doclicense.texi (GNU Free Documentation License): * gpl.texi (GPL):
--- a/src/ChangeLog Wed Jul 06 22:12:01 2005 +0000 +++ b/src/ChangeLog Wed Jul 06 22:12:32 2005 +0000 @@ -1,3 +1,8 @@ +2005-07-06 Richard M. Stallman <rms@gnu.org> + + * window.c (Frecenter): When arg is inside the scroll margin, + move it out of the margin. + 2005-07-06 Jason Rumney <jasonr@gnu.org> * w32console.c (initialize_w32_display): Detect when the console @@ -17,7 +22,7 @@ 2005-07-04 Lute Kamstra <lute@gnu.org> - Update FSF's address in GPL notices. + * Update FSF's address in GPL notices. 2005-07-03 Richard M. Stallman <rms@gnu.org>