c078ec
%global _changelog_trimtime %(date +%s -d "1 year ago")
c078ec
c078ec
%define glib2_base_version 2.28.0
c078ec
%define glib2_version %{glib2_base_version}-1
c078ec
%define pango_base_version 1.20.0
c078ec
%define pango_version %{pango_base_version}-1
c078ec
%define atk_base_version 1.29.4
c078ec
%define atk_version %{atk_base_version}-2
c078ec
%define cairo_base_version 1.6.0
c078ec
%define cairo_version %{cairo_base_version}-1
c078ec
%define libpng_version 2:1.2.2-16
c078ec
%define xrandr_version 1.2.99.4-2
c078ec
%define gobject_introspection_version 0.9.3
c078ec
%define gir_repository_version 0.6.5-5
c078ec
c078ec
%define bin_version 2.10.0
c078ec
c078ec
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
c078ec
Name: gtk2
c078ec
Version: 2.24.22
c078ec
Release: 6%{?dist}
c078ec
License: LGPLv2+
c078ec
Group: System Environment/Libraries
c078ec
URL: http://www.gtk.org
c078ec
#VCS: git:git://git.gnome.org/gtk+#gtk-2-24
c078ec
Source: http://download.gnome.org/sources/gtk+/2.24/gtk+-%{version}.tar.bz2
c078ec
Source2: update-gtk-immodules
c078ec
Source3: im-cedilla.conf
c078ec
Source4: update-gtk-immodules.1
c078ec
c078ec
# Biarch changes
c078ec
Patch1: system-python.patch
c078ec
# https://bugzilla.gnome.org/show_bug.cgi?id=583273
c078ec
Patch2: icon-padding.patch
c078ec
# https://bugzilla.gnome.org/show_bug.cgi?id=599618
c078ec
Patch8: tooltip-positioning.patch
c078ec
# https://bugzilla.gnome.org/show_bug.cgi?id=611313
c078ec
Patch15: window-dragging.patch
c078ec
# https://bugzilla.redhat.com/show_bug.cgi?id=1054751
c078ec
Patch31: 0001-gdkwindow-Handle-references-in-update_windows-list-c.patch
c078ec
Patch32: 0002-gdkwindow-Don-t-add-the-same-window-to-update_window.patch
c078ec
# https://bugzilla.redhat.com/show_bug.cgi?id=1109100
c078ec
Patch33: 0001-Print-to-a-file-in-the-current-directory-by-default.patch
c078ec
c078ec
BuildRequires: atk-devel >= %{atk_version}
c078ec
BuildRequires: glib2-devel >= %{glib2_version}
c078ec
BuildRequires: cairo-devel
c078ec
BuildRequires: gdk-pixbuf2-devel
c078ec
BuildRequires: pango-devel >= %{pango_version}
c078ec
BuildRequires: libtiff-devel
c078ec
BuildRequires: libjpeg-devel
c078ec
BuildRequires: jasper-devel
c078ec
BuildRequires: libXi-devel
c078ec
BuildRequires: libpng-devel >= %{libpng_version}
c078ec
BuildRequires: gettext
c078ec
BuildRequires: cups-devel
c078ec
BuildRequires: cairo-devel >= %{cairo_version}
c078ec
BuildRequires: libXrandr-devel >= %{xrandr_version}
c078ec
BuildRequires: libXrender-devel
c078ec
BuildRequires: libXcursor-devel
c078ec
BuildRequires: libXfixes-devel
c078ec
BuildRequires: libXinerama-devel
c078ec
BuildRequires: libXcomposite-devel
c078ec
BuildRequires: libXdamage-devel
c078ec
BuildRequires: gobject-introspection-devel >= %{gobject_introspection_version}
c078ec
# Bootstrap requirements
c078ec
BuildRequires: gtk-doc
c078ec
BuildRequires: automake autoconf libtool pkgconfig
c078ec
c078ec
# Conflicts with packages containing theme engines
c078ec
# built against the 2.4.0 ABI
c078ec
Conflicts: gtk2-engines < 2.7.4-7
c078ec
Conflicts: libgnomeui < 2.15.1cvs20060505-2
c078ec
Conflicts: redhat-artwork < 0.243-1
c078ec
c078ec
Provides: gail = %{version}-%{release}
c078ec
Obsoletes: gail < 2.13.0-1
c078ec
c078ec
# required for icon theme apis to work
c078ec
Requires: hicolor-icon-theme
c078ec
c078ec
# We need to prereq these so we can run gtk-query-immodules-2.0
c078ec
Requires(post): glib2 >= %{glib2_version}
c078ec
Requires(post): atk >= %{atk_version}
c078ec
Requires(post): pango >= %{pango_version}
c078ec
# and these for gdk-pixbuf-query-loaders
c078ec
Requires(post): libtiff >= 3.6.1
c078ec
Requires: libXrandr >= %{xrandr_version}
c078ec
c078ec
%description
c078ec
GTK+ is a multi-platform toolkit for creating graphical user
c078ec
interfaces. Offering a complete set of widgets, GTK+ is suitable for
c078ec
projects ranging from small one-off tools to complete application
c078ec
suites.
c078ec
c078ec
%package immodules
c078ec
Summary: Input methods for GTK+
c078ec
Group: System Environment/Libraries
c078ec
Requires: gtk2 = %{version}-%{release}
c078ec
# for /etc/X11/xinit/xinput.d
c078ec
Requires: imsettings
c078ec
c078ec
%description immodules
c078ec
The gtk2-immodules package contains standalone input methods that are shipped
c078ec
as part of GTK+.
c078ec
c078ec
%package immodule-xim
c078ec
Summary: XIM support for GTK+
c078ec
Group: System Environment/Libraries
c078ec
Requires: gtk2 = %{version}-%{release}
c078ec
c078ec
%description immodule-xim
c078ec
The gtk2-immodule-xim package contains XIM support for GTK+.
c078ec
c078ec
%package devel
c078ec
Summary: Development files for GTK+
c078ec
Group: Development/Libraries
c078ec
Requires: gtk2 = %{version}-%{release}
c078ec
Requires: pango-devel >= %{pango_version}
c078ec
Requires: atk-devel >= %{atk_version}
c078ec
Requires: glib2-devel >= %{glib2_version}
c078ec
Requires: gdk-pixbuf2-devel
c078ec
Requires: cairo-devel >= %{cairo_version}
c078ec
Requires: libX11-devel, libXcursor-devel, libXinerama-devel
c078ec
Requires: libXext-devel, libXi-devel, libXrandr-devel
c078ec
Requires: libXfixes-devel, libXcomposite-devel
c078ec
Requires: libpng-devel
c078ec
Requires: pkgconfig
c078ec
c078ec
Provides: gail-devel = %{version}-%{release}
c078ec
Obsoletes: gail-devel < 2.13.0-1
c078ec
c078ec
%description devel
c078ec
This package contains the libraries and header files that are needed
c078ec
for writing applications with the GTK+ widget toolkit. If you plan
c078ec
to develop applications with GTK+, consider installing the gtk2-devel-docs
c078ec
package.
c078ec
c078ec
%package devel-docs
c078ec
Summary: Developer documentation for GTK+
c078ec
Group: Development/Libraries
c078ec
Requires: gtk2 = %{version}-%{release}
c078ec
#BuildArch: noarch
c078ec
c078ec
%description devel-docs
c078ec
This package contains developer documentation for the GTK+ widget toolkit.
c078ec
c078ec
%prep
c078ec
%setup -q -n gtk+-%{version}
c078ec
c078ec
%patch1 -p1 -b .system-python
c078ec
%patch2 -p1 -b .icon-padding
c078ec
%patch8 -p1 -b .tooltip-positioning
c078ec
%patch15 -p1 -b .window-dragging
c078ec
%patch31 -p1 -b .gdkwindow-Handle-references
c078ec
%patch32 -p1 -b .gdkwindow-Don-t-add
c078ec
%patch33 -p1 -b .print-to-file
c078ec
c078ec
%build
c078ec
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
c078ec
 %configure $CONFIGFLAGS \
c078ec
	--enable-man		\
c078ec
	--with-xinput=xfree	\
c078ec
	--enable-debug		\
c078ec
)
c078ec
c078ec
# fight unused direct deps
c078ec
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
c078ec
c078ec
make %{?_smp_mflags}
c078ec
c078ec
# truncate NEWS
c078ec
awk '/^Overview of Changes/ { seen+=1 }
c078ec
{ if (seen < 2) print }
c078ec
{ if (seen == 2) { print "For older news, see http://git.gnome.org/cgit/gtk+/plain/NEWS"; exit } }' NEWS > tmp; mv tmp NEWS
c078ec
c078ec
%install
c078ec
# Deriving /etc/gtk-2.0/$host location
c078ec
# NOTE: Duplicated below
c078ec
#
c078ec
# autoconf changes linux to linux-gnu
c078ec
case "%{_host}" in
c078ec
  *linux) host="%{_host}-gnu"
c078ec
  ;;
c078ec
  *) host="%{_host}"
c078ec
  ;;
c078ec
esac
c078ec
c078ec
# autoconf uses powerpc not ppc
c078ec
host=`echo $host | sed "s/^ppc/powerpc/"`
c078ec
# autoconf uses ibm-linux not redhat-linux (s390x)
c078ec
host=`echo $host | sed "s/^s390\(x\)*-redhat/s390\1-ibm/"`
c078ec
c078ec
# Make sure that the host value that is passed to the compile
c078ec
# is the same as the host that we're using in the spec file
c078ec
#
c078ec
compile_host=`grep 'host_triplet =' gtk/Makefile | sed "s/.* = //"`
c078ec
c078ec
if test "x$compile_host" != "x$host" ; then
c078ec
  echo 1>&2 "Host mismatch: compile='$compile_host', spec file='$host'" && exit 1
c078ec
fi
c078ec
c078ec
make install DESTDIR=$RPM_BUILD_ROOT        \
c078ec
             RUN_QUERY_IMMODULES_TEST=false
c078ec
c078ec
echo ".so man1/gtk-query-immodules-2.0.1" > $RPM_BUILD_ROOT%{_mandir}/man1/gtk-query-immodules-2.0-%{__isa_bits}.1
c078ec
c078ec
gzip -c %{SOURCE4} > $RPM_BUILD_ROOT%{_mandir}/man1/update-gtk-immodules.1.gz
c078ec
c078ec
%find_lang gtk20
c078ec
%find_lang gtk20-properties
c078ec
c078ec
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/gtk-2.0
c078ec
#
c078ec
# Make cleaned-up versions of tutorials, examples, and faq for installation
c078ec
#
c078ec
mkdir -p tmpdocs
c078ec
cp -aR docs/tutorial/html tmpdocs/tutorial
c078ec
cp -aR docs/faq/html tmpdocs/faq
c078ec
c078ec
for dir in examples/* ; do
c078ec
  if [ -d $dir ] ; then
c078ec
     mkdir -p tmpdocs/$dir
c078ec
     for file in $dir/* ; do
c078ec
       install -m 0644 $file tmpdocs/$dir
c078ec
     done
c078ec
  fi
c078ec
done
c078ec
c078ec
# We need to have separate 32-bit and 64-bit binaries
c078ec
# for places where we have two copies of the GTK+ package installed.
c078ec
# (we might have x86_64 and i686 packages on the same system, for example.)
c078ec
case "$host" in
c078ec
  alpha*|ia64*|ppc64*|powerpc64*|s390x*|x86_64*|aarch64*)
c078ec
   mv $RPM_BUILD_ROOT%{_bindir}/gtk-query-immodules-2.0 $RPM_BUILD_ROOT%{_bindir}/gtk-query-immodules-2.0-64
c078ec
   ;;
c078ec
  *)
c078ec
   mv $RPM_BUILD_ROOT%{_bindir}/gtk-query-immodules-2.0 $RPM_BUILD_ROOT%{_bindir}/gtk-query-immodules-2.0-32
c078ec
   ;;
c078ec
esac
c078ec
c078ec
# Install wrappers for the binaries
c078ec
cp %{SOURCE2} $RPM_BUILD_ROOT%{_bindir}/update-gtk-immodules
c078ec
c078ec
# Input method frameworks want this
c078ec
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinput.d
c078ec
cp %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinput.d
c078ec
c078ec
# Remove unpackaged files
c078ec
rm $RPM_BUILD_ROOT%{_libdir}/*.la
c078ec
rm $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/*/*.la
c078ec
rm $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/%{bin_version}/*/*.la
c078ec
c078ec
touch $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/%{bin_version}/immodules.cache
c078ec
c078ec
mkdir -p $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/modules
c078ec
mkdir -p $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/immodules
c078ec
mkdir -p $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/%{bin_version}/filesystems
c078ec
c078ec
%post
c078ec
/sbin/ldconfig
c078ec
gtk-query-immodules-2.0-%{__isa_bits} --update-cache
c078ec
c078ec
%post immodules
c078ec
gtk-query-immodules-2.0-%{__isa_bits} --update-cache
c078ec
c078ec
%post immodule-xim
c078ec
gtk-query-immodules-2.0-%{__isa_bits} --update-cache
c078ec
c078ec
%postun
c078ec
/sbin/ldconfig
c078ec
if [ $1 -gt 0 ]; then
c078ec
  gtk-query-immodules-2.0-%{__isa_bits} --update-cache
c078ec
fi
c078ec
c078ec
%postun immodules
c078ec
gtk-query-immodules-2.0-%{__isa_bits} --update-cache
c078ec
c078ec
%postun immodule-xim
c078ec
gtk-query-immodules-2.0-%{__isa_bits} --update-cache
c078ec
c078ec
%files -f gtk20.lang
c078ec
%doc AUTHORS COPYING NEWS README
c078ec
%{_bindir}/gtk-query-immodules-2.0*
c078ec
%{_bindir}/update-gtk-immodules
c078ec
%{_bindir}/gtk-update-icon-cache
c078ec
%{_libdir}/libgtk-x11-2.0.so.*
c078ec
%{_libdir}/libgdk-x11-2.0.so.*
c078ec
%{_libdir}/libgailutil.so.*
c078ec
%dir %{_libdir}/gtk-2.0
c078ec
%dir %{_libdir}/gtk-2.0/%{bin_version}
c078ec
%{_libdir}/gtk-2.0/%{bin_version}/engines
c078ec
%{_libdir}/gtk-2.0/%{bin_version}/filesystems
c078ec
%dir %{_libdir}/gtk-2.0/%{bin_version}/immodules
c078ec
%{_libdir}/gtk-2.0/%{bin_version}/printbackends
c078ec
%{_libdir}/gtk-2.0/modules
c078ec
%{_libdir}/gtk-2.0/immodules
c078ec
%{_datadir}/themes/Default
c078ec
%{_datadir}/themes/Emacs
c078ec
%{_datadir}/themes/Raleigh
c078ec
%ghost %{_libdir}/gtk-2.0/%{bin_version}/immodules.cache
c078ec
%{_libdir}/girepository-1.0
c078ec
%{_mandir}/man1/gtk-query-immodules-2.0*
c078ec
%{_mandir}/man1/update-gtk-immodules.1.gz
c078ec
%{_mandir}/man1/gtk-update-icon-cache.1.gz
c078ec
c078ec
%files immodules
c078ec
%{_libdir}/gtk-2.0/%{bin_version}/immodules/im-am-et.so
c078ec
%{_libdir}/gtk-2.0/%{bin_version}/immodules/im-cedilla.so
c078ec
%{_libdir}/gtk-2.0/%{bin_version}/immodules/im-cyrillic-translit.so
c078ec
%{_libdir}/gtk-2.0/%{bin_version}/immodules/im-inuktitut.so
c078ec
%{_libdir}/gtk-2.0/%{bin_version}/immodules/im-ipa.so
c078ec
%{_libdir}/gtk-2.0/%{bin_version}/immodules/im-multipress.so
c078ec
%{_libdir}/gtk-2.0/%{bin_version}/immodules/im-thai.so
c078ec
%{_libdir}/gtk-2.0/%{bin_version}/immodules/im-ti-er.so
c078ec
%{_libdir}/gtk-2.0/%{bin_version}/immodules/im-ti-et.so
c078ec
%{_libdir}/gtk-2.0/%{bin_version}/immodules/im-viqr.so
c078ec
%{_sysconfdir}/X11/xinit/xinput.d/im-cedilla.conf
c078ec
%dir %{_sysconfdir}/gtk-2.0
c078ec
%config(noreplace) %{_sysconfdir}/gtk-2.0/im-multipress.conf
c078ec
c078ec
%files immodule-xim
c078ec
%{_libdir}/gtk-2.0/%{bin_version}/immodules/im-xim.so
c078ec
c078ec
%files devel -f gtk20-properties.lang
c078ec
%{_libdir}/lib*.so
c078ec
%{_libdir}/gtk-2.0/include
c078ec
%{_includedir}/*
c078ec
%{_datadir}/aclocal/*
c078ec
%{_bindir}/gtk-builder-convert
c078ec
%{_libdir}/pkgconfig/*
c078ec
%{_bindir}/gtk-demo
c078ec
%{_datadir}/gtk-2.0
c078ec
%{_datadir}/gir-1.0
c078ec
%{_mandir}/man1/gtk-builder-convert.1.gz
c078ec
c078ec
%files devel-docs
c078ec
%{_datadir}/gtk-doc
c078ec
%doc tmpdocs/tutorial
c078ec
%doc tmpdocs/faq
c078ec
%doc tmpdocs/examples
c078ec
c078ec
%changelog
c078ec
* Thu Jul 31 2014 Marek Kasik <mkasik@redhat.com> - 2.24.22-6
c078ec
- Propagate filename if directory was not specified
c078ec
- when printing to a file
c078ec
- Resolves: #1109100
c078ec
c078ec
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 2.24.22-5
c078ec
- Mass rebuild 2014-01-24
c078ec
c078ec
* Fri Jan 17 2014 Benjamin Otte <otte@gnome.org> 2.24.22-4
c078ec
- Mass rebuild 2013-12-27
c078ec
- Resolves: #1054751
c078ec
c078ec
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 2.24.22-3
c078ec
- Mass rebuild 2013-12-27
c078ec
c078ec
* Mon Nov 11 2013 Matthias Clasen <mclasen@redhat.com> - 2.24.22-2
c078ec
- Fix build on aarch64
c078ec
- Resolves: #1028579
c078ec
c078ec
* Tue Oct 29 2013 Matthias Clasen <mclasen@redhat.com> - 2.24.22-1
c078ec
- Update to 2.24.22
c078ec
- Resolves: #1018303
c078ec
c078ec
* Tue Jul 23 2013 Benjamin Otte <otte@redhat.com> - 2.24.19-5
c078ec
- Switch source to upstream-provided xz
c078ec
c078ec
* Wed Jun 26 2013 Matthias Clasen <mclasen@redhat.com> - 2.24.19-4
c078ec
- Include man pages again
c078ec
- Add a man page for update-gtk-immodules
c078ec
c078ec
* Wed Jun 26 2013 Marek Kasik <mkasik@redhat.com> - 2.24.19-3
c078ec
- Backport listing of Avahi printers from gtk-3.x
c078ec
- Resolves: #973730
c078ec
c078ec
* Sat Jun 22 2013 Matthias Clasen <mclasen@redhat.com> - 2.24.19-2
c078ec
- Trim %%changelog
c078ec
c078ec
* Sun Jun 16 2013 Matthias Clasen <mclasen@redhat.com> - 2.24.19-1
c078ec
- Update to 2.24.19
c078ec
c078ec
* Mon May 13 2013 Matthias Clasen <mclasen@redhat.com> - 2.24.18-1
c078ec
- Update to 2.24.18
c078ec
c078ec
* Fri May 10 2013 Matthias Clasen <mclasen@redhat.com> - 2.24.17-2
c078ec
- Drop explicit automake dep (#961674)
c078ec
c078ec
* Wed Mar  6 2013 Matthias Clasen <mclasen@redhat.com> - 2.24.17-1
c078ec
- Update to 2.24.17
c078ec
c078ec
* Sat Feb 23 2013 Kalev Lember <kalevlember@gmail.com> - 2.24.16-1
c078ec
- Update to 2.24.16
c078ec
c078ec
* Thu Feb 21 2013 Ville Skyttä <ville.skytta@iki.fi> - 2.24.15-2
c078ec
- Fix %%postun error on one-arch erase on multilib (#696358).
c078ec
- Fix bogus dates in %%changelog, other cosmetic specfile tweaks.
c078ec
c078ec
* Sun Feb 10 2013 Kalev Lember <kalevlember@gmail.com> - 2.24.15-1
c078ec
- Update to 2.24.15
c078ec
- Drop the automake 1.13 and gmodule linking patches; fixed upstream
c078ec
c078ec
* Tue Jan 15 2013 Matthias Clasen <mclasen@redhat.com> - 2.24.14-1
c078ec
- Update to 2.24.14
c078ec
c078ec
* Tue Oct  2 2012 Matthias Clasen <mclasen@redhat.com> - 2.24.13-1
c078ec
- Update to 2.24.13
c078ec
c078ec
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.24.11-2
c078ec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
c078ec
c078ec
* Sun Jul 15 2012 Matthias Clasen <mclasen@redhat.com> - 2.24.11-1
c078ec
- Update to 2.24.11
c078ec
c078ec
* Fri Jun  8 2012 Akira TAGOH <tagoh@redhat.com> - 2.24.10-2
c078ec
- Add the backport patch from gtk-2-24 branch to allow fallback for immodules.
c078ec
  This would solves the unexpected immodules selection. (#828764)
c078ec
c078ec
* Mon Feb  6 2012 Matthias Clasen <mclasen@redhat.com> - 2.24.10-1
c078ec
- Update to 2.24.10
c078ec
c078ec
* Wed Feb  1 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 2.24.8-3
c078ec
- Add patch to fix DSO linking. Would have thought these would have long stopped being a problem
c078ec
c078ec
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.24.8-2
c078ec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
c078ec
c078ec
* Wed Nov 23 2011 Matthias Clasen <mclasen@redhat.com> - 2.24.8-1
c078ec
- Update to 2.24.8
c078ec
c078ec
* Wed Nov 02 2011 Bill Nottingham <notting@redhat.com> - 2.24.7-3
c078ec
- add upstream patch for #749541/b.g.o #662633
c078ec
c078ec
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.24.7-2
c078ec
- Rebuilt for glibc bug#747377
c078ec
c078ec
* Mon Oct 17 2011 Matthias Clasen <mclasen@redhat.com> - 2.24.7-1
c078ec
- Update to 2.24.7
c078ec
c078ec
* Tue Aug 30 2011 Matthias Clasen <mclasen@redhat.com> - 2.24.6-1
c078ec
- Update to 2.24.6
c078ec
c078ec
* Fri Jun 17 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.24.5-1
c078ec
- Update to 2.24.5
c078ec
c078ec
* Mon Jun 13 2011 Daniel Drake <dsd@laptop.org> - 2.24.4-2
c078ec
- Fix unbinding of keycodes on drag-and-drop (olpc#10643)
c078ec
c078ec
* Fri Apr  1 2011 Matthias Clasen <mclasen@redhat.com> - 2.24.4-1
c078ec
- Update to 2.24.4
c078ec
c078ec
* Mon Mar 14 2011 Matthias Clasen <mclasen@redhat.com> - 2.24.3-1
c078ec
- Update to 2.24.3
c078ec
c078ec
* Mon Feb 21 2011 Matthias Clasen <mclasen@redhat.com> - 2.24.1-1
c078ec
- Update to 2.24.1
c078ec
c078ec
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.24.0-2
c078ec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
c078ec
c078ec
* Sun Jan 30 2011 Matthias Clasen <mclasen@redhat.com> - 2.24.0-1
c078ec
- Update to 2.24.0
c078ec
c078ec
* Thu Jan  6 2011 Matthias Clasen <mclasen@redhat.com> - 2.23.90-1
c078ec
- Update to 2.23.90
c078ec
c078ec
* Wed Nov 10 2010 Matthias Clasen <mclasen@redhat.com> - 2.23.2-1
c078ec
- Update to 2.23.2
c078ec
c078ec
* Wed Sep 29 2010 jkeating - 2.22.0-3
c078ec
- Rebuilt for gcc bug 634757
c078ec
c078ec
* Thu Sep 23 2010 Matthias Clasen <mclasen@redhat.com> - 2.22.0-1
c078ec
- Update to 2.22.0
c078ec
c078ec
* Tue Sep 21 2010 Matthias Clasen <mclasen@redhat.com> - 2.21.8-2
c078ec
- Rebuild against newer gobject-introspection
c078ec
c078ec
* Tue Sep 14 2010 Matthias Clasen <mclasen@redhat.com> - 2.21.8-1
c078ec
- Update to 2.21.8
c078ec
c078ec
* Tue Aug 31 2010 Matthias Clasen <mclasen@redhat.com> - 2.21.7-1
c078ec
- Update to 2.21.7
c078ec
c078ec
* Mon Aug 23 2010 Matthias Clasen <mclasen@redhat.com> - 2.21.6-2
c078ec
- Co-own /usr/share/gtk-doc (#604367)
c078ec
c078ec
* Tue Aug 17 2010 Matthias Clasen <mclasen@redhat.com> - 2.21.6-1
c078ec
- Update to 2.21.6
c078ec
c078ec
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 2.21.5-2
c078ec
- Rebuild with new gobject-introspection
c078ec
c078ec
* Mon Jul 12 2010 Matthias Clasen <mclasen@redhat.com> - 2.21.5-1
c078ec
- Update to 2.21.5
c078ec
c078ec
* Tue Jul  6 2010 Matthias Clasen <mclasen@redhat.com> - 2.21.4-1
c078ec
- Update to 2.21.4
c078ec
c078ec
* Wed Jun 30 2010 Matthias Clasen <mclasen@redhat.com> - 2.21.3-3
c078ec
- Rebuild for "Incompatible version 1.0 (supported: 1.1). GRRR
c078ec
c078ec
* Tue Jun 29 2010 Colin Walters <walters@verbum.org> - 2.21.3-2
c078ec
- Changes to support building from snapshot 
c078ec
c078ec
* Mon Jun 28 2010 Matthias Clasen <mclasen@redhat.com> - 2.21.3-1
c078ec
- Update to 2.21.3
c078ec
c078ec
* Fri Jun 25 2010 Colin Walters <walters@verbum.org> - 2.21.2-2
c078ec
- drop gir-repository-devel dep
c078ec
c078ec
* Thu Jun 10 2010 Matthias Clasen <mclasen@redhat.com> - 2.21.2-1
c078ec
- Update to 2.21.2
c078ec
c078ec
* Sun May 30 2010 Matthias Clasen <mclasen@redhat.com> - 2.21.1-1
c078ec
- Update to 2.21.1
c078ec
c078ec
* Fri May  7 2010 Matthias Clasen <mclasen@redhat.com> - 2.21.0-1
c078ec
- Update to 2.21.0
c078ec
c078ec
* Sun May  2 2010 Matthias Clasen <mclasen@redhat.com> - 2.20.1-1
c078ec
- Update to 2.20.1
c078ec
c078ec
* Tue Mar 23 2010 Matthias Clasen <mclasen@redhat.com> - 2.20.0-1
c078ec
- Update to 2.20.0
c078ec
c078ec
* Fri Mar 12 2010 Matthias Clasen <mclasen@redhat.com> - 2.19.7-2
c078ec
- Support dragging windows from menubars
c078ec
c078ec
* Wed Mar 10 2010 Matthias Clasen <mclasen@redhat.com> - 2.19.7-1
c078ec
- Update to 2.19.7
c078ec
- Add a VCS tag
c078ec
- Minor packaging cleanups
c078ec
c078ec
* Tue Feb 23 2010 Matthias Clasen <mclasen@redhat.com> - 2.19.6-1
c078ec
- Update to 2.19.6
c078ec
c078ec
* Thu Feb 18 2010 Richard Hughes <rhughes@redhat.com> - 2.19.5-2
c078ec
- Apply a patch from upstream to remove two duplicate prototypes that
c078ec
  breaks the build for many GTK projects.
c078ec
c078ec
* Thu Feb 11 2010 Matthias Clasen <mclasen@redhat.com> - 2.19.5-1
c078ec
- Update to 2.19.5
c078ec
c078ec
* Tue Jan 26 2010 Matthias Clasen <mclasen@redhat.com> - 2.19.4-1
c078ec
- Update to 2.19.4
c078ec
c078ec
* Fri Jan 15 2010 Matthias Clasen <mclasen@redhat.com> - 2.19.3-2
c078ec
- Fix a CSW issue that leads to panel crashes
c078ec
c078ec
* Mon Jan 11 2010 Matthias Clasen <mclasen@redhat.com> - 2.19.3-1
c078ec
- Update to 2.19.3
c078ec
c078ec
* Mon Jan  4 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.19.2-2
c078ec
- Install missing Gdk-2.0.gir
c078ec
c078ec
* Mon Dec 21 2009 Matthias Clasen <mclasen@redhat.com> - 2.19.2-1
c078ec
- Update to 2.19.2
c078ec
c078ec
* Wed Nov 25 2009 Matthias Clasen <mclasen@redhat.com> - 2.18.3-22
c078ec
- Make level3 keys work again (#537567)
c078ec
c078ec
* Tue Nov 10 2009 Matthias Clasen <mclasen@redhat.com> - 2.18.3-21
c078ec
- Fix refcounting issues in the filechooser that lead
c078ec
  to crashes with device hotplug (gnome #600992)
c078ec
c078ec
* Thu Nov  5 2009 Marek Kasik <mkasik@redhat.com> - 2.18.3-20
c078ec
- Do not rotate page when printing to landscape PDF, just
c078ec
- set correct width and height
c078ec
c078ec
* Mon Nov  2 2009 Marek Kasik <mkasik@redhat.com> - 2.18.3-19
c078ec
- Correct rotation of number-up layout when printing landscape
c078ec
c078ec
* Mon Nov  2 2009 Marek Kasik <mkasik@redhat.com> - 2.18.3-18
c078ec
- Show correct print preview (gnome bug #592582)
c078ec
c078ec
* Mon Nov  2 2009 Marek Kasik <mkasik@redhat.com> - 2.18.3-17
c078ec
- Remove handling of "connecting-to-device" reason (#529364)
c078ec
c078ec
* Sat Oct 31 2009 Matthias Clasen <mclasen@redhta.com> - 2.18.3-16
c078ec
- Handle screen changes for tooltips (#531568)
c078ec
c078ec
* Wed Oct 28 2009 Matthias Clasen <mclasen@redhta.com> - 2.18.3-15
c078ec
- Work around a bug in the X automatic compositor (#531443)
c078ec
c078ec
* Wed Oct 28 2009 Matthias Clasen <mclasen@redhta.com> - 2.18.3-14
c078ec
- Make the new tooltips sharp
c078ec
- Improve the Metacity compositor workaround for new tooltips
c078ec
c078ec
* Mon Oct 26 2009 Matthias Clasen <mclasen@redhta.com> - 2.18.3-12
c078ec
- Fix a possible assertion failure in GtkToolButton
c078ec
c078ec
* Fri Oct 23 2009 Matthew Barnes <mbarnes@redhat.com> - 2.18.3-11
c078ec
- Fix a GtkIconView hang
c078ec
c078ec
* Fri Oct 23 2009 Matthias Clasen <mclasen@redhat.com> - 2.18.3-10
c078ec
- Tweak tooltip positioning
c078ec
- Make new tooltip style an opt-in theme choice
c078ec
c078ec
* Thu Oct 22 2009 Matthias Clasen <mclasen@redhat.com> - 2.18.3-9
c078ec
- Fix a problem with parsing symbolic colors in rc files (#528662)
c078ec
c078ec
* Thu Oct 22 2009 Peter Hutterer <peter.hutterer@redhat.com> - 2.18.3-8
c078ec
- compose-sequences.patch: update compose sequences to what's currently in
c078ec
  libX11 git.
c078ec
c078ec
* Wed Oct 21 2009 Matthias Clasen <mclasen@redhat.com> - 2.18.3-7
c078ec
- Try to catch some nm-applet problems by rejecting requests to
c078ec
  load icons at size 0
c078ec
c078ec
* Wed Oct 21 2009 Matthias Clasen <mclasen@redhat.com> - 2.18.3-6
c078ec
- Hack around metacity compositor limitations
c078ec
c078ec
* Wed Oct 21 2009 Matthias Clasen <mclasen@redhat.com> - 2.18.3-5
c078ec
- Tweak tooltip appearance
c078ec
c078ec
* Tue Oct 20 2009 Matthias Clasen <mclasen@redhat.com> - 2.18.3-4
c078ec
- Make tooltips look nicer
c078ec
c078ec
* Sun Oct 18 2009 Matthias Clasen <mclasen@redhat.com> - 2.18.3-3
c078ec
- Fix a size allocation problem uncovered by the previous patch
c078ec
c078ec
* Sat Oct 17 2009 Matthias Clasen <mclasen@redhat.com> - 2.18.3-2
c078ec
- Support padding around status icons
c078ec
c078ec
* Sat Oct 17 2009 Matthias Clasen <mclasen@redhat.com> - 2.18.3-1
c078ec
- Update to 2.18.3
c078ec
c078ec
* Tue Oct 13 2009 Matthias Clasen <mclasen@redhat.com> - 2.18.2-3
c078ec
- Make gtk-builder-convert use system python
c078ec
c078ec
* Fri Oct  9 2009 Matthias Clasen <mclasen@redhat.com> - 2.18.2-2
c078ec
- Make selecting the final char work again (#528072)
c078ec
c078ec
* Mon Oct  5 2009 Matthias Clasen <mclasen@redhat.com> - 2.18.2-1
c078ec
- Update to 2.18.2
c078ec
c078ec
* Wed Sep 30 2009 Matthias Clasen <mclasen@redhat.com> - 2.18.1-1
c078ec
- Update to 2.18.1
c078ec
c078ec
* Mon Sep 28 2009 Matthias Clasen <mclasen@redhat.com> - 2.18.0-3
c078ec
- Fix a crash in the appearance capplet
c078ec
c078ec
* Sun Sep 27 2009 Matthias Clasen <mclasen@redhat.com> - 2.18.0-2
c078ec
- Fix anchor handling in text views (#525910)
c078ec
c078ec
* Wed Sep 23 2009 Matthias Clasen <mclasen@redhat.com> - 2.18.0-1
c078ec
- Update to 2.18.0
c078ec
- Add some patches for improved printing support
c078ec
c078ec
* Sun Sep 13 2009 Matthias Clasen <mclasen@redhat.com> - 2.17.11-3
c078ec
- Fix the bell
c078ec
c078ec
* Sun Sep  6 2009 Matthias Clasen <mclasen@redhat.com> - 2.17.11-2
c078ec
- Fix the initial event mask for the root window (#521137)
c078ec
c078ec
* Sat Sep  5 2009 Matthias Clasen <mclasen@redhat.com> - 2.17.11-1
c078ec
- Update to 2.17.11
c078ec
c078ec
* Tue Sep  1 2009 Matthias Clasen <mclasen@redhat.com> - 2.17.10-1
c078ec
- Update to 2.17.10
c078ec
c078ec
* Mon Aug 24 2009 Matthias Clasen <mclasen@redhat.com> - 2.17.9-1
c078ec
- Update to 2.17.9
c078ec
c078ec
* Tue Aug 18 2009 Matthias Clasen <mclasen@redhat.com> - 2.17.8-1
c078ec
- Update to 2.17.8
c078ec
c078ec
* Thu Aug 13 2009 Matthias Clasen <mclasen@redhat.com> - 2.17.7-2
c078ec
- Fix a possible crash
c078ec
c078ec
* Tue Aug 11 2009 Matthias Clasen <mclasen@redhat.com> - 2.17.7-1
c078ec
- 2.17.7
c078ec
c078ec
* Tue Aug 11 2009 Matthias Clasen <mclasen@redhat.com> - 2.17.6-6
c078ec
- Fix setting root cursors
c078ec
c078ec
* Fri Aug  7 2009 Matthias Clasen <mclasen@redhat.com> - 2.17.6-5
c078ec
- Fix gdm background drawing
c078ec
c078ec
* Sun Aug  2 2009 Matthias Clasen <mclasen@redhat.com> - 2.17.6-4
c078ec
- Save some space
c078ec
c078ec
* Sat Jul 25 2009 Matthias Clasen <mclasen@redhat.com> - 2.17.6-3
c078ec
- 2.17.6
c078ec
c078ec
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.17.5-2
c078ec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
c078ec
c078ec
* Fri Jul 17 2009 Matthias Clasen <mclasen@redhat.com> - 2.17.5-1
c078ec
- Update to 2.17.5
c078ec
c078ec
* Mon Jul 13 2009 Matthias Clasen <mclasen@redhat.com> - 2.17.4-2
c078ec
- Fix a problem with gtkentry.h
c078ec
c078ec
* Fri Jul 10 2009 Matthias Clasen <mclasen@redhat.com> - 2.17.4-1
c078ec
- Update to 2.17.4
c078ec
c078ec
* Fri Jul 10 2009 Matthias Clasen <mclasen@redhat.com> - 2.17.3-3
c078ec
- Add an imsettings conf file for im-cedilla
c078ec
c078ec
* Wed Jul  8 2009 Matthias Clasen <mclasen@redhat.com> - 2.17.3-2
c078ec
- Some fixes for drawing issues, e.g. with statusicons
c078ec
c078ec
* Tue Jul  7 2009 Matthias Clasen <mclasen@redhat.com> - 2.17.3-1
c078ec
- Update to 2.17.3
c078ec
c078ec
* Tue Jun 16 2009 Matthias Clasen <mclasen@redhat.com> - 2.17.2-5
c078ec
- Fix an entry completion crash
c078ec
c078ec
* Mon Jun 15 2009 Matthias Clasen <mclasen@redhat.com> - 2.17.2-1
c078ec
- Update to 2.17.2
c078ec
c078ec
* Fri May 29 2009 Matthias Clasen <mclasen@redhat.com> - 2.17.1-1
c078ec
- Update to 2.17.1
c078ec
c078ec
* Tue May 26 2009 Matthias Clasen <mclasen@redhat.com> - 2.17.0-2
c078ec
- Update the immodules files in %%postun (#502420)
c078ec
- Ship the xim immodule separately
c078ec
c078ec
* Fri May 15 2009 Matthias Clasen <mclasen@redhat.com> - 2.17.0-1
c078ec
- Update to 2.17.0
c078ec
c078ec
* Sun Apr 12 2009 Karsten Hopp <karsten@redhat.com> 2.16.1-2
c078ec
- autoconf uses ibm-linux not redhat-linux (s390x),
c078ec
  fix host similar to ppc
c078ec
c078ec
* Sat Apr 11 2009 Matthias Clasen <mclasen@redhat.com> - 2.16.1-1 
c078ec
- Update to 2.16.1
c078ec
c078ec
* Tue Apr  7 2009 Marek Kasik <mkasik@redhat.com> - 2.16.0-2
c078ec
- Add authentication support to GtkPrintBackend.
c078ec
c078ec
* Fri Mar 13 2009 Matthias Clasen <mclasen@redhat.com> - 2.16.0-1
c078ec
- Update to 2.16.0
c078ec
c078ec
* Mon Mar  2 2009 Matthias Clasen <mclasen@redhat.com> - 2.15.5-1
c078ec
- Update to 2.15.5
c078ec
c078ec
* Thu Feb 26 2009 - Bastien Nocera <bnocera@redhat.com> - 2.15.4-7
c078ec
- Require a newer libXrandr to build and run
c078ec
c078ec
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.15.4-6
c078ec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
c078ec
c078ec
* Tue Feb 24 2009 Matthias Clasen <mclasen@redhat.com> - 2.15.4-5
c078ec
- Drop accidental debug things
c078ec
c078ec
* Mon Feb 23 2009 Matthias Clasen <mclasen@redhat.com> - 2.15.4-4
c078ec
- More xrandr handling fixes
c078ec
c078ec
* Sun Feb 22 2009 Matthias Clasen <mclasen@redhat.com> - 2.15.4-3
c078ec
- Make the devel-docs subpackage noarch
c078ec
c078ec
* Wed Feb 18 2009 Matthias Clasen <mclasen@redhat.com> - 2.15.4-2
c078ec
- Ignore disconnected monitors
c078ec
c078ec
* Tue Feb 17 2009 Matthias Clasen <mclasen@redhat.com> - 2.15.4-1
c078ec
- Update to 2.15.4
c078ec
c078ec
* Sat Feb 14 2009 Matthias Clasen <mclasen@redhat.com> - 2.15.3-3
c078ec
- Split off a noarch devel-docs subpackage
c078ec
c078ec
* Fri Feb  6 2009 Matthias Clasen <mclasen@redhat.com> - 2.15.3-2
c078ec
- Fix PolicyKit-gnome's use of actions
c078ec
c078ec
* Mon Feb  2 2009 Matthias Clasen <mclasen@redhat.com> - 2.15.3-1
c078ec
- Update to 2.15.3
c078ec
c078ec
* Thu Jan 29 2009 Matthias Clasen <mclasen@redhat.com> - 2.15.2-4
c078ec
- Split of an immodules subpackage (#444814)
c078ec
- Disable ia64 hack thats not needed in Fedora
c078ec
- Remove some .la files that crept in
c078ec
c078ec
* Wed Jan 28 2009 Marek Kasik <mkasik@redhat.com> - 2.15.2-3
c078ec
- modify default_printer.patch to show a network default printer
c078ec
  in the case of no local default printer
c078ec
- Resolves: #478400
c078ec
c078ec
* Tue Jan 27 2009 Matthias Clasen <mclasen@redhat.com> - 2.15.2-2
c078ec
- Fix togglebuttons causing crashes
c078ec
c078ec
* Tue Jan 27 2009 Matthias Clasen <mclasen@redhat.com> - 2.15.2-1
c078ec
- Update to 2.15.2
c078ec
c078ec
* Mon Jan 26 2009 - Bastien Nocera <bnocera@redhat.com> - 2.15.1-5
c078ec
- Add patch to avoid crashes when destroying a GtkScale with marks
c078ec
c078ec
* Sun Jan 25 2009 Matthias Clasen <mclasen@redhat.com> - 2.15.1-4
c078ec
- Draw radio action proxies as radio menuitems
c078ec
- Fix issues with toolitem action proxies and overflow
c078ec
c078ec
* Sat Jan 24 2009 Matthias Clasen <mclasen@redhat.com> - 2.15.1-3
c078ec
- Avoid triggering an assertion that makes the gdm greeter nonfunctional
c078ec
c078ec
* Sat Jan 24 2009 Matthias Clasen <mclasen@redhat.com> - 2.15.1-2
c078ec
- Fix blank toolbuttons in the evolution composer
c078ec
c078ec
* Fri Jan 23 2009 Matthias Clasen <mclasen@redhat.com> - 2.15.1-1
c078ec
- Update to 2.15.1
c078ec
c078ec
* Mon Jan 19 2009 Marek Kasik <mkasik@redhat.com> - 2.15.0-2
c078ec
- fix a problem with default printer in a network
c078ec
- Resolves: #478400
c078ec
c078ec
* Thu Jan  1 2009 Matthias Clasen <mclasen@redhat.com> - 2.15.0-1
c078ec
- Update to 2.15.0
c078ec
c078ec
* Tue Dec 16 2008 Matthias Clasen <mclasen@redhat.com> - 2.14.6-1
c078ec
- Update to 2.14.6
c078ec
c078ec
* Tue Dec  2 2008 Matthias Clasen <mclasen@redhat.com> - 2.14.5-4
c078ec
- Rebuild for pkg-config provides
c078ec
c078ec
* Mon Nov 24 2008 Matthias Clasen <mclasen@redhat.com> - 2.14.5-3
c078ec
- Update to 2.14.5
c078ec
- Drop obsolete patches
c078ec
- Update descriptions
c078ec
c078ec
* Sun Nov 23 2008 Matthias Clasen <mclasen@redhat.com> - 2.14.4-4
c078ec
- Reduce rpmlint warnings produced by the ia64 multilib hack
c078ec
- Fight unnecessary library dependencies
c078ec
c078ec
* Fri Oct 24 2008 Alexander Larsson <alexl@redhat.com> - 2.14.4-3
c078ec
- Manually check for fallback file icon since we're not
c078ec
  always returning that from gio anymore (from upstream)
c078ec
c078ec
* Wed Oct 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.14.4-2
c078ec
- Don't emit size-changed signals if the screen size doesn't change
c078ec
c078ec
* Fri Oct 17 2008 Matthias Clasen <mclasen@redhat.com> - 2.14.4-1
c078ec
- Update to 2.14.4
c078ec
c078ec
* Wed Oct  8 2008 Matthias Clasen <mclasen@redhat.com> - 2.14.3-6
c078ec
- Fix a problem with file chooser buttons
c078ec
c078ec
* Fri Oct  3 2008 Matthias Clasen <mclasen@redhat.com> - 2.14.3-5
c078ec
- Prevent unloading of the gail module
c078ec
c078ec
* Thu Sep 25 2008 Matthias Clasen <mclasen@redhat.com> - 2.14.3-2
c078ec
- Move message catalogs for properties to the -devel package
c078ec
c078ec
* Wed Sep 24 2008 Matthias Clasen <mclasen@redhat.com> - 2.14.3-1
c078ec
- Update to 2.14.3
c078ec
c078ec
* Mon Sep 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.14.2-5
c078ec
- Rebuild
c078ec
- Fix a filechooser crash
c078ec
c078ec
* Mon Sep 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.14.2-3
c078ec
- BR libXdamage-devel (#462971, Owen Taylor)
c078ec
- Plug some memory leaks
c078ec
c078ec
* Thu Sep 18 2008 Matthias Clasen <mclasen@redhat.com> - 2.14.2-1
c078ec
- Update to 2.14.2
c078ec
c078ec
* Fri Sep  5 2008 Matthias Clasen <mclasen@redhat.com> - 2.14.0-4
c078ec
- Remove the last patch, crash is fixed in at-spi now
c078ec
c078ec
* Fri Sep  5 2008 Matthias Clasen <mclasen@redhat.com> - 2.14.0-3
c078ec
- Fix a greeter crash
c078ec
c078ec
* Thu Sep  4 2008 Matthias Clasen <mclasen@redhat.com> - 2.14.0-2
c078ec
- Fix a deadlock in pixbuf loader initialization
c078ec
c078ec
* Thu Sep  4 2008 Matthias Clasen <mclasen@redhat.com> - 2.14.0-1
c078ec
- Update to 2.14.0
c078ec
c078ec
* Tue Aug 26 2008 Matthias Clasen <mclasen@redhat.com> - 2.13.7-4
c078ec
- Fix an Xrandr bug
c078ec
c078ec
* Mon Aug 25 2008 Matthias Clasen <mclasen@redhat.com> - 2.13.7-3
c078ec
- Fix the "swarm of flash windows"
c078ec
c078ec
* Mon Aug 25 2008 Matthias Clasen <mclasen@redhat.com> - 2.13.7-2
c078ec
- Fix a possible infinite loop in gtkrc parsing
c078ec
c078ec
* Fri Aug 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.13.7-1
c078ec
- Update to 2.13.7
c078ec
c078ec
* Wed Aug 13 2008 Matthias Clasen <mclasen@redhat.com> - 2.13.6-4
c078ec
- Fix sporadic panel crashes
c078ec
c078ec
* Mon Aug 11 2008 Matthias Clasen <mclasen@redhat.com> - 2.13.6-3
c078ec
- Fix evolution composer breakage
c078ec
c078ec
* Sat Aug  9 2008 Matthias Clasen <mclasen@redhat.com> - 2.13.6-2
c078ec
- Fix menu breakage
c078ec
c078ec
* Tue Aug  5 2008 Matthias Clasen <mclasen@redhat.com> - 2.13.6-1
c078ec
- Update to 2.13.6
c078ec
c078ec
* Mon Jul 21 2008 Matthias Clasen <mclasen@redhat.com> - 2.13.5-1
c078ec
- Update to 2.13.5
c078ec
c078ec
* Thu Jul 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.13.4-2
c078ec
- Fix a segfault in the icon view a11y code
c078ec
c078ec
* Sat Jul  5 2008 Matthias Clasen <mclasen@redhat.com> - 2.13.4-1
c078ec
- Update to 2.13.4
c078ec
c078ec
* Thu Jun 26 2008 Lubomir Rintel <lkundrak@v3.sk> - 2.13.3-3
c078ec
- Fix that makes gio-enabled file chooser return absolute paths
c078ec
c078ec
* Thu Jun 19 2008 Soren Sandmann <sandmann@redhat.com> - 2.13.3-2
c078ec
- Require glib 2.17.1 (for g_dgettext)
c078ec
c078ec
* Fri Jun 13 2008 Matthias Clasen  <mclasen@redhat.com> - 2.13.3-1
c078ec
- Update to 2.13.3
c078ec
c078ec
* Wed Jun 11 2008 - Marek Kasik <mkasik@redhat.com> - 2.13.2-2
c078ec
- Reworked correction of hostname of printer which is the
c078ec
- print job sent to.
c078ec
- Resolves: #248245, #449379
c078ec
c078ec
* Tue Jun  3 2008 Matthias Clasen  <mclasen@redhat.com> - 2.13.2-1
c078ec
- Update to 2.13.2, drop upstreamed patches
c078ec
c078ec
* Fri May 30 2008 Matthias Clasen  <mclasen@redhat.com> - 2.13.1-2
c078ec
- Fix a problem with some pixbuf loaders
c078ec
c078ec
* Fri May 30 2008 Matthias Clasen  <mclasen@redhat.com> - 2.13.1-1
c078ec
- Update to 2.13.1
c078ec
c078ec
* Thu May  1 2008 Christopher Aillon <caillon@redhat.com> - 2.13.0-2
c078ec
- Remove trailing comma from the enum so -pedantic compiles work
c078ec
c078ec
* Thu Apr 24 2008 Matthias Clasen  <mclasen@redhat.com> - 2.13.0-1
c078ec
- Update to 2.13.0
c078ec
c078ec
* Wed Apr  9 2008 Matthias Clasen  <mclasen@redhat.com> - 2.12.9-5
c078ec
- Fix a possible crash when dragging notebook tabs
c078ec
c078ec
* Wed Apr  9 2008 Matthias Clasen  <mclasen@redhat.com> - 2.12.9-4
c078ec
- Make sure we use the right icon size for all icons in the
c078ec
  file chooser (Fix by Tomas Bzatek)
c078ec
- Improve the handling of auth dialogs in the file chooser (Tomas Bzatek)
c078ec
c078ec
* Mon Apr  7 2008 Marek Kasik  <mkasik@redhat.com> - 2.12.9-3
c078ec
- Correction of "implicit declaration of function 'g_fopen'"
c078ec
  warning
c078ec
- Resolves: #439114
c078ec
c078ec
* Thu Apr  3 2008 Matthias Clasen  <mclasen@redhat.com> - 2.12.9-2
c078ec
- Don't free foreign colormaps
c078ec
c078ec
* Wed Mar 12 2008 Matthias Clasen  <mclasen@redhat.com> - 2.12.9-1
c078ec
- Update to 2.12.9
c078ec
c078ec
* Tue Mar  4 2008 Matthias Clasen  <mclasen@redhat.com> - 2.12.8-3
c078ec
- Honor cups user default options from ~/.cups/lpoptions
c078ec
c078ec
* Tue Feb 26 2008 Matthias Clasen  <mclasen@redhat.com> - 2.12.8-2
c078ec
- Work with libbeagle.so.1
c078ec
c078ec
* Tue Feb 12 2008 Matthias Clasen  <mclasen@redhat.com> - 2.12.8-1
c078ec
- Update to 2.12.8
c078ec
c078ec
* Wed Jan 30 2008 Matthias Clasen  <mclasen@redhat.com> - 2.12.7-1
c078ec
- Update to 2.12.7
c078ec
c078ec
* Tue Jan 29 2008 Matthias Clasen  <mclasen@redhat.com> - 2.12.6-1
c078ec
- Update to 2.12.6
c078ec
c078ec
* Tue Jan  8 2008 Matthias Clasen  <mclasen@redhat.com> - 2.12.5-1
c078ec
- Update to 2.12.5
c078ec
c078ec
* Tue Jan  8 2008 Matthias Clasen  <mclasen@redhat.com> - 2.12.4-1
c078ec
- Update to 2.12.4
c078ec
- Drop obsolete patches
c078ec
c078ec
* Wed Dec 19 2007 Colin Walters <walters@redhat.com> - 2.12.3-5
c078ec
- BR libXcomposite-devel so we get the sexiness, also pull it in
c078ec
  in the devel package.
c078ec
c078ec
* Tue Dec 18 2007 Matthias Clasen <mclasen@redhat.com> - 2.12.3-4
c078ec
- Fix a gtk-doc problem
c078ec
- Work around a kernel problem in the build system
c078ec
c078ec
* Mon Dec 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.12.3-3
c078ec
- Add a setting to change input methods
c078ec
c078ec
* Tue Dec 11 2007 Matthias Clasen <mclasen@redhat.com> - 2.12.3-2
c078ec
- Fix yet another notebook tab related crash
c078ec
c078ec
* Wed Dec  5 2007 Matthias Clasen <mclasen@redhat.com> - 2.12.3-1
c078ec
- Update to 2.12.3
c078ec
c078ec
* Mon Nov 26 2007 Matthias Clasen <mclasen@redhat.com> - 2.12.2-1
c078ec
- Update to 2.12.2
c078ec
c078ec
* Sun Nov  4 2007 Matthias Clasen <mclasen@redhat.com> - 2.12.1-6
c078ec
- Include the /usr/lib/gtk-2.0/2.10.0/filesystems directory
c078ec
c078ec
* Thu Oct 25 2007 Matthias Clasen <mclasen@redhat.com> - 2.12.1-5
c078ec
- Fix a bug that prevents GtkBuilder-using apps (like totem)
c078ec
  to run in some locales (like Turkish) (#348631)
c078ec
c078ec
* Mon Oct 22 2007 Matthias Clasen <mclasen@redhat.com> - 2.12.1-4
c078ec
- Fix a crash in gnome-system-log (#321701)
c078ec
c078ec
* Wed Oct 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.12.1-2
c078ec
- Fix a crash in the firefox print preview (#336771)
c078ec
c078ec
* Wed Oct 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.12.1-1
c078ec
- Update to 2.12.1 (bug fixes and translation updates)
c078ec
- Drop obsolete patches
c078ec
c078ec
* Thu Oct 11 2007 Matthias Clasen <mclasen@redhat.com> - 2.12.0-6
c078ec
- Fix a double-free problem in gtk-update-icon-cache (#327711)
c078ec
c078ec
* Thu Oct  4 2007 Matthias Clasen <mclasen@redhat.com> - 2.12.0-5
c078ec
- Fix a grab problem with multiple volume buttons
c078ec
c078ec
* Tue Sep 25 2007 Matthias Clasen <mclasen@redhat.com> - 2.12.0-4
c078ec
- Fix a crash in simple search
c078ec
- Drop obsolete Obsoletes and Conflicts
c078ec
c078ec
* Thu Sep 20 2007 Matthias Clasen <mclasen@redhat.com> - 2.12.0-3
c078ec
- Fix a problem with swt and tooltips
c078ec
c078ec
* Tue Sep 18 2007 Matthias Clasen <mclasen@redhat.com> - 2.12.0-2
c078ec
- Adapt to tracker ABI changes
c078ec
c078ec
* Fri Sep 14 2007 Matthias Clasen <mclasen@redhat.com> - 2.12.0-1
c078ec
- Update to 2.12.0
c078ec
c078ec
* Fri Sep  7 2007 Matthias Clasen <mclasen@redhat.com> - 2.11.6-9
c078ec
- Add a workaround for the flash plugin
c078ec
c078ec
* Fri Sep  7 2007 Ray Strode <rstrode@redhat.com> - 2.11.6-8
c078ec
- install dummy binary in libdir/gtk-2.0/immodules directory to
c078ec
  aid rpm when doing ia64 multilib (bug 253726)
c078ec
c078ec
* Mon Aug 27 2007 Jens Petersen <petersen@redhat.com> - 2.11.6-7
c078ec
- own libdir/gtk-2.0/immodules directory (#255621)
c078ec
c078ec
* Wed Aug  8 2007 Matthias Clasen <mclasen@redhat.com> - 2.11.6-6
c078ec
- Improve tooltip compatibility to make acroread work again
c078ec
c078ec
* Sun Aug  5 2007 Matthias Clasen <mclasen@redhat.com> - 2.11.6-5
c078ec
- Really move gtk-demo over
c078ec
c078ec
* Thu Aug  2 2007 Matthias Clasen <mclasen@redhat.com> - 2.11.6-4
c078ec
- Move gtk-demo to the -devel package
c078ec
- Don't install ChangeLog
c078ec
- Update the License field
c078ec
c078ec
* Wed Jul 25 2007 Matthias Clasen <mclasen@redhat.com> - 2.11.6-3
c078ec
- Fix the behaviour of tooltips on system tray icons
c078ec
c078ec
* Tue Jul 24 2007 Matthias Clasen <mclasen@redhat.com> - 2.11.6-2
c078ec
- Silence the icon cache validator (#248789)
c078ec
c078ec
* Mon Jul 23 2007 Matthias Clasen <mclasen@redhat.com> - 2.11.6-1
c078ec
- Update to 2.11.6
c078ec
- Make it build against recent cups
c078ec
c078ec
* Thu Jul 19 2007 Matthias Clasen <mclasen@redhat.com> - 2.11.5-4
c078ec
- Up the glib requirement
c078ec
c078ec
* Sun Jul  8 2007 Matthias Clasen <mclasen@redhat.com> - 2.11.5-3
c078ec
- Own /usr/lib/gtk-2.0/modules
c078ec
c078ec
* Mon Jul  2 2007 Matthias Clasen <mclasen@redhat.com> - 2.11.5-1
c078ec
- Update to 2.11.5
c078ec
c078ec
* Tue Jun 19 2007 Matthias Clasen <mclasen@redhat.com> - 2.11.4-1
c078ec
- Update to 2.11.4
c078ec
c078ec
* Sun Jun 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.11.3-4
c078ec
- Update versioned dependencies (#244602)
c078ec
c078ec
* Sun Jun 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.11.3-3
c078ec
- Clean up directory ownership
c078ec
c078ec
* Sat Jun 16 2007 Caolan McNamara <caolanm@redhat.com> - 2.11.3-2
c078ec
- Resolves: rhbz#244516 avoid typename in headers for C++
c078ec
c078ec
* Fri Jun 15 2007 Matthias Clasen <mclasen@redhat.com> - 2.11.3-1
c078ec
- Update to 2.11.3
c078ec
- Drop upstreamed patches
c078ec
c078ec
* Wed Jun  6 2007 Matthias Clasen <mclasen@redhat.com> - 2.11.2-1
c078ec
- Update to 2.11.2
c078ec
c078ec
* Mon Jun  4 2007 Matthias Clasen <mclasen@redhat.com> - 2.11.1-1
c078ec
- Update to 2.11.1
c078ec
- Update patches
c078ec
c078ec
* Thu May 24 2007 Matthias Clasen <mclasen@redhat.com> - 2.11.0-1
c078ec
- Update to 2.11.0
c078ec
- Drop upstreamed patches
c078ec
c078ec
* Sat May 19 2007 Matthias Clasen <mclasen@redhat.com> - 2.10.12-1
c078ec
- Update to 2.10.12
c078ec
- Drop upstreamed patches
c078ec
c078ec
* Tue May 15 2007 Matthias Clasen <mclasen@redhat.com> - 2.10.11-6
c078ec
- Backport some fixes for the ftw()-based search engine
c078ec
c078ec
* Tue Apr 10 2007 Matthias Clasen <mclasen@redhat.com> - 2.10.11-5
c078ec
- Use DESKTOP xdg-user-dir in the file chooser
c078ec
c078ec
* Mon Apr  9 2007 Matthias Clasen <mclasen@redhat.com> - 2.10.11-4
c078ec
- Fix a memory leak in the search patch
c078ec
c078ec
* Wed Mar 28 2007 Matthias Clasen <mclasen@redhat.com> - 2.10.11-3
c078ec
- Support raw printers
c078ec
c078ec
* Tue Mar 20 2007 Florian La Roche <laroche@redhat.com> - 2.10.11-2
c078ec
- fix Conflicts: libgnomeui line
c078ec
c078ec
* Wed Mar 14 2007 Matthias Clasen <mclasen@redhat.com> - 2.10.11-1
c078ec
- Update to 2.10.11
c078ec
- Require libpng-devel in the devel package (#232013)
c078ec
c078ec
* Mon Mar 12 2007 Matthias Clasen <mclasen@redhat.com> - 2.10.10-1
c078ec
- Update to 2.10.10
c078ec
c078ec
* Fri Feb  9 2007 Stepan Kasal <skasal@redhat.com> - 2.10.9-4
c078ec
- Clean up the autotools calls in %%prep.
c078ec
c078ec
* Fri Feb  2 2007 Matthias Clasen <mclasen@redhat.com> - 2.10.9-3
c078ec
- Fix update-gtk-immodules and update-gdk-pixbuf-loaders
c078ec
  being swapped  (#227134)
c078ec
c078ec
* Tue Jan 30 2007 Matthias Clasen <mclasen@redhat.com> - 2.10.9-2
c078ec
- Fix filechooser search support
c078ec
c078ec
* Mon Jan 22 2007 Matthias Clasen <mclasen@redhat.com> - 2.10.9-1
c078ec
- Update to 2.10.9
c078ec
c078ec
* Wed Jan 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.10.8-2
c078ec
- Fix a crash in the recent-files menu code.
c078ec
c078ec
* Wed Jan 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.10.8-1
c078ec
- Update to 2.10.8
c078ec
c078ec
* Tue Jan 09 2007 Behdad Esfahbod <besfahbo@redhat.com> - 2.10.7-2
c078ec
- Configure with --with-included-loaders=png.  Saves a page per process
c078ec
c078ec
* Thu Dec 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.7-1
c078ec
- Make gdk_pixbuf_loader_close() idempotent
c078ec
- Always emit the closed signal when the loader is closed
c078ec
c078ec
* Thu Dec 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.6-8
c078ec
- Make update scripts handle slight variations in $host
c078ec
c078ec
* Sat Dec  9 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.6-7
c078ec
- Fix error handling in pixbuf loaders (#218755)
c078ec
- Fix clipping of mnemonic underlines (#218615)
c078ec
- Give accessible names to message dialogs (#215472)
c078ec
- Fix a crash in the handling of invalid icon themes (#218247)
c078ec
- Make the print dialog work when the 'BrowseShortNames Off' cups
c078ec
  option is used (#217220)
c078ec
c078ec
* Sat Nov 25 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.6-6
c078ec
- Fix a recent-files related crash
c078ec
c078ec
* Tue Nov 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.6-5
c078ec
- Change the search patch to check for beagle first
c078ec
c078ec
* Mon Nov 20 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.6-4
c078ec
- Some spec file cleanups
c078ec
c078ec
* Fri Nov 17 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.6-3
c078ec
- Rework the filechooser search to support tracker, too
c078ec
c078ec
* Thu Nov 16 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.6-2
c078ec
- Avoid a possible segfault (#215933)
c078ec
c078ec
* Sat Sep 30 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.4-4
c078ec
- Avoid a possible segfault (gnome #358405)
c078ec
c078ec
* Fri Sep 29 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.4-3
c078ec
- Fix a possible deadlock when not using the gnome-vfs
c078ec
  filesystem backend
c078ec
c078ec
* Sat Sep 23 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.4-2
c078ec
- Fix a problem with the search patch
c078ec
c078ec
* Sat Sep 23 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.4-1
c078ec
- Update to 2.10.4
c078ec
- Drop upstreamed patches
c078ec
- Update the search patch
c078ec
- Require pkgconfig in the -devel package
c078ec
c078ec
* Tue Sep 19 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.3-7
c078ec
- Fix issues with auth dialogs in the file chooser
c078ec
c078ec
* Wed Sep 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.3-6
c078ec
- Don't spew a warning if libbeagle is not installed
c078ec
c078ec
* Wed Sep 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.3-5
c078ec
- Make color picker work with window groups
c078ec
c078ec
* Sun Sep 10 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.3-4
c078ec
- Fix display of Desktop in file chooser buttons.
c078ec
c078ec
* Fri Sep  8 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.3-3.fc6
c078ec
- Fix a Sylpheed crash  (#192101)
c078ec
c078ec
* Tue Sep  5 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.3-2.fc6
c078ec
- Use fam for recent files
c078ec
c078ec
* Tue Sep  5 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.3-1.fc6
c078ec
- Update to 2.10.3
c078ec
c078ec
* Fri Sep  1 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.2-6.fc6
c078ec
- Fix a problem with entering Hangul in entries
c078ec
c078ec
* Thu Aug 31 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.2-5.fc6
c078ec
- Fix problems with listing printers
c078ec
- Stop cursor blinking after a while, to save energy
c078ec
c078ec
* Mon Aug 28 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.2-4.fc6
c078ec
- Use a reasonable timeout when polling for printer
c078ec
  list updates  (#203585)
c078ec
c078ec
* Wed Aug 23 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.2-3.fc6
c078ec
- Fix confusion between values and names in printer options (#203588)
c078ec
c078ec
* Fri Aug 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.2-2.fc6
c078ec
- Fix some problems with the recent files code
c078ec
c078ec
* Fri Aug 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.2-1.fc6
c078ec
- Update to 2.10.2
c078ec
c078ec
* Mon Aug 14 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.1-3.fc6
c078ec
- Fix a problem with the search patch
c078ec
c078ec
* Wed Aug  9 2006 Ray Strode <rstrode@redhat.com> - 2.10.1-2
c078ec
- patch from Jonathan Matthew <jontahn@kaolin.wh9.net> to fix
c078ec
  crash in GtkTreeModelFilter (upstream bug 346800)
c078ec
c078ec
* Sun Jul 23 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.1-1
c078ec
- Update to 2.10.1
c078ec
c078ec
* Wed Jul 19 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.0-5
c078ec
- Fix a typo in the Search support patch
c078ec
c078ec
* Tue Jul 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.0-4
c078ec
- Make the Search support more bulletproof
c078ec
c078ec
* Sun Jul 16 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.0-3
c078ec
- Fix a problem with the Search support
c078ec
c078ec
* Sat Jul 15 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.0-2
c078ec
- Add Search support to the filechooser
c078ec
c078ec
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.10.0-1.1
c078ec
- rebuild
c078ec
c078ec
* Mon Jul  3 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.0-1
c078ec
- Update to 2.10.0
c078ec
c078ec
* Wed Jun 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.9.4-1
c078ec
- Update to 2.9.4
c078ec
c078ec
* Thu Jun 15 2006 Matthias Clasen <mclasen@redhat.com> - 2.9.3-4
c078ec
- Add more BuildRequires
c078ec
c078ec
* Wed Jun 14 2006 Matthias Clasen <mclasen@redhat.com> - 2.9.3-3
c078ec
- Require cairo 1.1.8
c078ec
c078ec
* Wed Jun 14 2006 Tomas Mraz <tmraz@redhat.com> - 2.9.3-2
c078ec
- rebuilt with new gnutls
c078ec
c078ec
* Tue Jun 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.9.3-1
c078ec
- Update to 2.9.3
c078ec
c078ec
* Thu Jun  8 2006 Matthias Clasen <mclasen@redhat.com> - 2.9.2-4
c078ec
- Fix a crash in evolution
c078ec
c078ec
* Wed Jun  7 2006 Matthias Clasen <mclasen@redhat.com> - 2.9.2-3
c078ec
- Fix the builtin icon cache
c078ec
c078ec
* Tue Jun  6 2006 Matthias Clasen <mclasen@redhat.com> - 2.9.2-2
c078ec
- Add a BuildRequires for cups-devel
c078ec
- configure with --disable-rebuilds
c078ec
c078ec
* Mon Jun  5 2006 Matthias Clasen <mclasen@redhat.com> - 2.9.2-1
c078ec
- Update to 2.9.2
c078ec
c078ec
* Fri Jun  2 2006 Matthias Clasen <mclasen@redhat.com> - 2.9.1-2
c078ec
- Rebuild
c078ec
c078ec
* Tue May 16 2006 Matthias Clasen <mclasen@redhat.com> - 2.9.1-1
c078ec
- Update to 2.9.1
c078ec
c078ec
* Mon May  8 2006 Matthias Clasen <mclasen@redhat.com> - 2.9.0-4
c078ec
- Bump required versions of GLib, Pango and cairo
c078ec
- Add conflicts to force updating theme engine packages
c078ec
c078ec
* Fri May  5 2006 Matthias Clasen <mclasen@redhat.com> - 2.9.0-1
c078ec
- Update to 2.9.0
c078ec
c078ec
* Fri Apr  7 2006 Matthias Clasen <mclasen@redhat.com> - 2.8.17-2
c078ec
- Update to 2.8.17
c078ec
c078ec
* Thu Mar 30 2006 Matthias Clasen <mclasen@redhat.com> - 2.8.16-2
c078ec
- Fix a multiscreen dnd crash
c078ec
c078ec
* Wed Mar 15 2006 Matthias Clasen <mclasen@redhat.com> - 2.8.16-1
c078ec
- Update to 2.8.16
c078ec
c078ec
* Mon Mar 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.8.15-1
c078ec
- Update to 2.8.15
c078ec
- Drop upstreamed patch
c078ec
c078ec
* Fri Mar 10 2006 Matthias Clasen <mclasen@redhat.com> - 2.8.14-2
c078ec
- Fix a crash when using accessible treeviews
c078ec
c078ec
* Wed Mar  8 2006 Matthias Clasen <mclasen@redhat.com> - 2.8.14-1
c078ec
- Update to 2.8.14 to fix a possible memory overrun
c078ec
  in gtk_object_sink
c078ec
c078ec
* Sun Mar  5 2006 Matthias Clasen <mclasen@redhat.com> - 2.8.13-4
c078ec
- Don't ship .la files for engines, either
c078ec
c078ec
* Wed Mar 01 2006 Karsten Hopp <karsten@redhat.de> 2.8.13-3
c078ec
- Buildrequires: libXi-devel
c078ec
c078ec
* Mon Feb 27 2006 Ray Strode <rstrode@redhat.com> - 2.8.13-2
c078ec
- s/Prereq/Requires/ for hicolor dep
c078ec
c078ec
* Sat Feb 25 2006 Matthias Clasen <mclasen@redhat.com> - 2.8.13-1
c078ec
- Update to 2.8.13
c078ec
c078ec
* Fri Feb 24 2006 Ray Strode <rstrode@redhat.com> - 2.8.12-8
c078ec
- add dependency on hicolor
c078ec
c078ec
* Sat Feb 11 2006 Matthias Clasen <mclasen@redhat.com> - 2.8.12-7.1
c078ec
- Update to 2.8.12
c078ec
c078ec
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.8.11-7.1
c078ec
- bump again for double-long bug on ppc(64)
c078ec
c078ec
* Wed Feb  8 2006 Matthias Clasen <mclasen@redhat.com> 2.8.11-7
c078ec
- Fix a double free in the file chooser
c078ec
c078ec
* Tue Feb  7 2006 Christopher Aillon <caillon@redhat.com> 2.8.11-6
c078ec
- Fix up jkeating's recent %%changelog entry to match this spec's style
c078ec
- Make the devel package Require %%{version}-%%{release}
c078ec
c078ec
* Tue Feb  7 2006 Jesse Keating <jkeating@redhat.com> 2.8.11-5.1
c078ec
- rebuilt for new gcc4.1 snapshot and glibc changes
c078ec
c078ec
* Mon Feb  6 2006 Matthias Clasen <mclasen@redhat.com> 2.8.11-5
c078ec
- Sync render fix with upstream
c078ec
c078ec
* Fri Feb  3 2006 Matthias Clasen <mclasen@redhat.com> 2.8.11-3
c078ec
- Avoid a slowpath in XRender
c078ec
c078ec
* Fri Jan 27 2006 Matthias Clasen <mclasen@redhat.com> 2.8.11-1
c078ec
- Update to 2.8.11
c078ec
c078ec
* Thu Jan 19 2006 Christopher Aillon <caillon@redhat.com> 2.8.10-4
c078ec
- Use Unicode character 2022 for the default invisible character
c078ec
c078ec
* Wed Jan 18 2006 Matthias Clasen <mclasen@redhat.com> 2.8.10-3
c078ec
- Rebuild against GLib 2.9.4
c078ec
c078ec
* Fri Jan 13 2006 Matthias Clasen <mclasen@redhat.com> 2.8.10-2
c078ec
- Run make check
c078ec
c078ec
* Thu Jan 12 2006 Matthias Clasen <mclasen@redhat.com> 2.8.10-1
c078ec
- Update to 2.8.10
c078ec
c078ec
* Sat Dec 10 2005 Matthias Clasen <mclasen@redhat.com> 2.8.9-1
c078ec
- Update to 2.8.9
c078ec
c078ec
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
c078ec
- rebuilt
c078ec
c078ec
* Mon Nov 28 2005 Matthias Clasen <mclasen@redhat.com> 2.8.8-1
c078ec
- Update to 2.8.8
c078ec
c078ec
* Tue Nov 15 2005 Matthias Clasen <mclasen@redhat.com> 2.8.7-1
c078ec
- Update to 2.8.7
c078ec
c078ec
* Tue Nov  8 2005 Matthias Clasen <mclasen@redhat.com> 2.8.6-6
c078ec
- Clean up spec file a bit
c078ec
c078ec
* Mon Oct 31 2005 Matthias Clasen <mclasen@redhat.com> 2.8.6-5
c078ec
- Switch requires to modular X
c078ec
c078ec
* Mon Oct 24 2005 Matthias Clasen <mclasen@redhat.com> 2.8.6-3
c078ec
- Add a setting to hide the input method menu
c078ec
c078ec
* Wed Oct 19 2005 Matthias Clasen <mclasen@redhat.com> 2.8.6-2
c078ec
- Sync to upstream xdgmime
c078ec
c078ec
* Wed Oct  5 2005 Matthias Clasen <mclasen@redhat.com> 2.8.6-1
c078ec
- New upstream version
c078ec
c078ec
* Mon Oct  3 2005 Matthias Clasen <mclasen@redhat.com> 2.8.5-1
c078ec
- New upstream version
c078ec
c078ec
* Fri Sep 30 2005 Matthias Clasen <mclasen@redhat.com> 2.8.4-2
c078ec
- Prevent an overflow in size hints handling
c078ec
c078ec
* Tue Sep 27 2005 Matthias Clasen <mclasen@redhat.com> 2.8.4-1
c078ec
- New upstream version
c078ec
c078ec
* Mon Aug 29 2005 Matthias Clasen <mclasen@redhat.com> 2.8.3-1
c078ec
- Newer upstream version
c078ec
c078ec
* Mon Aug 15 2005 Matthias Clasen <mclasen@redhat.com> 2.8.0-1
c078ec
- Newer upstream version
c078ec
c078ec
* Thu Aug  4 2005 Matthias Clasen <mclasen@redhat.com>
c078ec
- Newer upstream version
c078ec
c078ec
* Thu Jul 28 2005 Owen Taylor <otaylor@redhat.com> 2.7.4-1
c078ec
- Update to 2.7.4
c078ec
c078ec
* Fri Jul 15 2005 Matthias Clasen <mclasen@redhat.com>
c078ec
- Update to 2.7.3
c078ec
c078ec
* Fri Jul  8 2005 Matthias Clasen <mclasen@redhat.com>
c078ec
- Update to 2.7.2
c078ec
c078ec
* Fri Jul  1 2005 Matthias Clasen <mclasen@redhat.com>
c078ec
- Update to 2.7.1
c078ec
c078ec
* Tue Jun 21 2005 Matthias Clasen <mclasen@redhat.com>
c078ec
- update to 2.7.0
c078ec
- bump requirements
c078ec
c078ec
* Tue May 10 2005 Matthias Clasen <mclasen@redhat.com>
c078ec
- remove the openssl prereq again, as it did not fix
c078ec
  Florians problem.
c078ec
c078ec
* Sun May  8 2005 Matthias Clasen <mclasen@redhat.com>
c078ec
- remove debug spew
c078ec
c078ec
* Fri Apr 22 2005 Florian La Roche <laroche@redhat.com>
c078ec
- add a Prereq: for the new openssl version to be installed first
c078ec
c078ec
* Wed Apr 13 2005 Matthias Clasen <mclasen@redhat.com> - 2.6.7-1
c078ec
- Update to 2.6.7
c078ec
c078ec
* Mon Apr 11 2005 Matthias Clasen <mclasen@redhat.com> - 2.6.6-1
c078ec
- Update to 2.6.6
c078ec
- Drop upstreamed patches
c078ec
c078ec
* Sun Apr 10 2005 Jeremy Katz <katzj@redhat.com> - 2.6.5-2
c078ec
- add patch from upstream CVS for broken icons (#154340, bgo#169870)
c078ec
c078ec
* Sat Apr  9 2005 Matthias Clasen <mclasen@redhat.com> - 2.6.5-1
c078ec
- Update to 2.6.5
c078ec
- Drop upstreamed patches
c078ec
c078ec
* Mon Mar 28 2005 Matthias Clasen <mclasen@redhat.com> - 2.6.4-3
c078ec
- Fix a double free in the bmp loader
c078ec
c078ec
* Wed Mar  2 2005 Matthias Clasen <mclasen@redhat.com> - 2.6.4-2
c078ec
- Rebuild with gcc4
c078ec
c078ec
* Tue Mar  1 2005 Matthias Clasen <mclasen@redhat.com> - 2.6.4-1
c078ec
- Upgrade to 2.6.4
c078ec
- Remove upstreamed patch
c078ec
c078ec
* Mon Feb 28 2005 Matthias Clasen <mclasen@redhat.com> - 2.6.3-1
c078ec
- Upgrade to 2.6.3
c078ec
c078ec
* Fri Feb  4 2005 Matthias Clasen <mclasen@redhat.com> - 2.6.2-1
c078ec
- Upgrade to 2.6.2
c078ec
c078ec
* Mon Jan 10 2005 Matthias Clasen <mclasen@redhat.com> - 2.6.1-1
c078ec
- Upgrade to 2.6.1
c078ec
- Drop no longer needed fixes
c078ec
c078ec
* Mon Dec 06 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.14-1
c078ec
- Upgrade to 2.4.14
c078ec
- Remove the no longer needed pa.po patch
c078ec
- Adjust gtk+-2.4.7-update-counter.patch
c078ec
c078ec
* Wed Dec 01 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.13-13
c078ec
- Revert an accidental ABI change.  (#151450)
c078ec
c078ec
* Wed Nov 03 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.13-11
c078ec
- Fix an oversight in the previous fix.
c078ec
c078ec
* Wed Nov 03 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.13-8
c078ec
- Fix an oversight in the previous fix, really
c078ec
  fix the crash.  (#137922)
c078ec
c078ec
* Thu Oct 28 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.13-5
c078ec
- Include an upstream bugfix in the
c078ec
  gtk+-2.4.9-treeview-activate.patch. This fixes
c078ec
  a crasher bug (#137461)
c078ec
c078ec
* Fri Oct 22 2004 Owen Taylor <otaylor@redhat.com> - 2.4.13-3
c078ec
- Fix crash with backspace at end of buffer (#136840)
c078ec
c078ec
* Wed Oct 20 2004 Owen Taylor <otaylor@redhat.com> - 2.4.13-2
c078ec
- Fix up backspace-deletes-character patches to actually work
c078ec
  (#135656.)
c078ec
c078ec
* Wed Oct 20 2004 Matthias Clasen <mclasen@redhat.com>
c078ec
- Fix the translation of default:LTR in pa.po  (#136431)
c078ec
c078ec
* Tue Oct 12 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.13-1
c078ec
- Upgrade to 2.4.13
c078ec
c078ec
* Mon Oct 04 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.10-7
c078ec
- Don't move binaries to -32/-64 needlessly.
c078ec
c078ec
* Fri Oct 01 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.10-6
c078ec
- Fix a problem in the last patch.
c078ec
c078ec
* Tue Sep 28 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.10-5
c078ec
- Improve completion popup speed for large directories (#133313)
c078ec
c078ec
* Thu Sep 23 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.10-4
c078ec
- Make arrows in path bar larger.
c078ec
c078ec
* Wed Sep 22 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.10-3
c078ec
- Make SELECT_FOLDER work better in the file chooser.
c078ec
c078ec
* Wed Sep 15 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.10-2
c078ec
- don't install .la files.  (#132792)
c078ec
c078ec
* Wed Sep 15 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.10-1
c078ec
- update to latest upstream version, drop some patches
c078ec
c078ec
* Wed Sep 15 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.9-9
c078ec
- Fix issues in the xpm and ico loaders
c078ec
  found by Chris Evans (#130711)
c078ec
c078ec
* Mon Sep 13 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.9-8
c078ec
- bring expanders back to their old size
c078ec
c078ec
* Fri Sep 10 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.9-7
c078ec
- backport support for PangoLogAttr.backspace_deletes_character
c078ec
c078ec
* Tue Sep  7 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.9-6
c078ec
- fix expander drawing (#131676)
c078ec
c078ec
* Thu Aug 26 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.9-5
c078ec
- prereq a new enough libtiff (#130678)
c078ec
c078ec
* Wed Aug 25 2004 Jonathan Blandford <jrb@redhat.com> 2.4.9-4
c078ec
- backport patch to make typeahead activate the row
c078ec
c078ec
* Wed Aug 25 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.9-3
c078ec
- adjust patches
c078ec
c078ec
* Wed Aug 25 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.9-1
c078ec
- update to 2.4.9
c078ec
c078ec
* Tue Aug 24 2004 Soren Sandmann <sandmann@redhat.com> 2.4.7-4
c078ec
- Backport update counter
c078ec
c078ec
* Tue Aug 24 2004 Jonathan Blandford <jrb@redhat.com> 2.4.7-2.3
c078ec
- patch to make '/' do the search popup
c078ec
c078ec
* Fri Aug 20 2004 Owen Taylor <otaylor@redhat.com> - 2.4.7-2.2
c078ec
- Fix problem with infinite loop on bad BMP data (#130450,
c078ec
  test BMP from Chris Evans, fix from Manish Singh)
c078ec
c078ec
* Sat Aug 14 2004 Matthias Clasen <mclasen@redhat.com> 2.4.7-1
c078ec
- update to 2.4.7
c078ec
c078ec
* Fri Aug 13 2004 Matthias Clasen <mclasen@redhat.com> 2.4.6-1
c078ec
- update to 2.4.6
c078ec
- call libtoolize --force to win .so's back...
c078ec
c078ec
* Fri Jul 30 2004 Jonathan Blandford <jrb@redhat.com> 2.4.4-4
c078ec
- add typeahead patch to GtkTreeView
c078ec
- automake-1.9
c078ec
c078ec
* Tue Jul 27 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.4-3
c078ec
- Use -64 suffix on powerpc64.  (#128605)
c078ec
c078ec
* Fri Jul 16 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.4-2
c078ec
- Fix permissions of gdk-pixbuf-csource script.
c078ec
- Escape macros in %%changelog
c078ec
c078ec
* Fri Jul  9 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.4-1
c078ec
- Update to 2.4.4
c078ec
c078ec
* Thu Jul  8 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.1-5
c078ec
- Look for the gtk.immodules file in the right location.  (#127073)
c078ec
c078ec
* Thu Jul  8 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.1-4
c078ec
- Add a wrapper for gdk-pixbuf-csource.
c078ec
c078ec
* Wed Jun 23 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.1-3
c078ec
- Don't install testgtk and testtext
c078ec
- Rename binaries to -32/-64 (#124478)
c078ec
- Move arch-dependent config files to /etc/gtk-2.0/$host (#124482)
c078ec
- Add wrappers for updating the arch-dependent config files
c078ec
c078ec
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
c078ec
- rebuilt
c078ec
c078ec
* Thu May 20 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.1-1
c078ec
- Upgrade to 2.4.1
c078ec
c078ec
* Wed Mar 17 2004 Alex Larsson <alexl@redhat.com> 2.4.0-1
c078ec
- update to 2.4.0
c078ec
- update bin_version to 2.4.0
c078ec
c078ec
* Wed Mar 10 2004 Mark McLoughlin <markmc@redhat.com> 2.3.6-1
c078ec
- Update to 2.3.6
c078ec
- Remove 2.3.5 buildfix patch
c078ec
- Remove gdk-pixbuf-xlib dependency fix
c078ec
c078ec
* Wed Mar 03 2004 Mark McLoughlin <markmc@redhat.com> 2.3.5-1
c078ec
- Update to 2.3.5
c078ec
- Bump the required glib and pango versions
c078ec
- Make it build on x86_64
c078ec
c078ec
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
c078ec
- rebuilt
c078ec
c078ec
* Wed Feb 25 2004 Mark McLoughlin <markmc@redhat.com> 2.3.4-1
c078ec
- Update to 2.3.4
c078ec
- Remove the xft-prefs patch, its upstream now
c078ec
- Don't kill libtool's hardcode_libdir_flag_spec anymore
c078ec
c078ec
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
c078ec
- rebuilt
c078ec
c078ec
* Fri Jan 23 2004 Alexander Larsson <alexl@redhat.com> 2.3.2-2
c078ec
- Remove old HAVE_XFT2 check
c078ec
- find_lang gtk20-properties too
c078ec
c078ec
* Fri Jan 23 2004 Jonathan Blandford <jrb@redhat.com> 2.3.2-1
c078ec
- new version
c078ec
- removed patches that have been applied to 2.3.x branch
c078ec
c078ec
* Mon Dec  1 2003 Thomas Woerner <twoerner@redhat.com> 2.2.4-5.2
c078ec
- removed rpath
c078ec
c078ec
* Wed Oct 15 2003 Owen Taylor <otaylor@redhat.com> 2.2.4-5.1
c078ec
- Link gdk-pixbuf-xlib against gdk-pixbuf (#106678)
c078ec
c078ec
* Fri Oct  3 2003 Owen Taylor <otaylor@redhat.com> 2.2.4-4.0
c078ec
- Fix 64-bit problem in gtkimcontextxim.c (#106124)
c078ec
c078ec
* Tue Sep 16 2003 Owen Taylor <otaylor@redhat.com> 2.2.4-3.0
c078ec
- Fix an infinite loop that can occur in the panel (#104524)
c078ec
c078ec
* Fri Sep  5 2003 Owen Taylor <otaylor@redhat.com> 2.2.4-2.1
c078ec
- Fix up tutorial in packaging (#90197), add FAQ
c078ec
- Back out change to make KP_Decimal interpretation dependent on locale
c078ec
  (#101046)
c078ec
c078ec
* Thu Sep  4 2003 Owen Taylor <otaylor@redhat.com> 2.2.4-1.1
c078ec
- Version 2.2.4 - fixes a few small problems in 2.2.3
c078ec
c078ec
* Tue Aug 26 2003 Owen Taylor <otaylor@redhat.com> 2.2.3-1.1
c078ec
- Version 2.2.3
c078ec
c078ec
* Thu Jul 10 2003 Owen Taylor <otaylor@redhat.com> 2.2.2-2.0
c078ec
- Change release number for rebuild
c078ec
c078ec
* Wed Jul  9 2003 Owen Taylor <otaylor@redhat.com> 2.2.2-2.1
c078ec
- XFlush() rather than XSync() at the end of process_all_updates()
c078ec
  (big remote X anaconda speedup)
c078ec
- Add patch to fix frequent Red Hat 9 crash
c078ec
  http://bugzilla.gnome.org/show_bug.cgi?id=105745
c078ec
c078ec
* Mon Jun  9 2003 Owen Taylor <otaylor@redhat.com>
c078ec
- Version 2.2.2
c078ec
- Mark assembly files as noexec-stack
c078ec
c078ec
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
c078ec
- rebuilt
c078ec
c078ec
* Mon Feb 24 2003 Jonathan Blandford <jrb@redhat.com> 2.2.1-2
c078ec
- add a libpng dependency to pull in the rebuilt version.
c078ec
c078ec
* Fri Feb 21 2003 Jonathan Blandford <jrb@redhat.com> 2.2.1-2
c078ec
- add a patch to fix broken scrolling in a lot of applications.
c078ec
c078ec
* Sun Feb  2 2003 Owen Taylor <otaylor@redhat.com>
c078ec
- Version 2.2.1
c078ec
- Update xftprefs for gtk+-2.2.1
c078ec
c078ec
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
c078ec
- rebuilt
c078ec
c078ec
* Tue Jan 14 2003 Jonathan Blandford <jrb@redhat.com>
c078ec
- patch to fix TreeView misdrawing.  Remove when 2.2.1 comes out
c078ec
c078ec
* Fri Dec 20 2002 Owen Taylor <otaylor@redhat.com>
c078ec
- Version 2.2.0
c078ec
c078ec
* Fri Dec 20 2002 Nalin Dahyabhai <nalin@redhat.com>
c078ec
- Fix postun to not try to run a script through ldconfig
c078ec
- Only remove the gtk.immodules and gdk-pixbuf.loaders files if uninstalling
c078ec
  while not upgrading
c078ec
c078ec
* Wed Dec 11 2002 Owen Taylor <otaylor@redhat.com>
c078ec
- Version 2.1.5
c078ec
c078ec
* Wed Dec 11 2002 Owen Taylor <otaylor@redhat.com>
c078ec
- Version 2.1.4
c078ec
c078ec
* Wed Dec  4 2002 Owen Taylor <otaylor@redhat.com>
c078ec
- Fix problem with GtkCombo not setting text to first item
c078ec
c078ec
* Tue Dec  3 2002 Owen Taylor <otaylor@redhat.com>
c078ec
- Version 2.1.3, re-add xftprefs patch
c078ec
c078ec
* Fri Nov 22 2002 Havoc Pennington <hp@redhat.com>
c078ec
- rebuild with xft support
c078ec
c078ec
* Wed Nov 20 2002 Havoc Pennington <hp@redhat.com>
c078ec
- rebuild to hack around xft.pc being in the wrong place
c078ec
- buildreq the pango with pangoxft
c078ec
c078ec
* Thu Nov  7 2002 Havoc Pennington <hp@redhat.com>
c078ec
- 2.1.3
c078ec
- remove TODO from doc, no longer exists
c078ec
- remove 64bit patch, now upstream
c078ec
- comment out scroll_to patch, jrb has to deal with this
c078ec
- remove keycode patch now upstream
c078ec
- remove usintl patch now upstream
c078ec
- remove imenvar patch, now upstream
c078ec
- remove xftprefs patch now upstream
c078ec
- remove xftdraw patch now upstream
c078ec
- remove installdir patch (no longer applies) and do "makeinstall RUN_QUERY_IMMODULES_TEST=false"
c078ec
- remove extranotify patch, now upstream
c078ec
- add gdk-pixbuf-query-loaders to file list
c078ec
- remove gdk-pixbuf.loaders and gtk.immodules in postun as they are
c078ec
  not owned by the package (these should probably live in /var since they
c078ec
  aren't config files and we overwrite them all the time)
c078ec
c078ec
* Thu Oct  3 2002 Owen Taylor <otaylor@redhat.com>
c078ec
- Add a fix for a 64bit problem in gtktypeutils.h
c078ec
- Bump in rebuild for RPM configuration problem
c078ec
c078ec
* Sun Aug 25 2002 Jonathan Blandford <jrb@redhat.com>
c078ec
- fix gtk_tree_view_scroll_to_cell
c078ec
c078ec
* Fri Aug 23 2002 Owen Taylor <otaylor@redhat.com>
c078ec
- Fixed Raleigh theme missing from package list
c078ec
c078ec
* Mon Aug 19 2002 Owen Taylor <otaylor@redhat.com>
c078ec
- Fix a memory leak in xftprefs.patch
c078ec
- Fix extra settings notifies on startup that were causing significant
c078ec
  performance problems as fonts were reloaded.
c078ec
c078ec
* Tue Aug 13 2002 Owen Taylor <otaylor@redhat.com>
c078ec
- Fixes to GtkIMContextSimple compose table for us-intl keyboards
c078ec
  (#70995, Alexandre Oliva)
c078ec
- Fix problem with keycodes passed to GtkIMContextXIM
c078ec
	
c078ec
* Thu Aug  8 2002 Owen Taylor <otaylor@redhat.com>
c078ec
- Remove fixed-ltmain.sh, no longer needed
c078ec
- Fix bug with GTK_IM_MODULE environment variable
c078ec
- Remove profile.d entries setting GDK_USE_XFT, since we now default to it on
c078ec
- Backport patch from CVS HEAD to get Xft to work on non-RENDER XServers
c078ec
- Version 2.0.6
c078ec
c078ec
* Tue Jul 16 2002 Owen Taylor <otaylor@redhat.com>
c078ec
- Fix cut and paste error in xftprefs patch pointed out by Anders Carlsson
c078ec
c078ec
* Mon Jul  8 2002 Owen Taylor <otaylor@redhat.com>
c078ec
- Add patch to hook Xft up to XSETTINGS
c078ec
c078ec
* Tue Jul  2 2002 Jonathan Blandford <jrb@redhat.com>
c078ec
- tree-view fixes for anaconda.  Already in CVS.
c078ec
c078ec
* Fri Jun 21 2002 Owen Taylor <otaylor@redhat.com>
c078ec
- Default GDK_USE_XFT to on, not off
c078ec
c078ec
* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
c078ec
- 2.0.5
c078ec
- remove xft configure.in patch
c078ec
c078ec
* Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
c078ec
- rebuild in different environment
c078ec
c078ec
* Fri Jun  7 2002 Havoc Pennington <hp@redhat.com>
c078ec
- rebuild
c078ec
c078ec
* Thu Jun  6 2002 Owen Taylor <otaylor@redhat.com>
c078ec
- Add patch so that configuration works with pango-1.1/fontconfig
c078ec
c078ec
* Tue Jun  4 2002 Havoc Pennington <hp@redhat.com>
c078ec
- 2.0.3
c078ec
c078ec
* Mon Jun 03 2002 Havoc Pennington <hp@redhat.com>
c078ec
- rebuild in different environment
c078ec
c078ec
* Mon Jun  3 2002 Havoc Pennington <hp@redhat.com>
c078ec
- drop /etc/gtk-2.0/gtkrc from the file list, will now be provided by redhat-artwork
c078ec
c078ec
* Wed May 29 2002 Havoc Pennington <hp@redhat.com>
c078ec
- rebuild in different environment
c078ec
c078ec
* Wed May 29 2002 Havoc Pennington <hp@redhat.com>
c078ec
- add profile.d entries to set GDK_USE_XFT
c078ec
c078ec
* Thu May 23 2002 Tim Powers <timp@redhat.com>
c078ec
- automated rebuild
c078ec
c078ec
* Thu Apr 25 2002 Havoc Pennington <hp@redhat.com>
c078ec
- rebuild in different environment
c078ec
- hardcode automake 1.4 req
c078ec
c078ec
* Fri Apr 19 2002 Havoc Pennington <hp@redhat.com>
c078ec
- do the prefix/lib -> libdir thing
c078ec
- include key themes in the package
c078ec
c078ec
* Mon Apr 15 2002 root <otaylor@redhat.com>
c078ec
- Fix missing .po files (#63336)
c078ec
c078ec
* Thu Apr 11 2002 Owen Taylor <otaylor@redhat.com>
c078ec
- Add reference docs to -devel package (#61184)
c078ec
- Use GTK2_RC_FILES, not GTK_RC_FILES, since KDE points GTK_RC_FILES
c078ec
  to gtk-1.2 ~/.gtkrc
c078ec
c078ec
* Wed Apr  3 2002 Alex Larsson <alexl@redhat.com>
c078ec
- Change dependency for glib2 since gtk and glib versions mismatch
c078ec
c078ec
* Wed Apr  3 2002 Alex Larsson <alexl@redhat.com>
c078ec
- Update to version 2.0.2
c078ec
c078ec
* Fri Mar  8 2002 Owen Taylor <otaylor@redhat.com>
c078ec
- Version 2.0.0
c078ec
c078ec
* Mon Feb 25 2002 Alex Larsson <alexl@redhat.com>
c078ec
- Update to 1.3.15
c078ec
c078ec
* Thu Feb 21 2002 Alex Larsson <alexl@redhat.com>
c078ec
- Bump for rebuild
c078ec
c078ec
* Mon Feb 18 2002 Alex Larsson <alexl@redhat.com>
c078ec
- Update to 1.3.14
c078ec
c078ec
* Fri Feb 15 2002 Havoc Pennington <hp@redhat.com>
c078ec
- add horrible buildrequires hack
c078ec
c078ec
* Thu Feb 14 2002 Havoc Pennington <hp@redhat.com>
c078ec
- 1.3.13.91 snapshot
c078ec
c078ec
* Mon Feb 11 2002 Matt Wilson <msw@redhat.com>
c078ec
- build from CVS snapshot
c078ec
- use setup -q
c078ec
c078ec
* Wed Jan 30 2002 Owen Taylor <otaylor@redhat.com>
c078ec
- Version 1.3.13
c078ec
c078ec
* Tue Jan 22 2002 Havoc Pennington <hp@redhat.com>
c078ec
- automake14
c078ec
c078ec
* Wed Jan  2 2002 Havoc Pennington <hp@redhat.com>
c078ec
- 1.3.12.90 snapshot
c078ec
c078ec
* Sun Nov 25 2001 Havoc Pennington <hp@redhat.com>
c078ec
- Version 1.3.11
c078ec
- check atk/pango versions explicitly prior to build,
c078ec
  so that --nodeps tricks don't result in bad binary RPMs
c078ec
c078ec
* Fri Oct  5 2001 Havoc Pennington <hp@redhat.com>
c078ec
- pixbuf loaders were missing from file list
c078ec
- conflict with gdk-pixbuf-devel <= 0.11
c078ec
c078ec
* Thu Oct  4 2001 Havoc Pennington <hp@redhat.com>
c078ec
- cvs snap
c078ec
c078ec
* Thu Sep 27 2001 Havoc Pennington <hp@redhat.com>
c078ec
- sync with Owen's version
c078ec
c078ec
* Thu Sep 20 2001 Havoc Pennington <hp@redhat.com>
c078ec
- smp_mflags
c078ec
- langify
c078ec
c078ec
* Wed Sep 19 2001 Havoc Pennington <hp@redhat.com>
c078ec
- 1.3.8
c078ec
- add automake hackarounds
c078ec
c078ec
* Thu Sep 13 2001 Havoc Pennington <hp@redhat.com>
c078ec
- conflict with old GTK with headers not moved
c078ec
- prereq new version of pango
c078ec
c078ec
* Mon Sep 10 2001 Havoc Pennington <hp@redhat.com>
c078ec
- update to CVS snapshot
c078ec
c078ec
* Wed Sep  5 2001 Havoc Pennington <hp@redhat.com>
c078ec
- build require specific versions of dependencies
c078ec
c078ec
* Tue Sep  4 2001 Owen Taylor <otaylor@redhat.com>
c078ec
- Version 1.3.7
c078ec
c078ec
* Thu Jul 26 2001 Havoc Pennington <hp@redhat.com>
c078ec
- Obsolete Inti and Inti-devel, #49967
c078ec
c078ec
* Sat Jul 21 2001 Owen Taylor <otaylor@redhat.com>
c078ec
- PreReq specific pango and atk versions (#49434)
c078ec
- Don't package gtk.immodules (#49584)
c078ec
- Added BuildPrereq for libtiff-devel, libjpeg-devel, libpng-devel (#49495)
c078ec
- Configure with --disable-gtk-doc (#48987)
c078ec
- Package libgdk_pixbuf_xlib (#47753)
c078ec
c078ec
* Sat Jul  7 2001 Tim Powers <timp@redhat.com>
c078ec
- languify to satisfy rpmlint
c078ec
c078ec
* Thu Jun 21 2001 Florian La Roche <Florian.LaRoche@redhat.de>
c078ec
- use something better than libtool
c078ec
c078ec
* Wed Jun 13 2001 Havoc Pennington <hp@redhat.com>
c078ec
- 1.3.6
c078ec
- libtool hackery
c078ec
- obsolete gtk+-gtkbeta-devel
c078ec
c078ec
* Fri May  4 2001 Owen Taylor <otaylor@redhat.com>
c078ec
- Version 1.3.5
c078ec
- Rename to gtk2
c078ec
c078ec
* Fri Nov 17 2000 Owen Taylor <otaylor@redhat.com>
c078ec
- Final 1.3.2
c078ec
c078ec
* Tue Nov 14 2000 Owen Taylor <otaylor@redhat.com>
c078ec
- New snapshot
c078ec
c078ec
* Mon Nov 13 2000 Owen Taylor <otaylor@redhat.com>
c078ec
- 1.3.2pre1 snapshot version
c078ec
c078ec
* Sun Aug 13 2000 Owen Taylor <otaylor@redhat.com>
c078ec
- Rename to 1.3.1b to avoid version increment difficulties
c078ec
c078ec
* Thu Aug 10 2000 Havoc Pennington <hp@redhat.com>
c078ec
- Fix .pc files to not contain -I%%{_includedir}
c078ec
c078ec
* Thu Aug 10 2000 Havoc Pennington <hp@redhat.com>
c078ec
- Update to a CVS snapshot
c078ec
c078ec
* Fri Jul 14 2000 Owen Taylor <otaylor@redhat.com>
c078ec
- Removed stray b from %%postun
c078ec
- Real 1.3.1 tarball fixing stupid omission in gtk-config
c078ec
c078ec
* Fri Jul 07 2000 Owen Taylor <otaylor@redhat.com>
c078ec
- Version 1.3.1
c078ec
- move back to /usr
c078ec
- Remove gtk-config.1 manpage from build since
c078ec
  it conflicts with gtk+-devel. When we go to
c078ec
  gtk+ gtk+1.2 setup, we should add it back
c078ec
c078ec
* Fri Jun 30 2000 Owen Taylor <otaylor@redhat.com>
c078ec
- Rename gtkrc-default source so that it GTK+ package can't remove it
c078ec
c078ec
* Thu Jun 8 2000  Owen Taylor <otaylor@redhat.com>
c078ec
- Rebuild with a prefix of /opt/gtk-beta
c078ec
c078ec
* Wed May 31 2000 Owen Taylor <otaylor@redhat.com>
c078ec
- New version
c078ec
c078ec
* Tue Apr 25 2000 Owen Taylor <otaylor@redhat.com>
c078ec
- Snapshot version to install in /opt/pango
c078ec
c078ec
* Mon Feb 21 2000 Owen Taylor <otaylor@redhat.com>
c078ec
- Fix weird excess  problem that somehow turned up in %%{_sysconfdir}/gtkrc.LANG
c078ec
c078ec
* Mon Feb 14 2000 Owen Taylor <otaylor@redhat.com>
c078ec
- More patches from 1.2.7
c078ec
c078ec
* Fri Feb 04 2000 Owen Taylor <otaylor@redhat.com>
c078ec
- Set the charset explicitely for the default font to avoid
c078ec
  problems with XFree86-4.0 where the default charset is
c078ec
  iso10646-1, not iso8859-1.
c078ec
- Fix problems with size requisitions for scrolled windows
c078ec
  that was causing looping. (RH bug #7997)
c078ec
c078ec
* Thu Feb 03 2000 Owen Taylor <otaylor@redhat.com>
c078ec
- Explicitely set the foreground of the tooltips to black
c078ec
  to avoid bad interactions with themes that set a
c078ec
  light foreground color.
c078ec
c078ec
* Thu Feb 03 2000 Owen Taylor <otaylor@redhat.com>
c078ec
- Added large patch of bugfixes in stable branch of CVS
c078ec
c078ec
* Tue Oct 12 1999 Owen Taylor <otaylor@redhat.com>
c078ec
- Added Akira Higuti's patch for line-wrapping in GTK+
c078ec
c078ec
* Thu Oct 7  1999 Owen Taylor <otaylor@redhat.com>
c078ec
- version 1.2.6
c078ec
c078ec
* Thu Sep 23 1999 Owen Taylor <otaylor@redhat.com>
c078ec
- version 1.2.5
c078ec
- install tutorial GIFs
c078ec
c078ec
* Wed Sep 22  1999 Owen Taylor <otaylor@redhat.com>
c078ec
- Upgrade to real 1.2.5pre2
c078ec
- Changed name so upgrade to 1.2.5 will work :-(
c078ec
- Add extra gtkrc files
c078ec
- Add examples and English language tutorial to -devel package
c078ec
c078ec
* Fri Sep 17 1999 Owen Taylor <otaylor@redhat.com>
c078ec
- Upgraded to 1.2.5pre2. (Actually, pre-pre-2)
c078ec
c078ec
* Tue Aug 17 1999 Michael Fulbright <drmike@redhat.com>
c078ec
- added threaded patch
c078ec
c078ec
* Mon Jun 7 1999 Owen Taylor <otaylor@redhat.com>
c078ec
- Update for GTK+-1.2.3
c078ec
- Patches that will be in GTK+-1.2.4
c078ec
- Patch to keep GTK+ from coredumping on X IO errors
c078ec
- Patch to improve compatilibity with GTK-1.2.1 (allow
c078ec
  event mask to be set on realized widgets)
c078ec
c078ec
* Mon Apr 19 1999 Michael Fulbright <drmike@redhat.com>
c078ec
- fixes memory leak
c078ec
c078ec
* Mon Apr 12 1999 Owen Taylor <otaylor@redhat.com>
c078ec
- The important bug fixes that will be in GTK+-1.2.2
c078ec
c078ec
* Thu Apr 01 1999 Michael Fulbright <drmike@redhat.com>
c078ec
- patches from owen to handle various gdk bugs
c078ec
c078ec
* Sun Mar 28 1999 Michael Fulbright <drmike@redhat.com>
c078ec
- added XFree86-devel requirement for gtk+-devel
c078ec
c078ec
* Thu Mar 25 1999 Michael Fulbright <drmike@redhat.com>
c078ec
- version 1.2.1
c078ec
c078ec
* Wed Mar 17 1999 Michael Fulbright <drmike@redhat.com>
c078ec
- removed /usr/info/dir.gz file from package
c078ec
c078ec
* Fri Feb 26 1999 Michael Fulbright <drmike@redhat.com>
c078ec
- Version 1.2.0
c078ec
c078ec
* Thu Feb 25 1999 Michael Fulbright <drmike@redhat.com>
c078ec
- version 1.2.0pre2, patched to use --sysconfdir=%%{_sysconfdir}
c078ec
c078ec
* Mon Feb 15 1999 Michael Fulbright <drmike@redhat.com>
c078ec
- patched in Owen's patch to fix Metal theme
c078ec
c078ec
* Fri Feb 05 1999 Michael Fulbright <drmike@redhat.com>
c078ec
- bumped up to 1.1.15
c078ec
c078ec
* Wed Feb 03 1999 Michael Fulbright <drmike@redhat.com>
c078ec
- bumped up to 1.1.14
c078ec
c078ec
* Mon Jan 18 1999 Michael Fulbright <drmike@redhat.com>
c078ec
- bumped up to 1.1.13
c078ec
c078ec
* Wed Jan 06 1999 Michael Fulbright <drmike@redhat.com>
c078ec
- bumped up to 1.1.12
c078ec
c078ec
* Wed Dec 16 1998 Michael Fulbright <drmike@redhat.com>
c078ec
- added Theme directory to file list
c078ec
- up to 1.1.7 for GNOME freeze
c078ec
c078ec
* Sun Oct 25 1998 Shawn T. Amundson <amundson@gtk.org>
c078ec
- Fixed Source: to point to v1.1
c078ec
c078ec
* Tue Aug 04 1998 Michael Fulbright <msf@redhat.com>
c078ec
- change %%postun to %%preun
c078ec
c078ec
* Sat Jun 27 1998 Shawn T. Amundson
c078ec
- Changed version to 1.1.0
c078ec
c078ec
* Thu Jun 11 1998 Dick Porter <dick@cymru.net>
c078ec
- Removed glib, since it is its own module now
c078ec
c078ec
* Mon Apr 13 1998 Marc Ewing <marc@redhat.com>
c078ec
- Split out glib package
c078ec
c078ec
* Wed Apr  8 1998 Shawn T. Amundson <amundson@gtk.org>
c078ec
- Changed version to 1.0.0
c078ec
c078ec
* Tue Apr  7 1998 Owen Taylor <otaylor@gtk.org>
c078ec
- Changed version to 0.99.10
c078ec
c078ec
* Thu Mar 19 1998 Shawn T. Amundson <amundson@gimp.org>
c078ec
- Changed version to 0.99.9
c078ec
- Changed gtk home page to www.gtk.org
c078ec
c078ec
* Thu Mar 19 1998 Shawn T. Amundson <amundson@gimp.org>
c078ec
- Changed version to 0.99.8
c078ec
c078ec
* Sun Mar 15 1998 Marc Ewing <marc@redhat.com>
c078ec
- Added aclocal and bin stuff to file list.
c078ec
- Added -k to the SMP make line.
c078ec
- Added lib/glib to file list.
c078ec
c078ec
* Sat Mar 14 1998 Shawn T. Amundson <amundson@gimp.org>
c078ec
- Changed version to 0.99.7
c078ec
c078ec
* Sat Mar 14 1998 Shawn T. Amundson <amundson@gimp.org>
c078ec
- Updated ftp url and changed version to 0.99.6
c078ec
c078ec
* Thu Mar 12 1998 Marc Ewing <marc@redhat.com>
c078ec
- Reworked to integrate into gtk+ source tree
c078ec
- Truncated ChangeLog.  Previous Authors:
c078ec
  Trond Eivind Glomsrod <teg@pvv.ntnu.no>
c078ec
  Michael K. Johnson <johnsonm@redhat.com>
c078ec
  Otto Hammersmith <otto@redhat.com>
c078ec