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

Revision 8119, 19.1 KB checked in by Takemikaduchi, 10 years ago (diff)

rebuild or new upstream release

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