+2000-07-06 Gerd Moellmann <gerd@gnu.org>
+
+ * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
+
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
- * ediff-diff.el (ediff-wordify): use syntax table.
- * ediff-init.el (ediff-has-face-support-p): use
+ * ediff-diff.el (ediff-wordify): Use syntax table.
+ * ediff-init.el (ediff-has-face-support-p): Use
ediff-color-display-p.
- (ediff-color-display-p): use display-color-p, changed to defun
+ (ediff-color-display-p): Use display-color-p, changed to defun
from defsubst.
Got rid of special cases for NeXT and OS/2.
- * ediff-wind.el (ediff-setup-control-frame): set proper modeline
+ * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
face.
2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
+2000-07-06 Gerd Moellmann <gerd@gnu.org>
+
+ * window.c (Fwindow_list): Reverse list at the end.
+ (candidate_window_p): Add parameter OWINDOW. ALL_FRAMES nil
+ means allow windows on OWINDOW's frame, only.
+ (window_loop): Simplified; use Fwindow_list.
+
+ * Makefile.in (TAGS-LISP): Don't pass `$(lispsource)' to make.
+
2000-07-05 Gerd Moellmann <gerd@gnu.org>
* xterm.c (XTread_socket): Increment handling_signal at the start,