summaryrefslogtreecommitdiff
path: root/x11/gtk2
AgeCommit message (Collapse)AuthorFilesLines
2004-03-29Add a BUILDLINK_PKGBASE.<pkg> definition where it's not equal to <pkg>,jlam1-1/+2
e.g. "BUILDLINK_PKGBASE.gtk?= gtk+". This is mandated by the example buildlink[23].mk files in bsd.buildlink[23].mk.
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-16If the ${PKGBASE} of a package doesn't match the token passed tojlam1-1/+2
BUILDLINK_PACKAGES, then set BUILDLINK_PKGBASE.<pkg> explicitly so that we can map from <pkg> to BUILDLINK_PKGBASE.<pkg>.
2004-03-09Add Xrandr's buildlink so that the pkgsrc version of Xrandr/Xrenderrecht3-4/+7
will get used in the case of PREFER_PKGSRC={yes,xrandr}. Bump PKGREVISION to 6.
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv2-4/+5
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-13/+10
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-27Clean up lib/gtk-2.0/2.2.0/engines at deinstall time. Bump PKGREVISION.snj2-3/+5
2004-02-19buildlink{2,3} files should not include pkgconfig/buildlink{2,3}.mk.wiz1-2/+1
2004-02-14Define USE_X11=yes in the buildlink3.mk since the Gtk+2 headers use X11recht1-1/+3
headers. This fixes at least the gtkhtml3 build and it's like that in the b2.mk, too.
2004-02-14PKGCONFIG_OVERRIDE is relative to WRKSRC.jmmv1-5/+5
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-3/+2
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-12.if should be closed with .endif, not with .fi (hi jmmv!).minskim1-2/+2
2004-02-12Preserve previous behavior: only use buildlink3 when USE_BUILDLINK3 is setjmmv1-2/+6
to yes; otherwise, default to buildlink2.
2004-02-10The BUILDLINK_DEPENDS.<pkg> lines should match between the buildlink3.mkjlam1-2/+2
and any pre-existing buildlink2.mk files.
2004-02-10Fix some cases where ?+ should be +=, and fix the package name.xtraeme1-5/+5
2004-02-10bl3ifyxtraeme3-14/+45
2004-01-26We want to include buildlink2.mk, not ourselves. From Min Sik Kim injmmv1-2/+2
PR pkg/24249.
2004-01-26Fix path in GTK_QUERY_IMMODULES. From Min Sik Kim in PR pkg/24243.jmmv1-2/+2
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-22Move "configuration" files from PKG_SYSCONFDIR to PREFIX/libdata. Thosejmmv8-75/+79
files are not intended to be configured by the end user, but should be automatically regenerated when (de)installing extra GTK modules. Bump PKGREVISION to 3 because of this change. While doing this, implement a framework so that other packages installing GTK modules can rebuild those databases easily at (de)install time.
2004-01-07From the log for rev. 1.1260 of bsd.pkg.mk:jlam1-2/+2
"Package Makefiles should refer to PKG_SYSCONFBASEDIR instead of PKG_SYSCONFBASE when they want PKG_SYSCONFDIR stripped of PKG_SYSCONFSUBDIR. This makes PKG_SYSCONFBASE=/etc work with pkgviews by installing all config files into /etc/packages/<pkg> instead of occasionally putting some directly into /etc."
2004-01-03Bump package revisions for tiff update.reed2-4/+4
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-12-29improve descriptions of glib/gtk packages. taken straight fromgrant1-5/+8
www.gtk.org.
2003-12-13Bump PKGREVISION for atk library major bump.wiz2-3/+4
2003-11-02I'm the new maintainer.xtraeme1-2/+2
2003-10-22sync COMMENT with gtk package, which had the most sane of them allgrant1-2/+2
(GIMP is an acronym and deserves to be uppercased).
2003-09-28fix distinfo (make makepatchsum)recht1-2/+2
2003-09-27fix an incorrect #ifdef in gtk-demo so this builds on Darwindanw2-1/+15
2003-09-08Changes 2.2.4:adam3-10/+11
* revert TreeView fix * type fixes * make pressing END not put the menu in scrolling mode * misc bug fixes * new and updated translation
2003-08-27Update to 2.2.3, provided by Juan RP in PR 22605.wiz4-24/+35
Overview of Changes in GTK+ 2.2.3 ================================= * GdkPixbuf [Matthias Clasen] - Fix some problems with overflows when scaling down - Many GIF bug fixes [Matthias, Federico Mena Quintero] - Prefer 32-bpp ICOs, fix bugs with them - Fix problem with absolute filenames and gdk-pixbuf-query-loaders [Jens Elker] - Make gdk-pixbuf-csource include alignment magic [Brian Cameron] * Win32 [Tor Lillqvist] - Add multiple monitor support - Major event and key handling rewrite, including IME fixes - Fix handling of toplevel window positions - Add support for all window geometry hints (gridded geometry, etc.) - Fix DND to ignore drag window [Tony M Brown, Herman Bloggs] - Fix GdkImage memory leak [J. Ali Harlow] - Remove leftover OwnerGrabButtonMask emulation (fixes lots) - Misc bug fixes [Many from Hans Breuer, Tim Evans] - Build fixes and improvements [Peter Zelezny] * X11 - Fix extremely common crash where we interpreted the timestamp field of a XKB event as a window ID and found a pixmap that matched. [Owen Taylor, with essential backtrace from Kjartan Maraas] - Fix CapsLock and NumLock for non-XKB [Robert Basch] - Fix problems with, eg. Ctrl-Alt-Backspace hiding Cntrl-Backspace [Owen] - Workaround Xinerama servers reporting wrong depths [Owen] * GtkTreeView [Kristian Rietveld] - Fix scrolling once more [Pedro Gimeno, Michael Natterer, Timo Sirainen] - Don't get confused by the Control key when handling selection from an accelerator like <Control>B [Michael Natterer] - Many misc fixes [Matthias, Marco Pesenti Gritti, Tim Janik, Alex Larsson, Tim-Philipp Müller, Michael Natterer, Josh Parsons, Yann Rouillard, Rene Seindel, Owen Taylor, Alp Toker, Morten Welinder] * Input methods - Handle input methods exiting and starting while the app is running [Hidetoshi Tajima] - Fix infinite loop when closing input methods [Owen, Takuro Ashie, Hidetoshi] - Add a 'cedilla' input method with c+acute => cedilla and use as the default for languages that use cedilla. [Gustavo De Nardin, Owen, Fco. Javier F. Serrador] - Fix status window for multihead [Owen, James Su] - Remember imcontext attributes when switching methods [Owen, Botond Botyanszki] * GtkFileSelection [Owen] - Fix selection of "UntitledN" on initial map [Mark Finlay] - Fix an annoying bug with cursor positioning on failed completion - Misc Fixes [Owen, Tor] * Other widgets - Fix problem with GtkOptionMenus coming up in the wrong place [Kristian] - Fix problem with spinbuttons not getting enough space [Morten Welinder, Kristian] - Fix an infinite loop when resizing GtkTextView [Owen, Frederic Crozat] - Don't include menu labels in gtk_notebook_forall [Owen] - Fix problem with XEMBED (GtkPlug) clients that don't take focus stealing focus [Owen] - Accept color drops with wrong format from KDE [Matthias] * Fix problem from gnome-theme-manager playing tricks and making event->window a pixmap. [Anders Carlsson] * Ignore Caps-lock when matching accelerators * Fix 5-year-old bug where toplevels didn't fully refresh properly on theme change [Owen, Rajkumar Siva] * Don't require precompiled gdk-pixbuf-csource when cross-compiling from a tarball [Owen] * Documentation improvements [Matthias, Noah Levitt, Tor, Doug Quale, Morten Welinder] * Misc bug fixes [Keith Bissett, Botond Botyanszki, Damien Carbery, Arno Charlet, Felipe Heidrich, Charles Kerr, George Lebl, Noah, Tor, Callum McKenzie, Michael Meeks, Denis Mikhalkin, Thomas Mirlacher, Kristian, Masahiro Sakai, Soeren Sandmann, Benedikt Spranger, Owen, Luis Villa] * New and updated translations (ar,az,cs,cy,be,de,es,fi,fr,he,hi,hu,id,is,it, ko,lt,ml,mn,nl,ne,no,pl,pt,pt_BR,ru,sk,sr,sr@Latn,ta,wa,zh_TW,zh_CN) While here, fix engines-dir problem in PLIST.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz2-4/+4
2003-06-27Create and remove the empty lib/gtk-2.0/2.2.0/engines directory.jmmv2-3/+7
While here, fix a typo in the PLIST. Bump PKGREVISION to 1.
2003-06-10Update to 2.2.2:jmmv3-14/+16
* GdkPixbuf [Matthias Clasen] - Fix animation of slow-loading progressive GIFS - Fix long-standing animated GIF display bug with transparency - Misc bug and portability fixes [Rick Jones, Tim Mooney, Marijn Ross] * GDK [Owen Taylor] - Draw continuous underlines between Pango layout runs when possible [Kang Jeong-Hee] - Fix gdk_pixbuf_from_drawable() for big endian [Christian Petig] Major rewrite of 16-bit handling for pixbuf_from_drawable() * X11 backend [Owen] - Fix build on X11R5 [Albert Chin] - Fix switching keyboard layouts while running [Egmont Koblinger] - Work around RENDER extension bugs on certain Sun X servers [Morten Welinder] - Zero unused fields in client messages we send Lubos Lunak] - Fix occasional segfault when drawing pixbufs [Hans Petter Jansson] - Fix wrong initializaiton that was keeping XShm from being used. * Win32 backend [Tor Lillqvist] - Tweak line drawing - Mouse/cursor fixes [Allin Cottrell] - Better handling of floppy drives in GtkFileSelection - Misc fixes [Arnaud Charlet, Cedric Gustin, Martyn Russell] * Input methods [Hidetoshi Tajima] - Add rules for Greek accents to GtkIMContextSimple [Vasilis Vasaitis] - Fix sorting of rules in GtkIMContextSimple [Vasilis] - Miscellaneous GtkIMContextXIM fixes - Fix translation of input context names * Fix keyboard accelerators/bindings on Numeric Keypad [Owen, Olivier Ripoll] * Add Delete to GtkEntry context menu, Delete/Select All to GtkTextView context menu [Matthias] * Keynav tweaks in GtkFileSelection, GtkColorSel [Matthias] * Add C-A-PgUp/Down as alternative notebook page switching keys [Matthias] * GtkTextView - Fix redrawing on color-only changes [Owen, Gustavo Giráldez] - Don't scroll to cursor on focus in [Paolo Maggi] - Fix spot location reported to input method [Owen, TOKUNAGA Hiroyuki, Yao Zhang] - Miscellaneous bug fixes [Torbjörn Andersson, Matthias, Manual Clos, Padraig O'Briain, Owen] * GtkTreeView [Kristian Rietveld] - Fix prelighting [Sven Neumann] - Set drag cursor earlier to allow apps to override [Daniel Elstner] - Speed up insertions into GtkTreeModelSort [Owen, Jonathan Blandford] - Get background/cell area handling right in GtkTreeViewColumn [Vasco Alexandre da Silva Costa] - Bug fixes [Benjamin Bayart, Jonathan Blandford, Peter Bloomfield, Dave Cook, Felipe Heidrich, Richard Hult, Markus Lausser, Michael Natterer, Mariano Suarez-Alvarez, Owen] * Fix handling of border width for GtkToolbar [Rodney Dawes] * Rewrite adjustment handling of GtkViewport, fixing many bugs [Owen, Thomas Leonard, Michael] * Misc bug fixes [Dennis Björklund, Jonathan, Dave Bordoley, Rich Burridge, Anders Carlsson, Arnaud, Matthias, Vasco Alexandre da Silva Costa, Tim Evans, Larry Ewing, John Finlay, Jeff Franks, Jody Goldberg, Jason D. Hildebrand, Charles Kerr, Alex Larsson, Noah Levitt, Xan Lopez, Loban Rahman, Richard Reich, Soeren Sandmann, Charles Schmidt, Rajkumar Siva, Owen, Sergey V. Udaltsov, Morten Welinder, Michael Zucchi] * Code cleanups [Matthias, Glynn Foster, Britton Kerin, Sven Neumann, Doug Quale, Manish Singh, Morten Welinder] * Switch to using libtool-1.5 * Build fixes [Matthias, J. Ali Harlowe, Rich Kinder, Jon Nall, Sven, Christian Rose] * Documentation improvements [Matthias, Noah Levitt, Sven Neumann] * New and updated translations (am,az,be,ca,cs,cy,da,de,el,es,fa,fi,fr,id, it,ko,li,ml,mn,ms,nl,no,pl,pt,sr,sr@Latn,sv,ta,uk,yi,zh_TW)
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-05PKGREVISION goes after PKGNAME.jmmv1-2/+2
2003-05-05Line up PKGREVISION whitespace.jmmv1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-3/+4
dependency bumps.
2003-02-15Update to 2.2.1, provided by Juan RP in PR 20237.wiz3-11/+14
Changes: * GtkTreeView [Kristian Rietveld] - made GtkTreeSortable work as the documentation advertises [Jarek Dukat] - fixed gtk_tree_view_set_sort_column_id so you can disable sorting [Soeren Sandmann, Jarek Dukat] - TreeView search now works on all values transformable by GValue and not just strings [Muktha Narayan] - _move/_swap fixage in the Stores [Matthew Tuck, Paolo Maggi] - a lot of misc bug fixes [Alex Duggan, Carlos Garnacho Parro, Hans Petter Jansson, Kjartan Maraas, Soeren, Dave Camp, Murray Cumming, Dave Cook, Gaël Le Mignot, Vasco Alexandre da Silva Costa] * GtkTextView [Matthias Clasen] - Fix keynav with invisible cursor - Fix misdrawing of cursor [Owen Taylor] and selection - Many miscellaneous fixes [Narayana Pattipati, Daniel Elstner] * Fix problem with accidental inclusion of a main() [Matthias] * Documentation improvements [Matthias, Havoc Pennington] * Fix problem with GtkColorsel and pixmap themes [Daniel] * Fix race condition with GdkRGB in PseudoColor [Shivaram Upadhyayula] * Warning fixes [Manish Singh] * configure fixes [Akira Tagoh] * New and updated translations (ca,de,es,et,ko,mn,pl,pt,vi,zh_CN) * Miscellaneous bug fixes [Matthias, Daniel, Martin Gansser, Louis Garcia, Tommi Komulainen, Thomas Leonard, Ian Peters, Arvind Samptur, Soeren Sandmann, Hidetoshi Tajima, Owen]
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-2/+2
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2003-01-11Set USE_X11. Fixes PR 19786.wiz1-1/+3
2003-01-04Install documentation under share/doc/html, not share/gtk-doc/html.jmmv2-399/+398
Also avoid possible detection of gtk-doc (not needed). Some PLIST fixes too. Bump PKGREVISION to 3.
2003-01-04Make this package install its configuration files under the examples treejmmv5-10/+77
and use bsd.pkg.install.mk to copy them to PKG_SYSCONFDIR. Bump PKGREVISION to 2.
2002-12-24Disable xinerama (work around linking problem with gtk2-using applications).wiz1-1/+4
Bump PKGREVISION.
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz1-2/+2
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-12-24Update to 2.2.0.wiz12-353/+343
Subjective extract of changes: * Only close dialogs on Escape if they have a cancel button. [James Willcox] * Add Home/End/Page_Up/Page_Down keybindings for menus [Owen, Narayana Pattipati, Marius Andreiana] * Improved default color scheme [Soeren Sandmann, with advise from Tuomas Kuosmanen and Garrett LeSage] * Make pixmap creation functions take a GdkDrawable not a GdkWindow [Kristian Rietveld] * Support move-resize emulation for all edges. [Matthias Clasen] * Remove extra selections for ButtonRelease in XInput code [Garry Osgood, Owen] * Support RTL flipping for statusbars [Matthias] * Use octal escapes rather than literal UTF-8 in strings [Owen] * Make a lot of read-only data const. [Matthias, Morten Welinder] * Use g_get_application_name() for default window titles and for the title of the client leader window [Owen, Havoc Pennington] * Complete resize-grippy support, move-resize emulation [Anders Carlsson, Matthias Clasen] * On screen change, recreate the widget's Pango context [Owen] * Make g_object_set (gtk_settings_get_default (), ...) to override settings from XSETTINGS and ~/.gtkrc [Jonathan Blandford] * Make GtkInputDialog multihead aware [Owen] * Add a ::screen-changed signal to GtkWidget [Owen Taylor] * Draw/check menu items insensitive [Soeren, Tim Evans] * Add ::snap-edge-set-property to GtkHandleBox [Owen, Matthias] * RTL flipping improvements for GtkHandleBox, GtkMenuItem, GtkOptionMenu, GtkCheckMenuItem [Matthias Clasen] * Handle painting text on dark-colored progressbars [Soeren] * Sort the input method list in the right click popup [Abigail Brady] * Don't grab the focus to the default button in a GtkDialog [Daniel Elstner] * Remove usage of XLookupString outside of GtkIMContextXIM [Owen] * Handle Shift/Caps/Num_Lock properly for non-Xkb [Owen] * Add a --screen option to set default screen [Balamurali Viswanathan, Owen] * Add simple support for startup notification [Havoc Pennington] * Handle focus indication for check and radio buttons without children [Dave Camp, Owen] * Much work on improve submenu navigation [Soeren Sandmann] * Add "selected_shadow_type" property for menus [Soeren] * Add "scrollbar_spacing" style property [Anders Carlsson, Owen] * Rework GtkPaned keynav [Soeren, Calum Benson] * Sensitivity and keynav fixes for GtkFileSelection [Muktha Narayan, Owen] * Removed mnemonics for GtkToolbar Items [Mikael Hallendal] * Allow themes to set GtkTreeView even/odd row colors [Kristian] * Add support for separately installed Pixbuf loaders [Matthias Clasen] * Export gdk_event_new(), discourage stack allocated events [Owen] * gdk_draw_pixbuf() as better name for gdk_pixbuf_render_to_drawable() [Owen] * Basic support for RandR extension [Keith Packard, Owen] * Allow moving paned sliders all the way to the edge [Owen, Darin Adler] * Add tag_table construct property to GtkTextBuffer [Daniel Elstner] * gtk_window_set_[default_]icon_from_file [Owen, Havoc] * Multihead support * Add GdkDisplay, GdkScreen structures * Add _for_display(), _for_screen() variants where needed in GDK and GTK+ (In other cases, make the variants methods on GdkDisplay/GdkScreen * Adapt GTK+ widgets to be multihead safe * Allow initialization of GTK+ without opening a display with gtk_parse_args() * Add multihead support to demos/tests. * Xinerama support [Erwann Chenede, Matthias Clasen] * Allow GDK backends to add custom argument parsing [Sven Neumann] * Add ::keys-changed signal to GdkKeymap, handle keymap changes for keybindings [Owen] * Add style property for drawing menu items without shadow [Soeren] * gtk_widget_modify_color_component/font(): Allow clearing current modifications. [Owen] * Add GtkWidget::is_focus, GtkWindow::is_active properties [Owen] * Some XEMBED changes for standards compliance and Qt compatibility [Owen] * Improve label behavior when it gets a too small allocation [Soeren] * Add support for depth 8 StaticColor visuals to gdkrgb [Matthias] * Theme drawing improvements [Soeren] * Add types for GtkRowReference, GtkClipboard [Jonathan Blandford, James Henstridge, Owen] * Use G_TYPE_FLAG_ABSTRACT for abstract types [Matthias] * Add gtk_menu_shell_select_first() [Owen] * Add gtk_notebook_get_n_pages() [Havoc Pennington] * Allow accel_path = NULL for gtk_menu_item_set_accel_path(). * Allow icon sizes to be changed via a GtkSetting [Bill Haneman, Brian Cameron, Owen] * Improve gdk-pixbuf loader tests [Soeren Sandmann] * Use iTXT chunks when necessary in PNG image saver [Matthias] * Add incremental loading for progressive jpegs [Matthias] * Add load-at-size functionality [Matthias] * Add a loader for .ANI animations [Matthias] * Load hotspot for .ICO files [Matthias] * Add gtk-im-preedit-style/gtk-im-status-style XSETTINGS [Hidetoshi Tajima] Lots of bug fixes and enhancements.
2002-12-19update MASTER_SITES and use .bz2 distfile.grant2-6/+6
2002-11-29Update to 2.09:wiz3-19/+21
* Fix colormap refcounting, which caused frequent metacity crashes * GtkTreeView bug fixes - Make TreeView reordering work on FreeBSD/Solaris * Various bug fixes
2002-11-15Update to 2.0.8.wiz7-71/+20
Changes: * Fix typo in io-gif.c that broke loading GIFS [Akira Tagoh] * Improve redraws when scrolling on Win32 [Tor Lillqvist] * Fix problem with RENDER and XFree86-4.1 [Owen Taylor, Jamie Zawinski] * Fix problem with GtkImage placement [Owen, Sven Neumann, Soeren Sandmann] * Updated translation (el) * Fix some memory leaks in gdk-pixbuf [Sven Neumann] * Pixbuf loader fixes [Federico Mena Quintero, Elliot Lee] * Support depth 8 StaticColor in GdkRGB [Matthias Clasen] * Win32 fixes and improvements [Tor Lillqvist] - Keyboard handling fixes [Florian Dugent] - Fixes for building and running on Cygwin [Masahiro Sakai] - Fix gdk_window_scroll(), other GdkWindow fixes - Misc bug and build fixes [Soren Andersen, Florent, Tim Evans, J. Ali Harlow, Andreas Holzmann, Iwasa Kazmi] * Improve tracking of toplevel focus state [Owen] * XIM input method fixes [Takuro Ashie, HideToshi Tajima] * Fix the longstanding problem with <,> keys and XIM [Owen Taylor] * Fix GtkIMContextSimple for us-intl keyboards [Alexandre Oliva] * GtkIMContextSimple updates for Eastern Europe [Stanislav Brabec] * Fix the "key bindings randomly stop working" problem [Sebastian Ritau] * GtkTextView fixes [Gustavo Giraldez, Padraig O'Briain, Shivaram Upadhyayula] * GtkTreeView bugfixes [Jonathan Blandford, Kristian Rietveld] - Various memleak, ref counting fixes [Jonathan, Jorn Baayen, Daniel Elstner, Morten Welinder] - gtk_tree_selection_selected_foreach now immediately returns if the model is being changed [Havoc Pennington] - Fix evil bug with insertions to GtkTreeModelSort [Hans Petter Jansson] * GtkCombo fixes [Marco Pesenti Gritti, Zimler Attila, Matthias, Owen] * Fix 64-bit problem with GtkFundamentalType [Ross Alexander, Manish Singh] * New and updated translations (am,be,bg,ca,cs,da,de,el,es,el,fa,fr,hi,hu, ja,ko,lv,ms,nl,no,pl,pt,pt_BR,ru,sk,sv,vi,zh_TW) * Many miscellaneous bug fixes Other contributors: Jacob Berkman, Alvert Chin, Chema Celorio, David L. Cooper II, Brent Fox, Tim Janik, Marco Pesenti Gritti, Alex Larsson, Zenith Lau, Thomas Leonard, Gaute Lindkvist, Paolo Maggi, Andy Wingo, Jami Pekannen, Joshua N Pritikin, Soeren Sandmann, Vitaly Tishkov, Morten Welinder
2002-10-30Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE.rh6-51/+6