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

Revision 4616, 18.8 KB checked in by Takemikaduchi, 13 years ago (diff)

X.Org, compiz, GNOME3, etc...

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