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

Revision 4576, 18.9 KB checked in by Takemikaduchi, 13 years ago (diff)

fix security issue

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