diff options
| author | Gerd Moellmann | 2000-06-30 20:23:44 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-06-30 20:23:44 +0000 |
| commit | 97d176db6bf737df6490822aff18423d9df9879b (patch) | |
| tree | 33fe75e56d02cb15c4554df6d298a3f93b67c771 /src | |
| parent | 3780bc22276f5b2cfa4556ca11c7b9febed1d317 (diff) | |
| download | emacs-97d176db6bf737df6490822aff18423d9df9879b.tar.gz emacs-97d176db6bf737df6490822aff18423d9df9879b.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0a254301fa6..dde01903d48 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | 2000-06-30 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-06-30 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * frame.c (next_frame): Don't check frame-focus redirection in | 3 | * frame.c (next_frame): Don't check focus redirection in case |
| 4 | case MINIBUF is a window. Doing so excludes frames using MINIBUF | 4 | MINIBUF is a window. Doing so excludes frames using MINIBUF |
| 5 | unless their focus is redirected, which contradicts the | 5 | unless their focus is redirected, which contradicts the |
| 6 | specification of next-frame, and leads to infinite loops in | 6 | specification of next-frame, and leads to infinite loops in |
| 7 | certain situations when cycling through windows with next-window. | 7 | certain situations when cycling through windows with next-window. |
| @@ -15,7 +15,7 @@ | |||
| 15 | 2000-06-28 Gerd Moellmann <gerd@gnu.org> | 15 | 2000-06-28 Gerd Moellmann <gerd@gnu.org> |
| 16 | 16 | ||
| 17 | * xdisp.c (try_window_reusing_current_matrix): Don't try to reuse | 17 | * xdisp.c (try_window_reusing_current_matrix): Don't try to reuse |
| 18 | the display if windows_or_buffers_changed. | 18 | the display if windows_or_buffers_changed. |
| 19 | 19 | ||
| 20 | * dispnew.c (struct row_entry): New structure. | 20 | * dispnew.c (struct row_entry): New structure. |
| 21 | (row_entry_pool, row_entry_pool_size, row_entry_idx, row_table) | 21 | (row_entry_pool, row_entry_pool_size, row_entry_idx, row_table) |
| @@ -23,7 +23,7 @@ | |||
| 23 | (new_lines_size, run_pool, runs_size, runs): New variables. | 23 | (new_lines_size, run_pool, runs_size, runs): New variables. |
| 24 | (add_row_entry): New function. | 24 | (add_row_entry): New function. |
| 25 | (scrolling_window): Use data structures allocated with xmalloc and | 25 | (scrolling_window): Use data structures allocated with xmalloc and |
| 26 | held in global variables, instead of allocing them with alloca and | 26 | held in global variables, instead of allocating them with alloca and |
| 27 | holding them in local variables. Use a larger hash table whose | 27 | holding them in local variables. Use a larger hash table whose |
| 28 | size depends on glyph matrix sizes. Don't use bzero to clear the | 28 | size depends on glyph matrix sizes. Don't use bzero to clear the |
| 29 | hash table; instead, clear used slots only. | 29 | hash table; instead, clear used slots only. |
| @@ -47,7 +47,7 @@ | |||
| 47 | 47 | ||
| 48 | 2000-06-27 Gerd Moellmann <gerd@gnu.org> | 48 | 2000-06-27 Gerd Moellmann <gerd@gnu.org> |
| 49 | 49 | ||
| 50 | * xdisp.c (resize_mini_window): Subract the extra line spacing | 50 | * xdisp.c (resize_mini_window): Subtract the extra line spacing |
| 51 | below the last line from the needed window height. | 51 | below the last line from the needed window height. |
| 52 | 52 | ||
| 53 | 2000-06-26 Stefan Monnier <monnier@cs.yale.edu> | 53 | 2000-06-26 Stefan Monnier <monnier@cs.yale.edu> |