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

Revision 1260, 18.0 KB checked in by Takemikaduchi, 14 years ago (diff)

update gnome (2.30.2)

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