comparison src/ChangeLog @ 29989:b7cc25f67d73

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Fri, 30 Jun 2000 20:23:44 +0000
parents ae9578eb3d45
children c1a99b7c6085
comparison
equal deleted inserted replaced
29988:ae9578eb3d45 29989:b7cc25f67d73
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.
8 8
9 2000-06-30 Kenichi Handa <handa@etl.go.jp> 9 2000-06-30 Kenichi Handa <handa@etl.go.jp>
13 (decode_coding_string, encode_coding_string): Likewise. 13 (decode_coding_string, encode_coding_string): Likewise.
14 14
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)
22 (row_table_size, old_lines, new_lines, old_lines_size) 22 (row_table_size, old_lines, new_lines, old_lines_size)
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.
30 30
31 * fns.c (next_almost_prime): Make it externally visible. 31 * fns.c (next_almost_prime): Make it externally visible.
45 * s/osf5-0.h (C_SWITCH_SYSTEM, WAIT_USE_INT, SYS_SIGLIST_DECLARED) 45 * s/osf5-0.h (C_SWITCH_SYSTEM, WAIT_USE_INT, SYS_SIGLIST_DECLARED)
46 (sys_siglist, NSIG): Definitions moved here from osf1.h. 46 (sys_siglist, NSIG): Definitions moved here from osf1.h.
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>
54 54
55 * fns.c (Fplist_member): Renamed from Fwidget_plist_member. 55 * fns.c (Fplist_member): Renamed from Fwidget_plist_member.