summaryrefslogtreecommitdiff
path: root/devel/gail
AgeCommit message (Collapse)AuthorFilesLines
2007-09-22Sync buildlink3.mk includes with Makefile ones (remove libart too).wiz2-5/+2
2007-09-21Comment out libgnomecanvas here too -- it is not a dependency any longer.wiz1-2/+2
2007-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz2-3/+4
Bump PKGREVISION.
2007-09-18Update to 1.20.0:wiz4-13/+15
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-21Update to 1.18.0:wiz3-8/+13
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-07Make this package build with Quartz GDK backend.minskim2-1/+33
http://bugzilla.gnome.org/show_bug.cgi?id=382925
2006-11-05DESTDIR support.joerg1-1/+3
2006-10-17update to 1.9.3drochner2-6/+6
changes: bugfixes
2006-09-15Update to 1.9.2:jmmv3-24/+28
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-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
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-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-06-11Needs msgfmt.joerg1-2/+2
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz2-3/+4
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-68/+68
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-30Update to 1.8.11:jmmv2-6/+6
* Reverted incorrect fix which regressed treeview accessibility.
2006-02-25Update to 1.8.10:wiz3-7/+20
* Replaced many instances of g_return_val_if_fail and g_return_if_fail with non-asserting logic. * Fixes many critical warning problems. (Bug #331926 for instance)
2006-02-16Update to 1.8.9:wiz3-20/+10
Changes in GAIL 1.8.9 ===================== * Reverted bad patch for comboboxes, replaced with good patch :-) * Fix for 323245.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-4/+4
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz2-3/+4
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-20Update to 1.8.8:jmmv3-7/+20
Changes in GAIL 1.8.8 ===================== * Another bugfix for treeviews. * GAIL now properly uses gdk thread locks. GAIL 1.8.8 should be used instead of 1.8.7 or 1.8.6. Changes in GAIL 1.8.7 ===================== * Fix for regression introduced by bad free. GAIL 1.8.8 should be used instead of 1.8.7 or 1.8.6. Changes in GAIL 1.8.6 ===================== * Fixes for direct-to-atk bridge support for OpenOffice.org, and for other custom-widget-based apps which use gtk+ for their toplevels and some dialogs. * Fix for crasher bug #306062.
2005-10-07update to 1.8.5drochner3-12/+9
changes: -some serious bugfixes -translations added
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-3/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+1
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-13update to 1.8.4drochner3-7/+8
changes: -added "as" locale -bugfixes
2005-04-26update to 1.8.3drochner3-13/+10
changes: -Made focus_widget extern (still only for private use). -bugfixes -translations added
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-26Update to 1.8.2:jmmv2-6/+6
* Report correct parent of GailCanvasItem if atk_object_set_parent() was called. (bug #159556) * Correct implementation of GailClist so that seleced item in GtkCList is reported by gnopernicus. (bug #158437) * Report selection-changed after text insertion notification when GtkCOmbo is changed using arrow keys. (bug #156483) * Report children which are column headers correctly even when they are not visible. (bug #137222) * Fix crash in glade when cell is GtkCList is referred to. (bug #162083)
2005-02-23Add RMD160 digests.agc1-1/+2
2004-12-28Update to 1.8.1:jmmv3-7/+7
* Correct reporting of visibility of items on GnomeCanvas. (bug #156143) * Do not activate menu item when selectinit it. (bug #156164) * Set cells as selectable. (bug 153638) * Fix error when tab ir removed from GtkNotebook. (bug #159206) * Fix crasher when GtkTreeView is changed immediately after row is expanded. (bug #132551) * Add translation: Galician [Jesus Bravo Alvarez] * Updated translations: Canadian English [Adam Weinberger], Persian [Meelad Zakaria]
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-2/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-9/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-21Update to 1.8.0. This version corresponds to GNOME 2.8.0.jmmv4-11/+18
Changes in GAIL 1.8.0 ===================== * Add translation: Thai [Supranee Thirawattansuk] * Updated translations: Nepali [Pawan Chitrakar], Oriya [Gora Mohanty], Canadian English [Adam Weinberger] Changes in GAIL 1.7.1 ===================== * Fix for double-free in gailutil: see bugzilla 151513. Overview of Changes in GAIL 1.7.0 ================================= * Find label text for items for gradient option in gnome-background-properties (bug #144084) * Ensure that object:text_caret_moved events are set in Forecast tab of gweather applet. (bug #144158) * Fix warning messages emitted when gedit terminates. (bug #144310) * Have GailWidget emit "bounds-changed" signal when GtkWidget's size allocation changes. (bug #141191) * Emit "window:moved" event when toplevel is moved. (bug #144170) * When we report focus on a combo-box, emit "state-changed:focused" event on combo-box, not its text entry field. (bug #145262) * Fix accessible behavior of GtkExpander in Run Application; i.e. get list of known applications. (bug #147581) * Complete accessible support for GtkComboBox. (bug #136657) * Fix crash when attempt to move window in metacity using gok. (bug #149302) * Fix warning message emitted when closing epiphany window. (bug #149442) * Fix warning messages when accessing child of a treeview. (bug #149798) * Report name for complex page tab in gedit (bug #104815) * Get text for items in GtkComboBox for font size in GnomeFontSelection. (bug #145136) * Report correct default action for toggle button in ColorCombo in gal (bug #150545) * Add translations: Norwegian [Kjarten Maraas], Nepali [Pawan Chitrakar], Turkmen [Gurban M. Tewekgeli], Bosnian [Kenan Had\305\276iavdi\304\207] * Updated translations: Albanian [Laurent Dhima], Bulgarian [Vladimir "Kaladan" Petkov] Hindi [ Guntupalli Karunamar] Hungarian [Laszlo Dvornik], Panjabi [Amanpreet Singh Alam] Gujarati [Ankit Patel]
2004-06-28Move documentation from share/doc/html to share/doc. I wanted to do thisjmmv2-15/+15
during the update, but forgot about it...
2004-06-28Update to 1.6.6:jmmv3-6/+8
* Check that label in page tab is showing before returning it. (bug #129608) * Ensure that create-tab notification is not sent when tab is removed. (bug #128970) * Report accelerator correctly for menu items created using GtkAction and GtkUIManager. (bug #143587) * Add translations: Bulgarian [Vladimir Petkov]
2004-05-31update to 1.6.5recht3-6/+8
Overview of Changes in GAIL 1.6.5 ================================= * Ensure than antecendent menu is unposted when menu item is activated. (bug #134532) * Set state ATK_STATE_SENSITIVE for cells in a GtkTreeView. (bug #142776) * Emit children-changed signal when tab added to or removed from GtkNotebook. (bug #128970) * Updated translations: Simplified Chinese [Funda Wang] Overview of Changes in GAIL 1.6.4 ================================= * Prevent warning message because of referring to non-existent child. (bug #141494) * Report labels correctly for GnomeFontPicker (bug #140616) * Ensure that focus object for widget is not defunct before reporting focus on it. (bug #141907) * Set button press as default action for button consisting of a down arrow. (bug #137401) Overview of Changes in GAIL 1.6.3 ================================= * Fix warning messages when compiling. (bug #140475 [Stanislav Brabec] * Rework fix for evolution crasher bug. (bug #140559) * Do not report focus state change on widget when non-widget child of widget is reported as having focus. (bug #134003) Overview of Changes in GAIL 1.6.2 ================================= * Ensure that accessible name is reported for file in Nautilus List View. (bug #139391) * Report children of scrolled window correctly when only vertical scrollbar is visible. (bug #138734) * Fix crasher bug in evolution when going to a specific date. (bug #140475) * Add translations: Add M\304\201ori [John Barstow]
2004-04-25Unused.wiz1-30/+0
2004-04-21update to 1.6.1recht3-6/+13
Overview of Changes in GAIL 1.6.1 ================================= * Correctly report LABELLED_BY relation for combo-box when mnemonic widget is GnomeFileEntry. (bug #137584) * Report name correctly for GtkComboBox which has a TreeModel with more than one column. (bug #136976) * Do not treat a GtkHandleBox as a window (bug #138339) * Set role for popup window to be ROLE_WINDOW instead of ROLE_FRAME. (bug #135242) * Separate items in keybinding by ":". (bug #138392) * Avoid crash when getting keybinding if GtkEntry is not a mnemonic widget. (bug #139236) * Add translations: Punjabi [Amanpreet Singh Alam], Estonian [Pritt Laes] * Updated translations: Traditional Chinese [Ching-Hung Lin]
2004-04-01Update to 1.6.0:jmmv7-41/+59
Overview of Changes in GAIL 1.6.0 ================================= * Added translations: Romanian [Mi\305\237u Moldovan], Bengali [Progga], British (en_GB) [Gareth Owen], Hindi [Anand Subramanian], Icelandic [ Helgi \303\236ormar \303\236orbj\303\266rnsson] * Updated translations: Lithuanian [\305\275ygimantas Beru\304\215ka], Norwegian Nynorsk [\303\205smund Skj\303\246veland] Overview of Changes in GAIL 1.5.8 ================================= * Ignore label within button when creating LABELLED_BY relations. (bug #136602) * Find label for button in a GtkTreeView column header. (bug #135943) * Add translations: Brazilian Portuguese [Franz Gustav Niederheitmann], Russian [Russian team] * Updated translations: Albanian [Laurent Dhima], Croatian [Robert Sedak] Overview of Changes in GAIL 1.5.7 ================================= * Use gtk_widget_list_mnemonic_labels to create ATK_LABELLED_BY relations instead of special case heuristics. (bug #136163) * Correct error in GailScale (bug 135227) [Mariano Su\341rez-Alvarez] * Add translations: Tamil [Adamnseh Nadarajah] * Updated translations: Albanian [Laurent Dhima], Simplified Chinese [Funda Wang] Overview of Changes in GAIL 1.5.6 ================================= * Emit notification when tooltip is displayed. Set ATK_RELATION_POPUP_FOR to identify the object for which the tooltip is displayed. (bug #76266) * Find text in buttons on GAIM login screen so that it is reported as accessible name for button. (bug #134308) * Do not report widget name as accessible name. (bug #128439) * Check TreeView is realized before emitting selection-changed signal. (bug #134952) * Add heuristic to find label for NautilusEntry in FMPropertiesWindow. (bug #134629) * Fix leak when adding global event listener. [Christian Persch] (bug #135018) * Add accessibility implementation for GtkScale. (bug #104797) * Add translations: Canadian English [Adam Weinberger] * Updated translations: Albanian [Laurent Dhima], Irish [Alastair McKinstry] Overview of Changes in GAIL 1.5.5 ================================= * Fix emission of test-inserted signals when text in a GtkEntry changes. (bug #133283) * Add heuristic to find label for GnomeEntry. (bug #133403) * Find labelled-by relation for GnomeColorPicker (bug #133200) * Correct setting of object in NODE_CHILD_OF relation. (bug #133420) * Report a GailEntry as child of GailCombo even if it is not editable. (bug 133512) * Add heuristic to find label for entry in GtkFileSelection. (bug #129371) * Correct labelling for GnomeIconEntry. (bug #133967) * Report keybindings for activate action for GailEntry. (bug #132846) * Avoid spurious reporting of focus on parent menu item when moving from one menu item to another. (bug 128973) * Report labelling correctly for GnomeFileEntry. (bug #134131) * Report label for combo-box in Sound preferences capplet. (bug #126972). * Add translations: Japanese [Takeshi AIHANA], Ukrainian [Maxim Dziumanenko], Belarusian [Ales Nyakhaychyk], Finnish [Pauli Virtanen] * Updated translations: Albanian [Laurent Dhima], Serbian [Aleksandar Uro\305\241evi\304\207] Overview of Changes in GAIL 1.5.4 ================================= * Correct error in action implementation for GtkExpander. (bug #131458) [Bill Haneman] * Implement AtkSelection for GtkList. (bug #132136) * Avoid warning when popping up context menu in gnome-terminal. (bug #132457) * Emit deactivate signal when window is being removed. (bug #132604) * Add initial accessibility implementation for GtkComboBox. * Fix crasher bug in gnumeric when treeview is destroyed. (bug #132450) * Add translations: Irish [Alastair McKinstry], Albanian [Laurent Dhima], Azerbaijani [M\311\231tin \306\217mirov] * Update translations: Norwegian Nynorsk [\303\205smund Skj\303\246veland], Czech [Miloslav Trmac], Croatian [Robert Sedak] Overview of Changes in GAIL 1.5.3 ================================= * Define locale dir for gail correctly. (bug #130489) * Fix FPI in gail documentation. (bug 129730) [Sebastien Bacher] * Ensure that role for table is set correctly. (bug #128799) * Add translations: Indonesian [Ahmad Riza H Nst], Arabic [Arafat Medini], Norwegian Nyorsk [\303\205smund Skj\303\246veland], Serbian [Robert Sedak], Lithuanian [Tomas Kuliavas], Persian [Roozbeh Pournader], Danish [Ole Laursen], French [Baptiste Mille-Mathias], Mongolian [Sanlig Badral], Italian [Luca Ferretti], Korean [Changwoo Ryu]. * Update translations: Polish [Artur Flinta] Overview of Changes in GAIL 1.5.2 ================================= * Ensure that focus object is reported correctly after window deactivate/activate. (bug #127486) * Set ATK_STATE_SHOWING for cells which are on the screen. (bug #127607) * Add accessibility support for GtkExpander. (bug #128378) * Fix crasher bug when GailEntry idle handler is called after the object is destroyed. (bug #128497) * Add translations: Greek [Kostas Papadimas], Malay [Hasbullah Bin Pit], Catalan [Jordi Mallach], Norwegian [Kjartan Marass], Portuguese [Duarte Loreto] * Updated translations: Dutch [Elros Cyriatan] Overview of Changes in GAIL 1.5.1 ================================= * Fix emission of warning messages when accessing GtkTreeView. (bug #126706) * Report name of stock icon when no other name is available for button. (bug #126631) * Wait until menu is mapped before reporting is is visible. This fixes problem with incorrect vnumber of children being reported. (bug #126801) * Report focus on item in menubar before reporting focus on menu item in menu when Alt key is used to popup menu. (bug #124838) * Report text correctly when the text is in bold. (bug #126797) * Find label for widget Nautilus Desktop Preferences dialog. (bug #126973) * Add translations: Welsh [Rhys Jones], Polish [Arkadiusz Lipiec], Czech [Miloslav Trmac] Overview of Changes in GAIL 1.5.0 ================================= * Fix crasher bug in wnck-applet when gnome-panel terminates (bug #124575) * Fix crasher bug in glade-2 when GtkCList added to scrolled window which previously contained a GtkTreeView. (bug #119635) * Correct inconsistency in property names; some container hyphen (-) and some contained underscore (_). (bug #125212) * Report focus correctly when Alt+F1 is used to popup panel's menu. (bug #124232) * Add translatable accessible names for GTK and GNOME stock icons. (bug #122549) * Report cell as focused the first time a table is displayed. 9bug #126356) * Fix crasher bug when gok settings dialog is displayed. (bug #126726) * Do not emit unnecessary notifications about window title change. (bug #126605 * Report text correctly for option menu after value changes. (bug #125703) * Add translations: Swedish [Christian Rose], German [Christian Neumair], Serbian [Danilo \305\240egan], Dutch [Vincent van Adrighem], Spanish [Francisco Javier F. Serrador]
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+2
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-10/+7
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-15gtk2 modules are not needed in the buildlink directory.jmmv1-2/+1
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-13Explicitly depend on pkgconfig.jmmv1-1/+2
2004-02-11Include pthread.buildlink3.mk to make this buildwiz1-1/+2
again (hi juan!).
2004-02-11bl3ifyxtraeme2-7/+35
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv1-2/+2
This shouldn't be needed if we had non-recursive dependancies *sigh*.