Subject: CVS commit: pkgsrc/devel/gail
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 09/15/2006 15:10:00
Module Name: pkgsrc
Committed By: jmmv
Date: Fri Sep 15 15:10:00 UTC 2006
Modified Files:
pkgsrc/devel/gail: Makefile PLIST distinfo
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.
To generate a diff of this commit:
cvs rdiff -r1.44 -r1.45 pkgsrc/devel/gail/Makefile
cvs rdiff -r1.20 -r1.21 pkgsrc/devel/gail/PLIST pkgsrc/devel/gail/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.