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

Revision 2041, 18.5 KB checked in by Takemikaduchi, 14 years ago (diff)

update to GNOME-2.32.0

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