*** empty log message ***

This commit is contained in:
Gerd Moellmann 2000-07-03 07:51:52 +00:00
parent 551645f885
commit 831a6cb01c
3 changed files with 16 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

@ -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.