# HG changeset patch # User Gerd Moellmann # Date 962893242 0 # Node ID c7db89eda6a45fcf2d683939cfb907f5009c7b01 # Parent 96039cc24acf75f9372da8dedf8f8f5dc509ea83 *** empty log message *** diff -r 96039cc24acf -r c7db89eda6a4 lisp/ChangeLog --- a/lisp/ChangeLog Thu Jul 06 14:20:10 2000 +0000 +++ b/lisp/ChangeLog Thu Jul 06 14:20:42 2000 +0000 @@ -1,12 +1,16 @@ +2000-07-06 Gerd Moellmann + + * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'. + 2000-07-05 Michael Kifer - * 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 diff -r 96039cc24acf -r c7db89eda6a4 src/ChangeLog --- a/src/ChangeLog Thu Jul 06 14:20:10 2000 +0000 +++ b/src/ChangeLog Thu Jul 06 14:20:42 2000 +0000 @@ -1,3 +1,12 @@ +2000-07-06 Gerd Moellmann + + * 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 * xterm.c (XTread_socket): Increment handling_signal at the start,