summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 39fc796..98e5aca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2006-02-13 Behdad Esfahbod <behdad@gnome.org>
+ * src/vte.c (update_timeout): Only discontinue timer if nothing
+ was updated in the last cycle.
+
+2006-02-13 Behdad Esfahbod <behdad@gnome.org>
+
* gnome-pty-helper/gnome-pty-helper.c: Fix race condition when
shutdown_helper may be called again from the signal handler when
it's already running. (bug #331056)