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

Revision 2090, 18.6 KB checked in by Takemikaduchi, 14 years ago (diff)

New package(giggle,dconf)
Add Requires (gsettings-desktop-schemas)
new upstream release (vte,xorg-x11-drv-*)

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