From: Richard M. Stallman Date: Mon, 26 Sep 2005 00:04:50 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~6942 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c769dcace7826868f561a744e70ea957da915b71;p=emacs.git *** empty log message *** --- diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index aa2af6a1c71..65c1b0d7b11 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE @@ -29,6 +29,11 @@ face name prefixes should be in it for good results. ** 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 --git a/lisp/ChangeLog b/lisp/ChangeLog index 62cd1a6df9e..7194f92c8b4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/man/ChangeLog b/man/ChangeLog index ee31882a963..fa28c055cf3 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index 1269ee58490..83ff093bfec 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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