1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253
|
2006-02-12 Phil Blundell <pb@reciva.com>
* Version 0.21 released.
2006-02-12 Phil Blundell <pb@reciva.com>
* event-db.c (event_sort_func): Improve sorting.
(event_db_list_for_period_internal): Correct handling of maximum
event count.
2006-02-11 Florian Boor <florian@kernelconcepts.de>
* Version 0.20 released.
* event-db.c, event-db.h: Add documentation.
* event-db.c (event_db_make_eventid): Make static.
* event-db.h: Make all parameters named to avoid confusing gtk-doc.
* doc/libeventdb-docs.sgml: Change documentation license to
become LGPL.
* doc/tmpl/event-db.sgml: Add proper section titles.
2006-02-05 Phil Blundell <pb@reciva.com>
* Version 0.19 released.
2006-02-05 Phil Blundell <pb@reciva.com>
* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Enable gtk-doc.
2006-02-04 Phil Blundell <pb@reciva.com>
* event-db.c (event_db_clear_recurrence): Don't crash if no
recurrence was set.
2006-02-01 Phil Blundell <pb@reciva.com>
* event-db.c (event_db_clear_recurrence): New function.
(event_sort_func): Handle both recurring and non recurring events.
(event_sort_func_recur): Deleted.
(recurring_events, one_shot_events): Change from GSList to GList.
All uses updated.
(event_db_add_internal): Set ev->list.
(event_db_write): Move event between lists if required; just
re-sort if not.
(event_db_list_for_period_internal): Remove unnecessary scanning
of returned list.
* gpe/event-db.h (event_db_clear_recurrence): Add prototype.
(struct event_s): Add list.
2006-01-01 Phil Blundell <pb@reciva.com>
* doc/Makefile.am (GTKDOC_CC, GTKDOC_LD): Delete duplicated
definitions to stop automake freaking out.
2005-12-31 Florian Boor <florian@kernelconcepts.de>
* Release version 0.18.
* Makefile.am: Set library version, incompatible to older version.
* configure.ac: New version.
2005-12-30 Florian Boor <florian@kernelconcepts.de>
* event-db.c: Fix warning.
* Makefile.am: Define _XOPEN_SOURCE to avoid build time warnings.
* event-db.c: Add support for event location information.
* event-db.h: Add location field to event details.
2005-11-22 Florian Boor <florian@kernelconcepts.de>
* Release Version 0.17
* event-db.c: Minor formating changes.
2005-11-11 Florian Boor <florian@kernelconcepts.de>
\
* libeventdb.pc.in: Correct prefix variable.
2005-08-24 Martin Felis <martin@silef.de>
* event-db.c, gpe/event-db.h: Added eventid tag.
2005-08-01 Florian Boor <florian@kernelconcepts.de>
* doc/*, Makefile.am, configure.ac: Add documentation framework support
and basic information about this library.
2005-07-29 Florian Boor <florian@kernelconcepts.de>
* Version 0.16 released.
2005-05-28 Florian Boor <florian@kernelconcepts.de>
* configure.ac: Add missing dependency to libgpewidget.
* Add support for autotools.
* configure.ac, Makefile.am, gpe-dist.am: New files.
* configure.ac: Push version to 0.16.
2004-09-21 Florian Boor <florian@kernelconcepts.de>
* event-db.c (event_db_write): Added re-sorting of lists.
2004-03-25 Philip Blundell <philb@gnu.org>
* Version 0.15 released.
2004-03-25 Philip Blundell <philb@gnu.org>
* Makefile: Bring up to modern standards vis-a-vis PACKAGE_CFLAGS,
etc.
(install-devel): Correct path to headers.
2004-03-06 Philip Blundell <philb@gnu.org>
* Version 0.14 released.
2004-03-05 Philip Blundell <philb@gnu.org>
* event-db.c (event_db_write): Only write out description and
summary if not NULL.
2004-02-23 Joseph J. McCarthy <mccarthy@engrng.pitt.edu>
* Version 0.13 released.
2004-02-23 Joseph J. McCarthy <mccarthy@engrng.pitt.edu>
* event-db.c: once again, rework recur slightly
2004-02-22 Phil Blundell <pb@nexus.co.uk>
* Version 0.12 released.
2004-02-21 Phil Blundell <pb@nexus.co.uk>
* event-db.c (event_db_write): Write out categories.
(load_details_callback): Read in categories;
* gpe/event-db.h (struct event_details_s): Add categories.
2004-02-21 Joseph J. McCarthy <mccarthy@engrng.pitt.edu>
* Version 0.11 released.
2004-02-21 Joseph J. McCarthy <mccarthy@engrng.pitt.edu>
* event-db.h: re-add SECONDS_IN_DAY to fix daily recur
2004-02-20 Joseph J. McCarthy <mccarthy@engrng.pitt.edu>
* Version 0.09 released.
2004-02-20 Joseph J. McCarthy <mccarthy@engrng.pitt.edu>
* event-db.c: change to modulo method of recur checking
* event-db.h: add SECONDS_IN_DAY definition
2003-10-19 Luis Oliveira <luis@handhelds.org>
* Makefile: Generate .pc files.
* libeventdb.pc.in: New file.
* libeventdb-uninstalled.pc.in: New file.
2003-09-05 Philip Blundell <philb@gnu.org>
* familiar/control (Source): Added.
2003-09-05 Philip Blundell <philb@gnu.org>
* Version 0.08 released.
2003-09-05 Philip Blundell <philb@gnu.org>
* event-db.c (load_data_callback): Add 12 hours to notional start
time for untimed events in attempt to avoid problems with
timezones.
2003-04-25 Philip Blundell <philb@gnu.org>
* Version 0.07 released.
2003-04-20 Philip Blundell <philb@gnu.org>
* event-db.c (event_db_write): Write out "modified" tag as Unix time.
(load_details_callback): Tolerate either this or the older format.
2003-04-11 Philip Blundell <philb@gnu.org>
* Makefile (VERSION): Set to 0.06.
2003-04-04 Joe McCarthy <jjmcc@pitt.edu>
* event-db.c: erase destroy_clone and stop checking FLAG_CLONE in
list_destroy since all in list are now clones
* event-db.h: erase destroy_clone
2003-04-03 Joe McCarthy <jjmcc@pitt.edu>
* event-db.c: implement exceptions to recurrence in db, change
list_for_period to check for exceptions and to use clones for *all*
lists (changed names so its obvious they are clones), change the way
alarms are looked up for simplicity
* event-db.h: add a pointer to event_t so that clones know who their
momma is and a GSList so that we can implement exceptions
2003-03-30 Philip Blundell <philb@gnu.org>
* Makefile (install-program): Use install -d and install -s in
place of mkdir and strip.
2003-03-22 Colin Marquardt <colin@marquardt-home.de>
* Makefile (install-program): New name for 'install' ('install' is
now provided by Makefile.dpkg_ipkg).
(CVSBUILD): New variable.
(BUILD): New variable.
Use variable PACKAGE where possible.
2003-03-03 Joe McCarthy <jjmcc@pitt.edu>
* version 0.05
2003-03-03 Joe McCarthy <jjmcc@pitt.edu>
* event-db.c (event_db_stop): Use g_slist_free() instead of destroy.
2003-02-16 Philip Blundell <philb@gnu.org>
* event-db.c (event_db_get_details): Use g_malloc0.
(event_db_alloc_details): Likewise.
* gpe/event-db.h (EVENT_DB_USE_MEMCHUNK): Define.
* Makefile (CFLAGS): Build with -DG_DISABLE_DEPRECATED.
(LDFLAGS): Link with libgpewidget.
2003-01-18 Philip Blundell <philb@gnu.org>
* Version 0.02 released.
2003-01-13 Joseph J. McCarthy <mccarthy@engrng.pitt.edu>
* event-db.c: add event_db_list_alarms_for_period + flag
* event-db.h: same
2003-01-08 Joseph J. McCarthy <mccarthy@engrng.pitt.edu>
* event-db.c: Change "event-db.h" for <gpe/event-db.h>
2003-01-06 Philip Blundell <philb@gnu.org>
* event-db.c, event-db.h: Move latest version here from
gpe-calendar.
2003-01-06 Luis Oliveira <luis@handhelds.org>
* First import.
|