diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2cffae07790..bfc34a7b51f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 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 |