Path to this page:
Subject: CVS commit: pkgsrc/devel/gail
From: Julio M. Merino Vidal
Date: 2006-09-15 17:10:00
Message id: 20060915151000.14DF9211CA@cvs.netbsd.org
Log Message:
Update to 1.9.2:
2006-08-21 Bill Haneman <bill.haneman@sun.com>
* configure.in: Revved to 1.9.2.
* gail/gailnotebook.c:
(gail_notebook_child_parent_set): Fix from Carlos Garnacho Parro,
ensure that correct gailnotebookpage object is removed.
Bug #345074.
2006-08-03 Jovan Naumovski <jovan@lugola.net>
* Added sl.po to po/ and 'sl' to ALL_LINGUAS in configure.in
2006-07-24 Bill Haneman <bill.haneman@sun.com>
* configure.in: Revved to 1.9.1.
* gail/gailtoplevel.c:
(gail_toplevel_show_event_watcher):
Don't add to parent if object is a tooltip. See bug #150649.
2006-07-18 Runa Bhattacharjee <runabh@gmail.com>
* configure.in: Added Malayalam (ml) to ALL_LINGUAS.
2006-07-17 Bill Haneman <bill.haneman@sun.com>
* gail/gail.c:
(gail_focus_watcher):
(gail_focus_notify):
Don't set/emit focus if
received by objects with ROLE_REDUNDANT_OBJECT.
See mozilla bug https://bugzilla.mozilla.org/show_bug.cgi?id=339554
2006-07-03 Runa Bhattacharjee <runabh@gmail.com>
* configure.in: Added Bengali India (bn_IN) to ALL_LINGUAS.
2006-06-27 Bill Haneman <bill.haneman@sun.com>
* gail/gailtextview.c:
(gail_streamable_content_get_stream): Unlink the temp file
once we've created the IO channel.
2006-06-23 James Henstridge <james@jamesh.id.au>
* gail/gailtextview.c (gail_streamable_content_get_stream): fix a
typo to unbreak build.
2006-06-23 Bill Haneman <bill.haneman@sun.com>
* configure.in: Depend on gtk+ 2.9.4.
* gail/gailtextview.c:
(gail_text_view_get_type):
Added AtkStreamableContent interface to gailtextview.
The methods below rely on the serialization API
for GtkTextBuffer.
(atk_streamable_content_interface_init): New.
(gail_streamable_content_get_n_mime_types): New.
(gail_streamable_content_get_mime_type): New.
(gail_streamable_content_get_stream): New.
(gail_streamable_content_get_uri): New.
2006-06-21 Raivis Dejus <orvils@gmail.com>
* configure.in: Added "lv" (Latvian) to ALL_LINGUAS.
2006-05-19 Li Yuan <li.yuan@sun.com>
Fix for #313703
reviewed by: <padraig.obriain@sun.com>
* gail/gailbutton.c: (gail_button_notify_weak_ref),
(gail_button_notify_label_weak_ref), (gail_button_init_textutil):
If the button is destroyed first, we should disconnect the signal
connected to the label.
2006-04-17 Kjartan Maraas <kmaraas@gnome.org>
* configure.in: Remove obsolete entry for no_NO
* po/no.po: And the translation.
2006-03-30 Guntupalli Karunakar <karunakar@indlinux.org>
* configure.in: Added "dz" (Dzongkha) to ALL_LINGUAS.
2006-03-20 Vladimer Sichinava <vlsichinava@gmail.com>
* configure.in: Added "ka" (Georgian) to ALL_LINGUAS
2006-03-14 Bill Haneman <bill.haneman@sun.com>
* gail/gailcombobox.c:
(gail_combo_box_get_name): Don't free gail_combo_box->name
unconditionally, only free it when we're about to replace it.
Bug #334438.
* gail/gailcell.c:
Patch from Ross Burton to change most g_return_ usage to
either g_assert or plain logic. Bug #334007.
Files: