changeset 65699:3463261ab49a

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Mon, 26 Sep 2005 00:04:50 +0000
parents c2427cf9fc77
children fcbeba67c06c
files admin/FOR-RELEASE lisp/ChangeLog man/ChangeLog src/ChangeLog
diffstat 4 files changed, 19 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/admin/FOR-RELEASE	Mon Sep 26 00:03:43 2005 +0000
+++ b/admin/FOR-RELEASE	Mon Sep 26 00:04:50 2005 +0000
@@ -29,6 +29,11 @@
 
 ** Update Speedbar.
 
+* BUGS
+
+** Make a new interface for specifying window configurations
+so that we can fix bugs in balance-windows.
+
 * FATAL ERRORS
 
 ** Investigate reported crashes in compact_small_strings.
--- a/lisp/ChangeLog	Mon Sep 26 00:03:43 2005 +0000
+++ b/lisp/ChangeLog	Mon Sep 26 00:04:50 2005 +0000
@@ -1,5 +1,9 @@
 2005-09-25  Richard M. Stallman  <rms@gnu.org>
 
+	* simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
+
+	* isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
+
 	* progmodes/compile.el (compilation-error-properties):
 	When getting the file from the previous error message,
 	correctly decode the new data format.
--- a/man/ChangeLog	Mon Sep 26 00:03:43 2005 +0000
+++ b/man/ChangeLog	Mon Sep 26 00:04:50 2005 +0000
@@ -1,3 +1,7 @@
+2005-09-25  Richard M. Stallman  <rms@gnu.org>
+
+	* search.texi (Regexp Search): Doc search-whitespace-regexp.
+
 2005-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
 
 	* gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
--- a/src/ChangeLog	Mon Sep 26 00:03:43 2005 +0000
+++ b/src/ChangeLog	Mon Sep 26 00:04:50 2005 +0000
@@ -1,3 +1,9 @@
+2005-09-25  Richard M. Stallman  <rms@gnu.org>
+
+	* keyboard.c (update_menu_bindings): Variable deleted.
+	(syms_of_keyboard): Don't defvar it.
+	(parse_menu_item): Don't test it.
+
 2005-09-23  Richard M. Stallman  <rms@gnu.org>
 
 	* editfns.c (Fformat): Explicitly test for end of format string