dc6c01d
%define glib2_version 2.12.0
Florian La Roche 40275fe
%define pango_version 1.19.0
dc6c01d
%define gtk2_version 2.10.0
dc6c01d
%define gnome_vfs2_version 2.16.0
dc6c01d
%define libgnomeui_version 2.16.0
Marco Pesenti Gritti 31ef7ff
%define desktop_file_utils_version 0.9
cvsdist e73a878
%define gail_version 1.2.0
57734dd
%define gtksourceview_version 2.0.0
608eb92
%define pygtk_version 2.9.7
60f7775
%define pygobject_version 2.11.5
4798615
%define pygtksourceview_version 2.2.0
9d0f8f8
%define gnome_python_desktop_version 2.15.90
1911bb8
%define gnome_doc_utils_version 0.3.2
299aea3
%define gconf_version 2.14
f5ff995
%define enchant_version 1.2.0
f5ff995
%define isocodes_version 0.35
cvsdist 4368fb3
012ee5b
Summary:	Text editor for the GNOME desktop
cvsdist 0f96342
Name:		gedit
4628f18
Version: 	2.25.7
3d8ce83
Release: 	1%{?dist}
cvsdist 0f96342
Epoch:		1
139998e
License:	GPLv2+ and GFDL
cvsdist 0f96342
Group:		Applications/Editors
266c8ec
Source0:	http://download.gnome.org/sources/gedit/2.25/gedit-%{version}.tar.bz2
9283a99
a5a9e73
URL:		http://projects.gnome.org/gedit/
13617c4
BuildRoot:	 %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)	
cvsdist 0f96342
4388527
Requires(post):         desktop-file-utils >= %{desktop_file_utils_version}
4388527
Requires(post):		scrollkeeper >= 0.1.4
299aea3
Requires(post):		GConf2 >= %{gconf_version}
299aea3
Requires(pre):		GConf2 >= %{gconf_version}
299aea3
Requires(preun):	GConf2 >= %{gconf_version}
4388527
Requires(postun):	scrollkeeper >= 0.1.4
4388527
Requires(postun):       desktop-file-utils >= %{desktop_file_utils_version}
cvsdist ece17c9
5176e0e
# Make the file selector remember last window size
dc6c01d
# This patch needs to go upstream
dc6c01d
#Patch0: gedit-2.13.2-filesel.patch
bbd93b7
%ifarch ppc64,x86_64,ia64,s390x
bbd93b7
Patch1: gedit-2.13.90-libdir.patch
bbd93b7
%endif
cvsdist e73a878
8c4b7f6
# http://bugzilla.gnome.org/show_bug.cgi?id=569214
8c4b7f6
Patch2: gedit-2.25.5-fix-python-path.patch
8c4b7f6
27eab08
BuildRequires: gnome-common
cvsdist 0678d7b
BuildRequires: glib2-devel >= %{glib2_version}
cvsdist 4368fb3
BuildRequires: pango-devel >= %{pango_version}
cvsdist 0678d7b
BuildRequires: gtk2-devel >= %{gtk2_version}
c7e68bc
BuildRequires: GConf2-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
cvsdist 4368fb3
BuildRequires: gail-devel >= %{gail_version}
d14c86d
BuildRequires: gtksourceview2-devel >= %{gtksourceview_version}
cvsdist 0d76842
BuildRequires: scrollkeeper gettext
241cb29
BuildRequires: pygtk2-devel >= %{pygtk_version}
033c51f
BuildRequires: pygobject2-devel >= %{pygobject_version}
f8f68d0
BuildRequires: pygtksourceview-devel >= %{pygtksourceview_version}
ce1752e
BuildRequires: python-devel
1911bb8
BuildRequires: gnome-doc-utils >= %{gnome_doc_utils_version}
c0bb5cb
BuildRequires: which
108e602
BuildRequires: autoconf, automake, libtool
c24c31d
BuildRequires: intltool
cvsdist 709e4ff
241cb29
Requires: pygtk2 >= %{pygtk_version}
033c51f
Requires: pygobject2 >= %{pygtk_version}
b08f839
Requires: pygtksourceview >= %{pygtksourceview_version}
60f7775
Requires: gnome-python2-desktop >= %{gnome_python_desktop_version}
ae20402
# the run-command plugin uses zenity
ae20402
Requires: zenity
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
012ee5b
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
012ee5b
gedit is extensible through a plugin system, which currently includes 
012ee5b
support for spell checking, comparing files, viewing CVS ChangeLogs, and 
012ee5b
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}
d14c86d
Requires: gtksourceview2-devel >= %{gtksourceview_version}
241cb29
Requires: pygtk2-devel >= %{pygtk_version}
0da182c
Requires: pkgconfig
cbe637a
Requires: gtk-doc
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
cvsdist 709e4ff
%prep
cvsdist 4368fb3
%setup -n gedit-%{version} -q
cvsdist e73a878
bbd93b7
%ifarch ppc64,x86_64,ia64,s390x
bbd93b7
%patch1 -p1 -b .libdir
bbd93b7
%endif
cvsdist 709e4ff
8c4b7f6
%patch2 -p1 -b .fix-python-path
8c4b7f6
cvsdist 709e4ff
%build
20f52c2
autoreconf -f -i
512957b
%configure \
512957b
	--disable-scrollkeeper \
512957b
	--disable-gtk-doc \
e8643fd
	--enable-python 
cvsdist 709e4ff
make
cvsdist 709e4ff
4730963
# strip unneeded translations from .mo files
4730963
# ideally intltool (ha!) would do that for us
4730963
# http://bugzilla.gnome.org/show_bug.cgi?id=474987
4730963
cd po
4730963
grep -v ".*[.]desktop[.]in.*\|.*[.]server[.]in[.]in$\|.*[.]schemas[.]in$" POTFILES.in > POTFILES.keep
4730963
mv POTFILES.keep POTFILES.in
4730963
intltool-update --pot
4730963
for p in *.po; do
4730963
  msgmerge $p %{name}.pot > $p.out
4730963
  msgfmt -o `basename $p .po`.gmo $p.out
4730963
done
4730963
4730963
cvsdist 709e4ff
%install
cvsdist 709e4ff
rm -rf $RPM_BUILD_ROOT
cvsdist 709e4ff
cvsdist 0678d7b
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
c0fc41f
make install DESTDIR=$RPM_BUILD_ROOT
cvsdist 0678d7b
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
cvsdist 0678d7b
3d33e50
desktop-file-install --delete-original       	\
3d33e50
  --dir $RPM_BUILD_ROOT%{_datadir}/applications \
cvsdist 4368fb3
  $RPM_BUILD_ROOT%{_datadir}/applications/*
cvsdist 4368fb3
cvsdist 4368fb3
## clean up all the static libs for plugins (workaround for no -module)
cvsdist 4368fb3
/bin/rm -f `find $RPM_BUILD_ROOT%{_libdir}/gedit-2/plugins -name "*.a"`
cvsdist e73a878
/bin/rm -f `find $RPM_BUILD_ROOT%{_libdir}/gedit-2/plugins -name "*.la"`
cvsdist 4368fb3
cvsdist 9db7970
/bin/rm -rf $RPM_BUILD_ROOT/var/scrollkeeper
cvsdist 9db7970
2ea1342
# save space by linking identical images in translated docs
2ea1342
helpdir=$RPM_BUILD_ROOT%{_datadir}/gnome/help/%{name}
2ea1342
for f in $helpdir/C/figures/*.png; do
2ea1342
  b="$(basename $f)"
2ea1342
  for d in $helpdir/*; do
2ea1342
    if [ -d "$d" -a "$d" != "$helpdir/C" ]; then
2ea1342
      g="$d/figures/$b"
2ea1342
      if [ -f "$g" ]; then
2ea1342
        if cmp -s $f $g; then
2ea1342
          rm "$g"; ln -s "../../C/figures/$b" "$g"
2ea1342
        fi
2ea1342
      fi
2ea1342
    fi
2ea1342
  done
2ea1342
done
2ea1342
cbe637a
%find_lang %{name} --with-gnome
cvsdist 709e4ff
cvsdist 709e4ff
%clean
cvsdist 709e4ff
rm -rf $RPM_BUILD_ROOT
cvsdist 709e4ff
cvsdist 0678d7b
%post
4388527
update-desktop-database -q
4388527
scrollkeeper-update -q
cvsdist 0678d7b
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
299aea3
gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gedit.schemas > /dev/null || :
cvsdist 0678d7b
e5f3c21
# update icon themes
e5f3c21
touch %{_datadir}/icons/hicolor
e5f3c21
if [ -x /usr/bin/gtk-update-icon-cache ]; then
e5f3c21
  /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
e5f3c21
fi
e5f3c21
299aea3
%pre
299aea3
if [ "$1" -gt 1 ]; then
299aea3
    export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
299aea3
    gconftool-2 --makefile-uninstall-rule \
299aea3
      %{_sysconfdir}/gconf/schemas/gedit.schemas > /dev/null || :
299aea3
fi
299aea3
4388527
%preun
4388527
if [ "$1" -eq 0 ]; then
4388527
    export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
4388527
    gconftool-2 --makefile-uninstall-rule \
4388527
      %{_sysconfdir}/gconf/schemas/gedit.schemas > /dev/null || :
4388527
fi
4388527
cvsdist 0678d7b
%postun
4388527
update-desktop-database -q
4388527
scrollkeeper-update -q
4388527
touch %{_datadir}/icons/hicolor
4388527
if [ -x /usr/bin/gtk-update-icon-cache ]; then
4388527
  /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
4388527
fi
cvsdist 0678d7b
cbe637a
cbe637a
%files -f %{name}.lang
cvsdist 709e4ff
%defattr(-, root, root)
cbe637a
%doc README COPYING AUTHORS 
cvsdist 0678d7b
%{_datadir}/gedit-2
3d33e50
%{_datadir}/applications/gedit.desktop
cvsdist e44d4e2
%{_mandir}/man1/*
cvsdist 0678d7b
%{_libdir}/gedit-2
23a202c
%{_libexecdir}/gedit-2
cvsdist 0678d7b
%{_bindir}/*
cvsdist 0678d7b
%{_sysconfdir}/gconf/schemas/*
cvsdist 709e4ff
cvsdist e73a878
cvsdist e73a878
%files devel
cvsdist e73a878
%defattr(-, root, root)
08577f2
%{_includedir}/gedit-2.20
08577f2
%{_libdir}/pkgconfig/gedit-2.20.pc
37d861d
%{_datadir}/gtk-doc/html/gedit/
cvsdist e73a878
cbe637a
cvsdist 709e4ff
%changelog
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
65394b5
* Sun 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
cvsdist 686af48
* Thu 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