diff options
author | Federico Mena Quintero <federico@nuclecu.unam.mx> | 1998-04-02 08:15:39 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-04-02 08:15:39 +0800 |
commit | 9bc7db5333a2319828768142c527d3fb64afd999 (patch) | |
tree | ad58f9ba15220d752cbeb164e99b5791446ed952 /calendar/ChangeLog | |
parent | af10696db7572f9933cfae0235574553d016b680 (diff) | |
download | gsoc2013-evolution-9bc7db5333a2319828768142c527d3fb64afd999.tar.gz gsoc2013-evolution-9bc7db5333a2319828768142c527d3fb64afd999.tar.zst gsoc2013-evolution-9bc7db5333a2319828768142c527d3fb64afd999.zip |
These functions now take a sort_func parameter, which is of type
1998-04-01 Federico Mena Quintero <federico@nuclecu.unam.mx>
* calendar.c (calendar_get_objects_in_range):
(calendar_get_events_in_range):
(calendar_get_journal_in_range):
(calendar_get_journal_in_range): These functions now take a
sort_func parameter, which is of type GCompareFunc. If the
specified value is non-NULL, it will return a sorted list.
Otherwise, it will return an unordered list.
(calendar_compare_by_dtstart): Provide a generic sorting routine
for calendar objects.
svn path=/trunk/; revision=88
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index f971250cde..536ac464f9 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,15 @@ +1998-04-01 Federico Mena Quintero <federico@nuclecu.unam.mx> + + * calendar.c (calendar_get_objects_in_range): + (calendar_get_events_in_range): + (calendar_get_journal_in_range): + (calendar_get_journal_in_range): These functions now take a + sort_func parameter, which is of type GCompareFunc. If the + specified value is non-NULL, it will return a sorted list. + Otherwise, it will return an unordered list. + (calendar_compare_by_dtstart): Provide a generic sorting routine + for calendar objects. + Tue Mar 31 23:46:50 1998 Tom Tromey <tromey@cygnus.com> * timeutil.c (format_simple_hour): `buf' now static. |