2008-02-27 Matt Davey * configure.in: Release 2.0.16. Bumped library version numbers. libgpilotdCM has got two new functions (see 2007-04-22), so increase CURRENT and AGE. * gpilotd/gnome-pilot-structures.c: refactor to avoid breaking binary compatibility with the addition of charset support. * gpilotd/gnome-pilot-structures.h: ditto * gpilotd/gpilotd.c: ditto * capplet/gnome-pilot-pdialog.c: ditto * capplet/util.c: ditto * capplet/pilot.c: ditto 2008-01-23 Matt Davey * capplet/gnome-pilot-druid.c: * capplet/gnome-pilot-pdialog.c: * capplet/gnome-pilot-capplet.c: * capplet/gnome-pilot-cdialog.c: * capplet/gnome-pilot-ddialog.c: Support loading glade files from current directory, to support running capplet from capplet/ dir before installation. Patch by Bastien Nocera. #508268 2008-01-06 Matt Davey * gpilotd/gnome-pilot-structures.c: give GUI warning if we fail to create a bluetooth socket, to warn of possible pilot-link incompatibility. * gpilotd/Makefile.am: put gpilotd-gui.o into libgpilotdconduit.so * help/C/gnome-pilot.xml: update for bluetooth 2008-01-03 Matt Davey * conduits/backup/backup_conduit.c: don't close a database if we got an error when opening it. Probably cause of Ubuntu bug #81396 * utils/gpilotd-client.c: typo in string (#506861) * capplet/gnome-pilot-druid.c: add support for bluetooth * capplet/util.c: ditto * capplet/gpilotd-capplet.glade: ditto * capplet/pilot.c: ditto * capplet/gnome-pilot-ddialog.c: ditto * utils/gpilotd-client.c: ditto * gpilotd/gpilotd.c: ditto * gpilotd/gnome-pilot-structures.c: ditto * gpilotd/gnome-pilot-structures.h: ditto 2007-10-14 Yannig Marchegay * po/LINGUAS: Added 'oc' to ALL_LINGUAS. 2007-09-14 Matt Davey * Migrate to using LINGUAS file (live.gnome.org/GnomeGoals/PoLinguas) * configure.in: #464385. remove ALL_LINGUAS (Gilles Dartiguelongue). * po/LINGUAS: #464385. added LINGUAS file (Gilles Dartiguelongue) 2007-07-27 Raivis Dejus * configure.in: Added Latvian Translation. 2007-05-12 Matt Davey * conduits/file/file_conduit.c: bug #410666. file_conduit was using int instead of size_t for a file offset in calling pi_file_get_app_info, which naturally caused trouble on 64 bit systems. Thanks to Devin Carraway. * gpilotd/gnome-pilot-conduit-sync-abs.c: fix typo in the post_sync signal creation code (thanks to dbet1 in bug 429423). Not sure what effect this had - it may have meant the pre_sync default signal handler was overwritten by the post_sync one?) 2007-04-24 Matt Davey * libgpilotdCM/gnome-pilot-conduit-management.gob: #431145. Missed during previous commit. * conduits/file/Makefile.am: link to builddir libgpilotdconduit, not the system copy. (Matthew Barnes) * conduits/test/Makefile.am: ditto * conduits/backup/Makefile.am: ditto 2007-04-22 Matt Davey * libgpilotdCM/gnome-pilot-conduit-config.gob: #431145. Hack to fix nasty circular dependency. libgpilotdcm gets built first, and is required for building gpilotd and gpilotd-control-applet. However, libgpilotdcm called two functions that only got built later on. Real solution would probably have been to have merged libgpilotdcm and libgpilotd. libgpilotdcm depends on the structures defined in gpilotd stuff anyway, so it doesn't make much sense to split it out. Anyway, the hack this time was to effectively duplicate a small amount of code to avoid the dependency. * libgpilotdCM/Makefile.am: ditto * gpilotd/gnome-pilot-structures.c: ditto * gpilotd/gnome-pilot-structures.h: ditto * gpilotd/Makefile.am: ditto * conduits/file/Makefile.am: link conduit with libgpilotdconduit * conduits/test/Makefile.am: ditto * conduits/backup/Makefile.am: ditto * capplet/pilot.c: include util.h for get_default_pilot_charset() * gpilotd/gpilotd.c: fix bogus #else syntax (could affect Solaris) 2007-04-14 Matt Davey * applet/gpilot-applet.desktop: Bug #400554. With thanks to Kjarten Maraas with distcheck support added by Matt Davey. Add intltool support to the gnome-pilot applet. * applet/gpilot-applet.desktop.in: ditto. * applet/Makefile.am: ditto. * applet/.cvsignore: ditto. * po/pt_BR.po: ditto. * po/es.po: ditto. * po/POTFILES.in: ditto. * po/sk.po: ditto. * po/el.po: ditto. * po/gl.po: ditto. * po/fr.po: ditto. * po/ChangeLog: ditto. * po/da.po: ditto. * po/tr.po: ditto. * po/sv.po: ditto. * po/fi.po: ditto. * configure.in: ditto. * add macros directory to svn:externals property. 2007-02-09 Matt Davey * capplet/gpilotd-control-applet.desktop.in.in: remove Application category. 2007-01-22 Matt Davey * capplet/gpilotd-control-applet.desktop.in.in: add HardwareSettings to categories, so that capplet shows up correctly in new control-center layout. #399039, thanks to Denis Washington. 2007-01-14 Matt Davey * capplet/gnome-pilot-druid.c: support per-pilot charset specification. Check charset is a valid iconv identifier. Use PILOT_CHARSET environment variable as a default, or CP1252 if PILOT_CHARSET is unset. #385443 (Jerry Yu and Matt Davey) * capplet/gnome-pilot-pdialog.c: ditto * capplet/gpilotd-capplet.glade: ditto * capplet/pilot.c: ditto * capplet/util.c: ditto * capplet/util.h: ditto * gpilotd/gpilotd.c: ditto * gpilotd/gnome-pilot-structures.c: ditto * gpilotd/gnome-pilot-structures.h: ditto 2007-01-11 Matt Davey * capplet/util.c: make sysfs/usbfs check linux-specific. #385434, thanks to Jerry Yu. * gpilotd/gpilotd.c: [solaris] attempt to sync every visor_devices_timeout interval. Placeholder support for Solaris until we have working HAL support or equivalent. #385444, thanks to Jerry Yu. 2007-01-10 Pema Geyleg * configure.in: Added 'dz' to ALL_LINGUAS. 2006-12-27 Matt Davey * capplet/gpilotd-capplet.glade: * applet/pilot-applet.glade: * conduits/backup/backup_conduit.c: Accessibility improvements. Patch by Jerry Yu. Adds missing mnemonics, primarily. #385439 * capplet/gnome-pilot-druid.c: fix for #386219. Retrieve the creation date and rom version in the druid. * configure.in: update version to 2.0.16 * NEWS: Reinstate text for 2.0.14 accidentally deleted.