diff options
| author | Eli Zaretskii | 2008-08-24 20:12:41 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-08-24 20:12:41 +0000 |
| commit | 1266f9ef8e922c210f0058f2480955698a7b19bf (patch) | |
| tree | 5fee4cbe47fb35698f38bd02937f10a066c9dfa1 /src/ChangeLog | |
| parent | 75adb00dcfed4ab6ee916ad1202c504e859514e5 (diff) | |
| download | emacs-1266f9ef8e922c210f0058f2480955698a7b19bf.tar.gz emacs-1266f9ef8e922c210f0058f2480955698a7b19bf.zip | |
(make_terminal_frame): Initialize f->terminal, f->terminal->reference_count,
and scroll bars on MS-DOS as well. Set the top frame to newly created frame.
(Fmake_terminal_frame): Reuse the_only_display_info.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 89921e7b395..dbfc3f799c2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2008-08-24 Eli Zaretskii <eliz@gnu.org> | 1 | 2008-08-24 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * frame.c (make_terminal_frame): Initialize f->terminal, | ||
| 4 | f->terminal->reference_count, and scroll bars on MS-DOS as well. | ||
| 5 | Set the top frame to newly created frame. | ||
| 6 | (Fmake_terminal_frame): Reuse the_only_display_info. | ||
| 7 | |||
| 3 | * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of | 8 | * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of |
| 4 | estimating available memory. | 9 | estimating available memory. |
| 5 | 10 | ||