summaryrefslogtreecommitdiff
path: root/time/evolution-webcal
AgeCommit message (Collapse)AuthorFilesLines
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-3/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-19Update to 2.2.1: Added mk, rw and xh translations.jmmv3-7/+10
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-22Update to 2.2.0:jmmv3-10/+14
2005-03-07 Rodney Dawes <dobey@novell.com> * configure.ac: Up version to 2.2.0 for release 2005-03-02 Roozbeh Pournader <roozbeh@farsiweb.info> * configure.ac: Added "fa" (Persian) to ALL_LINGUAS. 2005-02-28 Rodney Dawes <dobey@novell.com> * configure.ac: Up version to 2.1.92 for release 2005-02-28 Rodney Dawes <dobey@novell.com> * Makefile.am (MAINTAINERCLEANFILES): Add mkinstalldirs to the list * src/evolution-webcal-main.c (e_webcal_open_cal_http): Remove unused variable "tmpname" to fix compiler warnings (e_webcal_open_cal_vfs): Remove unused method to fix compiler warnings (main): Remove call to bonobo_init as we don't need to call it * src/encompass-webcal-notify.c: #include <libbonobo.h> to fix some compiler warnings 2005-02-26 Ahmad Riza H Nst <ari@160c.afraid.org> * configure.ac: Added id (Indonesian) in ALL_LINGUAS line 2005-02-11 Rodney Dawes <dobey@novell.com> * src/evolution-webcal-main.c (e_webcal_read): We need to strndup the message body before passing it off to the ical parsing code 2005-02-07 Rodney Dawes <dobey@novell.com> * configure.ac: Up verison to 2.1.91 for release 2005-01-28 Pawan Chitrakar <pawan@nplinux.org> * configure.ac: Added ne "Nepali" in ALL_LINGUAS 2005-01-27 Theppitak Karoonboonyanan <thep@linux.thai.net> * configure.ac: Added "th" (Thai) to ALL_LINGUAS. 2005-01-23 Rodney Dawes <dobey@novell.com> * configure.ac: Update version to 2.1.4 for release 2005-01-10 Rodney Dawes <dobey@novell.com> * configure.ac: Update version to 2.1.3 for release Update copyright to be (C) 2004-2005 * src/*.[ch]: Update copyright to be (C) 2004-2005 2005-01-08 Rodney Dawes <dobey@novell.com> * src/evolution-webcal-notify.c (e_webcal_label_new): (e_webcal_label_size_allocate_cb, e_webcal_label_handle_resize): Add new methods to set up proper resizing for the description/title labels (e_webcal_query_user): Fix the vbox packing to be filled/expanded Use the new label routines to handle resizing of the dialog 2004-12-20 Rodney Dawes <dobey@novell.com> * configure.ac: Up version to 2.1.1 for release Add vi to ALL_LINGUAS 2004-12-04 Žygimantas Beručka <uid0@akl.lt> * configure.ac: Added "lt" (Lithuanian) to ALL_LINGUAS. 2004-11-28 Rodney Dawes <dobey@novell.com> * configure.ac: Up version to 2.1.1 for release 2004-11-10 Rodney Dawes <dobey@novell.com> * Makefile.am (EXTRA_DIST): Remove mkinstalldirs (CLEANFILES): Remove po/.intltool-merge-cache 2004-11-09 Rodney Dawes <dobey@novell.com> * Makefile.am: Remove the applications file stuff * evolution-webcal.applications.in: Remove this file 2004-11-04 Rodney Dawes <dobey@novell.com> * src/evolution-webcal-notify.c (e_webcal_query_user): Move the tmpuri and tmpname assignments up to the top of the function If we get called with has_events and has_tasks as false, pop up a better error than "Already Subscribed" before trying to set up the ESource for the calendar Remove the comma from the "Already Subscribed" error before the calendar name so we have "calendar \"%s\"" instead Fixes #154617 2004-11-01 Rodney Dawes <dobey@novell.com> * *: Release version 2.1.0 2004-09-27 Rodney Dawes <dobey@novell.com> * configure.ac: Up version to 2.1.0 Update libecal requires for libecal-1.2 >= 1.1.0 Mon Sep 27 10:38:41 2004 Jonathan Blandford <jrb@gnome.org> * configure.ac: Link to the right libecal. 2004-09-19 Alessio Frusciante <algol@firenze.linux.it> * configure.ac: Added "it" (Italian) to ALL_LINGUAS. 2004-09-13 Abel Cheung <maddog@linuxhall.org> * configure.ac: Added "ru" "zh_CN" "zh_TW" to ALL_LINGUAS.
2005-02-23Add RMD160 checksums.wiz1-1/+2
2005-01-01Add build dependency on pkgconfig, which is used by configure.minskim1-1/+2
2004-10-28Update to 2.0.1:jmmv3-6/+11
- new translations: vi, it, ru, zh_CN, zh_TW. - updated translations.
2004-10-24Fix path in master site.jmmv1-2/+2
2004-10-19Initial import of evolution-webcal, version 2.0.0:jmmv4-0/+79
A GNOME URL handler for web-published ical calendar files, which integrates with the Evolution groupware suite. It allows you to subscribe to a published calendar simply by clicking on a 'webcal:' URL.