aboutsummaryrefslogtreecommitdiffstats
path: root/help/devel/calendar/cal-util/evolution-cal-util-decl.txt
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagBUG_BUDDY_2_0_8nobody2001-08-051-980/+0
| | | | | | 'BUG_BUDDY_2_0_8'. svn path=/tags/BUG_BUDDY_2_0_8/; revision=11657
* ShhKjartan Maraas2001-07-121-49/+125
| | | | svn path=/trunk/; revision=11009
* Added evolution-alarm-notify.Federico Mena Quintero2001-07-011-1/+2
| | | | | | | | 2001-06-30 Federico Mena Quintero <federico@ximian.com> * tools/killev: Added evolution-alarm-notify. svn path=/trunk/; revision=10632
* Sync - FedericoFederico Mena Quintero2001-06-251-7/+119
| | | | svn path=/trunk/; revision=10455
* yes, I am a dumbassJeffrey Stedfast2001-05-161-0/+791
| | | | svn path=/trunk/; revision=9826
* Removed generated files from CVS, updated .cvsignore files to includeJon Trowbridge2001-04-261-780/+0
| | | | | | | | | 2001-04-25 Jon Trowbridge <trow@ximian.com> * Removed generated files from CVS, updated .cvsignore files to include generated files. svn path=/trunk/; revision=9569
* Doc updates - FedericoFederico Mena Quintero2001-01-201-125/+125
| | | | svn path=/trunk/; revision=7666
* create a new cal component alarm (cal_component_add_alarm): add alarm toJP Rosevear2001-01-191-127/+142
| | | | | | | | | | | | | | | | | | | | | | 2001-01-19 JP Rosevear <jpr@ximian.com> * cal-util/cal-component.c (cal_component_alarm_new): create a new cal component alarm (cal_component_add_alarm): add alarm to the cal component (cal_component_remove_alarm): remove alarm from the cal component (remove_alarm): remove alarm from hash * cal-util/cal-component.h: new protos * conduits/calendar/calendar-conduit.c (comp_from_remote_record): add alarm information, still needs to be hacked to replace an already existing alarm. questions abound about the heuristic for doing this. 2001-01-17 JP Rosevear <jpr@ximian.com> * README: Update package requirements svn path=/trunk/; revision=7647
* Use "typedef enum { ... } Blah;" instead of "typedef enum _Blah Blah; enumFederico Mena Quintero2001-01-181-0/+5
| | | | | | | | | | 2001-01-17 Federico Mena Quintero <federico@ximian.com> * importer/evolution-importer.h: Use "typedef enum { ... } Blah;" instead of "typedef enum _Blah Blah; enum _Blah { ... };" so that gtk-doc can parse it. Sigh. svn path=/trunk/; revision=7600
* Ximianified.Federico Mena Quintero2001-01-171-125/+125
| | | | | | | | | | | | | | 2001-01-17 Federico Mena Quintero <federico@ximian.com> * evolution-devel-guide.sgml: Ximianified. * calendar/evolution-calendar.sgml: Ditto. * calendar/cal-util/evolution-cal-util-sections.txt: Updated. * calendar/cal-client/evolution-cal-client-sections.txt: Updated. svn path=/trunk/; revision=7573
* pass -module and -avoid-version to conduit linkerJP Rosevear2001-01-141-143/+137
| | | | | | | | | | | 2001-01-14 JP Rosevear <jpr@ximian.com> * conduits/calendar/Makefile.am: pass -module and -avoid-version to conduit linker * conduits/todo/Makefile.am: ditto svn path=/trunk/; revision=7490
* More Makefile organization to compileMiguel de Icaza2001-01-101-14/+20
| | | | svn path=/trunk/; revision=7350
* Added calendar/gui/alarm-notify/Makefile.Federico Mena Quintero2001-01-101-0/+10
| | | | | | | | 2001-01-09 Federico Mena Quintero <federico@helixcode.com> * configure.in (AC_OUTPUT): Added calendar/gui/alarm-notify/Makefile. svn path=/trunk/; revision=7339
* Unconditionally remove the client from the alarm notification system.Federico Mena Quintero2001-01-031-125/+125
| | | | | | | | | | | | | | | | | | | | | | | | 2001-01-01 Federico Mena Quintero <federico@helixcode.com> * gui/gnome-cal.c (gnome_calendar_destroy): Unconditionally remove the client from the alarm notification system. Removed all the obsolete alarm code. * gui/event-editor.c: Removed some crufty externs left over from Gnomecal. * gui/calendar-commands.c: #include "goto.h" Removed crufty variables left over from Gnomecal. (new_calendar): Do not take a full_name parameter. (init_username): Removed function. (init_calendar): Wheeeeeeee! Removed crufty function. (quit_cmd): Removed function. * gui/print.c (WEEK_STARTS_ON_MONDAY): Made it unconditionally FALSE because we do not use the configuration setting anyways. Sigh, all the printing code needs to be revamped. svn path=/trunk/; revision=7209
* Remove deleted fileJP Rosevear2000-12-231-125/+125
| | | | | | | | 2000-12-23 JP Rosevear <jpr@helixcode.com> * POTFILES.in: Remove deleted file svn path=/trunk/; revision=7142
* Added proper dependency lists to the gtk-doc mess.Federico Mena Quintero2000-12-201-211/+109
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-12-19 Federico Mena Quintero <federico@helixcode.com> Added proper dependency lists to the gtk-doc mess. * calendar/cal-client/Makefile.am (TARGET_DIR): Removed unused variable. (SOURCE_FILES): New variable with the list of source files we depend on. (IGNORED_SOURCE_HEADERS): New variable with the headers we ignore for the gtkdoc-scan phase. (scan_generated): (tmpl_dependencies): (tmpl_sources): (tmpl_generated); (sgml_dependencies): (sgml_generated): Lists of stuff that is generated and that other stuff depends on. (all): Added the $(sgml_generated) as the final target. (install-data-local): Added an installation hook; gtk-doc seems to want some of its generated files to be installed. * calendar/cal-client/evolution-cal-client-sections.txt: Updated. * calendar/cal-util/Makefile.am: Made the same changes as for calendar/cal-client/Makefile.am. * calendar/cal-util/evolution-cal-util-sections.txt: Updated. * Makefile.am (local_entities): Added alarm-generation.sgml. (all): Made the main target be the html/index.html. svn path=/trunk/; revision=7084
* Added the cal-util library to the documentation framework - FedericoFederico Mena Quintero2000-08-151-0/+852
svn path=/trunk/; revision=4839