Sophie

Sophie

distrib > Mandriva > cs4.0 > i586 > by-pkgid > db70a52cc5f8999d605d1ea22a52b533 > files > 3

vte-0.11.15-2mdk.src.rpm

%define lib_major 4
%define lib_name %mklibname %{name} %{lib_major}

Name: vte
Version: 0.11.15
Release: 2mdk
Summary: An experimental terminal emulator
License: LGPL
Group: System/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
Source0: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.bz2
# (gb) 0.11.10-3mdk lib64 fixes
Patch0: vte-0.11.10-xpath.patch.bz2

BuildRequires: gtk+2-devel
BuildRequires: libXft2-devel
BuildRequires: libMesaGLU-devel
BuildRequires: ncurses-devel
BuildRequires: automake1.7
URL: http://www.gnome.org/

%description
VTE is an experimental terminal emulator widget for use with GTK+ 2.0.

%package -n %{lib_name}
Summary: An experimental terminal emulator
Group: System/Libraries
Requires: %{name} >= %{version}

%description -n %{lib_name}
VTE is an experimental terminal emulator widget for use with GTK+ 2.0. 

%package -n %{lib_name}-devel
Summary: Files needed for developing applications which use vte
Group: Development/C
Provides:  lib%{name}-devel = %{version}-%{release}
Provides:  %{name}-devel = %{version}-%{release}
Requires:  %{lib_name} = %{version}
Requires: gtk+2-devel
Requires: ncurses-devel

%description -n %{lib_name}-devel
VTE is an experimental terminal emulator widget for use with GTK+ 2.0.  This
package contains the files needed for building applications using VTE.

%prep
%setup -q
%patch0 -p1 -b .xpath

#needed by patch0 
WANT_AUTOCONF_2_5=1 autoconf

%build

%configure2_5x --enable-shared --enable-static --libexecdir=%{_libdir}/%{name} --disable-python --disable-gtk-doc

%make 

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

%find_lang %{name}

%clean
rm -fr $RPM_BUILD_ROOT

%post -p /sbin/ldconfig -n %{lib_name}

%postun -p /sbin/ldconfig -n %{lib_name}

%files -f %{name}.lang
%defattr(-,root,root)
%doc ChangeLog COPYING HACKING NEWS README
%{_bindir}/*
%{_libdir}/%{name}
%attr(2711,root,utmp) %{_libdir}/%{name}/gnome-pty-helper
%{_datadir}/%{name}

%files -n %{lib_name}
%defattr(-,root,root)
%{_libdir}/*.so.*

%files -n %{lib_name}-devel
%defattr(-,root,root)
%doc %{_datadir}/gtk-doc/html/*
%{_includedir}/*
%{_libdir}/*.a
%{_libdir}/*.la
%{_libdir}/*.so
%{_libdir}/pkgconfig/*

%changelog
* Fri Sep 02 2005 Götz Waschk <waschk@mandriva.org> 0.11.15-2mdk
- rebuild to remove glitz dep

* Tue Aug 23 2005 Götz Waschk <waschk@mandriva.org> 0.11.15-1mdk
- drop patch 1
- New release 0.11.15

* Mon Aug 08 2005 Frederic Crozat <fcrozat@mandriva.com> 0.11.14-2mdk 
- Patch1 (CVS): clean utmp if closing abrutly (GNOME bug #312373)

* Wed Aug 03 2005 Götz Waschk <waschk@mandriva.org> 0.11.14-1mdk
- New release 0.11.14

* Tue Apr 19 2005 Frederic Crozat <fcrozat@mandriva.com> 0.11.13-1mdk 
- Release 0.11.13

* Thu Mar 03 2005 Frederic Crozat <fcrozat@mandrakesoft.com> 0.11.12-2mdk 
- Use official tarball this time, fix Mdk bug #12990

* Wed Mar 02 2005 Frederic Crozat <fcrozat@mandrakesoft.com> 0.11.12-1mdk 
- Release 0.11.12
- Remove patches 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (merged upstream)

* Tue Nov 23 2004 Frederic Crozat <fcrozat@mandrakesoft.com> 0.11.11-4mdk 
- Patch4 (Fedora): stick bottom row to bottom of terminal when resizing
- Patch5 (Fedora): fix crash in input methods (RH bug #131226)
- Patch6 (Fedora): add "scroll-up/down" control sequence for better xterm compatibily
- Patch7 (Fedora): improve background redraw
- Patch8 (Fedora): fix keypad keys when numlock is on in app mode
- Patch9 (Fedora): fix terminal corruption with UTF8
- Patch10 (Fedora): fix terminal corruption with hilight mouse mode 

* Wed Sep  8 2004 Götz Waschk <waschk@linux-mandrake.com> 0.11.11-3mdk
- fix buildrequires

* Mon Sep 06 2004 Frederic Crozat <fcrozat@mandrakesoft.com> 0.11.11-2mdk
- Enable libtoolize
- Patch1 (Soren): performance improvements (GNOME bug #143914)
- Patches 2&3 (Benjamin): performance improvements (GNOME bug #137864)

* Thu May  6 2004 Götz Waschk <waschk@linux-mandrake.com> 0.11.11-1mdk
- drop patches 1,2,3,4 (merged)
- New release 0.11.11

* Tue Apr 20 2004 Frederic Crozat <fcrozat@mandrakesoft.com> 0.11.10-6mdk
- Patch4 (CVS): fix slowness when using transparent background

* Fri Feb 20 2004 Frederic Crozat <fcrozat@mandrakesoft.com> 0.11.10-5mdk
- Remove patch3, it is causing a regression in screen refreshing (Mdk bug #7120)
- Patch3 (CVS): various bug fixes

* Thu Jan 15 2004  0.11.10-4mdk
- Patch1 (Fedora): fix preedit string drawing
- Patch2 (Fedora): don't reset conversion states at end-of-line
- Patch3 (Owen): workaround for less backward scrolling (Mdk bug 4131)

* Tue Oct 07 2003 Frederic Crozat <fcrozat@mandrakesoft.com> 0.11.10-3mdk
- Patch0 (Gwenole): lib64 fixes

* Wed Jul 16 2003 Götz Waschk <waschk@linux-mandrake.com> 0.11.10-2mdk
- rebuild for new rpm

* Wed Jun 18 2003 Frederic Crozat <fcrozat@mandrakesoft.com> - 0.11.10-1mdk
- Release 0.11.10 (GU4DEC Powered)

* Tue Jun 03 2003 Frederic Crozat <fcrozat@mandrakesoft.com> - 0.11.9-1mdk
- Release 0.11.9

* Mon Jun 02 2003 Frederic Crozat <fcrozat@mandrakesoft.com> - 0.11.8-1mdk
- Release 0.11.8

* Mon May 12 2003 Frederic Crozat <fcrozat@mandrakesoft.com> - 0.11.6-2mdk
- Fix BuildRequires (thanks Götz and Stefan)

* Wed May 07 2003 Frederic Crozat <fcrozat@mandrakesoft.com> - 0.11.6-1mdk
- Release 0.11.6
- Fix BuildRequires

* Fri May 02 2003 Frederic Crozat <fcrozat@mandrakesoft.com> - 0.11.5-1mdk
- Release 0.11.5

* Fri Apr 25 2003 Frederic Crozat <fcrozat@mandrakesoft.com> - 0.11.4-1mdk
- Release 0.11.4
- Remove patch0 (merged upstream)

* Wed Apr 23 2003 Frederic Crozat <fcrozat@mandrakesoft.com> - 0.11.3-2mdk
- Patch0: fix crash when closing tabs (Mdk bug 3790)

* Fri Apr 18 2003 Frederic Crozat <fcrozat@mandrakesoft.com> - 0.11.3-1mdk
- Release 0.11.3

* Wed Apr 16 2003 Frederic Crozat <fcrozat@mandrakesoft.com> - 0.11.1-1mdk
- Release 0.11.1

* Tue Feb 25 2003 Frederic Crozat <fcrozat@mandrakesoft.com> - 0.10.25-1mdk
- Release 0.10.25

* Mon Feb 24 2003 Frederic Crozat <fcrozat@mandrakesoft.com> - 0.10.23-1mdk
- Release 0.10.23

* Thu Feb 20 2003 Frederic Crozat <fcrozat@mandrakesoft.com> 0.10.22-1mdk
- Release 0.10.22

* Mon Feb 17 2003 Frederic Crozat <fcrozat@mandrakesoft.com> 0.10.20-1mdk
- Release 0.10.20

* Fri Feb 14 2003 Frederic Crozat <fcrozat@mandrakesoft.com> 0.10.19-1mdk
- Release 0.10.19

* Mon Feb  3 2003 Frederic Crozat <fcrozat@mandrakesoft.com> 0.10.17-1mdk
- Release 0.10.17

* Fri Jan 31 2003 Frederic Crozat <fcrozat@mandrakesoft.com> 0.10.16-1mdk
- Release 0.10.16

* Tue Jan 28 2003 Frederic Crozat <fcrozat@mandrakesoft.com> 0.10.15-1mdk
- Release 0.10.15

* Fri Jan 24 2003 Frederic Crozat <fcrozat@mandrakesoft.com> 0.10.14-1mdk
- Release 0.10.14

* Tue Jan 21 2003 Frederic Crozat <fcrozat@mandrakesoft.com> 0.10.12-1mdk
- Release 0.10.12

* Mon Jan 20 2003 Frederic Crozat <fcrozat@mandrakesoft.com> 0.10.11-1mdk
- Release 0.10.11

* Tue Jan 14 2003 Frederic Crozat <fcrozat@mandrakesoft.com> 0.10.10-1mdk
- Release 0.10.10

* Mon Jan 13 2003 Frederic Crozat <fcrozat@mandrakesoft.com> 0.10.8-2mdk
- Remove patch0, since we now have a hintstyle enabled freetype

* Tue Jan  7 2003 Frederic Crozat <fcrozat@mandrakesoft.com> 0.10.8-1mdk
- Release 0.10.8

* Mon Jan  6 2003 Frederic Crozat <fcrozat@mandrakesoft.com> 0.10.7-2mdk
- Patch0: don't try to read gtk-xft-hintstyle (we don't support it)

* Thu Dec 12 2002 Frederic Crozat <fcrozat@mandrakesoft.com> 0.10.7-1mdk
- Release 0.10.7

* Wed Dec 11 2002 Frederic Crozat <fcrozat@mandrakesoft.com> 0.10.6-1mdk
- Release 0.10.6

* Tue Dec  3 2002 Frederic Crozat <fcrozat@mandrakesoft.com> 0.10.5-1mdk
- Release 0.10.5

* Thu Nov 21 2002 Frederic Crozat <fcrozat@mandrakesoft.com> 0.10.4-1mdk
- Initial Mandrake package

* Mon Nov 11 2002 Nalin Dahyabhai <nalin@redhat.com> 0.10.4-1
- make selection wrap like XTerm

* Thu Nov  7 2002 Nalin Dahyabhai <nalin@redhat.com> 0.10.3-1
- get selection sorted out, really this time

* Tue Nov  5 2002 Nalin Dahyabhai <nalin@redhat.com> 0.10.2-1
- get selection sorted out

* Tue Oct 29 2002 Nalin Dahyabhai <nalin@redhat.com> 0.10.1-1
- add the ability to remove matching patterns

* Thu Oct 24 2002 Nalin Dahyabhai <nalin@redhat.com> 0.10-1
- allow setting the working directory (#76529)

* Thu Oct 17 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.2-1
- fix the crash-on-resize bug (#75871)
- add bold
- implement sun/hp/legacy function key modes
- recognize cs with no parameters
- fix ring buffer manipulation bugs
- cut down on overly-frequent invalidates

* Wed Sep 11 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.1-1
- refresh gnome-pty-helper from libzvt

* Wed Sep 11 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.0-1
- build fixes from Jacob Berkman
- warning fixes from Brian Cameron
- gnome-pty-helper integration

* Fri Sep  6 2002 Nalin Dahyabhai <nalin@redhat.com> 0.8.20-1
- build fixups from Jacob Berkman
- move the python module into the gtk-2.0 subdirectory, from James Henstridge

* Thu Sep  5 2002 Nalin Dahyabhai <nalin@redhat.com> 0.8.19-1
- possible fix for focusing bugs

* Thu Sep  5 2002 Nalin Dahyabhai <nalin@redhat.com> 0.8.18-1
- fix for worst-case when stripping termcap entries from Brian Cameron
- add docs

* Tue Sep  3 2002 Nalin Dahyabhai <nalin@redhat.com> 0.8.17-1
- track Xft color deallocation to prevent freeing of colors we don't own

* Tue Sep  3 2002 Nalin Dahyabhai <nalin@redhat.com> 0.8.16-1
- handle color allocation failures better

* Mon Sep  2 2002 Nalin Dahyabhai <nalin@redhat.com> 0.8.15-1
- cleanups

* Fri Aug 30 2002 Nalin Dahyabhai <nalin@redhat.com> 0.8.14-1
- get smarter about adjusting our adjustments (#73091)

* Fri Aug 30 2002 Nalin Dahyabhai <nalin@redhat.com> 0.8.13-1
- restore the IM status window by restoring our own focus-in/focus-out
  handlers (#72946)

* Fri Aug 30 2002 Nalin Dahyabhai <nalin@redhat.com> 0.8.12-1
- cleanups

* Thu Aug 29 2002 Nalin Dahyabhai <nalin@redhat.com> 0.8.11-1
- clean up autoscroll (#70481)
- add Korean text examples to docs

* Tue Aug 27 2002 Nalin Dahyabhai <nalin@redhat.com> 0.8.10-1
- autoscroll (#70481)
- only perform cr-lf substitutions when pasting (#72639)
- bind GDK_ISO_Left_Tab to "kB" (part of #70340)

* Tue Aug 27 2002 Nalin Dahyabhai <nalin@redhat.com> 0.8.9-1
- handle forward scrolling again (#73409)

* Tue Aug 27 2002 Nalin Dahyabhai <nalin@redhat.com> 0.8.8-1
- fix crashes on resize

* Mon Aug 26 2002 Nalin Dahyabhai <nalin@redhat.com>
- fix missing spaces on full lines

* Mon Aug 26 2002 Nalin Dahyabhai <nalin@redhat.com> 0.8.7-1
- fix deadlock when substitutions fail

* Mon Aug 26 2002 Nalin Dahyabhai <nalin@redhat.com> 0.8.6-1
- one-liner segfault bug fix

* Sun Aug 25 2002 Nalin Dahyabhai <nalin@redhat.com> 0.8.5-1
- fix reverse video mode, which broke during the rendering rewrite

* Fri Aug 23 2002 Nalin Dahyabhai <nalin@redhat.com> 0.8.4-1
- prevent up/UP/DO from scrolling
- bind shift+insert to "paste PRIMARY", per xterm/kterm/hanterm

* Thu Aug 22 2002 Nalin Dahyabhai <nalin@redhat.com> 0.8.3-1
- track changes to the style's font
- always open fonts right away so that the metric information is correct
- make audible and visual bell independent options

* Wed Aug 21 2002 Nalin Dahyabhai <nalin@redhat.com> 0.8.2-1
- don't perform text substitution on text that is part of a control sequence

* Tue Aug 20 2002 Nalin Dahyabhai <nalin@redhat.com> 0.8.1-1
- dispose of the updated iso2022 context properly when processing incoming text

* Tue Aug 20 2002 Nalin Dahyabhai <nalin@redhat.com> 0.8.0-1
- rework font handling to use just-in-time loading
- handle iso-2022 escape sequences, perhaps as much as they might make sense
  in a Unicode environment

* Wed Aug 14 2002 Nalin Dahyabhai <nalin@redhat.com> 0.7.4-1
- handle massive amounts of invalid data better (the /dev/urandom case)
- munged up patch from Owen to fix language matching
- fix initialization of new rows when deleting lines

* Mon Aug 12 2002 Nalin Dahyabhai <nalin@redhat.com> 0.7.3-1
- more fixes for behavior when not realized
- require bitmap-fonts
- escape a control sequence properly

* Thu Aug  8 2002 Nalin Dahyabhai <nalin@redhat.com> 0.7.2-1
- fix cursor over reversed text
- fix character positioning in Xft1
- add border padding
- fix lack of shift-in when resetting

* Tue Aug  6 2002 Nalin Dahyabhai <nalin@redhat.com> 0.7.1-1
- rework rendering with Pango
- special-case monospaced Xft1 rendering, hopefully making it faster
- modify pasting to use carriage returns instead of linefeeds

* Thu Aug  1 2002 Nalin Dahyabhai <nalin@redhat.com> 0.7.0-1
- rework drawing to minimize round trips to the server

* Tue Jul 30 2002 Nalin Dahyabhai <nalin@redhat.com> 0.6.0-1
- rework parsing to use tables instead of tries
- implement more xterm-specific behaviors

* Thu Jul 25 2002 Nalin Dahyabhai <nalin@redhat.com> 0.5.4-1
- fix default PTY size bug

* Wed Jul 24 2002 Nalin Dahyabhai <nalin@redhat.com> 0.5.3-1
- open PTYs with the proper size (#69606)

* Tue Jul 23 2002 Nalin Dahyabhai <nalin@redhat.com> 0.5.2-1
- fix imbalanced realize/unrealize routines causing crashes (#69605)

* Thu Jul 18 2002 Nalin Dahyabhai <nalin@redhat.com> 0.5.1-1
- fix a couple of scrolling artifacts

* Thu Jul 18 2002 Nalin Dahyabhai <nalin@redhat.com> 0.5.0-1
- use gunichars internally
- scroll regions more effectively
- implement part of set-mode/reset-mode (maybe fixes #69143)
- fix corner case in dingus hiliting (#67930, really this time)

* Thu Jul 18 2002 Jeremy Katz <katzj@redhat.com> 0.4.9-3
- free trip through the build system

* Tue Jul 16 2002 Nalin Dahyabhai <nalin@redhat.com> 0.4.9-2
- build in different environment

* Tue Jul 16 2002 Nalin Dahyabhai <nalin@redhat.com> 0.4.9-1
- check for iconv failures properly and report them more aggressively
- guess at a proper default bold color (#68965)

* Mon Jul 15 2002 Nalin Dahyabhai <nalin@redhat.com>
- cosmetic fixes

* Sat Jul 13 2002 Nalin Dahyabhai <nalin@redhat.com>
- fix segfaulting during dingus highlighting when the buffer contains non-ASCII
  characters (#67930)

* Fri Jul 12 2002 Nalin Dahyabhai <nalin@redhat.com> 0.4.8-1
- implement BCE (#68414)
- bind F13-F35 per termcap

* Thu Jul 11 2002 Nalin Dahyabhai <nalin@redhat.com>
- rework default color selection
- provide a means for apps to just set the foreground/background text colors
- don't scroll-on-keystroke when it's just alt, hyper, meta, or super (#68986)

* Tue Jul  2 2002 Nalin Dahyabhai <nalin@redhat.com>
- allow shift+click to extend the selection (re: gnome 86246)

* Mon Jul  1 2002 Nalin Dahyabhai <nalin@redhat.com> 0.4.7-1
- recover from encoding errors more gracefully

* Mon Jul  1 2002 Nalin Dahyabhai <nalin@redhat.com> 0.4.6-1
- draw unicode line-drawing characters natively

* Tue Jun 25 2002 Nalin Dahyabhai <nalin@redhat.com> 0.4.5-1
- don't append spaces to multicolumn characters when reading the screen's
  contents (part of #67379)
- fix overexpose of neighboring cells (part of #67379)
- prevent backscroll on the alternate screen for consistency with xterm
- bind F10 to "k;", not "k0" (#67133)

* Tue Jun 25 2002 Nalin Dahyabhai <nalin@redhat.com> 0.4.4-1
- clear alternate buffer when switching screens (#67094)
- fix setting of titles, but crept in when cleaning up GIConv usage (#67236)

* Tue Jun 18 2002 Nalin Dahyabhai <nalin@redhat.com> 0.4.3-1
- correct referencing/dereferencing of I/O channels (#66248)
- correct package description to not mention the sample app which is no longer
  included

* Tue Jun 18 2002 Nalin Dahyabhai <nalin@redhat.com> 0.4.2-1
- fix "cursor mistakenly hidden when app exits" by making cursor visibility
  a widget-wide (as opposed to per-screen) setting

* Tue Jun 18 2002 Nalin Dahyabhai <nalin@redhat.com> 0.4.1-1
- fix use of alternate buffer in xterm emulation mode

* Fri Jun 14 2002 Nalin Dahyabhai <nalin@redhat.com> 0.4.0-1
- add a means for apps to add environment variables

* Fri Jun 14 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.30-1
- package up the python module

* Mon Jun 10 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.29-1
- compute padding correctly

* Mon Jun 10 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.28-1
- finish merging otaylor's Xft2 patch

* Mon Jun 10 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.27-1
- rework accessibility

* Thu Jun  6 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.26-1
- don't package up the test program
- emit "child-exited" signals properly
- try to allow building with either pangoxft-with-Xft1 or pangoxft-with-Xft2

* Wed Jun  5 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.25-1
- compute font widths better

* Mon Jun  3 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.24-1
- tweak handling of invalid sequences again

* Fri May 31 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.23-1
- switch to g_convert (again?)
- fix use of core fonts

* Tue May 28 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.22-1
- plug some memory leaks

* Tue May 28 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.21-1
- fix matching, fix async background updates

* Fri May 24 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.20-1
- fixes from notting and otaylor

* Tue May 21 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.19-1
- fixes from andersca and Hidetoshi Tajima

* Thu May 16 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.18-1
- finish implementing matching

* Thu May 16 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.17-1
- tweak finding of selected text

* Wed May 15 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.16-1
- hook up Insert->kI
- convert scroll events to button 4/5 if an app wants mouse events
- don't send drag events when apps only want click events
- fix selection crashbug

* Tue May 14 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.15-1
- fix ce, implement save/restore mode

* Tue May 14 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.14-1
- don't draw nul chars

* Mon May 13 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.13-1
- fix insert mode, implement visual bells

* Thu May  9 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.12-1
- iconv and remapping from otaylor
- implement custom tabstopping

* Wed May  8 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.11-1
- add mouse drag event handling

* Mon May  6 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.10-1
- do mouse autohide and cursor switching

* Mon May  6 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.9-1
- start handling mouse events

* Mon May  6 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.8-1
- handle window manipulation sequences

* Fri May  3 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.7-1
- discard invalid control sequences
- recognize designate-??-character-set correctly

* Thu May  2 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.6-1
- add a couple of sequence handlers, fix a couple of accessibility crashbugs

* Thu May  2 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.5-1
- fix cap parsing error and "handle" long invalid multibyte sequences better

* Thu May  2 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.4-1
- try to speed up sequence recognition a bit
- disable some window_scroll speedups that appear to cause flickering

* Wed May  1 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.2-1
- include a small default termcap for systems without termcap files

* Tue Apr 30 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.1-1
- disconnect from the configure_toplevel signal at finalize-time

* Tue Apr 30 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3-1
- add an accessiblity object

* Mon Apr 29 2002 Nalin Dahyabhai <nalin@redhat.com> 0.2.3-1
- fix color resetting
- fix idle handlers not being disconnected

* Mon Apr 29 2002 Nalin Dahyabhai <nalin@redhat.com> 0.2.2-1
- bug fixes

* Thu Apr 25 2002 Nalin Dahyabhai <nalin@redhat.com> 0.1-1
- finish initial packaging, start the changelog