From: Gerd Moellmann Date: Thu, 19 Jul 2001 13:26:18 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.105~440 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4e2a256ba55937bc9e03145edc4266fe67499c19;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 99384062d4e..f1fef44b867 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2001-07-19 Gerd Moellmann + * font-lock.el (c++-keywords): Add Standard C++ operator names. + * mail/mh-utils.el (mh-find-progs): Also search in `lib'. From Mats Bengtsson , diff --git a/src/ChangeLog b/src/ChangeLog index 505945e56b5..d22e90bb4ef 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2001-07-19 Gerd Moellmann + * dispnew.c (update_window): Don't set the cursor at the end + of the update if display update has been paused. + * composite.h (syms_of_composite): Renamed from syms_of_composition.