diff options
| author | Richard M. Stallman | 2005-09-26 00:04:50 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-09-26 00:04:50 +0000 |
| commit | c769dcace7826868f561a744e70ea957da915b71 (patch) | |
| tree | d4124e83307992243089c2226c73402fddf6da78 | |
| parent | c448d316896dcec1e8daddd335ce5618c8a35e0b (diff) | |
| download | emacs-c769dcace7826868f561a744e70ea957da915b71.tar.gz emacs-c769dcace7826868f561a744e70ea957da915b71.zip | |
*** empty log message ***
| -rw-r--r-- | admin/FOR-RELEASE | 5 | ||||
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | man/ChangeLog | 4 | ||||
| -rw-r--r-- | src/ChangeLog | 6 |
4 files changed, 19 insertions, 0 deletions
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. | |||
| 29 | 29 | ||
| 30 | ** Update Speedbar. | 30 | ** Update Speedbar. |
| 31 | 31 | ||
| 32 | * BUGS | ||
| 33 | |||
| 34 | ** Make a new interface for specifying window configurations | ||
| 35 | so that we can fix bugs in balance-windows. | ||
| 36 | |||
| 32 | * FATAL ERRORS | 37 | * FATAL ERRORS |
| 33 | 38 | ||
| 34 | ** Investigate reported crashes in compact_small_strings. | 39 | ** 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 @@ | |||
| 1 | 2005-09-25 Richard M. Stallman <rms@gnu.org> | 1 | 2005-09-25 Richard M. Stallman <rms@gnu.org> |
| 2 | 2 | ||
| 3 | * simple.el (blink-matching-open): Don't no-op when point is BEGV+1. | ||
| 4 | |||
| 5 | * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes. | ||
| 6 | |||
| 3 | * progmodes/compile.el (compilation-error-properties): | 7 | * progmodes/compile.el (compilation-error-properties): |
| 4 | When getting the file from the previous error message, | 8 | When getting the file from the previous error message, |
| 5 | correctly decode the new data format. | 9 | 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 @@ | |||
| 1 | 2005-09-25 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * search.texi (Regexp Search): Doc search-whitespace-regexp. | ||
| 4 | |||
| 1 | 2005-09-22 Katsumi Yamaoka <yamaoka@jpl.org> | 5 | 2005-09-22 Katsumi Yamaoka <yamaoka@jpl.org> |
| 2 | 6 | ||
| 3 | * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry. | 7 | * 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 @@ | |||
| 1 | 2005-09-25 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * keyboard.c (update_menu_bindings): Variable deleted. | ||
| 4 | (syms_of_keyboard): Don't defvar it. | ||
| 5 | (parse_menu_item): Don't test it. | ||
| 6 | |||
| 1 | 2005-09-23 Richard M. Stallman <rms@gnu.org> | 7 | 2005-09-23 Richard M. Stallman <rms@gnu.org> |
| 2 | 8 | ||
| 3 | * editfns.c (Fformat): Explicitly test for end of format string | 9 | * editfns.c (Fformat): Explicitly test for end of format string |