aboutsummaryrefslogtreecommitdiffstats
path: root/macros/gnome-pilot.m4
Commit message (Collapse)AuthorAgeFilesLines
* "But that trick NEVER works!" "This time for sure!"Dan Winship2000-05-021-1/+3
| | | | | | | * gnome-pilot.m4 (PILOT_LIBS): "But that trick NEVER works!" "This time for sure!" svn path=/trunk/; revision=2727
* Fixes the gnome-config check for gpilot.Eskil Heyn Olsen2000-04-191-1/+1
| | | | svn path=/trunk/; revision=2495
* Changed the error string for gnome-pilotEskil Heyn Olsen2000-04-191-1/+1
| | | | svn path=/trunk/; revision=2494
* Fix a bug introduced in the gnome-pilot-config to "gnome-config gpilot"Dan Winship2000-04-111-3/+7
| | | | | | | | * gnome-pilot.m4 (PILOT_LIBS): Fix a bug introduced in the gnome-pilot-config to "gnome-config gpilot" change that caused not having pilot-link installed to become a fatal error. svn path=/trunk/; revision=2366
* Modfied to use the gnome-config --yadayada gpilot script.Eskil Heyn Olsen2000-03-291-3/+3
| | | | svn path=/trunk/; revision=2220
* I am sure that kabalak didn't mean to remove gnome-common/macros :)James Henstridge2000-02-131-0/+128
| | | | svn path=/trunk/; revision=1747
* removed gtranslator for re-checkinFatih Demir2000-02-131-128/+0
| | | | svn path=/trunk/; revision=1746
* i broke the version-checking macro for other distribs in my last commit.Peter Teichman2000-01-241-1/+4
| | | | | | | * gnome-pilot.m4: i broke the version-checking macro for other distribs in my last commit. fixing that now. svn path=/trunk/; revision=1612
* fix the version-checking macro for debianPeter Teichman2000-01-231-2/+4
| | | | | | | * gnome-pilot.m4 (PILOT_LIBS): fix the version-checking macro for debian svn path=/trunk/; revision=1610
* Fix typo in PILOT_LINK_HOOK.Vadim Strizhevsky2000-01-171-1/+1
| | | | | | * gnome-pilot.m4: Fix typo in PILOT_LINK_HOOK. svn path=/trunk/; revision=1575
* PILOT_LINK_HOOK now check pilot-link version. GNOME_PILOT_CHECK defaultsEskil Heyn Olsen2000-01-161-5/+43
| | | | | | | * gnome-pilot.m4: PILOT_LINK_HOOK now check pilot-link version. GNOME_PILOT_CHECK defaults to requiring 0.9.3. svn path=/trunk/; revision=1571
* Applied patch from Colin Walters to make it compile under DebianMartin Baulig1999-12-251-1/+1
| | | | | | | | | 1999-12-25 Martin Baulig <martin@home-of-linux.org> * gnome-pilot.m4: Applied patch from Colin Walters to make it compile under Debian GNU/Linux. svn path=/trunk/; revision=1512
* uses test -r instead of test -e, was reported as a portability bug wrtEskil Heyn Olsen1999-11-101-1/+1
| | | | | | | * gnome-pilot.m4: uses test -r instead of test -e, was reported as a portability bug wrt solaris. svn path=/trunk/; revision=1373
* added PILOT_LINK_CHECK, used by GNOME_PILOT_CHECK. AddsEskil Heyn Olsen1999-11-011-4/+43
| | | | | | | * gnome-pilot.m4: added PILOT_LINK_CHECK, used by GNOME_PILOT_CHECK. Adds --with-pisock=$dir_for_pilot_link. svn path=/trunk/; revision=1357
* ditto (mark_current_day): ditto (month_view_set): dittoMiguel de Icaza1999-09-281-6/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 1999-09-27 Miguel de Icaza <miguel@nuclecu.unam.mx> * month-view.c (add_event): ditto (mark_current_day): ditto (month_view_set): ditto * goto.c (goto_dialog): ditto. * gnome-month-item.c (gnome_month_item_init): ditto. * gncal-day-panel.c (gncal_day_panel_new): ditto. * getdate.c (RelativeDate): ditto. * eventedit.c (set_all_day): ditto. (ee_rp_init_rule): ditto. * calendar.c (vcalendar_create_from_calendar): ditto. * calendar-conduit.c (update_record): ditto. * calobj.c (ical_object_generate_events): Get rid of pointers to values returned from localtime, as it uses a static buffer. svn path=/trunk/; revision=1266
* corrected my email added db_handle, the "file descriptor" for an openedEskil Heyn Olsen1999-09-081-0/+38
* conduits/*/*control-applet.c: corrected my email * gpilotd/gnome-pilot-dbinfo.h: added db_handle, the "file descriptor" for an opened db. * gpilotd/gnome-pilot-conduit-standard-abs.c: uses dbi->db_handle instead of ->index. svn path=/trunk/; revision=1194