aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/ChangeLog
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@helixcode.com>2000-08-31 05:54:48 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2000-08-31 05:54:48 +0800
commit61ec555e80b3e208c09a81bb2f2df530d947d360 (patch)
tree2c3d3ef3c052f07d1b741ca00eedc697fedcc54d /widgets/ChangeLog
parent151fb928c3191fbf37d34e0f35ff242587fbb307 (diff)
downloadgsoc2013-evolution-61ec555e80b3e208c09a81bb2f2df530d947d360.tar
gsoc2013-evolution-61ec555e80b3e208c09a81bb2f2df530d947d360.tar.gz
gsoc2013-evolution-61ec555e80b3e208c09a81bb2f2df530d947d360.tar.bz2
gsoc2013-evolution-61ec555e80b3e208c09a81bb2f2df530d947d360.tar.lz
gsoc2013-evolution-61ec555e80b3e208c09a81bb2f2df530d947d360.tar.xz
gsoc2013-evolution-61ec555e80b3e208c09a81bb2f2df530d947d360.tar.zst
gsoc2013-evolution-61ec555e80b3e208c09a81bb2f2df530d947d360.zip
Ensure that the child's allocation height is >= 1.
2000-08-30 Federico Mena Quintero <federico@helixcode.com> * widgets/e-paned/e-vpaned.c (e_vpaned_size_allocate): Ensure that the child's allocation height is >= 1. * widgets/e-paned/e-hpaned.c (e_hpaned_size_allocate): Ensure that the child's allocation width is >= 1. 2000-08-30 Federico Mena Quintero <federico@helixcode.com> * ChangeLog: Started a ChangeLog here. svn path=/trunk/; revision=5123
Diffstat (limited to 'widgets/ChangeLog')
-rw-r--r--widgets/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/widgets/ChangeLog b/widgets/ChangeLog
new file mode 100644
index 0000000000..8aa996141b
--- /dev/null
+++ b/widgets/ChangeLog
@@ -0,0 +1,11 @@
+2000-08-30 Federico Mena Quintero <federico@helixcode.com>
+
+ * widgets/e-paned/e-vpaned.c (e_vpaned_size_allocate): Ensure that
+ the child's allocation height is >= 1.
+
+ * widgets/e-paned/e-hpaned.c (e_hpaned_size_allocate): Ensure that
+ the child's allocation width is >= 1.
+
+2000-08-30 Federico Mena Quintero <federico@helixcode.com>
+
+ * ChangeLog: Started a ChangeLog here.