diff options
| author | Dan Nicolaescu | 2009-01-30 23:45:27 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2009-01-30 23:45:27 +0000 |
| commit | db87892598cf60ddfe183b757e850369fd97ebe2 (patch) | |
| tree | 067a3c35e5f7838b0ca19a08813e8c4b7f6feb37 /src/ChangeLog | |
| parent | 4d18a7a28e249a6335447047f5660282279d4468 (diff) | |
| download | emacs-db87892598cf60ddfe183b757e850369fd97ebe2.tar.gz emacs-db87892598cf60ddfe183b757e850369fd97ebe2.zip | |
* dispnew.c (window_change_signal): Don't try to get the size of a
suspended tty frame.
* term.c (Fresume_tty): Resize if the size has changed while the
tty was suspended.
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 947afe32cd3..0fb12db1707 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2009-01-30 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2009-01-30 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | * dispnew.c (window_change_signal): Don't try to get the size of a | ||
| 4 | suspended tty frame. | ||
| 5 | * term.c (Fresume_tty): Resize if the size has changed while the | ||
| 6 | tty was suspended. | ||
| 7 | |||
| 3 | * alloc.c (mark_stack): Properly conditionalize previous change. | 8 | * alloc.c (mark_stack): Properly conditionalize previous change. |
| 4 | 9 | ||
| 5 | 2009-01-30 Juanma Barranquero <lekktu@gmail.com> | 10 | 2009-01-30 Juanma Barranquero <lekktu@gmail.com> |