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

Revision 5701, 19.0 KB checked in by Takemikaduchi, 12 years ago (diff)

python-2.7.2

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