c1a6d4e
%global _changelog_trimtime %(date +%s -d "1 year ago")
c1a6d4e
850a609
%if 0%{?fedora} > 12
dd4cbbc
%global with_zeitgeist 1
850a609
%global with_python3 1
850a609
%else
850a609
%global with_zeitgeist 0
850a609
%global with_python3 0
850a609
%endif
850a609
850a609
%if %{with_python3}
Ignacio Casal Quinteiro 818b034
%global __python %{__python3}
850a609
%endif
dd4cbbc
1783e54
%define glib2_version 2.37.5
1783e54
%define pygo_version 3.0.0
Marco Pesenti Gritti 31ef7ff
%define desktop_file_utils_version 0.9
1783e54
%define gtksourceview_version 3.9.91
f5ff995
%define enchant_version 1.2.0
f5ff995
%define isocodes_version 0.35
Ignacio Casal Quinteiro d59535a
%define libpeas_version 1.7.0
22d2d92
%define zeitgeist_version 0.9.12
cvsdist 4368fb3
012ee5b
Summary:	Text editor for the GNOME desktop
cvsdist 0f96342
Name:		gedit
49cd583
Epoch:		2
Richard Hughes 3e6b3ee
Version:	3.12.0
Richard Hughes 447f05b
Release:	1%{?dist}
139998e
License:	GPLv2+ and GFDL
cvsdist 0f96342
Group:		Applications/Editors
6b88b35
#VCS: git:git://git.gnome.org/gedit
Richard Hughes 3e6b3ee
Source0:	http://download.gnome.org/sources/gedit/3.12/gedit-%{version}.tar.xz
9283a99
a5a9e73
URL:		http://projects.gnome.org/gedit/
cvsdist 0f96342
ba63751
Requires(post):         desktop-file-utils >= %{desktop_file_utils_version}
4388527
Requires(postun):       desktop-file-utils >= %{desktop_file_utils_version}
cvsdist ece17c9
850a609
Patch4: gedit-disable-python3.patch
850a609
27eab08
BuildRequires: gnome-common
cvsdist 0678d7b
BuildRequires: glib2-devel >= %{glib2_version}
91947c1
BuildRequires: gtk3-devel
90bc02c
BuildRequires: libSM-devel
cvsdist 4368fb3
BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
f5ff995
BuildRequires: enchant-devel >= %{enchant_version}
f5ff995
BuildRequires: iso-codes-devel >= %{isocodes_version}
090c0b0
BuildRequires: libattr-devel
91947c1
BuildRequires: gtksourceview3-devel >= %{gtksourceview_version}
cd9adce
BuildRequires: gettext
Ignacio Casal Quinteiro 4b2b42f
BuildRequires: pygobject3-devel
2623637
BuildRequires: libpeas-devel >= %{libpeas_version}
91947c1
BuildRequires: gsettings-desktop-schemas-devel
c0bb5cb
BuildRequires: which
108e602
BuildRequires: autoconf, automake, libtool
c24c31d
BuildRequires: intltool
032852b
BuildRequires: gobject-introspection-devel
Ignacio Casal Quinteiro 646e070
BuildRequires: yelp-tools
Ignacio Casal Quinteiro 7120f0a
BuildRequires: itstool
d58ec26
BuildRequires: vala-tools
850a609
%if %{with_python3}
850a609
BuildRequires: python3-devel
850a609
BuildRequires: python3-gobject >= %{pygo_version}
850a609
%else
850a609
BuildRequires: python-devel
850a609
%endif
cvsdist 709e4ff
850a609
%if %{with_python3}
Ignacio Casal Quinteiro 9a25166
Requires: python3-gobject >= %{pygo_version}
850a609
%endif
ae20402
# the run-command plugin uses zenity
ae20402
Requires: zenity
816fd45
Requires: gsettings-desktop-schemas
427dedc
Requires: gvfs
241cb29
cvsdist 709e4ff
%description
012ee5b
gedit is a small, but powerful text editor designed specifically for
012ee5b
the GNOME desktop. It has most standard text editor functions and fully
11793c0
supports international text in Unicode. Advanced features include syntax
012ee5b
highlighting and automatic indentation of source code, printing and editing
012ee5b
of multiple documents in one window.
cvsdist 709e4ff
11793c0
gedit is extensible through a plugin system, which currently includes
11793c0
support for spell checking, comparing files, viewing CVS ChangeLogs, and
11793c0
adjusting indentation levels. Further plugins can be found in the
012ee5b
gedit-plugins package.
cvsdist 709e4ff
cvsdist 709e4ff
%package devel
012ee5b
Summary: Support for developing plugins for the gedit text editor
cvsdist 709e4ff
Group: Development/Libraries
fc4f2e4
Requires: %{name} = %{epoch}:%{version}-%{release}
aa0694f
Requires: gtksourceview3-devel >= %{gtksourceview_version}
cvsdist 709e4ff
cvsdist 709e4ff
%description devel
012ee5b
gedit is a small, but powerful text editor for the GNOME desktop.
012ee5b
This package allows you to develop plugins that add new functionality
012ee5b
to gedit.
cvsdist 709e4ff
012ee5b
Install gedit-devel if you want to write plugins for gedit.
cvsdist 709e4ff
dd4cbbc
%if %{with_zeitgeist}
427dedc
%package zeitgeist
427dedc
Summary: Zeitgeist plugin for gedit
427dedc
Group: Applications/Editors
e0682e0
Requires: %{name} = %{epoch}:%{version}-%{release}
ac33e31
Requires: zeitgeist >= %{zeitgeist_version}
22d2d92
BuildRequires: zeitgeist-devel >= %{zeitgeist_version}
427dedc
427dedc
%description zeitgeist
427dedc
This packages brings the Zeitgeist dataprovider - a plugin that logs
427dedc
access and leave event for documents used with gedit.
dd4cbbc
%endif
427dedc
cvsdist 709e4ff
%prep
cd9adce
%setup -q
cvsdist e73a878
850a609
%if !%{with_python3}
850a609
%patch4 -p1 -b .disable-python
850a609
%endif
850a609
91947c1
autoreconf -i -f
91947c1
intltoolize -f
692d00d
692d00d
%build
512957b
%configure \
2c12b6c
	--disable-gtk-doc \
fe3d4bd
	--enable-introspection=yes \
850a609
%if %{with_python3}
fe3d4bd
	--enable-python=yes \
850a609
%else
850a609
	--enable-python=no \
850a609
%endif
427dedc
	--disable-updater \
427dedc
	--enable-gvfs-metadata
989a18a
make %{_smp_mflags}
cvsdist 709e4ff
cvsdist 709e4ff
%install
c0fc41f
make install DESTDIR=$RPM_BUILD_ROOT
cvsdist 4368fb3
cvsdist 4368fb3
## clean up all the static libs for plugins (workaround for no -module)
989a18a
/bin/rm -f `find $RPM_BUILD_ROOT%{_libdir} -name "*.a"`
989a18a
/bin/rm -f `find $RPM_BUILD_ROOT%{_libdir} -name "*.la"`
cvsdist 4368fb3
cbe637a
%find_lang %{name} --with-gnome
cvsdist 709e4ff
3df3172
%check
3df3172
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/gedit.desktop
3df3172
cvsdist 0678d7b
%post
44b8c92
update-desktop-database >&/dev/null || :
dcd4f95
touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
e5f3c21
cvsdist 0678d7b
%postun
44b8c92
update-desktop-database >&/dev/null || :
dcd4f95
if [ $1 -eq 0 ]; then
dcd4f95
  touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
dcd4f95
  gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
44b8c92
  glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
4388527
fi
cvsdist 0678d7b
dcd4f95
%posttrans
dcd4f95
gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
44b8c92
glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
cbe637a
cbe637a
%files -f %{name}.lang
11793c0
%doc README COPYING AUTHORS
989a18a
%{_datadir}/gedit
3d33e50
%{_datadir}/applications/gedit.desktop
cvsdist e44d4e2
%{_mandir}/man1/*
f9c1ab1
%if %{with_python3}
f9c1ab1
%{python3_sitearch}/gi/overrides/Gedit.py*
f9c1ab1
%{python3_sitearch}/gi/overrides/__pycache__
f9c1ab1
%endif
989a18a
%{_libexecdir}/gedit
427dedc
%{_libdir}/gedit/girepository-1.0
b19405a
%dir %{_libdir}/gedit
427dedc
%dir %{_libdir}/gedit/plugins
b19405a
%{_libdir}/gedit/libgedit-private.so
427dedc
%{_libdir}/gedit/plugins/docinfo.plugin
427dedc
%{_libdir}/gedit/plugins/libdocinfo.so
427dedc
%{_libdir}/gedit/plugins/filebrowser.plugin
427dedc
%{_libdir}/gedit/plugins/libfilebrowser.so
427dedc
%{_libdir}/gedit/plugins/modelines.plugin
427dedc
%{_libdir}/gedit/plugins/libmodelines.so
850a609
%if %{with_python3}
850a609
%{_libdir}/gedit/plugins/externaltools.plugin
850a609
%{_libdir}/gedit/plugins/externaltools
427dedc
%{_libdir}/gedit/plugins/pythonconsole.plugin
427dedc
%{_libdir}/gedit/plugins/pythonconsole
427dedc
%{_libdir}/gedit/plugins/quickopen.plugin
427dedc
%{_libdir}/gedit/plugins/quickopen
427dedc
%{_libdir}/gedit/plugins/snippets.plugin
427dedc
%{_libdir}/gedit/plugins/snippets
850a609
%endif
427dedc
%{_libdir}/gedit/plugins/sort.plugin
427dedc
%{_libdir}/gedit/plugins/libsort.so
427dedc
%{_libdir}/gedit/plugins/spell.plugin
427dedc
%{_libdir}/gedit/plugins/libspell.so
427dedc
%{_libdir}/gedit/plugins/time.plugin
427dedc
%{_libdir}/gedit/plugins/libtime.so
cvsdist 0678d7b
%{_bindir}/*
1783e54
%{_datadir}/appdata/
175086d
%{_datadir}/GConf/gsettings
175086d
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.gschema.xml
989a18a
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.enums.xml
850a609
%if %{with_python3}
fe3d4bd
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.externaltools.gschema.xml
850a609
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.pythonconsole.gschema.xml
850a609
%endif
989a18a
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.filebrowser.gschema.xml
989a18a
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.filebrowser.enums.xml
91947c1
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.time.gschema.xml
989a18a
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.time.enums.xml
175086d
%{_datadir}/dbus-1/services/org.gnome.gedit.service
cvsdist 709e4ff
cvsdist e73a878
cvsdist e73a878
%files devel
Ignacio Casal Quinteiro d23a7da
%{_includedir}/gedit-3.12
989a18a
%{_libdir}/pkgconfig/gedit.pc
e41fc19
%{_datadir}/gtk-doc
d58ec26
%{_datadir}/vala/
cvsdist e73a878
dd4cbbc
%if %{with_zeitgeist}
427dedc
%files zeitgeist
427dedc
%{_libdir}/gedit/plugins/zeitgeist.plugin
9824f3c
%{_libdir}/gedit/plugins/libzeitgeist.so
dd4cbbc
%endif
427dedc
cvsdist 709e4ff
%changelog
Richard Hughes 3e6b3ee
* Mon Mar 24 2014 Richard Hughes <rhughes@redhat.com> - 2:3.12.0-1
Richard Hughes 3e6b3ee
- Update to 3.12.0
Richard Hughes 3e6b3ee
Richard Hughes 93815b2
* Tue Mar 18 2014 Richard Hughes <rhughes@redhat.com> - 2:3.11.92-1
Richard Hughes 93815b2
- Update to 3.11.92
Richard Hughes 93815b2
Richard Hughes 447f05b
* Wed Mar 05 2014 Richard Hughes <rhughes@redhat.com> - 2:3.11.91-1
Richard Hughes 447f05b
- Update to 3.11.91
Richard Hughes 447f05b
d58ec26
* Thu Feb 20 2014 Kalev Lember <kalevlember@gmail.com> - 2:3.11.90-2
d58ec26
- Enable vala support
d58ec26
Richard Hughes 0ec03f3
* Wed Feb 19 2014 Richard Hughes <rhughes@redhat.com> - 2:3.11.90-1
Richard Hughes 0ec03f3
- Update to 3.11.90
Richard Hughes 0ec03f3
Ignacio Casal Quinteiro 76d94aa
* Thu Feb 06 2014 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.11.3-1
Ignacio Casal Quinteiro 09b7cb3
- Update to 3.11.3
Ignacio Casal Quinteiro 09b7cb3
Richard Hughes 9845d69
* Mon Jan 13 2014 Richard Hughes <rhughes@redhat.com> - 2:3.11.2-1
Richard Hughes 9845d69
- Update to 3.11.2
Richard Hughes 9845d69
Richard Hughes d2901ff
* Wed Oct 30 2013 Richard Hughes <rhughes@redhat.com> - 2:3.11.1-1
Richard Hughes d2901ff
- Update to 3.11.1
Richard Hughes d2901ff
Richard Hughes b55040c
* Mon Oct 28 2013 Richard Hughes <rhughes@redhat.com> - 2:3.10.1-1
Richard Hughes b55040c
- Update to 3.10.1
Richard Hughes b55040c
Ignacio Casal Quinteiro 8e03703
* Tue Sep 24 2013 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.10.0-1
Ignacio Casal Quinteiro 8e03703
- Update to 3.10.0
Ignacio Casal Quinteiro 8e03703
1783e54
* Wed Sep 18 2013 Kalev Lember <kalevlember@gmail.com> - 2:3.9.92-1
1783e54
- Update to 3.9.92
1783e54
- Include the appdata file
1783e54
8e456cc
* Wed Sep 04 2013 Kalev Lember <kalevlember@gmail.com> - 2:3.9.91-1
8e456cc
- Update to 3.9.91
8e456cc
e1a519b
* Thu Aug 22 2013 Kalev Lember <kalevlember@gmail.com> - 2:3.9.90-1
e1a519b
- Update to 3.9.90
e1a519b
f9c1ab1
* Wed Aug 07 2013 Adam Williamson <awilliam@redhat.com> - 2:3.9.4-1
f9c1ab1
- Update to 3.9.4
f9c1ab1
0aaecd6
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:3.9.3-2
0aaecd6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
0aaecd6
3cc31c5
* Tue Jul 02 2013 Adam Williamson <awilliam@redhat.com> - 2:3.9.3-1
3cc31c5
- Update to 3.9.3
3cc31c5
c1a6d4e
* Sat Jun 22 2013 Matthias Clasen <mclasen@redhat.com> - 2:3.9.2-2
c1a6d4e
- Trim %%changelog
c1a6d4e
Ignacio Casal Quinteiro 59a9411
* Tue Jun 18 2013 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.9.2-1
Ignacio Casal Quinteiro 59a9411
- Update to 3.9.2
Ignacio Casal Quinteiro 59a9411
Ignacio Casal Quinteiro 61c8eed
* Tue Jun 04 2013 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.9.1-1
Ignacio Casal Quinteiro 61c8eed
- Update to 3.9.1
Ignacio Casal Quinteiro 61c8eed
Richard Hughes b61ee81
* Mon May 13 2013 Richard Hughes <rhughes@redhat.com> - 2:3.8.2-1
Richard Hughes b61ee81
- Update to 3.8.2
Richard Hughes b61ee81
850a609
* Mon May  6 2013 Marek Kasik <mkasik@redhat.com> - 2:3.8.1-3
850a609
- Make usage of Zeitgeist and python3 conditional
850a609
22d2d92
* Mon Apr 15 2013 Kalev Lember <kalevlember@gmail.com> - 2:3.8.1-1
22d2d92
- Update to 3.8.1
22d2d92
0d25e4b
* Mon Mar 25 2013 Kalev Lember <kalevlember@gmail.com> - 2:3.8.0-2
0d25e4b
- Rebuilt for gtksourceview3 soname bump
0d25e4b
Ignacio Casal Quinteiro 831ba11
* Mon Mar 25 2013 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.8.0-1
Ignacio Casal Quinteiro 831ba11
- Update to 3.8.0
Ignacio Casal Quinteiro 831ba11
Ignacio Casal Quinteiro af5c24c
* Wed Mar 20 2013 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.7.6-1
Ignacio Casal Quinteiro af5c24c
- Update to 3.7.6
Ignacio Casal Quinteiro af5c24c
Ignacio Casal Quinteiro 1e8657e
* Wed Mar 06 2013 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.7.5-1
Ignacio Casal Quinteiro 1e8657e
- Update to 3.7.5
Ignacio Casal Quinteiro 1e8657e
Ignacio Casal Quinteiro 3405d2e
* Tue Feb 19 2013 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.7.4-1
Ignacio Casal Quinteiro 3405d2e
- Update to 3.7.4
Ignacio Casal Quinteiro 3405d2e
d3a0bdb
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:3.7.3-2
d3a0bdb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
d3a0bdb
dd4cbbc
* Thu Jan 17 2013 Matthias Clasen <mclasen@redhat.com> - 2:3.7.3-2
dd4cbbc
- Make zeitgeist optional
dd4cbbc
Ignacio Casal Quinteiro d59535a
* Mon Jan 07 2013 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.7.3-1
Ignacio Casal Quinteiro d59535a
- Update to 3.7.3
Ignacio Casal Quinteiro d59535a
Ignacio Casal Quinteiro d0605eb
* Mon Nov 05 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.7.1-1
Ignacio Casal Quinteiro d0605eb
- Update to 3.7.1
Ignacio Casal Quinteiro d0605eb
Ignacio Casal Quinteiro afd7bde
* Tue Oct 16 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.6.1-1
Ignacio Casal Quinteiro afd7bde
- Update to 3.6.1
Ignacio Casal Quinteiro afd7bde
Ignacio Casal Quinteiro e67a640
* Tue Sep 25 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.6.0-1
Ignacio Casal Quinteiro e67a640
- Update to 3.6.0
Ignacio Casal Quinteiro e67a640
Ignacio Casal Quinteiro 0ae0c2f
* Wed Sep 19 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.5.3-1
Ignacio Casal Quinteiro 0ae0c2f
- Update to 3.5.3
Ignacio Casal Quinteiro 0ae0c2f
Ignacio Casal Quinteiro 0abbf6a
* Fri Aug 31 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.5.2-1
Ignacio Casal Quinteiro 0abbf6a
- Update to 3.5.2
Ignacio Casal Quinteiro 0abbf6a
Ignacio Casal Quinteiro afd1136
* Sat Jul 21 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.5.1-1
Ignacio Casal Quinteiro afd1136
- Update to 3.5.1
Ignacio Casal Quinteiro afd1136
67e654e
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:3.4.2-2
67e654e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
67e654e
b19405a
* Thu May 24 2012 Kalev Lember <kalevlember@gmail.com> - 2:3.4.2-1
b19405a
- Update to 3.4.2
b19405a
- Adjust for libgedit-private.so location change
b19405a
44b8c92
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 2:3.4.1-2
44b8c92
- Silence rpm scriptlet output
44b8c92
Ignacio Casal Quinteiro 907e3c8
* Mon Apr 16 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.4.1-1
Ignacio Casal Quinteiro 907e3c8
- Update to 3.4.1
Ignacio Casal Quinteiro 907e3c8
Richard Hughes 3e87df4
* Tue Mar 27 2012 Richard Hughes <hughsient@gmail.com> - 2:3.4.0-1
Richard Hughes 3e87df4
- Update to 3.4.0
Richard Hughes 3e87df4
Ignacio Casal Quinteiro e0235ce
* Wed Mar 07 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.3.7-1
Ignacio Casal Quinteiro e0235ce
- Update to 3.3.7
Ignacio Casal Quinteiro e0235ce
Ignacio Casal Quinteiro 573aa5d
* Mon Mar 05 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.3.6-1
Ignacio Casal Quinteiro 573aa5d
- Update to 3.3.6
Ignacio Casal Quinteiro 573aa5d
Ignacio Casal Quinteiro 95235ab
* Fri Mar 02 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.3.5-1
Ignacio Casal Quinteiro 95235ab
- Update to 3.3.5
Ignacio Casal Quinteiro 95235ab
Ignacio Casal Quinteiro 2f8210f
* Thu Feb 23 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.3.4-1
Ignacio Casal Quinteiro 2f8210f
- Update to 3.3.4
Ignacio Casal Quinteiro 2f8210f
Ignacio Casal Quinteiro 9b7f10f
* Tue Feb 07 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.3.3-1
Ignacio Casal Quinteiro 9b7f10f
- Update to 3.3.3
Ignacio Casal Quinteiro 9b7f10f
Ignacio Casal Quinteiro fb75cde
* Sun Jan 08 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.3.2-1
Ignacio Casal Quinteiro fb75cde
- Update to 3.3.2
Ignacio Casal Quinteiro fb75cde
Ignacio Casal Quinteiro 61c8eed
* Sat Dec 17 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.3.1-1
Ignacio Casal Quinteiro 4af354e
- Update to 3.3.1
Ignacio Casal Quinteiro 4af354e
Ignacio Casal Quinteiro 9d8917e
* Thu Dec 08 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.2.5-1
Ignacio Casal Quinteiro 9d8917e
- Update to 3.2.5
Ignacio Casal Quinteiro 9d8917e
Ignacio Casal Quinteiro 7ee6541
* Thu Dec 08 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.2.4-1
Ignacio Casal Quinteiro 7ee6541
- Update to 3.2.4
Ignacio Casal Quinteiro 7ee6541
Ignacio Casal Quinteiro 25f5832
* Tue Nov 15 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.2.3-1
Ignacio Casal Quinteiro 25f5832
- Update to 3.2.3
Ignacio Casal Quinteiro 25f5832
Ignacio Casal Quinteiro 8b5de61
* Tue Nov 01 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.2.2-1
Ignacio Casal Quinteiro 8b5de61
- Update to 3.2.2
Ignacio Casal Quinteiro 8b5de61
Ignacio Casal Quinteiro fbcc501
* Sun Oct 16 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.2.1-1
Ignacio Casal Quinteiro fbcc501
- Update to 3.2.1
Ignacio Casal Quinteiro fbcc501
Ignacio Casal Quinteiro 4658b96
* Mon Sep 26 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.2.0-1
Ignacio Casal Quinteiro 4658b96
- Update to 3.2.0
Ignacio Casal Quinteiro 4658b96
Ignacio Casal Quinteiro eb87e96
* Tue Sep 20 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.1.6-1
Ignacio Casal Quinteiro eb87e96
- Update to 3.1.6
Ignacio Casal Quinteiro eb87e96
Ignacio Casal Quinteiro fb87cc8
* Tue Sep 06 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.1.5-1
Ignacio Casal Quinteiro fb87cc8
- Update to 3.1.5
Ignacio Casal Quinteiro fb87cc8
Ignacio Casal Quinteiro 4b2b42f
* Tue Aug 30 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.1.4-1
Ignacio Casal Quinteiro 4b2b42f
- Update to 3.1.4
Ignacio Casal Quinteiro 4b2b42f
Ignacio Casal Quinteiro 61c8eed
* Thu Aug 04 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.1.3-1
Ignacio Casal Quinteiro 30d4c15
- Update to 3.1.3
Ignacio Casal Quinteiro 30d4c15
- Add patch to not include the unity quicklist on the desktop file.
Ignacio Casal Quinteiro 30d4c15
Ignacio Casal Quinteiro 710a05b
* Tue Jul 05 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.1.2-1
Ignacio Casal Quinteiro 710a05b
- Update to 3.1.2
Ignacio Casal Quinteiro 710a05b
e0682e0
* Mon Jun 20 2011 Tomas Bzatek <tbzatek@redhat.com> - 2:3.1.1-2
e0682e0
- Fix Requires of the zeitgeist subpackage
e0682e0
d995011
* Thu Jun 16 2011 Tomas Bzatek <tbzatek@redhat.com> - 2:3.1.1-1
427dedc
- Update to 3.1.1
427dedc
- New gedit-zeitgeist subpackage
427dedc
c1c2a46
* Wed May 25 2011 Dan Williams <dcbw@redhat.com> 2:3.0.2-2
c1c2a46
- Fix double-free when searching
c1c2a46
bc2bae9
* Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> 2:3.0.2-1
bc2bae9
- Update to 3.0.2
bc2bae9
Christopher Aillon 9c33707
* Tue Apr 12 2011 Christopher Aillon <caillon@redhat.com> 2:3.0.1-1
Christopher Aillon 9c33707
- Update to 3.0.1
Christopher Aillon 9c33707
6cd4796
* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> 2:3.0.0-1
6cd4796
- Update to 3.0.0
6cd4796
fe3d4bd
* Mon Mar 28 2011 Dan Williams <dcbw@redhat.com> 2:2.91.11-1
fe3d4bd
- Re-enable python plugins
fe3d4bd
10e1fb0
* Fri Mar 25 2011 Matthias Clasen <mclasen@redhat.com> 2:2.91.11-1
10e1fb0
- Update to 2.91.11
10e1fb0
49cd583
* Tue Mar 22 2011 Matthias Clasen <mclasen@redhat.com> 2:2.91.10-2
49cd583
- The epoch got messed up by accident
49cd583
989aae5
* Tue Mar 22 2011 Matthias Clasen <mclasen@redhat.com> 2:2.91.10-1
989aae5
- Update to 2.91.10
989aae5
989aae5
* Tue Mar  8 2011 Matthias Clasen <mclasen@redhat.com> 2:2.91.8-1
8c87af0
- Update to 2.91.8
8c87af0
989aae5
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> 2:2.91.7-1
4d4bce9
- Update to 2.91.7
4d4bce9
989aae5
* Fri Feb 11 2011 Matthias Clasen <mclasen@redhat.com> 2:2.91.6-3
e8363b1
- Rebuild against newer gtk
e8363b1
e4d5a1f
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:2.91.6-2
e4d5a1f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
e4d5a1f
77b10fd
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> - 2:2.19.6-1
77b10fd
- Update to 2.91.6
77b10fd
bb3ed70
* Mon Jan 31 2011 Dan Williams <dcbw@redhat.com> - 2:2.91.5-5
bb3ed70
- Remove patch for (bgo #640215); problem fixed elsewhere
bb3ed70
c8c24f3
* Fri Jan 21 2011 Dan Williams <dcbw@redhat.com> - 2:2.91.5-4
c8c24f3
- Fix crash on quit due to use-after-free (bgo #640215)
c8c24f3
032852b
* Fri Jan 14 2011 Matthias Clasen <mclasen@redhat.com> - 2:2.91.5-3
032852b
- Clean up python dependencies
032852b
acc3c42
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> - 2:2.91.5-2
acc3c42
- Make epoch match what it should be (again !)
acc3c42
d64f6c0
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> - 2:2.91.5-1
d64f6c0
- Update to 2.91.5
d64f6c0
01c61f4
* Sat Jan  8 2011 Matthias Clasen <mclasen@redhat.com> - 2:2.91.4-1
01c61f4
- Update to 2.91.4
01c61f4
816fd45
* Fri Dec  3 2010 Tomas Bzatek <tbzatek@redhat.com> - 2:2.91.3-1
816fd45
- Update to 2.91.3
816fd45
2c12b6c
* Thu Nov 11 2010 Dan Williams <dcbw@redhat.com> - 2:2.91.2-1
2c12b6c
- Update to 2.91.2
2c12b6c
adba3d4
* Thu Nov  4 2010 Matthias Clasen <mclasen@redhat.com> - 2:2.91.1-2
191d529
- Make the epoch match what it should be
191d529
6384cea
* Wed Nov  3 2010 Matthias Clasen <mclasen@redhat.com> - 2:2.91.1-1
6384cea
- Update to 2.91.1
aa0694f
- Fix Requires in gedit-devel
aa0694f
91947c1
* Thu Oct  7 2010 Matthias Clasen <mclasen@redhat.com> - 2:2.91.0-1
91947c1
- Update to 2.91.0
91947c1
e41fc19
* Mon Aug 23 2010 Matthias Clasen <mclasen@redhat.com> - 2:2.31.6-4
e41fc19
- Co-own /usr/share/gtk-doc
e41fc19
f53bad4
* Wed Aug 11 2010 Matthias Clasen <mclasen@redhat.com> - 2:2.31.6-3
f53bad4
- Bump epoch to stay ahead of F14
f53bad4
c1efb41
* Wed Aug 11 2010 David Malcolm <dmalcolm@redhat.com> - 1:2.31.6-2
c1efb41
- recompiling .py files against Python 2.7 (rhbz#623307)
c1efb41
f607038
* Thu Aug  5 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.6-1
f607038
- Update to 2.31.6
f607038
70c69dd
* Tue Jul 13 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.5-1
70c69dd
- Update to 2.31.5
70c69dd
70a584f
* Tue Jun  8 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.3-1
70a584f
- Update to 2.31.3
70a584f
175086d
* Thu May 27 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.2-1
175086d
- Update to 2.31.2
175086d
0f9e8c1
* Sat May 15 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.1-1
0f9e8c1
- Update to 2.31.1
0f9e8c1
ba63751
* Sun Apr 18 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.2-1
ba63751
- Update to 2.30.2
ba63751
- Use GConf macros
ba63751
f1e9b86
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.0-1
f1e9b86
- Update to 2.30.0
f1e9b86
6b88b35
* Sun Mar 28 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.9-1
6b88b35
- Update to 2.29.9
6b88b35
6b88b35
* Mon Mar  8 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.8-2
6b88b35
- Fix some "(null)" error messages
6b88b35
d1e7aa5
* Tue Mar  2 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.8-1
d1e7aa5
- Update to 2.29.8
d1e7aa5
bba06f2
* Mon Feb 22 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.7-1
bba06f2
- Update to 2.29.7
bba06f2
3bebb4f
* Wed Feb 10 2010 Bastien Nocera <bnocera@redhat.com> 2.29.6-1
3bebb4f
- Update to 2.29.6
3bebb4f
2508fbb
* Tue Jan 26 2010 Matthias Clasen <mclasen@redhat.com> - 1:2.29.5-1
2508fbb
- Update to 2.29.5
2508fbb
dcd4f95
* Wed Jan 13 2010 Matthias Clasen <mclasen@redhat.com> - 1:2.29.4-1
dcd4f95
- Update to 2.29.4
dcd4f95
319e980
* Thu Dec  3 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.29.3-3
319e980
- Don't ship .la files
319e980
119111c
* Tue Dec  1 2009 Brian Pepple <bpepple@fedoraproject.org> - 1:2.29.3-2
119111c
- Rebase fix python path patch.
119111c
447b8b4
* Tue Dec 01 2009 Bastien Nocera <bnocera@redhat.com> 2.29.3-1
447b8b4
- Update to 2.29.3
447b8b4
8d4ce56
* Wed Sep 23 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.28.0-1
8d4ce56
- Update to 2.28.0
8d4ce56
b64b979
* Mon Sep  7 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.27.6-1
b64b979
- Update to 2.27.6
b64b979
692d00d
* Mon Aug 24 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.27.5-1
692d00d
- Update to 2.27.5
692d00d
17c44c2
* Sat Aug 22 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.27.4-2
17c44c2
- Respect button-images setting
17c44c2
82aed03
* Tue Aug 11 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.27.4-1
82aed03
- Update to 2.27.4
82aed03
e29a912
* Tue Jul 28 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.27.3-1
e29a912
- Update to 2.27.3
e29a912
31e3bde
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.27.2-3
31e3bde
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
31e3bde
a96f002
* Thu Jul 16 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.27.2-2
a96f002
- Make some stubborn buttons behave
a96f002
1fb68b3
* Tue Jun 30 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.27.2-1
1fb68b3
- Update to 2.27.2
1fb68b3
1c499d2
* Fri Jun 26 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.27.1-2
1c499d2
- Improve print-to-file
1c499d2
64fefac
* Sun May 31 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.27.1-1
64fefac
- Update to 2.27.1
64fefac
5352507
* Wed May 20 2009 Ray Strode <rstrode@redhat.com> 2.26.2-1
5352507
- Update to 2.26.2
5352507
fc8f028
* Mon Apr 27 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.26.1-2
fc8f028
- Don't drop schemas translations from po files
fc8f028
19a5138
* Mon Apr 13 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.26.1-1
19a5138
- Update to 2.26.1
19a5138
- See http://download.gnome.org/sources/gedit/2.26/gedit-2.26.1.news
19a5138
11793c0
* Mon Mar 16 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.26.0-1
11793c0
- Update to 2.26.0
11793c0
0013419
* Mon Mar  2 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.25.8-1
0013419
- Update to 2.25.8
0013419
2660716
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.25.7-2
2660716
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2660716
4628f18
* Wed Feb 18 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.25.7-1
4628f18
- Update to 2.25.7
4628f18
3d8ce83
* Tue Feb  3 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.25.6-1
3d8ce83
- Update to 2.25.6
3d8ce83
e10eb48
* Mon Jan 26 2009 Ray Strode <rstrode@redhat.com> - 1:2.25.5-3
e10eb48
- Different, more functional fix for bug 481556.
e10eb48
8c4b7f6
* Mon Jan 26 2009 Ray Strode <rstrode@redhat.com> - 1:2.25.5-2
8c4b7f6
- Fix up python plugin path to close up a security attack
8c4b7f6
  vectors (bug 481556).
8c4b7f6
d524c29
* Tue Jan 20 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.25.5-1
d524c29
- Update to 2.25.5
d524c29
20f52c2
* Tue Jan  6 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.25.4-2
b8390e4
- Update to 2.25.4
b8390e4
b0803d9
* Mon Jan 05 2009 - Bastien Nocera <bnocera@redhat.com> - 1:2.25.2-3
b0803d9
- Remove some unneeded dependencies
b0803d9
266c8ec
* Thu Dec  4 2008 Matthias Clasen <mclasen@redhat.com>
e39b19b
- Rebuild for Python 2.6 
e39b19b
e39b19b
* Thu Dec  4 2008 Matthias Clasen <mclasen@redhat.com>
266c8ec
- Update to 2.25.2
266c8ec
824dfff
* Sun Nov 30 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1:2.24.1-4
824dfff
- Rebuild for Python 2.6
824dfff
a5a9e73
* Fri Nov 21 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.24.1-3
a5a9e73
- Better URL
a5a9e73
012ee5b
* Fri Nov 21 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.24.1-2
012ee5b
- Improve %%summmary and %%description
012ee5b
639c3ab
* Tue Nov  4 2008 Ray Strode <rstrode@redhat.com> - 1:2.24.1-1
639c3ab
- Update to 2.24.1 (bug 469934)
639c3ab
2ea1342
* Wed Oct 15 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.24.0-4
2ea1342
- Save some more space
2ea1342
4730963
* Thu Sep 25 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.24.0-3
4730963
- Save some space
4730963
c146920
* Mon Sep 22 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.24.0-2
1ae5ea5
- Update to 2.24.0
1ae5ea5
aabc847
* Mon Sep  8 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.23.92-1
aabc847
- Update to 2.23.92
aabc847
6b9d787
* Tue Sep  2 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.23.91-1
6b9d787
- Update to 2.23.91
6b9d787
e8643fd
* Fri Aug 22 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.23.90-1
e8643fd
- Update to 2.23.90
e8643fd
3d33e50
* Wed Aug 13 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.23.3-2
3d33e50
- Finally drop the vendor prefix, since it broke things again
3d33e50
4ce12f9
* Wed Aug 13 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.23.3-1
4ce12f9
- Update to 2.23.3
4ce12f9
9d713af
* Sat Aug  9 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.23.1-3
9d713af
- One more icon name fix
9d713af
62cff10
* Wed Jul  9 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.23.1-2
62cff10
- Use standard icon names
62cff10
432a7a8
* Tue May 13 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.23.1-1
432a7a8
- Update to 2.23.1
432a7a8
1a9983d
* Tue Apr 08 2008 - Bastien Nocera <bnocera@redhat.com> - 1:2.22.1-1
1a9983d
- Update to 2.22.1
1a9983d
010de7a
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.22.0-1
010de7a
- Update to 2.22.0
010de7a
3cf08ff
* Thu Mar  6 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.21.2-2
3cf08ff
- Don't OnlyShowIn=GNOME
3cf08ff
0496799
* Mon Feb 25 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.21.2-1
0496799
- Update to 2.21.2
0496799
c7cfff5
* Fri Feb 15 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.21.1-3
c7cfff5
- Drop libgnomeprint22 BR
c7cfff5
ae20402
* Sat Feb  2 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.21.1-2
ae20402
- Require zenity (#253815)
ae20402
4dde066
* Tue Jan 29 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.21.1-1
4dde066
- Update to 2.21.1
4dde066
bbdeee2
* Tue Nov 27 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.20.4-1
bbdeee2
- Update to 2.20.4
bbdeee2
139998e
* Sun Nov 18 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.20.2-3
139998e
- Fix the license field
139998e
Florian La Roche 40275fe
* Tue Nov 13 2007 Florian La Roche <laroche@redhat.com> - 1:2.20.2-2
Florian La Roche 40275fe
- define pango_version
Florian La Roche 40275fe
607fdda
* Mon Oct 15 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.20.2-1
607fdda
- Update to 2.20.2 (bug fixes and translation updates)
607fdda
22dda5b
* Wed Sep 26 2007 Ray Strode <rstrode@redhat.com> - 1:2.20.1-1
22dda5b
- Update to 2.20.1 at the request of upstream
22dda5b
57734dd
* Mon Sep 17 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.20.0-1
57734dd
- Update to 2.20.0
57734dd
427775d
* Fri Sep 14 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.19.92-1
427775d
- Update to 2.19.92
427775d
97ae5d9
* Tue Sep  4 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.19.91-1
97ae5d9
- Update to 2.19.91
97ae5d9
cbe637a
* Wed Aug 15 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.19.90-1
cbe637a
- Update to 2.19.90
cbe637a
- %%find_lang also finds omf files now
cbe637a
73c98d9
* Tue Aug  7 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.19.3-3
73c98d9
- Remove a stale comment
73c98d9
990be83
* Mon Aug  6 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.19.3-2
990be83
- Update license field
990be83
- Use %%find_lang for help files
990be83
dc6c01d
* Wed Aug  1 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.19.3-1
dc6c01d
- Update to 2.19.3
dc6c01d
b08f839
* Thu Jul 19 2007 Jeremy Katz <katzj@redhat.com> - 1:2.19.2-2
b08f839
- fix requires to be on pygtksoureview
b08f839
d14c86d
* Tue Jul 10 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.19.2-1
d14c86d
- Update to 2.19.2
d14c86d
- Require gtksourceview2
d14c86d
2c303db
* Mon Jun 25 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.19.1-1
2c303db
- Update to 2.19.1
2c303db
e8f96d3
* Sun May 20 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.18.1-1
e8f96d3
- Update to 2.18.1
e8f96d3
f5ff995
* Sat May  5 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.18.0-3
f5ff995
- Add enchant-devel and iso-codes-devel BRs to build
f5ff995
  with spell-checking support (#227477)
f5ff995
3cadb0a
* Tue Mar 27 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.18.0-2
3cadb0a
- Reduce the size of the tags files
3cadb0a
33e8492
* Tue Mar 13 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.18.0-1
33e8492
- Update to 2.18.0
33e8492
95b6e43
* Tue Feb 27 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.17.6-1
95b6e43
- Update to 2.17.6
95b6e43
1796c74
* Tue Feb 13 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.17.5-1
1796c74
- Update to 2.17.5
1796c74
435c61c
* Tue Jan 23 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.17.4-1
435c61c
- Update to 2.17.4
435c61c
843c767
* Wed Jan 10 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.17.3-1
843c767
- Update to 2.17.3
843c767
a494272
* Wed Dec 20 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.17.2-1
13617c4
- Update to 2.17.2
13617c4
f7ebdc8
* Thu Dec  7 2006 Jeremy Katz <katzj@redhat.com> - 1:2.17.1-2
f7ebdc8
- rebuild for python 2.5
f7ebdc8
e6baec6
* Tue Dec  5 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.17.1-1
e6baec6
- Update to 2.17.1
e6baec6
090c0b0
* Mon Dec  4 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.16.2-3
090c0b0
- Add BuildRequires for libattr-devel
090c0b0
0be8045
* Thu Nov 30 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.16.2-2
0be8045
- Small accessibility improvements
0be8045
4463947
* Sat Nov  4 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.16.2-1
4463947
- Update to 2.16.2
4463947
4a2ae22
* Sat Oct 21 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.16.1-1
4a2ae22
- Update to 2.16.1
4a2ae22
299aea3
* Wed Oct 18 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.16.0-4
299aea3
- Fix scripts according to packaging guidelines
299aea3
537a541
* Fri Sep  8 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.16.0-3
537a541
- Fix directory ownership issues (#205675)
537a541
4634842
* Tue Sep  5 2006 Ray Strode <rstrode@redhat.com> - 1:2.16.0-2.fc6
9d0f8f8
- Fix up dependencies a bit
9d0f8f8
0da182c
* Tue Sep  5 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.16.0-1.fc6
0da182c
- Update to 2.16.0
0da182c
- Require pkgconfig for the -devel package
0da182c
553d490
* Sun Aug 27 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.15.9-1.fc6
553d490
- Update to 2.15.9
eb7be12
- Add BR for perl-XML-Parser
553d490
fd288ad
* Mon Aug 21 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.15.8-1.fc6
fd288ad
- Update to 2.15.8
fd288ad
1e91826
* Mon Aug 14 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.15.7-1.fc6
1e91826
- Update to 2.15.7
1e91826
f3a7684
* Sat Aug 12 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.15.6-2.fc6
f3a7684
- Bump gtksourceview requirement
f3a7684
5e212e8
* Sat Aug 12 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.15.6-1.fc6
5e212e8
- Update to 2.15.6
5e212e8
c0fc41f
* Thu Aug 10 2006 Ray Strode <rstrode@redhat.com> - 1:2.15.5-2.fc6
c0fc41f
- Apply patch from James Antill to copy extended attributes over
c0fc41f
  when saving files (bug 202099)
c0fc41f
fe9c1ae
* Thu Aug  3 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.15.5-1.fc6
c0fc41f
- Update to 2.15.5
fe9c1ae
5a86e1b
* Wed Jul 12 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.15.4-1
5a86e1b
- Update to 2.15.4
5a86e1b
759a8df
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1:2.15.3-1.1
759a8df
- rebuild
759a8df
434b862
* Tue Jun 13 2006 Matthias Clasen <mclasen@redhat.com> 2.15.3-1
434b862
- Update to 2.15.3
434b862
1d99956
* Wed May 17 2006 Matthias Clasen <mclasen@redhat.com> 2.15.2-1
1d99956
- Update to 2.15.2
1d99956
100cd3b
* Sat May 13 2006 Dan Williams <dcbw@redhat.com> - 2.15.1-2
100cd3b
- Work around gnome.org #341055 (gedit doesn't remember previous open/save dir)
100cd3b
4388527
* Tue May  9 2006 Matthias Clasen <mclasen@redhat.com> 2.15.1-1
4388527
- Update to 2.15.1
4388527
dc6a84d
* Mon Apr 10 2006 Matthias Clasen <mclasen@redhat.com> 2.14.2-2
dc6a84d
- Update to 2.14.2
dc6a84d
f4162c1
* Thu Mar 16 2006 Matthias Clasen <mclasen@redhat.com> 2.14.1-1
f4162c1
- Update to 2.14.1
f4162c1
976e723
* Mon Mar 13 2006 Matthias Clasen <mclasen@redhat.com> 2.14.0-1
976e723
- Update to 2.14.0
976e723
1911bb8
* Tue Feb 28 2006 Karsten Hopp <karsten@redhat.de> 2.13.92-2	
1911bb8
- BuildRequire: gnome-doc-utils
1911bb8
d6d6b1f
* Sun Feb 26 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.92-1
d6d6b1f
- Update to 2.13.92
d6d6b1f
0ccc858
* Wed Feb 15 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.91-1
0ccc858
- Update to 2.13.91
0ccc858
017edb9
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1:2.13.90-3.1
017edb9
- bump again for double-long bug on ppc(64)
017edb9
debe5af
* Mon Feb  6 2006 John (J5) Palmieri <johnp@redhat.com> - 1:2.13.90-3
debe5af
- Add dependancy on gnome-python2-desktop
debe5af
5ae03a0
* Mon Feb  6 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.13.90-2
5ae03a0
- Enable python again
bbd93b7
- Fix multiarch problem
5ae03a0
f1c8234
* Mon Jan 30 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.13.90-1
f1c8234
- Update to 2.13.90
f1c8234
a9f689d
* Thu Jan 26 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.13.4-1
a9f689d
- Update to 2.13.4
a9f689d
65394b5
* Mon Jan 16 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.13.3-1
65394b5
- Update to 2.13.3
65394b5
Ignacio Casal Quinteiro 37e85f4
* Fri Jan 13 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.13.2-1
634b4f9
- Update to 2.13.2
dbbc592
- Update the persistent file selector size patch (again!)
634b4f9
5176e0e
* Sun Jan  8 2006 Dan Williams <dcbw@redhat.com > - 1:2.13.1-2
5176e0e
- Fix up and re-enable persistent file selector size patch
5176e0e
05efcee
* Tue Jan  3 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.13.1-1
fc4f2e4
- Update to 2.13.1
e139c35
- Disable scrollkeeper
fc4f2e4
4bec692
* Wed Dec 21 2005 Jeremy Katz <katzj@redhat.com> - 1:2.13.0-3
4bec692
- fix gedit-devel requirement to include epoch
4bec692
241cb29
* Tue Dec 20 2005 Matthias Clasen <mclasen@redhat.com> - 2.13.0-2
241cb29
- Update requirements
241cb29
d35e3e6
* Wed Dec 14 2005 Matthias Clasen <mclasen@redhat.com> - 2.13.0-1
d35e3e6
- Update to 2.13.0
d35e3e6
- Comment out the fileselector patches for now, these
d35e3e6
  will need updating for the new-mdi branch
d35e3e6
45d1217
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
45d1217
- rebuilt
45d1217
6cf5c5e
* Thu Oct  6 2005 Matthias Clasen <mclasen@redhat.com> - 2.12.1-1
6cf5c5e
- Update to 2.12.1
6cf5c5e
8acb4c2
* Thu Sep  8 2005 Matthias Clasen <mclasen@redhat.com> - 2.12.0-1
8acb4c2
- Update to 2.12.0
8acb4c2
687fa92
* Tue Aug 16 2005 Matthias Clasen <mclasen@redhat.com> 
687fa92
- New upstream version
687fa92
4356c9e
* Thu Aug  4 2005 Matthias Clasen <mclasen@redhat.com> - 2.10.4-1
4356c9e
- New upstream version
4356c9e
955a2df
* Wed Aug 03 2005 Ray Strode <rstrode@redhat.com> - 2.10.3-1
955a2df
- Update to upstream version 2.10.3
955a2df
13be9a6
* Mon Jun 13 2005 Ray Strode <rstrode@redhat.com> 1:2.10.2-6
13be9a6
- Remove some patches that are already upstream 
13be9a6
c28ba82
* Tue Jun 07 2005 Ray Strode <rstrode@redhat.com> 1:2.10.2-5
c28ba82
- Dont pass user input as format specifiers to
c28ba82
  gtk_message_dialog_new (bug 159657).
c28ba82
0ccb9c4
* Thu Apr 14 2005 John (J5) Palmieri <johnp@redhat.com> - 2.10.2-3
0ccb9c4
- Revert the addition of the gedit icon to the hicolor theme as
0ccb9c4
  the new gnome-icon-theme package does the right thing
0ccb9c4
e5f3c21
* Tue Apr 12 2005 Matthias Clasen <mclasen@redhat.com> - 2.10.2-2
e5f3c21
- Add the icon to the hicolor theme, and rename it to what
e5f3c21
  the .desktop file says.
e5f3c21
5535434
* Fri Apr  8 2005 Ray Strode <rstrode@redhat.com> - 2.10.2-1
5535434
- Update to upstream version 2.10.2
5535434
2e8c5ea
* Tue Mar 29 2005 Warren Togami <wtogami@redhat.com> - 2.10.0-2
2e8c5ea
- devel req libgnomeprintui22-devel for pkgconfig (#152487)
2e8c5ea
6aae770
* Thu Mar 17 2005 Ray Strode <rstrode@redhat.com> - 2.10.0-1
6aae770
- Update to upstream version 2.10.0
6aae770
Marco Pesenti Gritti 5a99295
* Thu Mar  3 2005 Marco Pesenti Gritti <mpg@redhat.com> 1:2.9.7-1
Marco Pesenti Gritti 5a99295
- Update to 2.9.7
Marco Pesenti Gritti 5a99295
5ac10e8
* Wed Feb  9 2005 Matthias Clasen <mclasen@redhat.com> 1:2.9.6-1
5ac10e8
- Update to 2.9.6
5ac10e8
376d0a4
* Sun Jan 30 2005 Matthias Clasen <mclasen@redhat.com> 1:2.9.5-1
376d0a4
- Update to 2.9.5
376d0a4
Marco Pesenti Gritti 31ef7ff
* Thu Nov  4 2004 Marco Pesenti Gritti <mpg@redhat.com> 1:2.8.1-2
Marco Pesenti Gritti 31ef7ff
- Update the desktop files database. (RH Bug: 135571)
Marco Pesenti Gritti 31ef7ff
f50e52f
* Mon Oct 11 2004 Dan Williams <dcbw@redhat.com> 1:2.8.1-1
f50e52f
- Update to 2.8.1
f50e52f
fa9c958
* Wed Sep 22 2004 Dan Williams <dcbw@redhat.com> 1:2.8.0-1
fa9c958
- Update to 2.8.0
fa9c958
4e9c4e0
* Wed Sep 15 2004 John (J5) Palmieri <johnp@redhat.com> 1:2.7.92-2
4e9c4e0
- Added the spelling plugin to the default gconf schema so that the
4e9c4e0
  tools menu is not empty (RH Bug: 31607)
4e9c4e0
cvsdist 1a5fc35
* Tue Aug 31 2004 Alex Larsson <alexl@redhat.com> 1:2.7.92-1
cvsdist 1a5fc35
- update to 2.7.92
cvsdist 1a5fc35
cvsdist 04d2ec7
* Wed Aug 18 2004 Dan Williams <dcbw@redhat.com> 1:2.7.91-1
cvsdist 04d2ec7
- Update to 2.7.91
cvsdist 04d2ec7
cvsdist 0d76842
* Tue Aug  3 2004 Owen Taylor <otaylor@redhat.com> - 1:2.7.90-1
cvsdist 0d76842
- Upgrade to 2.7.90
cvsdist 0d76842
- Add patch to use Pango font names, not gnome-print font names
cvsdist 0d76842
cvsdist 9daa6e4
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 9daa6e4
- rebuilt
cvsdist 9daa6e4
cvsdist 70be445
* Sat May 15 2004 Dan Williams <dcbw@redhat.com> 1:2.6.1-1
cvsdist 70be445
- Upgrade to 2.6.1
cvsdist 70be445
cvsdist 7d9f734
* Fri Apr 16 2004 Dan Williams <dcbw@redhat.com> 1:2.6.0-4
cvsdist 7d9f734
- Gnome.org #137825 Gedit crash on Find/Replace dialog close
cvsdist 7d9f734
    when hitting escape
cvsdist 7d9f734
cvsdist 7d9f734
* Tue Apr 13 2004 Warren Togami <wtogami@redhat.com> 1:2.6.0-3
cvsdist 7d9f734
- #111156 BR intltool scrollkeeper gettext
cvsdist 7d9f734
- #111157 -devel R eel2-devel gtksourceview-devel
cvsdist 7d9f734
- rm bogus BR esound
cvsdist 7d9f734
cvsdist 7d9f734
* Thu Apr 08 2004 Dan Williams <dcbw@redhat.com> 1:2.6.0-2
cvsdist 7d9f734
- Fix dumb bug in ~/.recently-used patch where lockf() could
cvsdist 7d9f734
    never succeed
cvsdist 7d9f734
cvsdist 7d9f734
* Wed Mar 31 2004 Dan Williams <dcbw@redhat.com> 1:2.6.0-1
cvsdist 7d9f734
- Update to gedit-2.6.0 sources
cvsdist 7d9f734
cvsdist 7d9f734
* Thu Mar 18 2004 Dan Williams <dcbw@redhat.com> 1:2.5.92-1
cvsdist 7d9f734
- Update to gedit-2.5.92 sources
cvsdist 7d9f734
cvsdist 686af48
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 686af48
- rebuilt
cvsdist 686af48
Ignacio Casal Quinteiro 37e85f4
* Wed Feb 25 2004 Dan Williams <dcbw@redhat.com> 1:2.5.90-1
cvsdist 686af48
- fix dumbness in the egg-recent file locking patch
cvsdist 686af48
- Remove the autotools-1.8 patch because it is no longer
cvsdist 686af48
    needed
cvsdist 686af48
- Require gtksourceview-devel >= 0.9 due to update to 2.5.90
cvsdist 686af48
- Update to gedit-2.5.90
cvsdist 686af48
cvsdist 686af48
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 686af48
- rebuilt
cvsdist 686af48
cvsdist 686af48
* Wed Feb 11 2004 Dan Williams <dcbw@redhat.com> 1:2.5.3-3
cvsdist 686af48
- Correctly convert last path from open/save into a directory
cvsdist 686af48
   for storing in gconf, not a file
cvsdist 686af48
cvsdist 686af48
* Fri Feb 06 2004 Dan Williams <dcbw@redhat.com> 1:2.5.3-2
cvsdist 686af48
- Bring file selector size/last path patch up to 2.5.3
cvsdist 686af48
- Fix up the recent-files locking algorithm to have finer
cvsdist 686af48
   resolution timeouts
cvsdist 686af48
cvsdist 7a7085b
* Wed Jan 28 2004 Alexander Larsson <alexl@redhat.com> 1:2.5.3-1
cvsdist 7a7085b
- update to 2.5.3
cvsdist 7a7085b
cvsdist 7a7085b
* Mon Jan 19 2004 Dan Williams <dcbw@redhat.com> 1:2.4.0-5
cvsdist 7a7085b
- Work around recent files locking contention when using NFS
cvsdist 7a7085b
    home directories (gnome.org #131930)
cvsdist 7a7085b
- Make Find and Replace dialogs use a cancel button, so that
cvsdist 7a7085b
    pressing escape makes them close (gnome.org #131927)
cvsdist 7a7085b
cvsdist 7a7085b
* Thu Jan  8 2004 Dan Williams <dcbw@redhat.com> 1:2.4.0-4
cvsdist 7a7085b
- Remeber file selector size and last directory on open/save
cvsdist 7a7085b
   (gnome.org #123787)
cvsdist 7a7085b
- Small hack to work around switch from autotools 1.7 - 1.8
cvsdist 7a7085b
cvsdist e73a878
* Tue Oct 21 2003 Matt Wilson <msw@redhat.com> 1:2.4.0-3 
cvsdist e73a878
- eel_read_entire_file takes a pointer to an int, not to a gsize
cvsdist e73a878
  (#103933)
cvsdist e73a878
cvsdist e73a878
* Tue Oct  7 2003 Owen Taylor <otaylor@redhat.com> 1:2.4.0-2
cvsdist e73a878
- Fix bug with multibyte chars in shell-output plugin (#104027, Jens Petersen)
cvsdist e73a878
- Add missing BuildRequires on eel2, aspell-devel (#87746, Alan Cox)
cvsdist e73a878
- Add versioned Requires on eel2, libgnomeui (#103363, Jens Petersen)
cvsdist e73a878
cvsdist e73a878
* Fri Oct  3 2003 Alexander Larsson <alexl@redhat.com> 1:2.4.0-1
cvsdist e73a878
- 2.4.0
cvsdist e73a878
cvsdist e73a878
* Mon Sep 22 2003 Bill Nottingham <notting@redhat.com> 1:2.3.5-2
cvsdist e73a878
- fix defattr (#103333)
cvsdist e73a878
cvsdist e73a878
* Tue Aug 26 2003 Jonathan Blandford <jrb@redhat.com>
cvsdist e73a878
- require the new gtksourceview
cvsdist e73a878
cvsdist e73a878
* Fri Aug 15 2003 Jonathan Blandford <jrb@redhat.com> 1:2.3.3-1
cvsdist e73a878
- update for GNOME 2.4
cvsdist e73a878
cvsdist e73a878
* Tue Jul 29 2003 Havoc Pennington <hp@redhat.com> 1:2.2.2-2
cvsdist e73a878
- rebuild
cvsdist e73a878
cvsdist e73a878
* Mon Jul  7 2003 Havoc Pennington <hp@redhat.com> 1:2.2.2-1
cvsdist e73a878
- 2.2.2
cvsdist e73a878
- fix name of gettext domain
cvsdist e73a878
- remove recent-monitor patch now upstream
cvsdist e73a878
cvsdist e73a878
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist e73a878
- rebuilt
cvsdist e73a878
cvsdist e73a878
* Thu May  1 2003 Havoc Pennington <hp@redhat.com> 1:2.2.0-3
cvsdist e73a878
- patch configure.in for new aspell
cvsdist e73a878
cvsdist e73a878
* Mon Apr 28 2003 Tim Powers <timp@redhat.com> 1:2.2.0-2
cvsdist e73a878
- rebuild to fix broken libpspell deps
cvsdist e73a878
cvsdist 9db7970
* Tue Feb  4 2003 Alexander Larsson <alexl@redhat.com> 1:2.2.0-1
cvsdist 9db7970
- Update to 2.2.0
cvsdist 9db7970
- Add patch to disable recent files monitoring
cvsdist 9db7970
- Bump libgnomeprint requirements
cvsdist 9db7970
cvsdist 9db7970
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 9db7970
- rebuilt
cvsdist 9db7970
cvsdist 9db7970
* Fri Dec 13 2002 Tim Powers <timp@redhat.com> 1:2.1.4-1
cvsdist 9db7970
- update to 2.1.4
cvsdist 9db7970
cvsdist 9db7970
* Mon Dec  9 2002 Havoc Pennington <hp@redhat.com>
cvsdist 9db7970
- 2.1.3
cvsdist 9db7970
- fix unpackaged files
cvsdist 9db7970
cvsdist e44d4e2
* Thu Aug 15 2002 Owen Taylor <otaylor@redhat.com>
cvsdist e44d4e2
- Add missing bonobo server files (#71261, Taco Witte)
cvsdist e44d4e2
- Remove empty NEWS, FAQ files from %%doc (#66079)
cvsdist 4368fb3
cvsdist 4368fb3
* Thu Aug  1 2002 Havoc Pennington <hp@redhat.com>
cvsdist 4368fb3
- fix desktop file really
cvsdist 4368fb3
cvsdist 4368fb3
* Thu Aug  1 2002 Havoc Pennington <hp@redhat.com>
cvsdist 4368fb3
- fix desktop file
cvsdist 4368fb3
cvsdist 4368fb3
* Mon Jul 29 2002 Havoc Pennington <hp@redhat.com>
cvsdist 4368fb3
- 2.0.2
cvsdist 4368fb3
- build with new gail
cvsdist 4368fb3
cvsdist 4368fb3
* Tue Jul 23 2002 Havoc Pennington <hp@redhat.com>
cvsdist 4368fb3
- 2.0.1
cvsdist 4368fb3
cvsdist 4368fb3
* Tue Jun 25 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 4368fb3
- 2.0.0, fix missing locale files
cvsdist 4368fb3
cvsdist 4368fb3
* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
cvsdist 4368fb3
- 1.199.0
cvsdist 4368fb3
- use desktop-file-install
cvsdist 4368fb3
- remove static libs from plugins dir
cvsdist 4368fb3
cvsdist 4368fb3
* Sat Jun 08 2002 Havoc Pennington <hp@redhat.com>
cvsdist 4368fb3
- rebuild in different environment
cvsdist 4368fb3
cvsdist 0678d7b
* Wed Jun  5 2002 Havoc Pennington <hp@redhat.com>
cvsdist 0678d7b
- 1.121.1
cvsdist 0678d7b
cvsdist 0678d7b
* Sun May 26 2002 Tim Powers <timp@redhat.com>
cvsdist 0678d7b
- automated rebuild
cvsdist 0678d7b
cvsdist 0678d7b
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
cvsdist 0678d7b
- rebuild in different environment
cvsdist 0678d7b
cvsdist 0678d7b
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
cvsdist 0678d7b
- 1.120.0
cvsdist 0678d7b
cvsdist 0678d7b
* Fri May  3 2002 Havoc Pennington <hp@redhat.com>
cvsdist 0678d7b
- 1.118.0
cvsdist 0678d7b
cvsdist 0678d7b
* Fri Apr 19 2002 Havoc Pennington <hp@redhat.com>
cvsdist 0678d7b
- move to gnome 2 version
cvsdist a076dc5
cvsdist b17907f
* Thu Apr 18 2002 Havoc Pennington <hp@redhat.com>
cvsdist b17907f
- fix ko.po
cvsdist b17907f
cvsdist b17907f
* Thu Apr 18 2002 Havoc Pennington <hp@redhat.com>
cvsdist b17907f
- get correct po files from elvis 
cvsdist b17907f
cvsdist b17907f
* Thu Apr 18 2002 Havoc Pennington <hp@redhat.com>
cvsdist b17907f
- gedit-pofiles.tar.gz, not gedit-po.tar.gz
cvsdist b17907f
cvsdist b17907f
* Mon Apr 15 2002 Havoc Pennington <hp@redhat.com>
cvsdist b17907f
- merge translations
cvsdist b17907f
cvsdist b17907f
* Fri Mar 29 2002 Havoc Pennington <hp@redhat.com>
cvsdist b17907f
- gettextize default font
cvsdist b17907f
cvsdist b17907f
* Thu Mar 28 2002 Havoc Pennington <hp@redhat.com>
cvsdist b17907f
- more multibyte fixes #61948
cvsdist b17907f
cvsdist b17907f
* Wed Mar 27 2002 Havoc Pennington <hp@redhat.com>
cvsdist b17907f
- 0.9.7 for multibyte support
cvsdist b17907f
cvsdist b17907f
* Tue Mar 26 2002 Akira TAGOH <tagoh@redhat.com> 0.9.4-11
cvsdist b17907f
- gedit-0.9.4-printprefs.patch: I forgot to add to POTFILES.in...
cvsdist b17907f
- gedit-po.tar.gz: added. it's on CVS now.
cvsdist b17907f
cvsdist b17907f
* Sun Mar 24 2002 Akira TAGOH <tagoh@redhat.com> 0.9.4-10
cvsdist b17907f
- gedit-0.9.4-printprefs.patch: fix typo and sanity check.
cvsdist 320acb1
cvsdist b17907f
* Mon Mar 04 2002 Akira TAGOH <tagoh@redhat.com> 0.9.4-9
cvsdist b17907f
- Applied a font selector patch for the printing
cvsdist b17907f
- fix BuildRequires for automake-1.4
cvsdist b3ca70f
cvsdist b17907f
* Mon Jan 28 2002 Havoc Pennington <hp@redhat.com>
cvsdist b17907f
- rebuild in rawhide
cvsdist b17907f
- fix up cflags for moved gnome headers
cvsdist b3ca70f
cvsdist a6631bb
* Thu Jul 19 2001 Havoc Pennington <hp@redhat.com>
cvsdist a6631bb
- add some more build requires
cvsdist a6631bb
cvsdist ece17c9
* Tue Jul 17 2001 Havoc Pennington <hp@redhat.com>
cvsdist ece17c9
- require libglade-devel to build
cvsdist ece17c9
cvsdist ece17c9
* Fri Jun 15 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist ece17c9
- rebuild in new environment
cvsdist ece17c9
cvsdist 0f96342
* Fri Feb 23 2001 Akira TAGOH <tagoh@redhat.com>
cvsdist 0f96342
- Fixed preview for !ja locale.
cvsdist 0f96342
cvsdist 0f96342
* Wed Feb 07 2001 Akira TAGOH <tagoh@redhat.com>
cvsdist 0f96342
- Fixed handling fontset. (Bug#24998)
cvsdist 0f96342
- Added print out for multibyte patch.
cvsdist 0f96342
cvsdist 0f96342
* Fri Dec 29 2000 Matt Wilson <msw@redhat.com>
cvsdist ece17c9
- 0.9.4
cvsdist 0f96342
cvsdist 709e4ff
* Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com>
cvsdist 709e4ff
- Up Epoch and release
cvsdist 709e4ff
cvsdist 709e4ff
* Wed Aug 09 2000 Jonathan Blandford <jrb@redhat.com>
cvsdist 709e4ff
- include glade files so that it will actually work.
cvsdist 709e4ff
cvsdist 709e4ff
* Tue Aug 01 2000 Jonathan Blandford <jrb@redhat.com>
cvsdist 709e4ff
- upgrade package to newer version at request of author.
cvsdist 709e4ff
cvsdist 709e4ff
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
cvsdist 709e4ff
- automatic rebuild
cvsdist 709e4ff
cvsdist 709e4ff
* Mon Jun 19 2000 Preston Brown <pbrown@redhat.com>
cvsdist 709e4ff
- FHS paths
cvsdist 709e4ff
cvsdist 709e4ff
* Sun Jun 11 2000 Jonathan Blandford <jrb@redhat.com>
cvsdist 709e4ff
- update to 0.7.9.  Somewhat untested.
cvsdist 709e4ff
cvsdist 709e4ff
* Fri Feb 11 2000 Jonathan Blandford <jrb@redhat.com>
cvsdist 709e4ff
- removed "reverse search function as it doesn't work.
cvsdist 709e4ff
cvsdist 709e4ff
* Thu Feb 03 2000 Preston Brown <pbrown@redhat.com>
cvsdist 709e4ff
- rebuild to gzip man pages
cvsdist 709e4ff
cvsdist 709e4ff
* Mon Jan 17 2000 Elliot Lee <sopwith@redhat.com>
cvsdist 709e4ff
- If I don't put in a log entry here, people will be very upset about not
cvsdist 709e4ff
  being able to find out that I am to blame for the 0.6.1 upgrade
cvsdist 709e4ff
cvsdist 709e4ff
* Mon Aug 16 1999 Michael Fulbright <drmike@redhat.com>
cvsdist 709e4ff
- version 0.5.4
cvsdist 709e4ff
cvsdist 709e4ff
* Sat Feb 06 1999 Michael Johnson <johnsonm@redhat.com>
cvsdist 709e4ff
- Cleaned up a bit for Red Hat use
cvsdist 709e4ff
cvsdist 709e4ff
* Thu Oct 22 1998 Alex Roberts <bse@dial.pipex.com>
cvsdist 709e4ff
- First try at an RPM