From: Gerd Moellmann Date: Wed, 27 Dec 2000 12:42:55 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.95~282 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3e32cc273a2da0327704585533d73b262f5b3e24;p=emacs.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index db0d328337c..ab15ef5e751 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-12-27 Gerd Moellmann + + * Makefile.in (install-arch-indep): If tar fails, exit with + exit code 1. + 2000-12-19 Gerd Moellmann * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose diff --git a/src/ChangeLog b/src/ChangeLog index 2cffae07790..bfc34a7b51f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,18 @@ +2000-12-27 Gerd Moellmann + + * dispnew.c (struct redisplay_history) [GLYPH_DEBUG]: New. + (REDISPLAY_HISTORY_SIZE) [GLYPH_DEBUG]: New macro. + (redisplay_history, history_idx, history_tick) [GLYPH_DEBUG]: New + variables. + (add_window_display_history, add_frame_display_history) + (Fdump_redisplay_history) [GLYPH_DEBUG]: New functions. + (build_frame_matrix_from_leaf_window): Remove unused code. + (build_frame_matrix_from_leaf_window) [GLYPH_DEBUG]: Add to + redisplay history. + (update_frame) [GLYPH_DEBUG]: Add to redisplay history. + (update_window) [GLYPH_DEBUG]: Likewise. + (syms_of_display): Defsubr dump-redisplay-history. + 2000-12-23 Gerd Moellmann * keyboard.c (echo_prompt): Always set current_kboard->echoptr to