# HG changeset patch # User Richard M. Stallman # Date 1127693090 0 # Node ID 3463261ab49a09a0d30e3a1059412cea72c01b5f # Parent c2427cf9fc77dd569997fb1a985fcb8cf9240097 *** empty log message *** diff -r c2427cf9fc77 -r 3463261ab49a admin/FOR-RELEASE --- 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. diff -r c2427cf9fc77 -r 3463261ab49a lisp/ChangeLog --- 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 + * 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. diff -r c2427cf9fc77 -r 3463261ab49a man/ChangeLog --- 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 + + * search.texi (Regexp Search): Doc search-whitespace-regexp. + 2005-09-22 Katsumi Yamaoka * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry. diff -r c2427cf9fc77 -r 3463261ab49a src/ChangeLog --- 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 + + * 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 * editfns.c (Fformat): Explicitly test for end of format string