source: projects/specs/trunk/v/vte/vte-vl.spec @ 1443

Revision 1443, 18.1 KB checked in by Takemikaduchi, 14 years ago (diff)

pidgin: rebuild only, others: new upstream release

Line 
1Summary: An terminal emulator.
2Summary(ja): ターミナルエミュレータ
3Name: vte
4Version: 0.24.3
5Release: 1%{?_dist_release}
6License: LGPL
7Group: System Environment/Libraries
8Source: http://ftp.gnome.org/pub/GNOME/sources/vte/0.24/%{name}-%{version}.tar.bz2
9
10BuildRoot: %{_tmppath}/%{name}-%{version}-root
11BuildRequires: gtk2-devel
12BuildRequires: python-devel
13BuildRequires: pygtk2-devel
14BuildRequires: ncurses-devel
15
16%description
17VTE is an experimental terminal emulator widget for use with GTK+ 2.0.
18
19%description -l ja
20VTE は GTK+2.0 用のターミナルエミュレータウィジェットです。
21
22%package devel
23Summary: Files needed for developing applications which use vte.
24Summary(ja): VTE を使用したアプリケーションの開発に必要なファイル群
25Group: Development/Libraries
26Requires: %{name} = %{version}-%{release}
27Requires: gtk2-devel
28
29%description devel
30VTE is an experimental terminal emulator widget for use with GTK+ 2.0.  This
31package contains the files needed for building applications using VTE.
32
33%prep
34%setup -q
35
36%build
37if [ -x %{_bindir}/python2.4 ]; then
38        PYTHON=%{_bindir}/python2.4; export PYTHON
39fi
40%configure --enable-shared --enable-static --without-glX
41make %{?_smp_mflags}
42
43%install
44rm -fr $RPM_BUILD_ROOT
45make install DESTDIR=$RPM_BUILD_ROOT
46
47%find_lang %{name}
48
49rm -f $RPM_BUILD_ROOT/%{_bindir}/%{name}
50rm -f $RPM_BUILD_ROOT/%{_libdir}/*.{a,la}
51rm -f $RPM_BUILD_ROOT/%{_libdir}/python*/site-packages/gtk-2.0/*.la
52rm -f $RPM_BUILD_ROOT/%{_libdir}/python*/site-packages/gtk-2.0/*.a
53
54%clean
55rm -fr $RPM_BUILD_ROOT
56
57%post -p /sbin/ldconfig
58
59%postun -p /sbin/ldconfig
60
61%files -f %{name}.lang
62%defattr(-,root,root)
63%doc ChangeLog COPYING HACKING NEWS README
64%doc doc/utmpwtmp.txt doc/boxes.txt src/iso2022.txt doc/openi18n/UTF-8.txt doc/openi18n/wrap.txt
65%{_libdir}/*.so.*
66%{_datadir}/%{name}
67%attr(2711,root,utmp) %{_libexecdir}/gnome-pty-helper
68%{_libdir}/python*/site-packages/gtk-2.0/*
69
70%files devel
71%defattr(-,root,root)
72%{_datadir}/gtk-doc/html/%{name}
73%{_includedir}/*
74%dir %{_libdir}/%{name}
75%{_libdir}/%{name}/*
76%{_libdir}/*.so
77%{_libdir}/pkgconfig/*
78%{_datadir}/pygtk/2.0/defs/vte.defs
79
80%changelog
81* Sun Jul 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.24.3-1
82- new upstream release
83
84* Tue Jun 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.24.2-1
85- new upstream release
86
87* Sat May 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.24.1-1
88- new upstream release
89
90* Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.24.0-1
91- new upstream release
92
93* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.22.5-1
94- new upstream release
95- add BuildRequires: ncurses-devel
96
97* Fri Feb 12 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.22.4-3
98- rebuilt with gcc-4.4.3-3 on ppc
99
100* Fri Feb 05 2010 Shu KONNO <owa@bg.wakwak.com> 0.22.4-2
101- rebuilt with python-2.6.4-3
102
103* Tue Nov 10 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.22.4-1
104- new upstream release
105
106* Sun Nov  1 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.22.2-1
107- new upstream release
108- moved %{_datadir}/pygtk/2.0/defs/vte.defs to devel package
109
110* Fri Jun 12 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.20.5-1
111- new upstream release
112
113* Thu May 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.20.2-1
114- new upstream release
115
116* Thu Apr 16 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.20.1-1
117- new upstream release
118
119* Sun Mar 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.20.0-1
120- new upstream release
121- remove static libs
122
123* Tue Sep 23 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.17.4-1
124- new upstream release
125
126* Sat Sep 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.17.3-1
127- new upstream release
128- drop patch1 (merged in now upstream)
129
130* Mon Aug 25 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.16.14-3
131- add Patch1 to fix cjk ambiguous width
132
133* Sun Jul 21 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.16.14-2
134- rebuilt with python-2.5.2
135
136* Thu Jun  5 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.16.14-1
137- new upstream release
138- spec in UTF-8
139
140* Sun Apr  6 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.16.13-1vl5
141- new upstream release
142
143* Sat Jan 12 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.16.12-0vl1
144- new upstream release
145
146* Sat Sep 22 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.16.9-0vl1
147- new upstream release
148
149* Sun Aug 19 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.16.8-0vl1
150- new upstream release
151- changed Group to System Environment/Libraries
152- dropped Patch0 merged into upstream
153
154* Fri May 18 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.16.3-0vl2
155- add Patch0 to fix preedit crash
156  http://bugzilla.gnome.org/show_bug.cgi?id=433776
157
158* Mon Apr 30 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.16.3-0vl1
159- new upstream release
160
161* Sat Apr 28 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.16.1-0vl1
162- new upstream release
163
164* Wed Aug 23 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.12.2-0vl2
165- add BuildRequires: pygtk2-devel
166
167* Sat Jun 03 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.12.2-0vl1
168- new upstream release
169
170* Thu Apr 27 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.12.1-0vl1
171- new upstream release
172
173* Tue Mar 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.12.0-0vl1
174- new upstream release
175
176* Thu Mar 09 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.11.21-0vl1
177- drop Patch10 which are merged in upstream
178
179* Thu Mar 09 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.11.20-0vl2
180- add Patch10 to update screen more frequently.
181  (revert changes introduced in 0.11.19)
182
183* Tue Mar 07 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.11.20-0vl1
184- new upstream release
185
186* Mon Sep 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.11.15-0vl1
187- new upstream release
188
189* Tue Mar 22 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.11.12-0vl1
190- new upstream version
191
192* Mon Nov 08 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.11.11-0vl2
193- import some patches from fedora package.
194
195* Fri May 17 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.11.11-0vl1
196- new upstream release
197
198* Fri Mar 19 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.11.10-0vl3
199- rebuild with glib2-2.4.0
200
201* Sun Sep 14 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.11.10-0vl2
202- import Patch0,1 from rawhide
203  - don't reset conversion states at end-of-line (GNOME #122156)
204  - draw the preedit string the way GTK+ wants us to draw it (#104039)
205
206* Thu Jun 24 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.11.10-0vl1
207- new upstream release
208
209* Mon Jun 16 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.11.9-0vl1
210- new upstream release
211
212* Sun May 25 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.11.6-0vl1
213- new upstream release
214
215* Sun May 18 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.10.28-0vl1
216- new upstream release
217
218* Fri Mar  7 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.10.26-0vl1
219- new upstream release
220
221* Wed Feb 26 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.10.25-0vl1
222- new upstream release
223
224* Sat Feb 22 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.10.22-0vl1
225- new upstream release
226
227* Fri Feb 14 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.10.19-0vl1
228- new upstream release
229
230* Sat Feb  1 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.10.16-0vl1
231- new upstream release
232
233* Thu Jan 30 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.10.15-0vl3
234- fixed permission
235
236* Thu Jan 30 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.10.15-0vl2
237- add missing /usr/libexec/gnome-pty-helper to %%files
238
239* Thu Jan 30 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.10.15-0vl1
240- new upstream release
241
242* Fri Jan 24 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.10.14-0vl1
243- new upstream release
244
245* Tue Jan 21 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.10.12-0vl1
246- new upstream release
247
248* Thu Jan 16 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.10.10-0vl1
249- new upstream release
250
251* Sun Jan 12 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.10.8-0vl1
252- new upstream release
253
254* Sat Dec 14 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.10.7-0vl1
255- build for Vine Linux
256- new upstream release (gnome-2.1.4)
257
258* Thu Sep  5 2002 Nalin Dahyabhai <nalin@redhat.com> 0.8.19-1
259- possible fix for focusing bugs
260
261* Thu Sep  5 2002 Nalin Dahyabhai <nalin@redhat.com> 0.8.18-1
262- fix for worst-case when stripping termcap entries from Brian Cameron
263- add docs
264
265* Tue Sep  3 2002 Nalin Dahyabhai <nalin@redhat.com> 0.8.17-1
266- track Xft color deallocation to prevent freeing of colors we don't own
267
268* Tue Sep  3 2002 Nalin Dahyabhai <nalin@redhat.com> 0.8.16-1
269- handle color allocation failures better
270
271* Mon Sep  2 2002 Nalin Dahyabhai <nalin@redhat.com> 0.8.15-1
272- cleanups
273
274* Fri Aug 30 2002 Nalin Dahyabhai <nalin@redhat.com> 0.8.14-1
275- get smarter about adjusting our adjustments (#73091)
276
277* Fri Aug 30 2002 Nalin Dahyabhai <nalin@redhat.com> 0.8.13-1
278- restore the IM status window by restoring our own focus-in/focus-out
279  handlers (#72946)
280
281* Fri Aug 30 2002 Nalin Dahyabhai <nalin@redhat.com> 0.8.12-1
282- cleanups
283
284* Thu Aug 29 2002 Nalin Dahyabhai <nalin@redhat.com> 0.8.11-1
285- clean up autoscroll (#70481)
286- add Korean text examples to docs
287
288* Tue Aug 27 2002 Nalin Dahyabhai <nalin@redhat.com> 0.8.10-1
289- autoscroll (#70481)
290- only perform cr-lf substitutions when pasting (#72639)
291- bind GDK_ISO_Left_Tab to "kB" (part of #70340)
292
293* Tue Aug 27 2002 Nalin Dahyabhai <nalin@redhat.com> 0.8.9-1
294- handle forward scrolling again (#73409)
295
296* Tue Aug 27 2002 Nalin Dahyabhai <nalin@redhat.com> 0.8.8-1
297- fix crashes on resize
298
299* Mon Aug 26 2002 Nalin Dahyabhai <nalin@redhat.com>
300- fix missing spaces on full lines
301
302* Mon Aug 26 2002 Nalin Dahyabhai <nalin@redhat.com> 0.8.7-1
303- fix deadlock when substitutions fail
304
305* Mon Aug 26 2002 Nalin Dahyabhai <nalin@redhat.com> 0.8.6-1
306- one-liner segfault bug fix
307
308* Sun Aug 25 2002 Nalin Dahyabhai <nalin@redhat.com> 0.8.5-1
309- fix reverse video mode, which broke during the rendering rewrite
310
311* Fri Aug 23 2002 Nalin Dahyabhai <nalin@redhat.com> 0.8.4-1
312- prevent up/UP/DO from scrolling
313- bind shift+insert to "paste PRIMARY", per xterm/kterm/hanterm
314
315* Thu Aug 22 2002 Nalin Dahyabhai <nalin@redhat.com> 0.8.3-1
316- track changes to the style's font
317- always open fonts right away so that the metric information is correct
318- make audible and visual bell independent options
319
320* Wed Aug 21 2002 Nalin Dahyabhai <nalin@redhat.com> 0.8.2-1
321- don't perform text substitution on text that is part of a control sequence
322
323* Tue Aug 20 2002 Nalin Dahyabhai <nalin@redhat.com> 0.8.1-1
324- dispose of the updated iso2022 context properly when processing incoming text
325
326* Tue Aug 20 2002 Nalin Dahyabhai <nalin@redhat.com> 0.8.0-1
327- rework font handling to use just-in-time loading
328- handle iso-2022 escape sequences, perhaps as much as they might make sense
329  in a Unicode environment
330
331* Wed Aug 14 2002 Nalin Dahyabhai <nalin@redhat.com> 0.7.4-1
332- handle massive amounts of invalid data better (the /dev/urandom case)
333- munged up patch from Owen to fix language matching
334- fix initialization of new rows when deleting lines
335
336* Mon Aug 12 2002 Nalin Dahyabhai <nalin@redhat.com> 0.7.3-1
337- more fixes for behavior when not realized
338- require bitmap-fonts
339- escape a control sequence properly
340
341* Thu Aug  8 2002 Nalin Dahyabhai <nalin@redhat.com> 0.7.2-1
342- fix cursor over reversed text
343- fix character positioning in Xft1
344- add border padding
345- fix lack of shift-in when resetting
346
347* Tue Aug  6 2002 Nalin Dahyabhai <nalin@redhat.com> 0.7.1-1
348- rework rendering with Pango
349- special-case monospaced Xft1 rendering, hopefully making it faster
350- modify pasting to use carriage returns instead of linefeeds
351
352* Thu Aug  1 2002 Nalin Dahyabhai <nalin@redhat.com> 0.7.0-1
353- rework drawing to minimize round trips to the server
354
355* Tue Jul 30 2002 Nalin Dahyabhai <nalin@redhat.com> 0.6.0-1
356- rework parsing to use tables instead of tries
357- implement more xterm-specific behaviors
358
359* Thu Jul 25 2002 Nalin Dahyabhai <nalin@redhat.com> 0.5.4-1
360- fix default PTY size bug
361
362* Wed Jul 24 2002 Nalin Dahyabhai <nalin@redhat.com> 0.5.3-1
363- open PTYs with the proper size (#69606)
364
365* Tue Jul 23 2002 Nalin Dahyabhai <nalin@redhat.com> 0.5.2-1
366- fix imbalanced realize/unrealize routines causing crashes (#69605)
367
368* Thu Jul 18 2002 Nalin Dahyabhai <nalin@redhat.com> 0.5.1-1
369- fix a couple of scrolling artifacts
370
371* Thu Jul 18 2002 Nalin Dahyabhai <nalin@redhat.com> 0.5.0-1
372- use gunichars internally
373- scroll regions more effectively
374- implement part of set-mode/reset-mode (maybe fixes #69143)
375- fix corner case in dingus hiliting (#67930, really this time)
376
377* Thu Jul 18 2002 Jeremy Katz <katzj@redhat.com> 0.4.9-3
378- free trip through the build system
379
380* Tue Jul 16 2002 Nalin Dahyabhai <nalin@redhat.com> 0.4.9-2
381- build in different environment
382
383* Tue Jul 16 2002 Nalin Dahyabhai <nalin@redhat.com> 0.4.9-1
384- check for iconv failures properly and report them more aggressively
385- guess at a proper default bold color (#68965)
386
387* Mon Jul 15 2002 Nalin Dahyabhai <nalin@redhat.com>
388- cosmetic fixes
389
390* Sat Jul 13 2002 Nalin Dahyabhai <nalin@redhat.com>
391- fix segfaulting during dingus highlighting when the buffer contains non-ASCII
392  characters (#67930)
393
394* Fri Jul 12 2002 Nalin Dahyabhai <nalin@redhat.com> 0.4.8-1
395- implement BCE (#68414)
396- bind F13-F35 per termcap
397
398* Thu Jul 11 2002 Nalin Dahyabhai <nalin@redhat.com>
399- rework default color selection
400- provide a means for apps to just set the foreground/background text colors
401- don't scroll-on-keystroke when it's just alt, hyper, meta, or super (#68986)
402
403* Tue Jul  2 2002 Nalin Dahyabhai <nalin@redhat.com>
404- allow shift+click to extend the selection (re: gnome 86246)
405
406* Mon Jul  1 2002 Nalin Dahyabhai <nalin@redhat.com> 0.4.7-1
407- recover from encoding errors more gracefully
408
409* Mon Jul  1 2002 Nalin Dahyabhai <nalin@redhat.com> 0.4.6-1
410- draw unicode line-drawing characters natively
411
412* Tue Jun 25 2002 Nalin Dahyabhai <nalin@redhat.com> 0.4.5-1
413- don't append spaces to multicolumn characters when reading the screen's
414  contents (part of #67379)
415- fix overexpose of neighboring cells (part of #67379)
416- prevent backscroll on the alternate screen for consistency with xterm
417- bind F10 to "k;", not "k0" (#67133)
418
419* Tue Jun 25 2002 Nalin Dahyabhai <nalin@redhat.com> 0.4.4-1
420- clear alternate buffer when switching screens (#67094)
421- fix setting of titles, but crept in when cleaning up GIConv usage (#67236)
422
423* Tue Jun 18 2002 Nalin Dahyabhai <nalin@redhat.com> 0.4.3-1
424- correct referencing/dereferencing of I/O channels (#66248)
425- correct package description to not mention the sample app which is no longer
426  included
427
428* Tue Jun 18 2002 Nalin Dahyabhai <nalin@redhat.com> 0.4.2-1
429- fix "cursor mistakenly hidden when app exits" by making cursor visibility
430  a widget-wide (as opposed to per-screen) setting
431
432* Tue Jun 18 2002 Nalin Dahyabhai <nalin@redhat.com> 0.4.1-1
433- fix use of alternate buffer in xterm emulation mode
434
435* Fri Jun 14 2002 Nalin Dahyabhai <nalin@redhat.com> 0.4.0-1
436- add a means for apps to add environment variables
437
438* Fri Jun 14 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.30-1
439- package up the python module
440
441* Mon Jun 10 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.29-1
442- compute padding correctly
443
444* Mon Jun 10 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.28-1
445- finish merging otaylor's Xft2 patch
446
447* Mon Jun 10 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.27-1
448- rework accessibility
449
450* Thu Jun  6 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.26-1
451- don't package up the test program
452- emit "child-exited" signals properly
453- try to allow building with either pangoxft-with-Xft1 or pangoxft-with-Xft2
454
455* Wed Jun  5 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.25-1
456- compute font widths better
457
458* Mon Jun  3 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.24-1
459- tweak handling of invalid sequences again
460
461* Fri May 31 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.23-1
462- switch to g_convert (again?)
463- fix use of core fonts
464
465* Tue May 28 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.22-1
466- plug some memory leaks
467
468* Tue May 28 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.21-1
469- fix matching, fix async background updates
470
471* Fri May 24 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.20-1
472- fixes from notting and otaylor
473
474* Tue May 21 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.19-1
475- fixes from andersca and Hidetoshi Tajima
476
477* Thu May 16 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.18-1
478- finish implementing matching
479
480* Thu May 16 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.17-1
481- tweak finding of selected text
482
483* Wed May 15 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.16-1
484- hook up Insert->kI
485- convert scroll events to button 4/5 if an app wants mouse events
486- don't send drag events when apps only want click events
487- fix selection crashbug
488
489* Tue May 14 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.15-1
490- fix ce, implement save/restore mode
491
492* Tue May 14 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.14-1
493- don't draw nul chars
494
495* Mon May 13 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.13-1
496- fix insert mode, implement visual bells
497
498* Thu May  9 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.12-1
499- iconv and remapping from otaylor
500- implement custom tabstopping
501
502* Wed May  8 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.11-1
503- add mouse drag event handling
504
505* Mon May  6 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.10-1
506- do mouse autohide and cursor switching
507
508* Mon May  6 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.9-1
509- start handling mouse events
510
511* Mon May  6 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.8-1
512- handle window manipulation sequences
513
514* Fri May  3 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.7-1
515- discard invalid control sequences
516- recognize designate-??-character-set correctly
517
518* Thu May  2 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.6-1
519- add a couple of sequence handlers, fix a couple of accessibility crashbugs
520
521* Thu May  2 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.5-1
522- fix cap parsing error and "handle" long invalid multibyte sequences better
523
524* Thu May  2 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.4-1
525- try to speed up sequence recognition a bit
526- disable some window_scroll speedups that appear to cause flickering
527
528* Wed May  1 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.2-1
529- include a small default termcap for systems without termcap files
530
531* Tue Apr 30 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.1-1
532- disconnect from the configure_toplevel signal at finalize-time
533
534* Tue Apr 30 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3-1
535- add an accessiblity object
536
537* Mon Apr 29 2002 Nalin Dahyabhai <nalin@redhat.com> 0.2.3-1
538- fix color resetting
539- fix idle handlers not being disconnected
540
541* Mon Apr 29 2002 Nalin Dahyabhai <nalin@redhat.com> 0.2.2-1
542- bug fixes
543
544* Thu Apr 25 2002 Nalin Dahyabhai <nalin@redhat.com> 0.1-1
545- finish initial packaging, start the changelog
Note: See TracBrowser for help on using the repository browser.