comparison src/ChangeLog @ 34865:4a9557e39356

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Wed, 27 Dec 2000 12:42:55 +0000
parents 6c2e68c36cdd
children 68280f3ea5a2
comparison
equal deleted inserted replaced
34864:b518b83f61f0 34865:4a9557e39356
1 2000-12-27 Gerd Moellmann <gerd@gnu.org>
2
3 * dispnew.c (struct redisplay_history) [GLYPH_DEBUG]: New.
4 (REDISPLAY_HISTORY_SIZE) [GLYPH_DEBUG]: New macro.
5 (redisplay_history, history_idx, history_tick) [GLYPH_DEBUG]: New
6 variables.
7 (add_window_display_history, add_frame_display_history)
8 (Fdump_redisplay_history) [GLYPH_DEBUG]: New functions.
9 (build_frame_matrix_from_leaf_window): Remove unused code.
10 (build_frame_matrix_from_leaf_window) [GLYPH_DEBUG]: Add to
11 redisplay history.
12 (update_frame) [GLYPH_DEBUG]: Add to redisplay history.
13 (update_window) [GLYPH_DEBUG]: Likewise.
14 (syms_of_display): Defsubr dump-redisplay-history.
15
1 2000-12-23 Gerd Moellmann <gerd@gnu.org> 16 2000-12-23 Gerd Moellmann <gerd@gnu.org>
2 17
3 * keyboard.c (echo_prompt): Always set current_kboard->echoptr to 18 * keyboard.c (echo_prompt): Always set current_kboard->echoptr to
4 the end of the prompt. Set echo_after_prompt to the offset 19 the end of the prompt. Set echo_after_prompt to the offset
5 of echoptr in echobuf. 20 of echoptr in echobuf.