*** empty log message ***
This commit is contained in:
parent
c448d31689
commit
c769dcace7
4 changed files with 19 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue