aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 76d96f7bb39..477002db4f1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,14 @@
12000-11-15 Gerd Moellmann <gerd@gnu.org> 12000-11-15 Gerd Moellmann <gerd@gnu.org>
2 2
3 * frame.c (syms_of_frame_1): Removed; code moved to syms_of_frame.
4 (Qinhibit_default_face_x_resources): New variable.
5 (syms_of_frame): Initialize it.
6 (Fmodify_frame_parameters): Bind inhibit-default-face-x-resources.
7
8 * xdisp.c (pos_visible_p): Improve function comment.
9
10 * lisp.h (BINDING_STACK_SIZE): New macro.
11
3 * dired.c (directory_files_internal) [EAGAIN || EINTR]: Retry 12 * dired.c (directory_files_internal) [EAGAIN || EINTR]: Retry
4 reading the directory if readdir returns null and errno is EAGAIN 13 reading the directory if readdir returns null and errno is EAGAIN
5 or EINTR. 14 or EINTR.