Mercurial > emacs
changeset 29996:f784be5b6130
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 03 Jul 2000 07:51:52 +0000 |
parents | ec33931795c4 |
children | d6a745cf3bfc |
files | lib-src/ChangeLog lisp/ChangeLog src/ChangeLog |
diffstat | 3 files changed, 16 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <gerd@gnu.org> + + * ebrowse.c (token_string): Add missing tokens. + (parm_list): Handle case of qualified pointers. + 2000-06-23 Dave Love <fx@gnu.org> * ebrowse.c: Move config.h before other includes (which may use
--- 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 <gerd@gnu.org> + + * hilit19.el (hilit-lookup-face-create): Don't set face colors + to nil. + 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
--- 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 <gerd@gnu.org> + + * 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 <monnier@cs.yale.edu> * fns.c (Fputhash): Return `value' rather than nil.