diff options
| author | Gerd Moellmann | 2000-06-28 20:31:48 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-06-28 20:31:48 +0000 |
| commit | af5c25e1981e0ea153075f9b244dc7ad95cdf168 (patch) | |
| tree | 6bfe02d883a2dc7ee11fc761265544efe6f067df /src | |
| parent | d18354b656197ee26307d556aa53232328ac60a4 (diff) | |
| download | emacs-af5c25e1981e0ea153075f9b244dc7ad95cdf168.tar.gz emacs-af5c25e1981e0ea153075f9b244dc7ad95cdf168.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b9a699e43da..dfecb3bd2c8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,23 @@ | |||
| 1 | 2000-06-28 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-06-28 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xdisp.c (try_window_reusing_current_matrix): Don't try to reuse | ||
| 4 | the display if windows_or_buffers_changed. | ||
| 5 | |||
| 6 | * dispnew.c (struct row_entry): New structure. | ||
| 7 | (row_entry_pool, row_entry_pool_size, row_entry_idx, row_table) | ||
| 8 | (row_table_size, old_lines, new_lines, old_lines_size) | ||
| 9 | (new_lines_size, run_pool, runs_size, runs): New variables. | ||
| 10 | (add_row_entry): New function. | ||
| 11 | (scrolling_window): Use data structures allocated with xmalloc and | ||
| 12 | held in global variables, instead of allocing them with alloca and | ||
| 13 | holding them in local variables. Use a larger hash table whose | ||
| 14 | size depends on glyph matrix sizes. Don't use bzero to clear the | ||
| 15 | hash table; instead, clear used slots only. | ||
| 16 | |||
| 17 | * fns.c (next_almost_prime): Make it externally visible. | ||
| 18 | |||
| 19 | * lisp.h (next_almost_prime): Add prototype. | ||
| 20 | |||
| 3 | * s/isc4-0.h (sigunblock): Define. | 21 | * s/isc4-0.h (sigunblock): Define. |
| 4 | 22 | ||
| 5 | * s/sco5.h (sigunblock): Define. | 23 | * s/sco5.h (sigunblock): Define. |