aboutsummaryrefslogtreecommitdiffstats
path: root/filter/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-08-24 06:32:17 +0800
committerDan Winship <danw@src.gnome.org>2000-08-24 06:32:17 +0800
commit703511b4a899a4f3d7071b9930abf9319620555a (patch)
tree9da908716547ea94a5e62d6db2db7227c4c79da6 /filter/ChangeLog
parentb29fc16e4b9130c44ec5702851166466164fbbf8 (diff)
downloadgsoc2013-evolution-703511b4a899a4f3d7071b9930abf9319620555a.tar
gsoc2013-evolution-703511b4a899a4f3d7071b9930abf9319620555a.tar.gz
gsoc2013-evolution-703511b4a899a4f3d7071b9930abf9319620555a.tar.bz2
gsoc2013-evolution-703511b4a899a4f3d7071b9930abf9319620555a.tar.lz
gsoc2013-evolution-703511b4a899a4f3d7071b9930abf9319620555a.tar.xz
gsoc2013-evolution-703511b4a899a4f3d7071b9930abf9319620555a.tar.zst
gsoc2013-evolution-703511b4a899a4f3d7071b9930abf9319620555a.zip
Set seltime.tm_isdst to -1, not daylight, because the current dst value is
* filter-datespec.c (cal_day_selected): Set seltime.tm_isdst to -1, not daylight, because the current dst value is not relevant to the selected date. svn path=/trunk/; revision=4991
Diffstat (limited to 'filter/ChangeLog')
-rw-r--r--filter/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog
index 98816b6bbe..31b39867cb 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,3 +1,9 @@
+2000-08-23 Dan Winship <danw@helixcode.com>
+
+ * filter-datespec.c (cal_day_selected): Set seltime.tm_isdst to
+ -1, not daylight, because the current dst value is not relevant to
+ the selected date.
+
2000-08-18 Peter Williams <peterw@helixcode.com>
* filter-driver.c (do_filter_mail): Unlink a new parameter, path_to_unlink,