# HG changeset patch # User Gerd Moellmann # Date 962396624 0 # Node ID b7cc25f67d7306adbccc6fbb63cfa360da774d43 # Parent ae9578eb3d450e4d01533c1c1b395e98f1836418 *** empty log message *** diff -r ae9578eb3d45 -r b7cc25f67d73 src/ChangeLog --- a/src/ChangeLog Fri Jun 30 19:21:04 2000 +0000 +++ b/src/ChangeLog Fri Jun 30 20:23:44 2000 +0000 @@ -1,7 +1,7 @@ 2000-06-30 Gerd Moellmann - * frame.c (next_frame): Don't check frame-focus redirection in - case MINIBUF is a window. Doing so excludes frames using MINIBUF + * frame.c (next_frame): Don't check focus redirection in case + MINIBUF is a window. Doing so excludes frames using MINIBUF unless their focus is redirected, which contradicts the specification of next-frame, and leads to infinite loops in certain situations when cycling through windows with next-window. @@ -15,7 +15,7 @@ 2000-06-28 Gerd Moellmann * xdisp.c (try_window_reusing_current_matrix): Don't try to reuse - the display if windows_or_buffers_changed. + the display if windows_or_buffers_changed. * dispnew.c (struct row_entry): New structure. (row_entry_pool, row_entry_pool_size, row_entry_idx, row_table) @@ -23,7 +23,7 @@ (new_lines_size, run_pool, runs_size, runs): New variables. (add_row_entry): New function. (scrolling_window): Use data structures allocated with xmalloc and - held in global variables, instead of allocing them with alloca and + held in global variables, instead of allocating them with alloca and holding them in local variables. Use a larger hash table whose size depends on glyph matrix sizes. Don't use bzero to clear the hash table; instead, clear used slots only. @@ -47,7 +47,7 @@ 2000-06-27 Gerd Moellmann - * xdisp.c (resize_mini_window): Subract the extra line spacing + * xdisp.c (resize_mini_window): Subtract the extra line spacing below the last line from the needed window height. 2000-06-26 Stefan Monnier