aboutsummaryrefslogtreecommitdiffstats
path: root/filter/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-04-12 03:11:50 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-04-12 03:11:50 +0800
commit724b51b4ffaf280517052d7a2cbf51c31889aa20 (patch)
tree289df4ded88d3d74a74db8289aa3e28c564d1b84 /filter/ChangeLog
parentc6cb5d9631d4c05bffa4ab320bae53909a7a55c6 (diff)
downloadgsoc2013-evolution-724b51b4ffaf280517052d7a2cbf51c31889aa20.tar
gsoc2013-evolution-724b51b4ffaf280517052d7a2cbf51c31889aa20.tar.gz
gsoc2013-evolution-724b51b4ffaf280517052d7a2cbf51c31889aa20.tar.bz2
gsoc2013-evolution-724b51b4ffaf280517052d7a2cbf51c31889aa20.tar.lz
gsoc2013-evolution-724b51b4ffaf280517052d7a2cbf51c31889aa20.tar.xz
gsoc2013-evolution-724b51b4ffaf280517052d7a2cbf51c31889aa20.tar.zst
gsoc2013-evolution-724b51b4ffaf280517052d7a2cbf51c31889aa20.zip
Fixes for bugs: #41149, #41150, #41151, #41152, #41153, #41155 and #41156.
2003-04-11 Jeffrey Stedfast <fejj@ximian.com> Fixes for bugs: #41149, #41150, #41151, #41152, #41153, #41155 and #41156. * filter-filter.c (get_widget): Same as with filter-rule. * filter-rule.c (get_widget): Changed border widths of frame vboxes and other padding to comply with the HIG. * rule-editor.c (rule_add): Change window border and padding around the 'rules' widget to comply with the HIG. (rule_edit): Same. (rule_editor_construct): Same here as well. * filter.glade: Many HIG compliance fixes. svn path=/trunk/; revision=20823
Diffstat (limited to 'filter/ChangeLog')
-rw-r--r--filter/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog
index fecaf39274..ecec17d0aa 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,3 +1,20 @@
+2003-04-11 Jeffrey Stedfast <fejj@ximian.com>
+
+ Fixes for bugs: #41149, #41150, #41151, #41152, #41153, #41155 and
+ #41156.
+
+ * filter-filter.c (get_widget): Same as with filter-rule.
+
+ * filter-rule.c (get_widget): Changed border widths of frame
+ vboxes and other padding to comply with the HIG.
+
+ * rule-editor.c (rule_add): Change window border and padding
+ around the 'rules' widget to comply with the HIG.
+ (rule_edit): Same.
+ (rule_editor_construct): Same here as well.
+
+ * filter.glade: Many HIG compliance fixes.
+
2003-03-28 Not Zed <NotZed@Ximian.com>
* filter-datespec.c (button_clicked): cast warning.