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

Revision 1562, 18.3 KB checked in by owa, 14 years ago (diff)

updated vte to 0.25.1

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