diff options
| author | Gerd Moellmann | 2000-11-15 19:25:57 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-11-15 19:25:57 +0000 |
| commit | 6d133d1f9be6dec57aa3e35d9814b673d3966b78 (patch) | |
| tree | b8fb0f75c44ed01c25abf0e9f5bceb81d2a75915 | |
| parent | 0db9568413954b21ef8f4ecdb08a03acd8814506 (diff) | |
| download | emacs-6d133d1f9be6dec57aa3e35d9814b673d3966b78.tar.gz emacs-6d133d1f9be6dec57aa3e35d9814b673d3966b78.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | src/ChangeLog | 9 |
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 @@ | |||
| 1 | 2000-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 | |||
| 1 | 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il> | 7 | 2000-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 @@ | |||
| 1 | 2000-11-15 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-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. |