From: Gerd Moellmann Date: Mon, 29 May 2000 16:18:23 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~3630 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=66254a13e20f808ca4a15452fc0516a056fd1d0b;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e4ae154ff8f..9971b7d0d2b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2000-05-29 Gerd Moellmann + * dabbrev.el (dabbrev-expand): Don't display messages in the + echo area if the minibuffer window is active. + * jit-lock.el (jit-lock-mode): Add after change function to local hook. diff --git a/src/ChangeLog b/src/ChangeLog index 27215026414..6b5e24989a3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2000-05-29 Gerd Moellmann + * syntax.c (find_defun_start): Move test for + open_paren_in_column_0_is_defun_start outside of the loop. + * xdisp.c (redisplay_window): Really switch buffers when displaying mode lines, and temporarily set selected_frame to the frame of the window that's redisplayed.