]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Thu, 6 Jul 2000 14:20:42 +0000 (14:20 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 6 Jul 2000 14:20:42 +0000 (14:20 +0000)
lisp/ChangeLog
src/ChangeLog

index 5b96988b6fc0e8720bafb53816b505133126d13d..538ac6d339afd36f2f223d9aceecfabde4c4f5e6 100644 (file)
@@ -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>
index 0637e08f2351ba77ea921f0c6c103e3e30a8b881..bd89ac9a3f18a82505c2749ec216f8461fbf651b 100644 (file)
@@ -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,