summaryrefslogtreecommitdiff
path: root/gnome-about/ChangeLog
blob: 16492ed124d2e3c973cb4b0043ee8ed3099a5dcf (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
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
==================== 2.24.0 ====================

==================== 2.23.92 ====================

==================== 2.23.91 ====================

==================== 2.23.90 ====================

==================== 2.23.6 ====================

==================== 2.23.5 ====================

==================== 2.23.4 ====================

==================== 2.23.3 ====================

==================== 2.23.2 ====================

2008-05-05  Vincent Untz  <vuntz@gnome.org>

	* gnome-about.in: convert the strftime() output to UTF-8
	Fix bug #530382
	Patch by Takao Fujiwara <takao.fujiwara@sun.com>

2008-05-05  Vincent Untz  <vuntz@gnome.org>

	* gnome-about.in: don't skip the last description from
	gnome-version.xml.
	Patch by Matt Keenan <matt.keenan@sun.com>. Fix bug #530904.

==================== 2.23.1 ====================

==================== 2.22.1 ====================

==================== 2.22.0 ====================

==================== 2.21.92 ====================

2008-02-13  Vincent Untz  <vuntz@gnome.org>

	* gnome-about.in: fix TypeError in print with two strings
	Fix bug #515885

2008-02-12  Vincent Untz  <vuntz@gnome.org>

	* gnome-about.in: fix comment indentation. Might help intltool?

==================== 2.21.91 ====================

2008-02-11  Vincent Untz  <vuntz@gnome.org>

	* gnome-about.in: add a --version option to restore compatibility
	Fix bug #509566

==================== 2.21.90 ====================

==================== 2.21.5 ====================

2008-01-08  Vincent Untz  <vuntz@gnome.org>

	* gnome-about.in: define some values for the text timeout for
	animation, and increase them a bit
	Patch by Guillaume Seguin <guillaume@segu.in>
	Bug #470833

2008-01-08  Vincent Untz  <vuntz@gnome.org>

	* gnome-about.in: don't import OptionGroup

2008-01-08  Vincent Untz  <vuntz@gnome.org>

	* gnome-about.in: (GnomeLogo): repaint the logo when the style is set
	Fix problem when the color of the logo is wrong when changing theme.
	Patch by Guillaume Seguin <guillaume@segu.in>
	Bug #496288

2008-01-08  Vincent Untz  <vuntz@gnome.org>

	* gnome-about.in: don't keep the window centered
	Patch by Guillaume Seguin <guillaume@segu.in>
	Bug #498631

==================== 2.21.4 ====================

==================== 2.21.2 ====================

==================== 2.20.1 ====================

2007-10-15  Vincent Untz  <vuntz@gnome.org>

	* Makefile.am: make distcheck work

2007-09-18  Vincent Untz  <vuntz@gnome.org>

	* Makefile.am: add a check rule that verifies that
	foundation-members.list is not empty. So we don't ship a tarball with
	no foundation members list.

==================== 2.20.0 ====================

2007-09-11  Vincent Untz  <vuntz@gnome.org>

	* Makefile.am: ship foundation-members.list

2007-09-11  Vincent Untz  <vuntz@gnome.org>

	Remove code to download the list of foundation members. This will be
	in a file that is created during make dist.

	* contributors.c: rename some variables.
	(generate_randomness): update for new names
	(contributors_get): ditto
	(contributors_read): renamed from contributors_static_read(), make
	more generic
	(contributors_free): updated
	(contributors_init): updated
	(contributors_ensure_dir_exists): kill
	(contributors_async_xfer_progress): kill
	(contributors_online_read): kill

==================== 2.19.92 ====================

==================== 2.19.90 ====================

==================== 2.19.6 ====================

==================== 2.19.5 ====================

2007-06-30  Vincent Untz  <vuntz@gnome.org>

	Implement downloading list of foundation members from api.gnome.org,
	but we're waiting for an api.gnome.org page for now.

	* contributors.c: (contributors_read_from_file): don't always read
	contributors.list, but read the file passed as argument, only accept
	files with a known format: first line should be "# gnome-about
	contributors - format 1". This should help in case we get a wrong
	file.
	(contributors_ensure_dir_exists): new, to make sure
	~/.gnome2/gnome-about/ exists
	(contributors_async_xfer_progress): new, include the online
	contributor list after download
	(contributors_online_read): implement, but deactivated for now. We
	check if the cached file is not older than 2 weeks, and if it is (or
	if it doesn't exist), download the list of foundation members
	(contributors_free): updated
	* contributors.list: add a format line

2007-06-30  Vincent Untz  <vuntz@gnome.org>

	* Makefile.am: add new files
	* contributors.list: the list of contributors is now data
	* contributors.[ch]: new file, to handle everything related to the
	list of contributors. We don't download the list of foundation members
	yet.
	* gnome-about.c: (canvas_button_press_event): use contributors_get()
	(display_contributors): ditto
	(generate_randomness): moved to contributors.c
	(main): init and free contributors stuff
	Fix bug #415516

==================== 2.19.4 ====================

2007-06-14  Vincent Untz  <vuntz@gnome.org>

	* gnome-about.c: (animate_text): use g_timeout_add_seconds()

==================== 2.19.3.1 ====================

==================== 2.19.3 ====================

==================== 2.19.2 ====================

2007-05-08  Vincent Untz  <vuntz@gnome.org>

	* contributors.h: typo

2007-04-28  Vincent Untz  <vuntz@gnome.org>

	* contributors.h: 5 new people

2007-04-28  Vincent Untz  <vuntz@gnome.org>

	* contributors.h: 3 new people

==================== 2.18.1 ====================

2007-04-10  Vincent Untz  <vuntz@gnome.org>

	* contributors.h: 14 new people

==================== 2.18.0 ====================

2007-03-12  Vincent Untz  <vuntz@gnome.org>

	* contributors.h: 180 new people since the call for the update of our
	list of contributors. No, they didn't join the project in the last
	week :-)
	Oh, and sorry, I won't write the biography of all of them here. Not
	because it would take a lot of time, but simply because I don't know
	the life of most of them. Which is a pity. Don't you think?

2007-03-11  Alexander Shopov  <ash@contact.bg>

	* contributors.h: Removing superfluous "'"
	from Danilo Segan's name.

2007-03-10  Alexander Shopov  <ash@contact.bg>

	* contributors.h: Added members of
	the Bulgarian GNOME translators.

2007-03-10  Alexander Shopov  <ash@contact.bg>

	* contributors.h: Sorted contributors.
	N_() translatable ones are last.

==================== 2.17.92 ====================

==================== 2.17.91 ====================

2007-02-11  Emmanuele Bassi  <ebassi@gnome.org>

	* contributors.h: Added myself and Fabio Marzocca.

==================== 2.17.90 ====================

==================== 2.17.5 ====================

2007-01-06  Vincent Untz  <vuntz@gnome.org>

	* gnome-about.c: (display_version_info_on_term):
	(display_version_info): s/informations/information
	Fix bugs #393033, #391271

2006-11-13  Vincent Untz  <vuntz@gnome.org>

	* gnome-about.c: (get_version_info): new, to parse the xml file
	(display_version_info_on_term): new, to output the version info on
	terminal
	(display_version_info): call get_version_info(), and also l10nize
	"%s:"
	(main): use GOption, display gnome info on --gnome-version,
	use gtk_window_set_default_icon_from_file() instead of
	libgnomeui function
	Fix bug #353057

==================== 2.17.2 ====================

2006-11-11  Thomas Thurman  <thomas@thurman.org.uk>

	* contributors.h: added myself.

2006-11-06  Vincent Untz  <vuntz@gnome.org>

	* gnome-about.desktop.in.in: use the GNOME logo for the .desktop file
	Fix bug #367506. Patch by Sébastien Bacher <seb128@debian.org>

==================== 2.16.1 ====================

==================== 2.16.0 ====================

==================== 2.15.92 ====================

==================== 2.15.91 ====================

==================== 2.15.90 ====================

==================== 2.15.4 ====================

2006-06-10  Priit Laes  <amd@store20.com>

	* contributors.h: Removed unused include and constified the
	contributor list. Saves ~3k of mem ;)
	Bug #341945.

==================== 2.15.2 ====================

==================== 2.15.1 ====================

2006-04-15  Vincent Untz  <vuntz@gnome.org>

	* gnome-about.c: (display_contributors):
	(display_introduction_message): put back workaround for a
	libgnomecanvas bug, and add a comment about it so we don't remove it
	again.
	Fix bug #336066 and the gnome-desktop part of bug #329165

2006-03-26  Vincent Untz  <vuntz@gnome.org>

	* gnome-about.desktop.in.in: s/Know/Learn/ in the comment
	Fix bug #336056

2006-03-25  Vincent Untz  <vuntz@gnome.org>

	* gnome-about.desktop.in.in: add GTK to the categories
	Fix bug #328038

==================== 2.14.0 ====================

==================== 2.13.92 ====================

2006-02-27  Glynn Foster <glynn.foster@sun.com>

	* gnome-about.c: (main): gnome-about --version
	previously gave 1.0, which was a bit embarassing. Fix
	this.

==================== 2.13.91 ====================

==================== 2.13.90 ====================

==================== 2.13.5 ====================

2006-01-15  Guilherme de S. Pastore  <gpastore@gnome.org>

	* contributors.h: Added Lucas Rocha and myself.

==================== 2.13.4 ====================

2005-12-31  Vincent Untz  <vuntz@gnome.org>

	* gnome-about.desktop.in.in: remove DocPath and add OnlyShowIn=GNOME;
	Fix bug #316163

2005-12-17  Elijah Newren  <newren@gmail.com>

	* contributors.h: Added Christian Kirbach

2005-12-16  Elijah Newren  <newren@gmail.com>

	* contributors.h: Added Karsten Bräckelmann and Olav Vitters.

==================== 2.13.3 ====================

==================== 2.13.2 ====================

2005-11-11  Kaushal Kumar  <kaushal@cvs.gnome.org>

	* contributors.h: Added myself.

==================== 2.13.1 ====================

==================== 2.12.0 ====================

==================== 2.11.92 ====================

==================== 2.11.90 ====================

2005-07-21  Danilo Šegan  <danilo@gnome.org>

	* contributors.h (contributors): Added myself.

	Fix #309384 by Luca Cavalli <loopback@slackit.org>.
	* gnome-64.gif: Removed.
	* gnome-64.png: Added new trademarked logo.
	* gnome-about.c: Removed any reference to the old "logo button"
	and added support for the new trademarked one.

==================== 2.11.5 ====================

==================== 2.11.4 ====================

==================== 2.11.3 ====================

2005-06-05  Carlos Garcia Campos <carlosgc@gnome.org>

	* contributors.h: Added myself.

==================== 2.11.1 ====================

==================== 2.10.1 ====================

2005-04-13  Mark McLoughlin  <mark@skynet.ie>

	Based on patch from praveen <praveen_pesit@indiatimes.com>
	in bug #125300.

	* gnome-about.c: Re-start credits list when it gets to the
	end.

==================== 2.10.0 ====================

==================== 2.9.92 ====================

==================== 2.9.91 ====================

==================== 2.9.90.1 ====================

==================== 2.9.90 ====================

==================== 2.9.4 ====================

2005-01-11  Mark McLoughlin  <mark@skynet.ie>

	* Makefile.am: add gnome-about.desktop to $(CLEANFILES)

2005-01-09  Vincent Untz  <vincent@vuntz.net>

	* Makefile.am: add rules for the creation of gnome-about.desktop
	* gnome-about.desktop.in.in: new
	* .cvsignore: add gnome-about.desktop and gnome-about.desktop.in

2004-12-25  Kjartan Maraas  <kmaraas@gnome.org>

	* gnome-about.c: (generate_randomness): ANSIfication.

==================== 2.9.3 ====================

==================== 2.9.2 ====================

==================== 2.8.1 ====================

==================== 2.8.0 ====================

==================== 2.7.92 ====================

2004-08-30  Mark McLoughlin  <mark@skynet.ie>

	Patch from Alan Horkan <horkana@tcd.ie> in bug #151345

	* gnome-about.c: (create_canvas): link to news.gnome.org
	rather than gnomedesktop.org

==================== 2.7.91 ====================

2004-08-04  Malcolm Tredinnick <malcolm@commsecure.com.au>

	* gnome-about.c: Allow 24 bytes for the translated date string
	so that traditional Chinese (zh_TW) dates show up in full (bug
	#149119).

2004-08-03  Martin Kretzschmar  <m_kretzschmar@gmx.net>

	* contributors.h: Added myself.

==================== 2.7.90 ====================

2004-07-30  Matthew Garrett  <mjg59@srcf.ucam.org>

	* contributors.h: Added myself.
	
2004-07-30  Davyd Madeley  <davyd@ucc.asn.au>

	* contributors.h: Added self.

==================== 2.7.4 ====================

==================== 2.7.3 ====================

==================== 2.7.1 ====================

2004-05-11  Fernando Herrera  <fherrera@onirica.com>

	* contributors.h: Added Carlos Garnacho.

==================== 2.6.1 ====================

==================== 2.6.0.1 ====================

2004-03-30  Mark McLoughlin  <mark@skynet.ie>

	Patch from Kjartan Maraas in bug #138393 to fix brokeness
	with previous leak fix. 

	* gnome-about.c: (get_description_messages): free best_value
	in a different place.

==================== 2.6.0 ====================

2004-03-16  Paolo Bacchilega  <paobac@cvs.gnome.org>

	* contributors.h (contributors): added myself :)

==================== 2.5.92 ====================

==================== 2.5.91 ====================

2004-03-05  Mark McLoughlin  <mark@skynet.ie>

	* gnome-about.c: (create_date_string): remove the dependancy
	on strptime(). Fixes #135922.

==================== 2.5.90 ====================

==================== 2.5.5 ====================

==================== 2.5.4 ====================

2004-02-02  Kjartan Maraas  <kmaraas@gnome.org>

	* gnome-about.c: (get_description_messages),
	(display_version_info): Plug some leaks in the about dialog.
	Closes bug #133163.

2004-01-22  Fernando Herrera  <fherrera@onirica.com>

	* gnome-about.c: (display_introduction_message): Set intro text as
	non-editable. Fixs bug #132161

==================== 2.5.3 ====================

2003-12-08  Alex Duggan  <aldug@astrolinux.com>

	* gnome-about.c: Update the contact link to use the new contact page
	at http://www.gnome.org/contact/

==================== 2.5.2 ====================

==================== 2.5.1 ====================

2003-11-11  Mark McLoughlin  <mark@skynet.ie>

	* Makefile.am: use $(DISABLE_DEPRECATED_FLAGS).

==================== 2.4.1.1 ====================

==================== 2.4.1 ====================

==================== 2.4.0 ====================

2003-09-03  Mark McLoughlin  <mark@skynet.ie>

	Patch from Young-Ho, Cha <ganadist@chollian.net> in
	bug #121329.

	* gnome-about.c: (create_date_string): fix off-by-one
	error with the month. tm_mon begins at zero.

==================== 2.3.90 ====================

==================== 2.3.7 ====================

==================== 2.3.6.1 ====================

2003-08-09  Gael Chamoulaud (strider) <strider@gnome.org>

	* contributors.h: Added Dodji Seketeli <dodji@gnome.org>,
	Christophe Fergeau <teuf@gnome.org> and myself

==================== 2.3.6 ====================

2003-08-05  Ted Gould <ted@gould.cx>

	* contributors.h: Added myself.

2003-07-28  Malcolm Tredinnick <malcolm@commsecure.com.au>

	* contributors.h: Added myself.

	* gnome-about.c:
	- Extract the paragraphs for the about box for the appropriate
	  locale. Fixes bug #115193 in a fashion that will work for now.
	- Include new links for some of the titles (supplied by Luis
	  Villa).

2003-07-13  Rob Adams  <robadams@ucla.edu>

	* contributors.h: Added myself
	
2003-07-21  Mark McLoughlin  <mark@skynet.ie>

	* gnome-about.c: (href_item_event_callback): handle
	errors from gnome_url_show(). Patch from Olav Vitters
	in bug #115153.

==================== 2.3.4 ====================

2003-07-13  Hasbullah Bin Pit  <sebol@ikhlas.com>

	* contributors.h: Added a comma behind my name

==================== 2.3.3.1 ====================

2003-06-21  Mike Newman  <mikegtn@gnome.org>

	* contributors.h: Added me.

2003-06-13  Abel Cheung  <maddog@linux.org.hk>

	* contributors.h: Fix name for  Kazuhiro Sasayama.

2003-06-09  Mark McLoughlin  <mark@skynet.ie>

	* gnome-about.c: (load_random_header): Build with
	gcc 2.95. Patch from textshell@neutronstar.dyndns.org.

==================== 2.3.3 ====================

2003-06-06  Mark Finlay  <sisob@eircom.net>

	* contributors.h: Add Mark Finlay (myself)

Thu Jun  5 22:04:12 2003  Kristian Rietveld  <kris@gtk.org>

	Fix the residue during the intro messages. Only two pixels remain
	during the last message. Hrm. I blame that on libgnomecanvas.

	* gnome-about.c (animate_text), (display_introduction_message): use
	group +	white rect to remove residue.

Thu Jun  5 21:23:04 2003  Kristian Rietveld  <kris@gtk.org>

	New GNOME About merge point.

Thu Jun  5 20:58:02 2003  Kristian Rietveld  <kris@gtk.org>

	* gnome-about.c (animate_contributor): change tmpcolor difference to
	6 (avoids blink of the name in the middle),
	(animate_contributor), (display_contributors): fix the residue
	problem by having a white rectangle below the text item, with
	a bit wider bounding box,
	(create_canvas): update the links, so you don't get 404s. FIXME:
	need to update these links when the new website comes online.

Tue Jun  3 17:59:59 2003  Kristian Rietveld  <kris@gtk.org>

	Of course I can get nothing right at once P:

	* gnome-64.gif: added, forgot to add it at first.
				    
Sat May 31 22:32:23 2003  Kristian Rietveld  <kris@gtk.org>

	* gnome-about.c: apply patch from Fernando Herrera
	<fherrera@onirica.com>, for a s/Vendor/Distributor/.

Sat May 31 22:22:12 2003  Kristian Rietveld  <kris@gtk.org>

	Wooo! New GNOME about dialog.

	* gnome-about.c: rewritten.

	* Makefile.am: remove contributors.dat, logo.xpm, added gnome-64.gif
	and the headers to SUBDIRS.

	* logo.xpm, contributors.dat: removed.

	* gnome-64.gif, headers/Makefile.am, headers/*png: new files.

2003-05-25  Hasbullah Bin Pit  <sebol@ikhlas.com>

	* contributors.h: Add Hasbullah Bin Pit (myself)

==================== 2.3.2 ====================

2003-05-08  Christian Neumair  <chris@gnome-de.org>

	* contributors.h: Hex-escaped non-ASCII characters, removed many
	gettext_noop calls, added myself.
	* gnome-about.c (get_intro_message): Made gnome_intro_message string
	much more flexible for translators by not hardcoding it's order.

2003-05-02  Alex Duggan  <aldug@astrolinux.com>

	* contributors.h: Add Elijah Newren and myself

2003-04-05  Mike Newman  <mike@gtnorthern.demon.co.uk>

	* ChangeLog:
	* gnome-about.c: (init_version_strings), (main):

2003-04-04  Mike Newman <mike@greatnorthern.demon.co.uk>

	* gnome-about.c: cope with 'vendor' or 'distributor' in xml file.

2003-03-10  Mark McLoughlin  <mark@skynet.ie>

	* contributors.h: add missing comma. bug #107933.

2003-02-24  James Willcox  <jwillcox@gnome.org>

	* contributors.h: added Johan Dahlin.

Sun Feb 23 13:16:08 2003  Soeren Sandmann  <sandmann@daimi.au.dk>

	* contributors.h: added myself

2003-01-26  Rodrigo Moya <rodrigo@gnome-db.org>

	* contributors.h: added myself.

2004-01-23  Glynn Foster  <glynn.foster@sun.com>

	* contributors.h: Added Fernando Herrera.

2003-01-14  Glynn Foster  <glynn.foster@sun.com>

	* contributors.h: Added Jordi Mallach.

2003-01-13  Thomas Vander Stichele <thomas at apestaart dot org>

        * contributors.h: Added myself.

Fri Jan  3 21:37:31 2003  HideToshi Tajima  <hidetoshi.tajima@sun.com>

	* contributors.h (contributors): Added myself(approved by Mark:-).

2002-12-17  German Poo Caaman~o <gpoo@ubiobio.cl

	* contributors.h: Added myself.

2002-12-10  Mark McLoughlin  <mark@skynet.ie>

	* gnome-about.c: (init_version_strings):
	initialise version string even when we
	can't find gnome-version.xml. Fixes
	#100774.

2002-12-09  Glynn Foster <glynn.foster@sun.com>

	* contributors.h: Added Arvind Samptur.

2002-12-06  Andy Tai <atai@gnu.org>
 
	* gnome-about.c: add a HRef to the GNU website in the about dialog.

2002-12-04  James Willcox  <jwillcox@gnome.org>

	* contributors.h: Added myself.

2002-12-04  Pat Costello <patrick.costello@sun.com>

	* contributors.h: Added meself.

2002-11-28  Brian Cameron <brian.cameron@sun.com>

	* contributors.h: Added myself.

2002-11-28  Mark McLoughlin  <mark@skynet.ie>

	* gnome-about.c: (make_contributors_logo_accessible):
	s/Gnome Logo/GNOME Logo/g

2002-11-11  Glynn Foster  <glynn.foster@sun.com>

	* contributors.h: Add Ross Burton.

2002-11-07  Andrew Sobala  <andrew@sobala.net>

	* contributors.h: Added myself.

2002-11-05  Mark McLoughlin  <mark@skynet.ie>

	Display the GNOME version, vendor and build date in
	the about dialog. Based on a patch from Mike Newman,
	<mike@gnorthern.demon.co.uk>. Fixes #8562.

	* gnome-about.c:
	(init_version_strings): read the GNOME version,
	vendor and build date from gnome-version.xml.
	(get_intro_message): build the intro message
	and include the GNOME version.
	(draw_intro): don't allow intro and first name
	to overlap.
	(get_max_width): also calculate the into message
	width.
	(main): put the GNOME version, vendor and build
	date in the title.

2002-11-05  Mark McLoughlin  <mark@skynet.ie>

	* gnome-about.c: (draw_intro), (draw_end): do not
	translate pango markup, only translate the strings
	themeselves. Fixes #84779, #97073.

2002-11-04  Kristian Rietveld  <kris@gtk.org>

	* contributors.h: Added myself.

2002-11-01  Dennis Cranston <dennis_cranston@yahoo.com>

	* logo.xpm:  Replaced logo with the GNOME 2.x version.
	* gnome-about.c:  Updated sparkle locations for the new logo.
	* contributors.h:  Added myself.
	
2002-10-24  Jeffrey Stedfast  <fejj@ximian.com>

	* contributors.h (contributors): Added Larry Ewing and myself (we
	were feeling unloved).

2002-10-24  Luis Villa <louie@ximian.com>

	* contributors.h: Add five bug volunteers who've each closed over
	400 bugs in bugzilla- Heath Harrelson [over 1,100], Vincent Untz
	[over 700], and Wayne Schuller, Dave Bordoley, and Ben
	Frantzdale.
	
2002-10-09  Glynn Foster  <glynn.foster@sun.com>

	* contributors.h: Added Frederic 'but I didn't say anything
	about Mandrakesoft' Crozat.

2002-10-09  Glynn Foster  <glynn.foster@sun.com>

	* contributors.h: Added Luis 'im the bugzilla 
	bitch' Villa and Jeff 'perkypants' Waugh.

2002-09-27 Erwann Chenede - <erwann.chenede@sun.com>

	* contributors.h: Added Gman and meself.

2002-08-27  Mark McLoughlin  <mark@skynet.ie>

	* contributors.h: re-order Deepa's name so
	that it is alphabetical order.

2002-08-19  Ole Laursen  <olau@hardworking.dk>

	* contributors.h: Added myself.

2002-08-13 Deepa Natarajan  <deepa.natarajan@wipro.com>

	* contributors.h: added myself

2002-08-12  Frank Worsley  <fworsley@shaw.ca>

	* contributors.h:
	added myself
	
	* gnome-about.c: (mouseclick_scroll), (mousewheel_scroll),
	(keypress_scroll), (draw_intro), (draw_names), (draw_end), (main):
	let the mousewheel scroll the list up and down

2002-06-18  Mark McLoughlin  <mark@skynet.ie>

	* Makefile.am: use $(prefix)/$(DATADIRNAME)/locale instead
	of $datadir/locale for locale directory location. Reported
	by Hidetoshit Tajima in #83623.

2002-05-20  Bastien Nocera  <hadess@hadess.net>

	* gnome-about.c: (cb_clicked): look in DATADIR not LIBDIR

2002-05-09  Glynn Foster  <glynn.foster@sun.com>

	* contributors.h: Add Christian Schaller.

2002-04-25 Deepa Natarajan  <deepa.natarajan@wipro.com>

	* gnome-about.c: focus now reaches the drawing area.
	Fixes bug# 79461.

2002-05-02  Jakub Steiner <jimmac@ximian.com>

	* contributors.h: added myself cause this dialog is too fancy not
	  to be here ;)
	
2002-04-22  Mikael Hallendal  <micke@codefactory.se>

	* contributors.h (contributors): added myself

Fri Apr 19 21:11:44 2002  George Lebl <jirka@5z.com>

	* Apply patch from bug #72218 to make this beast accessible

	2002-03-23  Deepa Natarajan  <deepa.natarajan@wipro.com>

	* gnome-about.c: set atk name, set tooltips for logo, 
	contributors names and links.

2002-04-19  Abel Cheung  <maddog@linux.org.hk>

	* contributors.h: Added Wang Jian and myself.

2002-04-17 Stephen Browne <stephen.browne@sun.com>

	* gnome-about.c: added draw_stars() to create a starfield
	
	* contributors.h: stuck my own name in here

2002-04-01  Nils Pedersen  <n.p@sun.com>

	*contributors.h:
	Fixed spelling of my surname.

2002-04-01  Mark McLoughlin  <mark@skynet.ie>

	* Makefile.am: add deprecated cflags.

	* gnome-about.c: port to pango, and in the process
	jazz up the scrolling a little. We could still do
	with a lot more eye candy here ...

	* contributors.h: kill header and footer.

2002-03-29  Deepa natarajan  <deepa.natarajan@wipro.com>

	* gnome-about.c: use font style from the themes if available

2002-03-20  Mark McLoughlin  <mark@skynet.ie>

	* gnome-about.c: (main): set the default response to OK.
	Thanks Deepa ..

2002-03-20  Mark McLoughlin  <mark@skynet.ie>

	* gnome-about.c: don't the window be resizable, fix
	weird rendering bug when it is resized and fix core
	on canvas destroy.

2002-03-02  Bastien Nocera  <hadess@hadess.net>

	* contributors.h: added myself, and Paolo Maggi

2002-02-26  Mark McLoughlin  <mark@skynet.ie>

	* Makefile.am: add WARN_CFLAGS.

2002-02-21  Mark McLoughlin  <mark@skynet.ie>

	* gnome-about.c: (unref_gdk_pixbuf): kill its not needed.
	(main): remove redundant G_OBJECT casts.

2002-02-21  Deepa Chacko Pillai <deepa.chacko@wipro.com>

	* gnome-about.c: Removed deprecated calls.

2002-02-21  Kjartan Maraas  <kmaraas@gnome.org>

	* gnome-about.c: Remove unneeded gettext calls.
	
2002-02-19  Mark McLoughlin  <mark@skynet.ie>

	* contributors.h: add myself.

	* gnome-about.c: (cb_keypress): don't return FALSE, so that
	mnemonic work.

2002-02-13  Mark McLoughlin  <mark@skynet.ie>

	* Makefile.am: define GNOME_ICONDIR here.

Fri,  4 Jan 2002 22:28:51 -0500  Frank Belew <frb@ximian.com>

        * Makefile.am: remove -I$(includedir), bad things happen when
          prefix is the same as gnome1 and that gets added so early on the
          list

Mon, 19 Nov 2001 01:50:15 -0500 Frank Belew <frb@ximian.com>

	* gnome-about.c: replaced PACKAGE with GETTEXT_PACKAGE on all
          calls to bindtextdomain and textdomain

2001-10-16  Seth Nickell  <snickell@stanford.edu>

	* contributors.h:

	Add various usability people.

2001-10-12  Alex Larsson  <alexl@redhat.com>

        * Makefile.am:
	Update
	
	* gnome-about.c:
	Change gdk-pixbuf canvas item include path
	Use accessor function for style->font.
	

2001-09-04  Carlos Perelló Marín <carlos@gnome-db.org>

	* contributors.h: Added myself.

2001-04-26  Christian Rose  <menthos@menthos.com>

	* contributors.h: Added myself.

2001-04-13  Pablo Saratxaga  <pablo@mandrakesoft.com>

	* contributors.h: Removed non-ascii chars from the source

2001-03-22  Jens Finke <jens@gnome.org>

	* contributors.h: Added myself.

2001-03-20  Jamin Philip Gray <jgray@writeme.com>
	
	* contributors.h: Added myself.
	
2001-03-10  Timur Bakeyev <timur@gnu.org>
	
	* contributors.h: Added myself.
	
2001-03-10  Christian Meyer  <chrisime@gnome.org>

	* contributors.h: Added myself. /me is i18n dude 8)

2001-03-09  Christophe Merlet  <redfox@eikonex.org>

	* contributors.h: Added myself.

2001-02-15  Dan Damian  <dand@dnttm.ro>

	* contributors.h: Added myself.

2001-01-24  Martin NorbÀck  <d95mback@dtek.chalmers.se>

	* gnome-about.c (get_max_width): Using translated string to
	calculate max width.

2000-12-19  Szabolcs Ban <shooby@gnome.hu>

        * contributors.h: fix i18n fix for my name

2000-12-04  Szabolcs Ban <shooby@gnome.hu>

	* contributors.h: i18n fix for my name

Wed Sep 13 16:50:56 2000  George Lebl <jirka@5z.com>

	* contributors.h: s/Maurer Dietmar/Dietmar Maurer/

2000-09-12  Chema Celorio  <chema@celorio.com>

	* contributors.h: added myself

Mon Jun 19 01:35:16 2000  George Lebl <jirka@5z.com>

	* contributors.h: add missing comma, translate one not really a name

2000-06-11  Christopher R. Gabriel  <cgabriel@mixadlive.com>

	* gnome-about.c (main): _ for web site url (for national websites)

2000-06-02  Anders Carlsson  <andersca@gnu.org>

	* gnome-about.c: Dont' crash!

2000-05-23  Fellmann Joaquim <joaquim@hrnet.fr>

	* contributors.h: added myself

2000-05-19  Szabolcs BAN <shooby@gnome.hu>

	* added myself, corrected name of Istvan Szekeres gratefully..
	 thanx :>

2000-05-06  Alexandre Owen Muniz  <munizao@xprt.net>

	* contributors.dat: Added myself.

2000-05-06  Jacob Berkman  <jacob@helixcode.com>

	* gnome-about.c (main): bind to text domain

2000-05-05  Jacob Berkman  <jacob@helixcode.com>

	* gnome-about.c (main): set das icon

2000-04-24  Dan Mueth <d-mueth@uchicago.edu>

	* Makefile.am: Changed authors.h to contributors.h

2000-04-20  Anders Carlsson  <andersca@gnu.org>

	* contributors.dat: Renamed authors.dat to contributors.dat

	* contributors.h: Renamed authors.h to contributors.h

2000-04-19  Anders Carlsson  <andersca@gnu.org>

	* authors.h (authors): Removed email field from author list.

	* gnome-about.c: Removed email field.

2000-04-18  Andreas Hyden <a.hyden@cyberpoint.se>

	* authors.h: Added myself ...

2000-04-14  Fatih Demir	<kabalak@gmx.net>

	* authors.h : Ok, changed to GNU-style 
	email address ...

2000-03-18  ERDI Gergo  <cactus@cactus.rulez.org>

	* gnome-about.c (main): Removed the ugly side border from the logo
	frame

2000-03-15  Jason Leach  <leach@wam.umd.edu>

	* gnome-about.c (main): made the whole thing a GnomeDialog instead
	of a GtkWindow with separators and button boxes and an ok button,
	looks a little more GNOME-ish too.
	
	* gnome-about.c (cb_quit): we also need to remove the timeouts
	(otherwise, seemingly at random, a timeout callback could occur
	right after the image/window has been destroyed), fixes bug #7047

	(gdb) bt
	#0  0x804a4e7 in scroll (data=0x0) at gnome-about.c:342
	#1  0x403e75d4 in g_timeout_dispatch (source_data=0x80d5480, 
	    dispatch_time=0xbffff954, user_data=0x0) at gmain.c:1300

	* authors.h: who, me? woo! maybe nobody will notice...
	
Sun Mar 12 09:48:28 2000  George Lebl <jirka@5z.com>

	* gnome-about.c: destroying a gdk_pixbuf with gdk_imlib_destroy_image
	  was bad ju ju.  fixes bug #7237 we can also return FALSE again from
	  quit_cb

2000-03-12  Anders Carlsson  <andersca@gnu.org>

	* gnome-about.c (cb_quit): Return TRUE instead of FALSE.

2000-03-09  Peter Hawkins <peterhawkins@ozemail.com.au>

	* authors.h, gnome-about.c: Made trivial bug fix (stopped list
	from jumping back to beginning on window resize) as an excuse to
	add myself =)

2000-03-07  Fatih Demir <kabalak@gmx.net>

	* authors.h : Added myself ...

2000-03-05  ERDI Gergo  <cactus@cactus.rulez.org>

	* authors.h (authors): I just realized that you're supposed to put
	yourself in the list alphabetically and not to the end of the
	list...

Fri Mar 03 00:58:09 2000  George Lebl <jirka@5z.com>

	* gnome-about.c: fix warnings, and figure out the width of the
	  longest string we have to print and size ourselves accordingly
	  with the 320 being a minimum.  fixes bug #6789

2000-02-17  Anders Carlsson  <andersca@gnu.org>

	* gnome-about.c: Don't forget to to gdk_rgb_init () and stuff
	when dealing with Pixbufs.
	
2000-02-17  Cody Russell  <bratsche@dfw.net>

	* gnome-about.c: Removed GnomeCanvasImage and GdkImlib code and
	replaced them with GnomeCanvasPixbuf and GdkPixbuf code.

2000-01-26  ERDI Gergo  <cactus@cactus.rulez.org>

	* authors.h (authors): Added myself for generally annoying
	everyone^H^H^H^H^H^H^H^H gnome-about rewrite and Gtk--
	contributions

2000-01-26  Christopher R. Gabriel  <cgabriel@pluto.linux.it>

	* authors.h (authors): Added myself, who's owning the less-contribute
	record.

2000-01-22  Jacob Berkman  <jacob@helixcode.com>

	* Makefile.am (INCLUDES): fixed disting

1999-11-28  Jacob Berkman  <jberkman@andrew.cmu.edu>

	* authors.h (authors): add people from guname

1999-11-14  Richard Hult  <rhult@hem2.passagen.se>

	* authors.h (authors): Added myself.

1999-11-01  Karl Eichwalder  <ke@suse.de>

	* authors.h (authors): Add my name.

1999-11-01  Birger Langkjer <birger.langkjer@image.dk>

	* authors.h: Added Kenneth and myself

1999-10-31  Tuomas Kuosmanen  <tigert@gimp.org>

	* authors.h: Me too!!!!111111 The hax0rz made me do this!

1999-10-26  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* authors.h (authors): removed duplicated entry for Anders.
	* gnome-about.c (scroll): make the text scroll from beginning after
	scrolling off-screen. only draw a string if any part of it will be
	visible.
	make the first line scroll in smoothly instead of popping up at once.
	fix some warnings about missing prototypes.

1999-10-23  Michael Meeks  <mmeeks@gnu.org>

	* authors.h (authors): added myself under orders from andersca.

1999-10-23  Jacob Berkman  <jberkman@andrew.cmu.edu>

	* gnome-about.c (main): added gnome-hrefs to
	http://(gnotices|www|developer).gnome.org/
	(main): changed the layout slightly

1999-10-22  Jacob Berkman  <jberkman@andrew.cmu.edu>

	* Makefile.am (EXTRA_DIST): include logo.xpm

1999-10-22  Anders Carlsson  <andersca@gnu.org>

	* gnome-about.c: use GTK_WINDOW_DIALOG instead of GTK_WINDOW_TOPLEVEL

1999-10-22  Arturo Tena  <arturo@directmail.org>

	* authors.h: added myself.

1999-10-22  Michael Zucchi  <zucchi@zedzone.mmc.com.au>

	* authors.h (authors): Added me!

1999-10-21  Ian Peters  <itp@gnu.org>

	* authors.h: added myself (on the assumption that if I don't belong,
	  someone will remove me :-)

1999-10-21  Jacob Berkman  <jberkman@andrew.cmu.edu>

	* authors.h (authors): added Miguel

1999-10-21  Tomas Ogren  <stric@ing.umu.se>

	* authors.h: me too!

1999-10-21  Federico Mena Quintero  <federico@redhat.com>

	* authors.h (authors): Me me me.  Alphabetized as well.

1999-10-16  Matthias Warkus  <mawa@iname.com>

	* authors.h: Probably there's nobody who has written less code
	than me, but someone's got to go ahead and add themselves so
	others can think "What!?  This impudent fellow is in the list and
	I'm not?" and do the same. To my defence, I felt like an important
	part of the project for a short time when I read the first two
	e-mails congratulating Gnome for the nice new icons :).
	
1999-10-09  Anders Carlsson  <andersca@gnu.org>

	* gnome-about.c (main): Make the about window centered

Wed Oct 06 22:52:36 1999  George Lebl  <jirka@5z.com>

	* authors.h: added self to the authors list so that I can satisfy
	  my narcissist tendencies

1999-10-05  Anders Carlsson  <andersca@gnu.org>

	* gnome-about.c: A simple "About GNOME" box to be used in the
	  panel foot menu.