aboutsummaryrefslogtreecommitdiffstats
path: root/filter/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-10-24 10:10:20 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-10-24 10:10:20 +0800
commitbdb308067c223640c2c14ebd92205e0ae1d20326 (patch)
tree8bbfe199baa3ffaeb33eac81176e6ac11ad9ebbf /filter/ChangeLog
parent067991f6b4eae28762f76637e37be092d1232f2e (diff)
downloadgsoc2013-evolution-bdb308067c223640c2c14ebd92205e0ae1d20326.tar
gsoc2013-evolution-bdb308067c223640c2c14ebd92205e0ae1d20326.tar.gz
gsoc2013-evolution-bdb308067c223640c2c14ebd92205e0ae1d20326.tar.bz2
gsoc2013-evolution-bdb308067c223640c2c14ebd92205e0ae1d20326.tar.lz
gsoc2013-evolution-bdb308067c223640c2c14ebd92205e0ae1d20326.tar.xz
gsoc2013-evolution-bdb308067c223640c2c14ebd92205e0ae1d20326.tar.zst
gsoc2013-evolution-bdb308067c223640c2c14ebd92205e0ae1d20326.zip
Set the remove button insensitive if there is only 1 action left.
2000-10-23 Jeffrey Stedfast <fejj@helixcode.com> * filter-filter.c (less_parts): Set the remove button insensitive if there is only 1 action left. (more_parts): Set the remove button sensitive (since we now have 2 or more actions). (get_widget): If there is only 1 action, disable the remove button. * filter-rule.c (xml_encode): If there is a defined source, don't set it to "incoming", set it to whatever the source is! (less_parts): Set the remove button insensitive if there is only 1 criterion left. (more_parts): Set the remove button sensitive (since we now have 2 or more criterion). (get_widget): If there is no name for the filter then set it to "Untitled", highlight it, and grab the focus. If there is only 1 criterion, disable the remove button. * filter-editor.c, vfolder-editor.c: GUI fixes here and there as well as some consistancy fixes between them. * filter-driver.c (filter_driver_filter_mbox): Updated to send the source url to filter_driver_filter_message() (filter_driver_filter_folder): Updated to send the source url of the folder to filter_driver_filter_message() (filter_driver_filter_message): Now takes a source_url argument that represents the url of the folder the message is coming from (so that we may filter based upon that information). svn path=/trunk/; revision=6138
Diffstat (limited to 'filter/ChangeLog')
-rw-r--r--filter/ChangeLog30
1 files changed, 30 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog
index 0695f97cfd..a5568df3ff 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,3 +1,33 @@
+2000-10-23 Jeffrey Stedfast <fejj@helixcode.com>
+
+ * filter-filter.c (less_parts): Set the remove button insensitive
+ if there is only 1 action left.
+ (more_parts): Set the remove button sensitive (since we now have 2
+ or more actions).
+ (get_widget): If there is only 1 action, disable the remove
+ button.
+
+ * filter-rule.c (xml_encode): If there is a defined source, don't
+ set it to "incoming", set it to whatever the source is!
+ (less_parts): Set the remove button insensitive if there is only 1
+ criterion left.
+ (more_parts): Set the remove button sensitive (since we now have 2
+ or more criterion).
+ (get_widget): If there is no name for the filter then set it to
+ "Untitled", highlight it, and grab the focus. If there is only 1
+ criterion, disable the remove button.
+
+ * filter-editor.c, vfolder-editor.c: GUI fixes here and there as
+ well as some consistancy fixes between them.
+
+ * filter-driver.c (filter_driver_filter_mbox): Updated to send the
+ source url to filter_driver_filter_message()
+ (filter_driver_filter_folder): Updated to send the source url of
+ the folder to filter_driver_filter_message()
+ (filter_driver_filter_message): Now takes a source_url argument
+ that represents the url of the folder the message is coming from
+ (so that we may filter based upon that information).
+
2000-10-23 Christopher James Lahey <clahey@helixcode.com>
* filter.glade: Fixed these widgets to resize properly.