changeset 30096:c7db89eda6a4

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Thu, 06 Jul 2000 14:20:42 +0000
parents 96039cc24acf
children ad53f03540e3
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 17 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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  <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>
--- 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  <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,