2007-09-18 23:16:56 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Update to 1.20.0:
Changes in GAIL 1.20.0
======================
Added Telugu (te) to ALL_LINGUAS.
Changes in GAIL 1.19.6
======================
Bugfixes: #460820, #363450.
Implement ATK_STATE_DEFAULT in gailwidget.
This version of GAIL should be used with Libgnomecanvas released with
GNOME 2.19.6.
Changes in GAIL 1.19.5
======================
- Only print accessibility enabled messages when
GNOME_ACCESSIBILITY=1 [#455120] (Li Yuan).
- Remove GDK_THREADS guards since it is not a idle function any more
[#446596] (csaavedra AT alumnos utalca cl).
- Move gailcanvas to gnomecanvas and remove gnomecanvas dependence
[#363103] (Li Yuan).
Changes in GAIL 1.19.3
======================
---This is the GNOME 2.19.3 version of gail---
Bugfixes: #340577, #313954.
Remove gnome-doc-utils dependence.
Changes in GAIL 1.19.1
======================
---This is the GNOME 2.19.1 version of gail---
Bugfixes: #347481, #421432, #410861.
|
2007-03-21 23:54:59 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
Update to 1.18.0:
Changes in GAIL 1.18.0
======================
---This is the GNOME 2.18.0 version of gail---
Translation updates.
Changes in GAIL 1.17.0
======================
---This is the GNOME 2.18.0 Beta 2 version of gail---
Bugfixes: #403138, #375232, #404916.
Changes in GAIL 1.10.1
======================
---This is the GNOME 2.18.0 Beta 1 version of gail---
Bugfixes: #372545, #329454, #397694, 398330.
Changes in GAIL 1.9.4
=====================
---This is the GNOME 2.17.4 version of gail--
* Bugfixes: #350215, #336644, #315065, #359843, #368602, #369267, #353542,
#132323, #368625.
|
2006-12-07 14:15:04 by Min Sik Kim | Files touched by this commit (2) |
Log message:
Make this package build with Quartz GDK backend.
http://bugzilla.gnome.org/show_bug.cgi?id=382925
|
2006-11-05 18:49:34 by Joerg Sonnenberger | Files touched by this commit (25) |
Log message:
DESTDIR support.
|
2006-10-17 18:54:29 by Matthias Drochner | Files touched by this commit (2) | |
Log message:
update to 1.9.3
changes: bugfixes
|
2006-09-15 17:10:00 by Julio M. Merino Vidal | Files touched by this commit (3) |
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.
|
2006-07-09 01:11:17 by Johnny C. Lam | Files touched by this commit (877) |
Log message:
Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.
For example, "make show-buildlink3" in fonts/Xft2 displays:
zlib
fontconfig
iconv
zlib
freetype2
expat
freetype2
Xrender
renderproto
|
2006-07-09 00:39:49 by Johnny C. Lam | Files touched by this commit (877) |
Log message:
Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
|
2006-06-12 00:48:13 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Needs msgfmt.
|
2006-04-17 15:47:02 by Thomas Klausner | Files touched by this commit (1055) | |
Log message:
Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.
|