From: Gerd Moellmann Date: Mon, 3 Jul 2000 07:51:52 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~3021 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=831a6cb01c5b5159f8559a22fd7025f659ebb35f;p=emacs.git *** empty log message *** --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 616aebb41fc..32947994fa6 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,8 @@ +2000-07-02 Gerd Moellmann + + * ebrowse.c (token_string): Add missing tokens. + (parm_list): Handle case of qualified pointers. + 2000-06-23 Dave Love * ebrowse.c: Move config.h before other includes (which may use diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4606877efa9..333378be6b0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2000-06-30 Gerd Moellmann + + * hilit19.el (hilit-lookup-face-create): Don't set face colors + to nil. + 2000-06-28 Eli Zaretskii * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use diff --git a/src/ChangeLog b/src/ChangeLog index 912ff454212..9e30bff4191 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2000-07-03 Gerd Moellmann + + * frame.c (next_frame, prev_frame): If MINIBUF is a window, + include those frames as candidates which have their focus + redirected to the minibuffer frame. + 2000-07-03 Stefan Monnier * fns.c (Fputhash): Return `value' rather than nil.