2005-05-04 Priit Laes <plaes@cvs.gnome.org>
[platform/core/uifw/at-spi2-atk.git] / ChangeLog
index 8ccc969..ed3d482 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,51 @@
+2005-04-15  Abduxukur Abdurixit <abduxukur.abdurixit@t-systems.ch>
+
+       * configure.in: Added "ug" to ALL_LINGUAS.
+
+2005-04-14  Kjartan Maraas  <kmaraas@gnome.org>
+
+       * atk-bridge/bridge.c: (spi_atk_emit_eventv): Plug a leak.
+       * cspi/bonobo/cspi-bonobo-listener.c: (cspi_device_event):
+       Same here. Closes bug #167806
+
+2005-04-05  Bill Haneman <bill.haneman@sun.com>
+
+       * atk-bridge/bridge.c: 
+       (spi_atk_bridge_signal_listener):
+       Free the any._value if any._release is TRUE,
+       since the ORB won't do it for us in this case
+       [because this method is not a skel].
+       Fix for bug #168679.    
+       
+2005-03-30  Steve Murphy  <murf@e-tools.com>
+
+       * configure.in: Added "rw" to ALL_LINGUAS.
+
+2005-03-29  Bill Haneman <bill.haneman@sun.com>
+
+       * configure.in: Improved check for HAVE_XEVIE, to detect 
+       presence on XOrg, where -lXevie is a separate library.
+
+2005-03-08  Bill Haneman <bill.haneman@sun.com>
+
+       * configure.in, NEWS, README: Revved to 1.6.3.
+
+2005-02-16  Adi Attar  <aattar@cvs.gnome.org>
+
+       * configure.in: Added "xh" to ALL_LINGUAS.
+
+2005-02-07  Bill Haneman <bill.haneman@sun.com>
+
+       * atk-bridge/bridge.c: 
+       (atk_bridge_init): Added missing NULL in g_strconcat(),
+       also check for symlink before logging to 
+       insecure directory.  Thanks to meissner@suse.de.
+
+2005-01-25  Padraig O'Briain <padraig.obriain@sun.com>
+
+       * tests/login-helper-server-test.c: Add return call to main
+       function. Patch from Chris Lahey. Fixes bug #165129.
+
 2004-12-20  Padraig O'Briain <padraig.obriain@sun.com>
 
        * cspi/spi.h: Add description for SPI_RELATION_SUBWINDOW_OF.