diff options
| author | Gerd Moellmann | 2000-05-16 11:47:30 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-05-16 11:47:30 +0000 |
| commit | 835c1b36270c9ede7766f220d0210ab67352bb3e (patch) | |
| tree | e6ec3fd3533de94606354fbabc21542269b2d88b /src/ChangeLog | |
| parent | cb613bb86ebf3fbc973d10d3b13046771ed813e0 (diff) | |
| download | emacs-835c1b36270c9ede7766f220d0210ab67352bb3e.tar.gz emacs-835c1b36270c9ede7766f220d0210ab67352bb3e.zip | |
(frames_bury_buffer): Don't add a buffer to the frame's
buffer list that wasn't selected in that frame.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6a32598eb03..390e364a625 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2000-05-16 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-05-16 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * frame.c (frames_bury_buffer): Don't add a buffer to the frame's | ||
| 4 | buffer list that wasn't selected in that frame. | ||
| 5 | |||
| 3 | * filelock.c (get_boot_time): To obtain an 8 char file name, which | 6 | * filelock.c (get_boot_time): To obtain an 8 char file name, which |
| 4 | is needed on mescaline, use a 2 char prefix, and call | 7 | is needed on mescaline, use a 2 char prefix, and call |
| 5 | make_temp_name with second arg non-zero. | 8 | make_temp_name with second arg non-zero. |