aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@ximian.com>2001-07-28 03:53:35 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2001-07-28 03:53:35 +0800
commit2cd65ea07f54971a789b0058ace767a77170f3a5 (patch)
treef7d228067e9a4b50614ae4a24469b54ad4d9ab8a /calendar/ChangeLog
parent55dc4bd9020002d8abc210957120802fc5757fcf (diff)
downloadgsoc2013-evolution-2cd65ea07f54971a789b0058ace767a77170f3a5.tar
gsoc2013-evolution-2cd65ea07f54971a789b0058ace767a77170f3a5.tar.gz
gsoc2013-evolution-2cd65ea07f54971a789b0058ace767a77170f3a5.tar.bz2
gsoc2013-evolution-2cd65ea07f54971a789b0058ace767a77170f3a5.tar.lz
gsoc2013-evolution-2cd65ea07f54971a789b0058ace767a77170f3a5.tar.xz
gsoc2013-evolution-2cd65ea07f54971a789b0058ace767a77170f3a5.tar.zst
gsoc2013-evolution-2cd65ea07f54971a789b0058ace767a77170f3a5.zip
Constify and set the query sexp on the task pad's model as well.
2001-07-27 Federico Mena Quintero <federico@ximian.com> * gui/gnome-cal.c (gnome_calendar_set_query): Constify and set the query sexp on the task pad's model as well. svn path=/trunk/; revision=11457
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 7cd4719fa2..7592665f36 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,10 @@
2001-07-27 Federico Mena Quintero <federico@ximian.com>
+ * gui/gnome-cal.c (gnome_calendar_set_query): Constify and set the
+ query sexp on the task pad's model as well.
+
+2001-07-27 Federico Mena Quintero <federico@ximian.com>
+
* gui/cal-search-bar.[ch]: New files with a derivative of
ESearchBar that generates sexps for calendar queries directly.