aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2009-01-30 23:45:27 +0000
committerDan Nicolaescu2009-01-30 23:45:27 +0000
commitdb87892598cf60ddfe183b757e850369fd97ebe2 (patch)
tree067a3c35e5f7838b0ca19a08813e8c4b7f6feb37 /src/ChangeLog
parent4d18a7a28e249a6335447047f5660282279d4468 (diff)
downloademacs-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/ChangeLog5
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 @@
12009-01-30 Dan Nicolaescu <dann@ics.uci.edu> 12009-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
52009-01-30 Juanma Barranquero <lekktu@gmail.com> 102009-01-30 Juanma Barranquero <lekktu@gmail.com>