vte-vl.spec 19 KB

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