source: projects/specs/branches/6/v/vte/vte-vl.spec @ 7673

Revision 7673, 19.4 KB checked in by iwamoto, 11 years ago (diff)

poppler,vte, xorg-x11-server update

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