2004-03-15 Laszlo Peter <laca@sun.com>
[platform/core/uifw/at-spi2-atk.git] / ChangeLog
index c6ca1f1..638280c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,77 @@
+2004-03-15  Laszlo Peter  <laca@sun.com>
+
+       * libspi-1.0-uninstalled.pc.in: new file
+
+       * cspi-1.0-uninstalled.pc.in: new file
+
+       * configure.in: add the new pc files to AC_OUTPUT
+
+       * Makefile.am: add the new pc files to EXTRA_DIST
+
+2004-03-12  Bill Haneman <billh@gnome.org>
+
+       * atk-bridge/bridge.c:
+       (spi_atk_bridge_key_listener):
+       Make sure to return consumed=FALSE if snoop 
+       event is not dispatched to listener.
+       Fixes #134037.
+       
+2004-03-01  Bill Haneman <billh@gnome.org>
+
+       * configure.in: Revved to 1.3.15, 
+       libtool 9.12.9.
+       
+2004-03-07  Danilo Segan  <dsegan@gmx.net>
+
+       * configure.in: Added "sr@ije" to ALL_LINGUAS.
+
+2004-03-03  Guntupalli Karunakar  <karunakar@freedomink.org>
+
+       * configure.in: Added "pa" for Punjabi in ALL_LINGUAS.
+
+2004-03-01  Bill Haneman <billh@gnome.org>
+
+       * configure.in: Revved to 1.3.14.
+       
+       * cspi/spi_main.c:
+       (SPI_exit): Removed "bye-bye" exit message.
+       Moved "leak" report to happen before the
+       iteration over the leaked refs list.
+       Don't PRINT_LEAKS unless DEBUG_OBJECTS is also #defined.
+       
+2004-02-24  Bill Haneman <billh@gnome.org>
+
+       * configure.in: Revved to 1.3.13.
+
+       * docs/reference/cspi/Makefile.am:
+       Correct typo that was breaking the docs build.
+
+2004-02-11  Padraig O'Briain <padraig.obriain@sun.com>
+
+       * autogen.sh: Require version 1.7 of automake.
+       
+       * configure.in: call GTK_DOC_CHECK([1.0])
+
+       * atk-bridge/Makefile.am: Remove use of LDFLAGS and CFLAGS
+
+       * docs/reference/cspi/Makefile.am: Update to use new gtk-doc.
+
+       * libspi/Makefile.am: Remove use of LDFLAGS and CFLAGS.
+
+       * test/Makefile.am:  Remove use of CFLAGS.
+
+       This fixes bug #132987.
+
+2004-02-11  Bill Haneman <billh@gnome.org>
+
+       * reverted most of Tomasz' patch below, since it was breaking
+       builds (see bug #134058).
+       
 2004-02-10  Tomasz K³oczko <kloczek@pld.org.pl>
 
+       * docs/reference/cspi/at-spi-cspi.types: added empty file for
+         correct pass "make dist" (empty .. because seems no sach types in
+         header files with gtk-doc markups).
        * docs/reference/cspi/Makefile.am, configure.in:
          Added better gtk-doc support using GTK_DOC_CHECK aclocal macro
          from gtk-doc >= 1.0 (modyfications based on scheme from atk).