summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGlynn Foster <glynn.foster@sun.com>2003-08-27 12:10:04 +0000
committerGlynn Foster <gman@src.gnome.org>2003-08-27 12:10:04 +0000
commitd02a5bcd112cf475f7312d234e02c4c761dd9e1f (patch)
tree353280abeb1f0f4408194b2558c434642a86d8d1 /ChangeLog
parent55ca06166cd9809d02a24b490965fd0a5856a3da (diff)
Put horizontal scrolling on automatic, otherwise we expand off the edge of
2003-08-27 Glynn Foster <glynn.foster@sun.com> * src/tree.c: Put horizontal scrolling on automatic, otherwise we expand off the edge of the screen.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 31163a1..a3d30a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-08-27 Glynn Foster <glynn.foster@sun.com>
+
+ * src/tree.c: Put horizontal scrolling on automatic, otherwise
+ we expand off the edge of the screen.
+
2003-08-25 Mike Newman <mikegtn@gnome.org>
* src/entry.c: s/g_printerr/g_print/ - last part of Kevin's patch