aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ad4cbfab5c8..a9b0af63343 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,13 @@
12001-01-31 Gerd Moellmann <gerd@gnu.org> 12001-01-31 Gerd Moellmann <gerd@gnu.org>
2 2
3 * window.c (Fscroll_right, Fscroll_left): Use interactive_p
4 instead of Finteractive_p.
5
6 * lisp.h (interactive_p): Add prototype.
7
8 * eval.c (interactive_p): New function.
9 (Finteractive_p): Use it.
10
3 * alloc.c (Fmake_list): Add a QUIT in the loop; unroll the loop. 11 * alloc.c (Fmake_list): Add a QUIT in the loop; unroll the loop.
4 12
52001-01-31 Dave Love <fx@gnu.org> 132001-01-31 Dave Love <fx@gnu.org>