diff options
| author | Gerd Moellmann | 2000-06-23 07:14:06 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-06-23 07:14:06 +0000 |
| commit | ea055732c7aa488a63ce1b9096010da82bdd56ed (patch) | |
| tree | bcbecdd755210359723abad66488f4b54a9dae94 | |
| parent | 4ff53720257ea847cbaa221e86e0956063d0b547 (diff) | |
| download | emacs-ea055732c7aa488a63ce1b9096010da82bdd56ed.tar.gz emacs-ea055732c7aa488a63ce1b9096010da82bdd56ed.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | src/ChangeLog | 5 |
2 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8dc9b506119..d190ababe43 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -28,6 +28,12 @@ | |||
| 28 | 28 | ||
| 29 | 2000-06-23 Paul Eggert <eggert@twinsun.com> | 29 | 2000-06-23 Paul Eggert <eggert@twinsun.com> |
| 30 | 30 | ||
| 31 | * mail/mailpost.el (post-mail-send-it): Make sure file has | ||
| 32 | proper permissions from birth. | ||
| 33 | |||
| 34 | * files.el (basic-save-buffer-2): When temporarily setting | ||
| 35 | file modes, set them to current modes plus 0200, not to 0777. | ||
| 36 | |||
| 31 | * emerge.el (emerge-make-temp-file): Make sure file has proper | 37 | * emerge.el (emerge-make-temp-file): Make sure file has proper |
| 32 | permissions from birth. | 38 | permissions from birth. |
| 33 | 39 | ||
diff --git a/src/ChangeLog b/src/ChangeLog index 4ccc973f0d3..c0055cfaf23 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2000-06-23 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * xfns.c (x_create_tip_frame): Initialize frame's colors like | ||
| 4 | in x_create_frame. | ||
| 5 | |||
| 1 | 2000-06-23 Eli Zaretskii <eliz@is.elta.co.il> | 6 | 2000-06-23 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 7 | ||
| 3 | * coding.c (decode_eol_post_ccl): Special handling for undecided | 8 | * coding.c (decode_eol_post_ccl): Special handling for undecided |