2004-05-27 Bill Haneman * configure.in: Create login-helper/Makefile. Incremented micro version. * Makefile.am: Add login-helper subdir and pkgconfig data. * login-helper: New subdir. * libloginhelper-1.0.pc.in: New. * idl/Accessibility_LoginHelper.idl: New file, defines interface whereby authentication clients can identify agents which need access to services during the login process, e.g. screen lock dialogs, etc. * login-helper/Makefile.am : New. * login-helper/login-helper.[ch] : New, implementation of a LoginHelper base class. Services needing LoginHelper can subclass. * test/Makefile.am : Added test for login-helper, client and server. * test/app.c, at.c, keypad-test.c, keysynth-test.c, stress-test.c: Use proper prefix in #include files. * test/login-helper-client-test.c: New. * test/login-helper-server-test.c: New. 2004-05-27 Alexander Shopov * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian) 2004-05-14 Padraig O'Briain * cspi/spi_main.c (cspi_object_unref): Add check that reference count is positive. This should make it easier to detect inapprorpiate unref calls. 2004-05-11 James Henstridge * configure.in: remove GNOME_PLATFORM_GNOME_2 macro, which is a no-op and deprecated. 2004-05-03 Pablo Saratxaga * configure.in: Added "wa" (Walloon) to ALL_LINGUAS. 2004-04-28 Bill Haneman * Makefile.am: Added --enable-gtk-doc to DISTCHECK_CONFIGURE_FLAGS; fixes make distcheck.