summaryrefslogtreecommitdiff
blob: ccd78ec2f0aa604d549d682f5cf90219508a8300 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
# ChangeLog for x11-terms/xterm
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/x11-terms/xterm/ChangeLog,v 1.194 2007/02/14 15:46:21 drac Exp $

*xterm-224 (14 Feb 2007)

  14 Feb 2007; Samuli Suominen <drac@gentoo.org> +xterm-224.ebuild:
  Version bump; switch to emake in src_install.

  14 Feb 2007; Samuli Suominen <drac@gentoo.org> xterm-223.ebuild:
  Remove virtual/x11 from deps for bug 166361.

  05 Feb 2007; Alexander H. Færøy <eroyf@gentoo.org> xterm-222.ebuild:
  Stable on MIPS; bug #156741

  06 Dec 2006; Bryan Østergaard <kloeri@gentoo.org> xterm-222.ebuild:
  Stable on Alpha.

  03 Dec 2006; Christian Faulhammer <opfer@gentoo.org> xterm-222.ebuild:
  stable x86, bug #156741

  01 Dec 2006; Markus Rothe <corsair@gentoo.org> xterm-222.ebuild:
  Stable on ppc64; bug #156741

  01 Dec 2006; nixnut <nixnut@gentoo.org> xterm-222.ebuild:
  Stable on ppc wrt bug 156741

  01 Dec 2006; Steve Dibb <beandog@gentoo.org> xterm-222.ebuild:
  amd64 stable, bug 156741

  01 Dec 2006; Steve Dibb <beandog@gentoo.org> xterm-218.ebuild,
  xterm-222.ebuild, xterm-223.ebuild:
  Change dodoc to dohtml for html doc

  01 Dec 2006; Ferris McCormick <fmccor@gentoo.org> xterm-222.ebuild:
  Stable on sparc --- Bug #156741 --- it's been fine since late October, when it
  came out.

  01 Dec 2006; Jeroen Roovers <jer@gentoo.org> xterm-222.ebuild:
  Stable for HPPA (bug #156741).

*xterm-223 (01 Dec 2006)

  01 Dec 2006; Seemant Kulleen <seemant@gentoo.org> +xterm-223.ebuild:
  version bump, thanks to Thomas Dickey. It fixes bug #147111

  20 Oct 2006; Seemant Kulleen <seemant@gentoo.org> -xterm-220.ebuild,
  -xterm-221.ebuild:
  Removing xterm-220 and xterm-221 for segfault as shown in bug #152085 by
  Ciaran McCreesh

  19 Oct 2006; Aron Griffis <agriffis@gentoo.org> xterm-220.ebuild:
  Mark 220 stable on alpha

  18 Oct 2006; Joshua Jackson <tsunam@gentoo.org> xterm-220.ebuild:
  Stable x86; at seemant's request

  18 Oct 2006; Luca Barbato <lu_zero@gentoo.org> xterm-220.ebuild:
  Marked ppc

  18 Oct 2006; Tim Yamin <plasmaroo@gentoo.org> xterm-220.ebuild:
  Stable on IA64; bug #151762.

  18 Oct 2006; Seemant Kulleen <seemant@gentoo.org> xterm-220.ebuild:
  stabling arm, sh, s390 based on prior conversations with vapier about it

  18 Oct 2006; Markus Rothe <corsair@gentoo.org> xterm-220.ebuild:
  Stable on ppc64; bug #151762

  18 Oct 2006; Jeroen Roovers <jer@gentoo.org> xterm-220.ebuild:
  Stable for HPPA (bug #151762).

  18 Oct 2006; Olivier Crête <tester@gentoo.org> xterm-220.ebuild:
  Stable on amd64, bug #151762

  18 Oct 2006; Gustavo Zacarias <gustavoz@gentoo.org> xterm-220.ebuild:
  Stable on sparc wrt #151762

*xterm-222 (17 Oct 2006)

  17 Oct 2006; Seemant Kulleen <seemant@gentoo.org> +xterm-222.ebuild:
  version bump

  10 Oct 2006; Seemant Kulleen <seemant@gentoo.org> -xterm-215.ebuild:
  remove oldest version

  09 Oct 2006; Bryan Østergaard <kloeri@gentoo.org> xterm-218.ebuild:
  Stable on Alpha.

  03 Oct 2006; Jeroen Roovers <jer@gentoo.org> xterm-218.ebuild:
  Stable for HPPA (bug #149835).

  03 Oct 2006; Simon Stelling <blubb@gentoo.org> xterm-218.ebuild:
  stable on amd64

  03 Oct 2006; <nixnut@gentoo.org> xterm-218.ebuild:
  Stable on ppc wrt bug 149835

  03 Oct 2006; Joshua Jackson <tsunam@gentoo.org> xterm-218.ebuild:
  Stable x86; bug #149835

  02 Oct 2006; Markus Rothe <corsair@gentoo.org> xterm-218.ebuild:
  Stable on ppc64; bug #149835

  02 Oct 2006; Ferris McCormick <fmccor@gentoo.org> xterm-218.ebuild:
  Stable on sparc --- Bug #149835.

  02 Oct 2006; Stephen P. Becker <geoman@gentoo.org> xterm-218.ebuild:
  stable on mips, bug 149835

*xterm-221 (02 Oct 2006)

  02 Oct 2006; Emanuele Giaquinta <exg@gentoo.org> +xterm-221.ebuild:
  Version bump.

  15 Sep 2006; Seemant Kulleen <seemant@gentoo.org> xterm-215.ebuild,
  -xterm-217.ebuild, xterm-218.ebuild, xterm-220.ebuild:
  remove crufty ebuild. Filter the -Os gcc flag in favour of -O2, for now.
  When gcc-4.1.1-r2 goes stable (see bug #135718, SpanKY's comments), then the
  filter will be removed. This closes bug #147401

  11 Sep 2006; Emanuele Giaquinta <exg@gentoo.org> -xterm-219.ebuild:
  Cleanup.

*xterm-220 (11 Sep 2006)

  11 Sep 2006; Seemant Kulleen <seemant@gentoo.org> +xterm-220.ebuild:
  version bump

*xterm-219 (05 Sep 2006)

  05 Sep 2006; Seemant Kulleen <seemant@gentoo.org> -xterm-207-r1.ebuild,
  -xterm-215-r1.ebuild, -xterm-216.ebuild, +xterm-219.ebuild:
  version bump to 219, and cruft removal of some of the older versions -- 216,
  for example, is gone without ever hitting stable. 217 or 218 should be
  stabled soon

*xterm-218 (28 Aug 2006)

  28 Aug 2006; Seemant Kulleen <seemant@gentoo.org> +xterm-218.ebuild:
  Version bump

  22 Aug 2006; Seemant Kulleen <seemant@gentoo.org> -xterm-207.ebuild,
  -xterm-212-r2.ebuild, -xterm-212-r3.ebuild, -xterm-213.ebuild,
  -xterm-213-r1.ebuild:
  remove some of the older versions. Once 215 is stable, we can repoman 207-r1
  as well

*xterm-216 (08 Aug 2006)

  08 Aug 2006; Emanuele Giaquinta <exg@gentoo.org> +xterm-216.ebuild:
  Version bump.

*xterm-215-r1 (11 Jul 2006)

  11 Jul 2006; Emanuele Giaquinta <exg@gentoo.org> +xterm-215-r1.ebuild:
  Add optional support for bracketed paste mode, bug #93051.

  09 Jul 2006; Joshua Kinard <kumba@gentoo.org> xterm-215.ebuild:
  Marked stable on mips.

  30 Jun 2006; Thomas Cort <tcort@gentoo.org> xterm-215.ebuild:
  Stable on alpha wrt security Bug #135974.

  29 Jun 2006; Simon Stelling <blubb@gentoo.org> xterm-215.ebuild:
  stable on amd64 wrt bug 135974

  27 Jun 2006; Thomas Cort <tcort@gentoo.org> xterm-212-r3.ebuild:
  Stable on alpha wrt Bug #136546.

  26 Jun 2006; Guy Martin <gmsoft@gentoo.org> xterm-215.ebuild:
  Stable on hppa.

  25 Jun 2006; Tobias Scherbaum <dertobi123@gentoo.org> xterm-215.ebuild:
  ppc stable, bug #135974

  24 Jun 2006; Markus Rothe <corsair@gentoo.org> xterm-215.ebuild:
  Stable on ppc64; bug #135974

  22 Jun 2006; Joshua Jackson <tsunam@gentoo.org> xterm-215.ebuild:
  Stable x86; bug #135974

  21 Jun 2006; Gustavo Zacarias <gustavoz@gentoo.org> xterm-215.ebuild:
  Stable on sparc wrt security #135974

*xterm-215 (20 Jun 2006)

  20 Jun 2006; Emanuele Giaquinta <exg@gentoo.org> +xterm-215.ebuild:
  Security bump. Failure to check the return value of setuid() in a privileged
  process could be used by a local user for file overwriting and possible
  privilege escalation in corner cases. See
  http://lists.freedesktop.org/archives/xorg/2006-June/016146.html for more
  information.

  14 Jun 2006; Jeroen Roovers <jer@gentoo.org> xterm-212-r3.ebuild:
  Stable for hppa (bug #136546).

  13 Jun 2006; Jon Hood <squinky86@gentoo.org> xterm-212-r3.ebuild:
  Stable on amd64, #136546.

  12 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org> xterm-212-r3.ebuild:
  Stable on x86 wrt bug #136546.

  12 Jun 2006; Gustavo Zacarias <gustavoz@gentoo.org> xterm-212-r3.ebuild:
  Stable on sparc wrt #136546

  12 Jun 2006; Brent Baude <ranger@gentoo.org> xterm-212-r3.ebuild:
  Keywording term-212-r3 ppc64 stable per bug request 136546

  12 Jun 2006; <nixnut@gentoo.org> xterm-212-r3.ebuild:
  Stable on ppc; bug #136546

*xterm-213-r1 (02 Jun 2006)
*xterm-212-r3 (02 Jun 2006)
*xterm-207-r1 (02 Jun 2006)

  02 Jun 2006; Seemant Kulleen <seemant@gentoo.org> +xterm-207-r1.ebuild,
  +xterm-212-r3.ebuild, +xterm-213-r1.ebuild:
  Change the depends to sys-libs/libutempter specifically, see bug #75943 and
  bug #115533

*xterm-213 (31 May 2006)

  31 May 2006; Emanuele Giaquinta <exg@gentoo.org> -files/xterm-LANG.patch,
  -xterm-204.ebuild, -xterm-210.ebuild, -xterm-211.ebuild,
  -xterm-212.ebuild, -xterm-212-r1.ebuild, xterm-212-r2.ebuild,
  +xterm-213.ebuild:
  Version bump. Cleanup.

*xterm-212-r2 (10 May 2006)

  10 May 2006; Emanuele Giaquinta <exg@gentoo.org>
  +files/xterm-app-defaults-ref.patch, +xterm-212-r2.ebuild:
  Add patch to not include DESTDIR in the paths for default resources files
  specified in the man page, fix bug #132843. Change the directory for the
  resources files on modular to the one used in the 7.0 release.

*xterm-212-r1 (03 May 2006)

  03 May 2006; Emanuele Giaquinta <exg@gentoo.org> +xterm-212-r1.ebuild:
  Add dep on luit for modular. Move dep on groff in DEPEND. Check for libX11
  rather than for xorg-x11 to detect modular, to fix the case when no prior
  installation of xorg-x11-7 exists.

*xterm-212 (12 Apr 2006)

  12 Apr 2006; Emanuele Giaquinta <exg@gentoo.org> +xterm-212.ebuild:
  Version bump.

  31 Mar 2006; Diego Pettenò <flameeyes@gentoo.org> xterm-211.ebuild:
  Add ~x86-fbsd keyword.

  22 Mar 2006; Donnie Berkholz <spyderous@gentoo.org>; xterm-210.ebuild,
  xterm-211.ebuild:
  (#122726) Add missing keywords; apps that depend on this were keyworded, so
  it was tested and just got missed.

  21 Mar 2006; Emanuele Giaquinta <exg@gentoo.org> xterm-211.ebuild:
  Use narrow prototypes on monolithic X; fix scrollbar breakage, bug #115037.

  21 Mar 2006; Emanuele Giaquinta <exg@gentoo.org> xterm-211.ebuild:
  Fixed sed for modular X, bug #126110.

*xterm-211 (20 Mar 2006)

  20 Mar 2006; Seemant Kulleen <seemant@gentoo.org> -xterm-208.ebuild,
  +xterm-211.ebuild:
  version bump to newest release

*xterm-210 (13 Mar 2006)

  13 Mar 2006; Emanuele Giaquinta <exg@gentoo.org> +xterm-210.ebuild:
  Version bump.

  10 Feb 2006; Seemant Kulleen <seemant@gentoo.org> xterm-207.ebuild,
  xterm-208.ebuild:
  Same fix ported forward

  10 Feb 2006; Seemant Kulleen <seemant@gentoo.org> xterm-207.ebuild:
  fix for bug #115037

  07 Feb 2006; Aron Griffis <agriffis@gentoo.org> xterm-207.ebuild:
  Mark 207 stable on alpha

  26 Jan 2006; Stephen P. Becker <geoman@gentoo.org> xterm-207.ebuild:
  stable on mips

  18 Jan 2006; Markus Rothe <corsair@gentoo.org> xterm-207.ebuild:
  Stable on ppc64; bug #119108

  15 Jan 2006; Andrej Kacian <ticho@gentoo.org> xterm-207.ebuild:
  Stable on x86, bug #119108.

  15 Jan 2006; Jason Wever <weeve@gentoo.org> xterm-207.ebuild:
  Stable on SPARC wrt bug 119108.

  15 Jan 2006; <nixnut@gentoo.org> xterm-207.ebuild:
  Added ppc keyword. bug 119108

  15 Jan 2006; Seemant Kulleen <seemant@gentoo.org> -xterm-205.ebuild:
  remove cruft version

  15 Jan 2006; Seemant Kulleen <seemant@gentoo.org> xterm-207.ebuild:
  Stabling on amd64

*xterm-208 (15 Jan 2006)

  15 Jan 2006; Seemant Kulleen <seemant@gentoo.org> +xterm-208.ebuild:
  Version bump -- fixes bug #113604 by Colin MAcdonald

  14 Dec 2005; Doug Goldstein <cardoe@gentoo.org> ChangeLog:
  Fixed my typo in modular X depends.

  07 Dec 2005; Seemant Kulleen <seemant@gentoo.org> xterm-205.ebuild:
  taking to stable on amd64

*xterm-207 (07 Dec 2005)

  07 Dec 2005; Seemant Kulleen <seemant@gentoo.org> +xterm-207.ebuild:
  version bump (I missed 206 entirely) to 207, which fixes bug #104818, bug
  #113596, and bug #112793. Huge thanks to Thomas

  19 Oct 2005; Seemant Kulleen <seemant@gentoo.org> xterm-205.ebuild:
  remove postinst message about security, since that issue is old and dead.
  Added the doc use flag which is used to optionally create the ctlseqs.txt
  document, installed into /usr/share/doc. The latter is at the request of Joe
  Wells in bug #108053

*xterm-205 (19 Oct 2005)

  19 Oct 2005; Seemant Kulleen <seemant@gentoo.org> +xterm-205.ebuild:
  new version, and I'm a month behind, for crying out loud. This version
  should fix bug #105369 and bug #100728. Want to think Martin Ehmsen in
  bug #109101 for notifying me of the new release.

  03 Oct 2005; Seemant Kulleen <seemant@gentoo.org> -xterm-200-r3.ebuild:
  204 is now stable, (closing bug #10133) -- thanks to all the arch teams

  20 Sep 2005; Hardave Riar <hardave@gentoo.org> xterm-204.ebuild:
  Stable on mips, bug #101333.

  19 Sep 2005; Gustavo Zacarias <gustavoz@gentoo.org> xterm-204.ebuild:
  Stable on sparc wrt #101333

  17 Sep 2005; Markus Rothe <corsair@gentoo.org> xterm-204.ebuild:
  Stable on ppc64

  17 Sep 2005; Aron Griffis <agriffis@gentoo.org> xterm-204.ebuild:
  Mark 204 stable on ia64

  16 Sep 2005; Fernando J. Pereda <ferdy@gentoo.org> xterm-204.ebuild:
  stable on alpha, wrt bug #101333

  16 Sep 2005; Mark Loeser <halcy0n@gentoo.org> xterm-204.ebuild:
  Stable on x86.

  16 Sep 2005; Joseph Jezak <josejx@gentoo.org> xterm-204.ebuild:
  Marked ppc stable for bug #101333.

  16 Sep 2005; Seemant Kulleen <seemant@gentoo.org> +files/xterm-LANG.patch,
  xterm-204.ebuild:
  add patch to fix the EE lang issue. Thomas has indicated that he will
  probably update the configure script in xterm-205 to address this. Bug
  #105369

  16 Sep 2005; Seemant Kulleen <seemant@gentoo.org> xterm-204.ebuild:
  to stable

  25 Aug 2005; Doug Goldstein <cardoe@gentoo.org> xterm-204.ebuild:
  Added modular X depends as per discussion with seemant.
  These work for me, but please CC me on any bug if there needs to be tweaks.

  05 Aug 2005; Seemant Kulleen <seemant@gentoo.org>
  -files/xterm-no-toolbar-by-default.patch:
  remove cruft patch

*xterm-204 (05 Aug 2005)

  05 Aug 2005; Seemant Kulleen <seemant@gentoo.org> -xterm-200-r1.ebuild,
  -xterm-202-r1.ebuild, -xterm-202-r2.ebuild, +xterm-204.ebuild:
  version bump -- and this one actually works for me now, I'll unmask after a
  few people test.  Version bump notification by Donnie Berkholz.

  03 Jul 2005; Hardave Riar <hardave@gentoo.org> xterm-200-r3.ebuild:
  Stable on mips, bug #91453

*xterm-202-r2 (13 Jun 2005)
*xterm-200-r3 (13 Jun 2005)

  13 Jun 2005; Seemant Kulleen <seemant@gentoo.org> -xterm-200-r2.ebuild,
  +xterm-200-r3.ebuild, -xterm-202.ebuild, +xterm-202-r2.ebuild:
  append, not overwrite. Sorry for this. Thanks to: Dan Foster
  <dsf@globalcrossing.net> in bug #95858

  12 Jun 2005; Michael Hanselmann <hansmi@gentoo.org> xterm-200-r2.ebuild:
  Stable on hppa.

  11 Jun 2005; Yuta SATOH <nigoro@gentoo.org> xterm-200-r2.ebuild:
  Stable on ppc64, bug #91453

  10 Jun 2005; Aron Griffis <agriffis@gentoo.org> xterm-200-r2.ebuild:
  stable on alpha ia64 #91453

  10 Jun 2005; Joseph Jezak <josejx@gentoo.org> xterm-200-r2.ebuild:
  Marked ppc stable for bug #91453.

  10 Jun 2005; Ferris McCormick <fmccor@gentoo.org> xterm-200-r2.ebuild:
  Stable for sparc; security Bug 91453.

*xterm-202-r1 (10 Jun 2005)
*xterm-200-r2 (10 Jun 2005)

  10 Jun 2005; Seemant Kulleen <seemant@gentoo.org> +xterm-200-r2.ebuild,
  +xterm-202-r1.ebuild:
  200-r2 and 202-r1 are both revision bumps. Arches please mark 200-r2 stable,
  NOT 202, which still has a bunch of problems. Fix for bug #91453 by
  Jean-François Brunette <rainbsoft@hotmail.com>. Fix provided by the
  venerable (not vulnerable) Thomas Dickey

  08 Jun 2005; Stephen P. Becker <geoman@gentoo.org> xterm-200-r1.ebuild:
  stable on mips

  13 May 2005; Seemant Kulleen <seemant@gentoo.org> xterm-197.ebuild,
  xterm-199.ebuild, xterm-200-r1.ebuild, xterm-202.ebuild:
  change the dependency to virtual/utempter instead

  12 May 2005; Donnie Berkholz <spyderous@gentoo.org>; metadata.xml:
  Stick Seemant in as primary maintainer.

*xterm-202 (10 May 2005)

  10 May 2005; Seemant Kulleen <seemant@gentoo.org> +xterm-202.ebuild:
  version bump which should fix a few issues from 201. I'll wait to hear in
  each bug report and then mention that as the issues are resolved. For a few
  bugs, we need to wait for 203, actually. I should note that Georgi Georgiev <chutz@gg3.net>
  informed about the version bump in bug #91520

  01 May 2005; Guy Martin <gmsoft@gentoo.org> xterm-200-r1.ebuild:
  Stable on hppa.

  30 Apr 2005; Aron Griffis <agriffis@gentoo.org> xterm-200-r1.ebuild,
  xterm-201.ebuild:
  Workaround problem where some bash versions treat $CMD specially #90970

  27 Apr 2005; Seemant Kulleen <seemant@gentoo.org> xterm-201.ebuild:
  wasn't meant to be stabled, very very sorry

*xterm-201 (26 Apr 2005)

  26 Apr 2005; Seemant Kulleen <seemant@gentoo.org>
  +files/xterm-no-toolbar-by-default.patch, +xterm-201.ebuild:
  Version bump thanks to Donnie in irc. I don't like the way this one does the
  prompts -- makes it hard to read and stuff. If anyone has fixes for it,
  contact me via email or irc please. Also, toolbars are now enabled by
  default -- not USE based anymore. run xterm -tb to enable them if you want.
  The default resource files causes toolbars to be disabled as per expected
  behaviour

  20 Apr 2005; Bryan Østergaard <kloeri@gentoo.org> xterm-200-r1.ebuild:
  Stable on alpha + ia64, requested by seemant.

*xterm-200-r1 (15 Apr 2005)

  15 Apr 2005; Seemant Kulleen <seemant@gentoo.org> +xterm-200-r1.ebuild:
  don't install any more terminfo files, as these clash with the files
  provided by ncurses. closes bug #72502 by Maurice van der Pot
  <griffon26@gentoo.org>

  15 Apr 2005; Jochen Maes <sejo@gentoo.org> xterm-200.ebuild:
  added ppc keyword

  15 Apr 2005; Seemant Kulleen <seemant@gentoo.org> xterm-200.ebuild:
  stable on amd64 as well, since I've been using it on amd64

  14 Apr 2005; Ferris McCormick <fmccor@gentoo.org> xterm-200.ebuild:
  Stable for sparc; thanks to Seemant for the alert. Runs well, no bugs
  outstanding.

  14 Apr 2005; Seemant Kulleen <seemant@gentoo.org> xterm-200.ebuild:
  Bump to stable x86

  15 Apr 2005; Jochen Maes <sejo@gentoo.org> xterm-200.ebuild:
  added ppc keyword

  11 Apr 2005; Seemant Kulleen <seemant@gentoo.org> -xterm-196.ebuild,
  -xterm-196-r1.ebuild:
  remove cruft

  09 Apr 2005; Tom Gall <tgall@gentoo.org> xterm-199.ebuild:
  ok a little late ... stable on ppc64 :-)

  09 Apr 2005; Markus Rothe <corsair@gentoo.org> xterm-200.ebuild:
  Stable on ppc64

  01 Apr 2005; Aron Griffis <agriffis@gentoo.org> xterm-199.ebuild:
  stable on ia64

  10 Mar 2005; Seemant Kulleen <seemant@gentoo.org> xterm-200.ebuild:
  sorry, utempter stays -- I would rather *not* have xterm be sgid

*xterm-200 (10 Mar 2005)

  10 Mar 2005; Seemant Kulleen <seemant@gentoo.org> +xterm-200.ebuild:
  Version bump. This fixes bug #80016 by Joe Wells <sllewbj@blueyonder.co.uk>
  with the toolbar local USE flag. It also fixes bug #75943 by dobz
  <abusenospam@free.fr> by removing the dependency on utempter. As for bug
  #79112, the x11 team will review whether we want to move to a virtual/term
  type layout (with xterm, of course, being the default satisfier for that
  virtual

  10 Mar 2005; Stephen P. Becker <geoman@gentoo.org> xterm-199.ebuild:
  stable on mips

  06 Mar 2005; Heinrich Wendel <lanius@gentoo.org> xterm-197.ebuild:
  stable on amd64

  13 Feb 2005; Bryan Østergaard <kloeri@gentoo.org> xterm-197.ebuild:
  Stable on alpha.

  25 Jan 2005; Guy Martin <gmsoft@gentoo.org> xterm-197.ebuild:
  Stable on hppa.

  21 Jan 2005; Gustavo Zacarias <gustavoz@gentoo.org> xterm-197.ebuild:
  Stable on sparc

*xterm-199 (21 Jan 2005)

  21 Jan 2005; Donnie Berkholz <spyderous@gentoo.org>; +xterm-199.ebuild:
  New version. Fixes #75604, #76453 and #69926. Thanks to Seemant for updating
  this and sending it to me.

  20 Jan 2005; Donnie Berkholz <spyderous@gentoo.org>; xterm-197.ebuild:
  Unleash upon the x86 masses.

  29 Dec 2004; Seemant Kulleen <seemant@gentoo.org> xterm-196-r1.ebuild,
  xterm-196.ebuild, xterm-197.ebuild:
  bug #8810 is fixed, so adding virtual/x11 back as a DEP. Closes bug #76062
  by Tony Murray <tonymurray@fastmail.fm>

  28 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
  Change encoding to UTF-8 for GLEP 31 compliance

  28 Dec 2004; Seemant Kulleen <seemant@gentoo.org> -xterm-179.ebuild,
  -xterm-184.ebuild, -xterm-191.ebuild, -xterm-194.ebuild:
  clean out crufty versions

*xterm-197 (28 Dec 2004)

  28 Dec 2004; Seemant Kulleen <seemant@gentoo.org> +xterm-197.ebuild:
  version bump to latest release -- I'm 28 days behind

  19 Dec 2004; Daniel Black <dragonheart@gentoo.org> xterm-196-r1.ebuild,
  xterm-196.ebuild:
  ppc stable as per bug #67326

*xterm-196-r1 (08 Nov 2004)

  08 Nov 2004; Donnie Berkholz <spyderous@gentoo.org>; +xterm-196-r1.ebuild:
  Make sure /usr/bin/xterm is 0755. It grabs permissions from the live system
  at install time, and they could be old ones from when it was suid (for
  unix98 pty) or sgid (for without utempter) (#69510).

  23 Oct 2004; Bryan Østergaard <kloeri@gentoo.org> xterm-196.ebuild:
  Stable on alpha.

  18 Oct 2004; Stephen P. Becker <geoman@gentoo.org> xterm-196.ebuild:
  stable on mips wrt bug 67326

  17 Oct 2004; Dylan Carlson <absinthe@gentoo.org> xterm-196.ebuild:
  stable on amd64.

  13 Oct 2004; Guy Martin <gmsoft@gentoo.org> xterm-196.ebuild:
  Stable on hppa.

  13 Oct 2004; Ferris McCormick <fmccor@gentoo.org> xterm-196.ebuild:
  Stable for sparc. (Bug 67326.)

  12 Oct 2004; Donnie Berkholz <spyderous@gentoo.org>; xterm-196.ebuild:
  x86.

  02 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> xterm-179.ebuild,
  xterm-191.ebuild:
  Masked xterm-191.ebuild stable for ppc

  02 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> xterm-179.ebuild:
  Masked xterm-179.ebuild stable for ppc

  25 Aug 2004; Seemant Kulleen <seemant@gentoo.org> xterm-196.ebuild:
  change blue2 to blue in the XTerm-color definition file. closes bug #58792 by
  Evgeny Stambulchik <fnevgeny@weizmann.ac.il>

*xterm-196 (20 Aug 2004)

  20 Aug 2004; Seemant Kulleen <seemant@gentoo.org> +xterm-196.ebuild:
  Version bump, thanks to: Daniel Webert <rockoo@rockoo.homelinux.org> in bug
  #60509

*xterm-194 (09 Aug 2004)

  09 Aug 2004; Seemant Kulleen <seemant@gentoo.org> -xterm-192.ebuild,
  -xterm-193.ebuild, +xterm-194.ebuild:
  Version bump thanks to: Daniel Webert <rockoo@rockoo.homelinux.org> in bug
  #58909

  05 Aug 2004; Gustavo Zacarias <gustavoz@gentoo.org> xterm-191.ebuild:
  Stable on sparc

  24 Jul 2004; Stephen P. Becker <geoman@gentoo.org> xterm-191.ebuild:
  Stable on mips.

*xterm-193 (23 Jul 2004)

  23 Jul 2004; Seemant Kulleen <seemant@gentoo.org> +xterm-193.ebuild:
  version bump, thanks to: Daniel Webert <rockoo@rockoo.homelinux.org> in bug
  #57964

  16 Jul 2004; Tom Gall <tgall@gentoo.org> xterm-191.ebuild:
  stable on ppc64

*xterm-192 (13 Jul 2004)

  13 Jul 2004; Seemant Kulleen <seemant@gentoo.org> +xterm-192.ebuild:
  Version bump, thanks to Donnie Berkholz <spyderous@gentoo.org> in #gentoo-dev

  10 Jul 2004; Donnie Berkholz <spyderous@gentoo.org>; xterm-191.ebuild:
  x86

  30 Jun 2004; Aron Griffis <agriffis@gentoo.org> xterm-184.ebuild,
  xterm-191.ebuild:
  stable on alpha and ia64

  28 Jun 2004; Aron Griffis <agriffis@gentoo.org> xterm-184.ebuild:
  add sed-4 dep

  26 Jun 2004; Seemant Kulleen <seemant@gentoo.org> xterm-191.ebuild:
  doh! luit was being always enabled. Fixed now so it's only enabled with the
  unicode flag. Thanks to: Georgi Georgiev <chutz@gg3.net> in bug #54671

  20 Jun 2004; Ian Leitch <port001@gentoo.org> xterm-179.ebuild:
  No need to set S

  14 Jun 2004; Tom Gall <tgall@gentoo.org> xterm-191.ebuild:
  ~ppc64, initial x support, bug #53763

  13 Jun 2004; Donnie Berkholz <spyderous@gentoo.org>; xterm-191.ebuild:
  Change virtual/x11 dep because of #8810.

  12 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> xterm-184.ebuild:
  Stable on alpha.

  10 Jun 2004; Seemant Kulleen <seemant@gentoo.org> xterm-191.ebuild:
  Apply the termcap breakage patch to fix the make install errors. Closes bug
  #53485 by: Guillaume Castagnino <guilc@fr.st>

  09 Jun 2004; Seemant Kulleen <seemant@gentoo.org> xterm-191.ebuild:
  any mention of Xaw3d to the configure script, and it assumes you want it. So
  changed the use condition slightly, to close bug #53455 by Paul Taylor
  <birder@ozemail.com.au> while I file a bug with Thomas

*xterm-191 (09 Jun 2004)

  09 Jun 2004; Seemant Kulleen <seemant@gentoo.org> +xterm-191.ebuild:
  version bump -- this one has the luit fixes that Thomas Dickey promised in bug
  #50982 by Daniel Webert <daniel_webert@web.de>. Now xterm once again works
  with utempter! Yay! Thanks Thomas

  29 May 2004; Ferris McCormick <fmccor@gentoo.org> xterm-184.ebuild:
  Mark stable on sparc.

  19 Apr 2004; Aron Griffis <agriffis@gentoo.org> xterm-184.ebuild:
  Add ~alpha and ~ia64

  18 Apr 2004; Donnie Berkholz <spyderous@gentoo.org>; xterm-179.ebuild,
  xterm-184.ebuild:
  Change xfree dep to >=x11-base/xfree-4.3.0-r6.

  18 Apr 2004; Travis Tilley <lv@gentoo.org> xterm-184.ebuild:
  marking stable on amd64 as a needed dependency for xorg-x11. see bug 48261 for
  more details.

  15 Apr 2004; Donnie Berkholz <spyderous@gentoo.org>; xterm-179.ebuild,
  xterm-184.ebuild:
  Modify dependency to include possible x11-base/xfree.

  14 Apr 2004; Stephen P. Becker <geoman@gentoo.org> xterm-184.ebuild:
  Added ~mips keyword.

  11 Apr 2004; Donnie Berkholz <spyderous@gentoo.org>; xterm-184.ebuild:
  Workaround for broken configure script that doesn't take --without for a
  --with (#47398).

  11 Apr 2004; Donnie Berkholz <spyderous@gentoo.org>; xterm-184.ebuild:
  Revert Xaw3d change after further investigation.

  10 Apr 2004; Jason Wever <weeve@gentoo.org> xterm-184.ebuild:
  Added ~sparc keyword.

  10 Apr 2004; Donnie Berkholz <spyderous@gentoo.org>; xterm-184.ebuild:
  use_with to use_enable for Xaw3d. Thanks to Giacomo Perale
  <ghepeu@virgilio.it> (#47398).

  09 Apr 2004; Donnie Berkholz <spyderous@gentoo.org>; xterm-184.ebuild:
  Add Xaw3d option, thanks to Ronald Hummelink <ronald@hummelink.xs4all.nl>.

  09 Apr 2004; Luca Barbato <lu_zero@gentoo.org> xterm-184.ebuild:
  Marked ~ppc

  09 Apr 2004; Donnie Berkholz <spyderous@gentoo.org>; xterm-179.ebuild,
  xterm-184.ebuild:
  Change dependency to hard dep on xorg-x11 instead of virtual, because the only
  working xfree with this is hard-masked 4.3.0-r6. Also keyword ebuilds to ~x86
  ~amd64 only to be consistent with xorg-x11.

  09 Apr 2004; Donnie Berkholz <spyderous@gentoo.org>; xterm-179.ebuild:
  Fix incorrect sparc keyword to ~sparc.

  07 Apr 2004; Donnie Berkholz <spyderous@gentoo.org>; xterm-179.ebuild,
  xterm-184.ebuild, files/xterm-184-remove-termcap-breakage.patch:
  After further discussion with Mike, decided to drop termcap support entirely
  and stop resultant breakage with a one-line patch.

  07 Apr 2004; Donnie Berkholz <spyderous@gentoo.org>; xterm-179.ebuild,
  xterm-184.ebuild:
  Add sys-libs/libtermcap-compat to DEPEND. Reported by Mike Frysinger
  <vapier@gentoo.org>.

  07 Apr 2004; Seemant Kulleen <seemant@gentoo.org> xterm-179.ebuild,
  xterm-184.ebuild:
  change to use_enable syntax, and also disable calling imake, so that this
  builds with xorg as well

*xterm-184 (17 Jan 2004)
  
  17 Jan 2004; Seemant Kulleen <seemant@gentoo.org> xterm-184.ebuild :

  Version bump.

  19 Oct 2003; Sven Blumenstein <bazik@gentoo.org> xterm-179.ebuild:
  Added sparc keyword.

  31 May 2003; Seemant Kulleen <seemant@gentoo.org> xterm-179.ebuild:
  Added utempter as a DEPEND and also enabled 256-color. The latter should solve
  bug #13892 by Tom von Schwerdtner <tvon@etria.org>

*xterm-179 (30 May 2003)

  30 May 2003; Seemant Kulleen <seemant@gentoo.org> xterm-179.ebuild:
  New package -- xterm's development happens outside of xfree, and then gets
  merged into xfree's source tree. This package follows xterm's development with
  the goal of removing xterm's compilation within the xfree ebuild.
  Ideally, this should work with utempter library in the near future.