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 /src | |
| parent | 0db9568413954b21ef8f4ecdb08a03acd8814506 (diff) | |
| download | emacs-6d133d1f9be6dec57aa3e35d9814b673d3966b78.tar.gz emacs-6d133d1f9be6dec57aa3e35d9814b673d3966b78.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 9 |
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 @@ | |||
| 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. |