aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-07-06 14:20:42 +0000
committerGerd Moellmann2000-07-06 14:20:42 +0000
commitdd8888a1360675fd9665bda54239d14c1f3d4a9a (patch)
tree1a2b5deb5ae28766a6b8e4407cf1afefe32ef6fb /src
parent4136efcb0a93165bf16bc757411be6cc8f659bc0 (diff)
downloademacs-dd8888a1360675fd9665bda54239d14c1f3d4a9a.tar.gz
emacs-dd8888a1360675fd9665bda54239d14c1f3d4a9a.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0637e08f235..bd89ac9a3f1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12000-07-06 Gerd Moellmann <gerd@gnu.org>
2
3 * window.c (Fwindow_list): Reverse list at the end.
4 (candidate_window_p): Add parameter OWINDOW. ALL_FRAMES nil
5 means allow windows on OWINDOW's frame, only.
6 (window_loop): Simplified; use Fwindow_list.
7
8 * Makefile.in (TAGS-LISP): Don't pass `$(lispsource)' to make.
9
12000-07-05 Gerd Moellmann <gerd@gnu.org> 102000-07-05 Gerd Moellmann <gerd@gnu.org>
2 11
3 * xterm.c (XTread_socket): Increment handling_signal at the start, 12 * xterm.c (XTread_socket): Increment handling_signal at the start,