# HG changeset patch # User Gerd Moellmann # Date 962610712 0 # Node ID f784be5b6130da2b943d83d06554c5c2c739c8fd # Parent ec33931795c4f0d86a726cdf9282f5d632e6b0bb *** empty log message *** diff -r ec33931795c4 -r f784be5b6130 lib-src/ChangeLog --- a/lib-src/ChangeLog Mon Jul 03 07:51:18 2000 +0000 +++ b/lib-src/ChangeLog Mon Jul 03 07:51:52 2000 +0000 @@ -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 -r ec33931795c4 -r f784be5b6130 lisp/ChangeLog --- a/lisp/ChangeLog Mon Jul 03 07:51:18 2000 +0000 +++ b/lisp/ChangeLog Mon Jul 03 07:51:52 2000 +0000 @@ -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 -r ec33931795c4 -r f784be5b6130 src/ChangeLog --- a/src/ChangeLog Mon Jul 03 07:51:18 2000 +0000 +++ b/src/ChangeLog Mon Jul 03 07:51:52 2000 +0000 @@ -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.