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

Revision 1867, 18.4 KB checked in by iwaim, 14 years ago (diff)

build with rpm 4.8.1-1; see [VineSeed:21803]

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