aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog6
-rw-r--r--src/ChangeLog9
2 files changed, 15 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 87eab43f502..0a966a4f06c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12000-11-15 Gerd Moellmann <gerd@gnu.org>
2
3 * faces.el (face-set-after-frame-default): If
4 `inhibit-default-face-x-resources' is bound, don't intiialize the
5 default face from X resources.
6
12000-11-15 Eli Zaretskii <eliz@is.elta.co.il> 72000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
2 8
3 * Makefile.in (custom-deps, finder-data, autoloads, recompile): 9 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
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.