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

Revision 2219, 18.7 KB checked in by Takemikaduchi, 13 years ago (diff)

new upstream release

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