Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
blob: f1fb9cc4b3020ac51205b78b3eea42bf4bb92e04 (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
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
ChangeLog file for XaoS - generated automatically by tools/mkChangeLog.
Please do not edit this file: your changes will be lost.


------------------------------------------------------------------------
r428 | kovzol | 2009-07-16 16:50:20 -0500 (Thu, 16 Jul 2009) | 1 line

Automatic update by mkChangeLog
------------------------------------------------------------------------
r427 | kovzol | 2009-07-16 16:39:43 -0500 (Thu, 16 Jul 2009) | 1 line

Automatic update by mkChangeLog
------------------------------------------------------------------------
r426 | jblang | 2009-07-14 23:41:35 -0500 (Tue, 14 Jul 2009) | 1 line

Updated Mac OS X build dependencies for pre-built binaries
------------------------------------------------------------------------
r425 | jblang | 2009-07-14 22:19:50 -0500 (Tue, 14 Jul 2009) | 1 line

Update Windows build process for Cygwin instead of MinGW
------------------------------------------------------------------------
r424 | jblang | 2009-07-14 19:34:47 -0500 (Tue, 14 Jul 2009) | 1 line

Fix X11 detection
------------------------------------------------------------------------
r423 | jblang | 2009-07-13 22:15:40 -0500 (Mon, 13 Jul 2009) | 1 line

Cleanup unused checks in configure file and add AX_CC_MAXOPT
------------------------------------------------------------------------
r422 | jblang | 2009-07-12 13:00:10 -0500 (Sun, 12 Jul 2009) | 1 line

Remove unmaintained drivers from autoconf script and fix warnings
------------------------------------------------------------------------
r421 | jblang | 2009-07-11 22:14:34 -0500 (Sat, 11 Jul 2009) | 2 lines

Remove DOS and OS2 makefiles for aalib

------------------------------------------------------------------------
r420 | jblang | 2009-07-11 14:53:57 -0500 (Sat, 11 Jul 2009) | 1 line

Fix typos
------------------------------------------------------------------------
r419 | jblang | 2009-07-11 14:50:34 -0500 (Sat, 11 Jul 2009) | 1 line

Restored aa-lib functionality to configure script
------------------------------------------------------------------------
r418 | jblang | 2009-07-11 14:36:13 -0500 (Sat, 11 Jul 2009) | 1 line

Restore AA-lib driver
------------------------------------------------------------------------
r417 | jblang | 2009-07-11 14:20:49 -0500 (Sat, 11 Jul 2009) | 1 line

Updating install instructions for Linux and Mac OS X
------------------------------------------------------------------------
r416 | jblang | 2009-07-11 01:09:44 -0500 (Sat, 11 Jul 2009) | 1 line

Adding dll dependency detection script
------------------------------------------------------------------------
r415 | jblang | 2009-07-11 00:32:45 -0500 (Sat, 11 Jul 2009) | 1 line

Updated Windows build instructions
------------------------------------------------------------------------
r414 | jblang | 2009-07-11 00:30:55 -0500 (Sat, 11 Jul 2009) | 1 line

Updates to Windows build instructions
------------------------------------------------------------------------
r413 | jblang | 2009-07-11 00:06:35 -0500 (Sat, 11 Jul 2009) | 1 line

Updated windows installation instructions
------------------------------------------------------------------------
r412 | jblang | 2009-07-10 22:52:03 -0500 (Fri, 10 Jul 2009) | 1 line

Fixes to windows build system
------------------------------------------------------------------------
r411 | jblang | 2009-07-07 22:39:10 -0500 (Tue, 07 Jul 2009) | 1 line

Adding patch for compiling gettext 0.17 under MinGW
------------------------------------------------------------------------
r410 | jblang | 2009-07-07 22:23:20 -0500 (Tue, 07 Jul 2009) | 1 line

Add '...' to the end of menu items that open dialogs.
------------------------------------------------------------------------
r409 | jblang | 2009-07-07 21:27:18 -0500 (Tue, 07 Jul 2009) | 1 line

Add code to attach to parent console so that command line output will be visible
------------------------------------------------------------------------
r408 | jblang | 2009-07-06 19:21:07 -0500 (Mon, 06 Jul 2009) | 1 line

Update configure script to work properly in MSYS build environment
------------------------------------------------------------------------
r407 | kovzol | 2009-07-03 09:06:08 -0500 (Fri, 03 Jul 2009) | 2 lines

Modified copyright information

------------------------------------------------------------------------
r406 | jblang | 2009-07-02 22:03:03 -0500 (Thu, 02 Jul 2009) | 1 line

Change version number and fix indentation
------------------------------------------------------------------------
r405 | jblang | 2009-07-01 00:10:40 -0500 (Wed, 01 Jul 2009) | 1 line

Conditionalize HtmlHelp support in case SDK isn't available
------------------------------------------------------------------------
r404 | jblang | 2009-06-30 23:32:19 -0500 (Tue, 30 Jun 2009) | 1 line

Documentation updates regarding HtmlHelp changes
------------------------------------------------------------------------
r403 | jblang | 2009-06-30 22:58:52 -0500 (Tue, 30 Jun 2009) | 1 line

Migrate Windows help system from WinHelp to HtmlHelp.  WinHelp is no longer supported as of Vista.
------------------------------------------------------------------------
r402 | jblang | 2009-06-29 22:55:46 -0500 (Mon, 29 Jun 2009) | 1 line

Remove reference to 4.x
------------------------------------------------------------------------
r401 | jblang | 2009-06-29 22:54:39 -0500 (Mon, 29 Jun 2009) | 1 line

Removed outdated TODOS, replaced with a link to the issue tracker
------------------------------------------------------------------------
r400 | jblang | 2009-06-29 22:43:20 -0500 (Mon, 29 Jun 2009) | 1 line

Updated release notes for beta features
------------------------------------------------------------------------
r399 | jblang | 2009-06-29 22:28:15 -0500 (Mon, 29 Jun 2009) | 1 line

Documentation updates to reflect infrastructure changes
------------------------------------------------------------------------
r398 | jblang | 2009-06-29 22:00:15 -0500 (Mon, 29 Jun 2009) | 1 line

Updated bug reporting instructions.
------------------------------------------------------------------------
r397 | jblang | 2009-06-29 21:57:04 -0500 (Mon, 29 Jun 2009) | 1 line

Documentation updates for 3.5
------------------------------------------------------------------------
r396 | jblang | 2009-06-29 21:10:08 -0500 (Mon, 29 Jun 2009) | 1 line

GTK driver polishing
------------------------------------------------------------------------
r395 | kovzol | 2009-06-29 10:05:35 -0500 (Mon, 29 Jun 2009) | 2 lines

Updates for Portuguese translation.

------------------------------------------------------------------------
r394 | kovzol | 2009-06-29 05:43:14 -0500 (Mon, 29 Jun 2009) | 2 lines

Updates for Portuguese translation.

------------------------------------------------------------------------
r393 | kovzol | 2009-06-02 07:46:37 -0500 (Tue, 02 Jun 2009) | 2 lines

Added credits for Brazilian/Portuguese translation.

------------------------------------------------------------------------
r392 | kovzol | 2009-06-02 07:10:48 -0500 (Tue, 02 Jun 2009) | 2 lines

Adding Portuguese translation (contributed by Lucio de Araujo).

------------------------------------------------------------------------
r391 | jblang | 2009-05-06 18:49:07 -0500 (Wed, 06 May 2009) | 4 lines

* Fix menu activation bugs
* First pass at gtk+ native dialogs


------------------------------------------------------------------------
r390 | jblang | 2009-05-06 07:58:57 -0500 (Wed, 06 May 2009) | 5 lines

* Implemented image resizing
* Fixed memory leaks
* Implemented programmatic menu toggling


------------------------------------------------------------------------
r389 | jblang | 2009-05-02 18:06:31 -0500 (Sat, 02 May 2009) | 1 line

Reindent sources to K&R style. GNU style plays havoc with some editors.
------------------------------------------------------------------------
r388 | jblang | 2009-04-22 22:26:42 -0500 (Wed, 22 Apr 2009) | 1 line

Reverting stupid changes
------------------------------------------------------------------------
r387 | jblang | 2009-04-22 19:09:57 -0500 (Wed, 22 Apr 2009) | 1 line

texi2rest rewrite
------------------------------------------------------------------------
r386 | jblang | 2009-04-16 20:16:31 -0500 (Thu, 16 Apr 2009) | 1 line

Update texi2rest.py with new architecture; change license to GPL
------------------------------------------------------------------------
r385 | jblang | 2009-04-16 00:41:10 -0500 (Thu, 16 Apr 2009) | 1 line

Improvements to texinfo conversion
------------------------------------------------------------------------
r384 | jblang | 2009-04-06 00:20:28 -0500 (Mon, 06 Apr 2009) | 1 line

Adding Texinfo to reStructuredText converter
------------------------------------------------------------------------
r383 | jblang | 2009-04-05 19:58:20 -0500 (Sun, 05 Apr 2009) | 1 line

Fix texinfo errors
------------------------------------------------------------------------
r382 | jblang | 2009-04-05 11:53:16 -0500 (Sun, 05 Apr 2009) | 1 line

Clean up formula documentation
------------------------------------------------------------------------
r381 | jblang | 2009-04-04 23:05:58 -0500 (Sat, 04 Apr 2009) | 1 line

Formatting changes
------------------------------------------------------------------------
r380 | jblang | 2009-04-02 20:16:19 -0500 (Thu, 02 Apr 2009) | 1 line

Move files around
------------------------------------------------------------------------
r379 | jblang | 2009-04-02 20:07:08 -0500 (Thu, 02 Apr 2009) | 1 line

Add developer documentation
------------------------------------------------------------------------
r378 | jblang | 2009-04-01 23:11:06 -0500 (Wed, 01 Apr 2009) | 1 line

Remove documentation for deprecated drivers
------------------------------------------------------------------------
r377 | jblang | 2009-04-01 23:04:21 -0500 (Wed, 01 Apr 2009) | 1 line

Fix sphinx warnings
------------------------------------------------------------------------
r376 | jblang | 2009-04-01 01:38:25 -0500 (Wed, 01 Apr 2009) | 1 line

Sphinxify conversion scripts
------------------------------------------------------------------------
r375 | jblang | 2009-04-01 01:27:43 -0500 (Wed, 01 Apr 2009) | 1 line

Removing autogenerated files
------------------------------------------------------------------------
r374 | jblang | 2009-04-01 01:24:52 -0500 (Wed, 01 Apr 2009) | 1 line

Check in sphinx build files
------------------------------------------------------------------------
r373 | jblang | 2009-04-01 01:21:38 -0500 (Wed, 01 Apr 2009) | 1 line

TOCify navigation pages
------------------------------------------------------------------------
r372 | jblang | 2009-04-01 00:52:59 -0500 (Wed, 01 Apr 2009) | 1 line

Sphinxify links
------------------------------------------------------------------------
r371 | jblang | 2009-03-31 19:56:51 -0500 (Tue, 31 Mar 2009) | 1 line

Adding anchors to top of files
------------------------------------------------------------------------
r370 | jblang | 2009-03-28 18:40:08 -0500 (Sat, 28 Mar 2009) | 1 line

Fix formatting and UI menu page
------------------------------------------------------------------------
r369 | jblang | 2009-03-28 18:18:41 -0500 (Sat, 28 Mar 2009) | 1 line

Fix formatting
------------------------------------------------------------------------
r368 | jblang | 2009-03-28 18:14:27 -0500 (Sat, 28 Mar 2009) | 1 line

Fix external links and clean up formatting
------------------------------------------------------------------------
r367 | jblang | 2009-03-28 16:56:56 -0500 (Sat, 28 Mar 2009) | 1 line

Fix GPL formatting
------------------------------------------------------------------------
r366 | jblang | 2009-03-28 16:29:15 -0500 (Sat, 28 Mar 2009) | 1 line

Fix reStructuredText warnings and errors
------------------------------------------------------------------------
r365 | jblang | 2009-03-28 15:33:50 -0500 (Sat, 28 Mar 2009) | 1 line

xshl to ReStructuredText conversion
------------------------------------------------------------------------
r364 | jblang | 2009-03-28 14:47:26 -0500 (Sat, 28 Mar 2009) | 1 line

xshl to ReStructuredText conversion
------------------------------------------------------------------------
r363 | jblang | 2009-03-28 14:16:01 -0500 (Sat, 28 Mar 2009) | 1 line

xshl to ReStructuredText conversion
------------------------------------------------------------------------
r362 | jblang | 2009-03-28 13:12:38 -0500 (Sat, 28 Mar 2009) | 1 line

xshl to ReStructuredText conversion
------------------------------------------------------------------------
r361 | malczak | 2009-01-28 15:44:51 -0600 (Wed, 28 Jan 2009) | 6 lines

[malczak] some bug fixes
 - fixed bug #2507911
 - fixed some sffe related bugs
 - globaluih moved to uih_mkcontex function
 

------------------------------------------------------------------------
r360 | kovzol | 2008-09-28 08:06:28 -0500 (Sun, 28 Sep 2008) | 2 lines

Fixes for 4.0.

------------------------------------------------------------------------
r359 | kovzol | 2008-09-28 07:45:51 -0500 (Sun, 28 Sep 2008) | 2 lines

Updates for 4.0. "make install" is not checked yet.

------------------------------------------------------------------------
r358 | kovzol | 2008-09-28 06:26:32 -0500 (Sun, 28 Sep 2008) | 2 lines

Small fixes for 4.0, partially finished

------------------------------------------------------------------------
r357 | kovzol | 2008-09-26 05:38:43 -0500 (Fri, 26 Sep 2008) | 4 lines

Added simple red and simple blue true color modes for educational purposes.
This also fixed the bug "angle angle2 angle" was missing from possible
options for a while.

------------------------------------------------------------------------
r356 | jblang | 2008-07-29 21:13:23 -0500 (Tue, 29 Jul 2008) | 1 line

Added doxygen configuration file
------------------------------------------------------------------------
r355 | jblang | 2008-07-28 00:51:50 -0500 (Mon, 28 Jul 2008) | 1 line

Enabling pretty win32 dialog fonts and visual styles
------------------------------------------------------------------------
r354 | jblang | 2008-07-27 23:56:48 -0500 (Sun, 27 Jul 2008) | 1 line

Rolling back changes to autoconf; more than I want to take on right now
------------------------------------------------------------------------
r353 | jblang | 2008-07-22 22:40:56 -0500 (Tue, 22 Jul 2008) | 3 lines

Adding custom macros


------------------------------------------------------------------------
r352 | jblang | 2008-07-22 22:40:26 -0500 (Tue, 22 Jul 2008) | 3 lines

Streamlined autoconf now working with X11


------------------------------------------------------------------------
r351 | jblang | 2008-07-21 23:44:40 -0500 (Mon, 21 Jul 2008) | 5 lines

Now that i386.c is fixed, remove -DNOASSEMBLY from aconfig.h

Also, remove deleted files from project (BeOS, Plan9, etc.)


------------------------------------------------------------------------
r350 | jblang | 2008-07-21 23:29:41 -0500 (Mon, 21 Jul 2008) | 10 lines

Apple's gcc choked on the assembly in i386.c:
  i386.c: In function `_control87': 
  i386.c:31: error: PIC register `bx' clobbered in `asm' 

This is because -fPIC is enabled on Mac OS X by default.
To avoid this, I changed all references to bx to cx.

I have confirmed that the code compiles and functions correctly
after this change. 

------------------------------------------------------------------------
r349 | jblang | 2008-07-19 14:23:18 -0500 (Sat, 19 Jul 2008) | 2 lines

Removing prefix.h; not used by any current drivers

------------------------------------------------------------------------
r348 | jblang | 2008-07-17 00:28:31 -0500 (Thu, 17 Jul 2008) | 1 line

Moving doc files around to comply with GNU standard layout
------------------------------------------------------------------------
r347 | jblang | 2008-07-16 22:05:43 -0500 (Wed, 16 Jul 2008) | 1 line

Updates to configure.in and Makefile.in to remove references to unmaintained drivers
------------------------------------------------------------------------
r346 | jblang | 2008-07-16 21:54:53 -0500 (Wed, 16 Jul 2008) | 1 line

Removing unmaintained drivers and supporting files
------------------------------------------------------------------------
r345 | jblang | 2008-07-12 16:26:33 -0500 (Sat, 12 Jul 2008) | 1 line

Moved Read Me.rtf from osx to cocoa directory
------------------------------------------------------------------------
r333 | jblang | 2008-07-10 22:13:50 -0500 (Thu, 10 Jul 2008) | 2 lines

put the call to bind_textdomain_codeset in ui.c between #ifndef _WIN32 #endif

------------------------------------------------------------------------
r332 | jblang | 2008-06-04 23:47:23 -0500 (Wed, 04 Jun 2008) | 2 lines

Updated Read Me for 3.4

------------------------------------------------------------------------
r331 | kovzol | 2008-06-02 15:54:22 -0500 (Mon, 02 Jun 2008) | 2 lines

Updates for 3.4

------------------------------------------------------------------------
r330 | kovzol | 2008-06-02 09:34:55 -0500 (Mon, 02 Jun 2008) | 2 lines

Updates for the Win32 installer by Andreas

------------------------------------------------------------------------
r329 | kovzol | 2008-06-01 17:56:35 -0500 (Sun, 01 Jun 2008) | 2 lines

Automatic update by mkChangeLog

------------------------------------------------------------------------
r328 | kovzol | 2008-06-01 17:53:06 -0500 (Sun, 01 Jun 2008) | 2 lines

Automatic update by mkChangeLog

------------------------------------------------------------------------
r327 | kovzol | 2008-06-01 17:51:52 -0500 (Sun, 01 Jun 2008) | 2 lines

Fixing mkauthors for the new help layout

------------------------------------------------------------------------
r326 | kovzol | 2008-06-01 17:24:27 -0500 (Sun, 01 Jun 2008) | 2 lines

Automatic update by mkChangeLog

------------------------------------------------------------------------
r325 | jblang | 2008-05-27 17:45:17 -0500 (Tue, 27 May 2008) | 3 lines


test

------------------------------------------------------------------------
r324 | jblang | 2008-05-22 22:18:59 -0500 (Thu, 22 May 2008) | 2 lines

GTK speed, menu improvements

------------------------------------------------------------------------
r323 | kovzol | 2008-05-22 14:37:21 -0500 (Thu, 22 May 2008) | 2 lines

Small updates before 3.4

------------------------------------------------------------------------
r322 | jblang | 2008-05-22 08:29:02 -0500 (Thu, 22 May 2008) | 2 lines

Increment version numbers

------------------------------------------------------------------------
r321 | jblang | 2008-05-22 08:27:57 -0500 (Thu, 22 May 2008) | 2 lines

	- Increment version numbers

------------------------------------------------------------------------
r320 | jblang | 2008-05-21 23:51:03 -0500 (Wed, 21 May 2008) | 2 lines

Fixes to --with flags

------------------------------------------------------------------------
r319 | jblang | 2008-05-21 22:54:07 -0500 (Wed, 21 May 2008) | 2 lines

Disable automatically building DGA, GGI, AA-lib, and SVGAlib drivers

------------------------------------------------------------------------
r318 | jblang | 2008-05-21 22:08:58 -0500 (Wed, 21 May 2008) | 2 lines

GTK Menu Support

------------------------------------------------------------------------
r317 | jblang | 2008-05-21 19:09:35 -0500 (Wed, 21 May 2008) | 2 lines

Updated release notes; GTK+ improvements.

------------------------------------------------------------------------
r316 | jblang | 2008-05-21 08:48:03 -0500 (Wed, 21 May 2008) | 2 lines

GTK Keyboard Event Handling

------------------------------------------------------------------------
r315 | jblang | 2008-05-21 00:57:23 -0500 (Wed, 21 May 2008) | 2 lines

Added basic GTK event handling

------------------------------------------------------------------------
r314 | jblang | 2008-05-20 23:26:50 -0500 (Tue, 20 May 2008) | 2 lines

First pass at GTK+ support

------------------------------------------------------------------------
r313 | jblang | 2008-05-20 21:38:30 -0500 (Tue, 20 May 2008) | 2 lines

	- Update help file to remove workarounds for fixed issues

------------------------------------------------------------------------
r312 | jblang | 2008-05-20 21:28:32 -0500 (Tue, 20 May 2008) | 8 lines

    - Fix black screen with edge detection filters

    - Fix black screen with pseudo-3d filter

    - Fix black screen with hsv coloring modes

    - Automatically save window position and size

------------------------------------------------------------------------
r311 | jblang | 2008-05-15 21:45:14 -0500 (Thu, 15 May 2008) | 2 lines

Fixed some typos.

------------------------------------------------------------------------
r310 | jblang | 2008-05-15 01:23:05 -0500 (Thu, 15 May 2008) | 2 lines

	- Add link to XaoS Website in About dialog

------------------------------------------------------------------------
r309 | jblang | 2008-05-15 01:16:29 -0500 (Thu, 15 May 2008) | 4 lines

	- Update Italian translation

	- Fix problem with localized application menu

------------------------------------------------------------------------
r308 | jblang | 2008-05-15 00:51:00 -0500 (Thu, 15 May 2008) | 2 lines

	- Fix diacritical mark rendering on Mac OS X Tiger

------------------------------------------------------------------------
r307 | jblang | 2008-05-14 23:52:17 -0500 (Wed, 14 May 2008) | 2 lines

texinfo updates

------------------------------------------------------------------------
r306 | jblang | 2008-05-14 23:49:31 -0500 (Wed, 14 May 2008) | 2 lines

Fixes for texinfo

------------------------------------------------------------------------
r305 | kovzol | 2008-05-05 11:11:50 -0500 (Mon, 05 May 2008) | 2 lines

Updates by A. Madritsch for Win32 port

------------------------------------------------------------------------
r304 | kovzol | 2008-05-05 09:14:43 -0500 (Mon, 05 May 2008) | 2 lines

Changing "XaoS' " to "XaoS's " as J.B. suggested.

------------------------------------------------------------------------
r303 | jblang | 2008-05-03 09:55:08 -0500 (Sat, 03 May 2008) | 4 lines

Fix compilation problem on Linux.  ELF does not automatically prepend
underscore to c symbols as does Mach-O and COFF, so we have to conditionally
append it to the asm functions so they match the definitions in the nasm file.

------------------------------------------------------------------------
r302 | kovzol | 2008-05-02 01:01:26 -0500 (Fri, 02 May 2008) | 2 lines

Version number change and copyright modification

------------------------------------------------------------------------
r301 | kovzol | 2008-05-01 14:22:18 -0500 (Thu, 01 May 2008) | 2 lines

Some updates (not complete yet)

------------------------------------------------------------------------
r300 | jblang | 2008-04-28 19:43:35 -0500 (Mon, 28 Apr 2008) | 2 lines

Change pagebreaks

------------------------------------------------------------------------
r299 | jblang | 2008-04-28 19:31:08 -0500 (Mon, 28 Apr 2008) | 2 lines

Fixing location of xstdio.c

------------------------------------------------------------------------
r298 | jblang | 2008-04-28 08:31:02 -0500 (Mon, 28 Apr 2008) | 2 lines

Fix typos in help and credits.

------------------------------------------------------------------------
r297 | kovzol | 2008-04-28 04:02:14 -0500 (Mon, 28 Apr 2008) | 2 lines

Andreas's updates for Mac OS X.

------------------------------------------------------------------------
r296 | kovzol | 2008-04-28 03:59:19 -0500 (Mon, 28 Apr 2008) | 2 lines

Andreas Madritsch's patch fixes the buffer overflow when switching between the video drivers.

------------------------------------------------------------------------
r295 | jblang | 2008-04-27 00:32:28 -0500 (Sun, 27 Apr 2008) | 4 lines

    - Add Mac OS X help section

    - Add links to Videator in Mac OS X help section

------------------------------------------------------------------------
r294 | jblang | 2008-04-26 21:16:13 -0500 (Sat, 26 Apr 2008) | 10 lines

    - Update video encoding section to recommend ffmpeg, mencoder

    - Move Berkeley MPEG encoder information to historical section

    - Create help section to explain how to get support

    - Add library copyright information to credits help section

    - Update Development help section with recent contribution instructions

------------------------------------------------------------------------
r293 | jblang | 2008-04-26 01:41:21 -0500 (Sat, 26 Apr 2008) | 2 lines

Updating help and fixed popup menu numbering bug

------------------------------------------------------------------------
r292 | jblang | 2008-04-25 08:33:12 -0500 (Fri, 25 Apr 2008) | 4 lines

    - Cleanups to eliminate warnings

    - Conditionalize videator code

------------------------------------------------------------------------
r291 | jblang | 2008-04-25 08:23:05 -0500 (Fri, 25 Apr 2008) | 8 lines

2008-04-24

    - Add enable/disable menu item for Videator

    - Move Close menu item to proper place in File menu

    - Reindent code

------------------------------------------------------------------------
r290 | malczak | 2008-04-24 12:34:36 -0500 (Thu, 24 Apr 2008) | 2 lines

Just changing contact mail

------------------------------------------------------------------------
r289 | jblang | 2008-04-24 00:13:33 -0500 (Thu, 24 Apr 2008) | 2 lines

Fixed syntax errors in italiano.cat

------------------------------------------------------------------------
r288 | jblang | 2008-04-24 00:06:58 -0500 (Thu, 24 Apr 2008) | 6 lines

Undoing the following change from previous commit:
    - Replace gettext (...) with _(...) in all files

It messed up msgmerge so that it did not pick up the strings.
If it ain't broke, don't fix it!!

------------------------------------------------------------------------
r287 | jblang | 2008-04-23 23:12:21 -0500 (Wed, 23 Apr 2008) | 14 lines

    I18N

    - Changes to -initLocale: do not overwrite LANG if it is already set

    - Replace gettext (...) with _(...) in all files

    - Added AppController.m and CustomDialog.m in i18n/Makefile.in.in

    - Regenerated po and pot files with new strings from cocoa driver

    MISC

    - Conditionalize window menu with #ifdef MACOSX

------------------------------------------------------------------------
r286 | kovzol | 2008-04-21 00:48:44 -0500 (Mon, 21 Apr 2008) | 5 lines

Updates by Andreas Madritsch:

  * more beautiful line breaks for SFFE documentation
  * German translations

------------------------------------------------------------------------
r285 | jblang | 2008-04-20 20:47:24 -0500 (Sun, 20 Apr 2008) | 3 lines

Changed SDK to 10.4 universal.  The application would not open on Tiger when
compiled agaisnt 10.5 SDK.

------------------------------------------------------------------------
r284 | kovzol | 2008-04-18 17:16:10 -0500 (Fri, 18 Apr 2008) | 2 lines

makeinfo madness fast fix

------------------------------------------------------------------------
r283 | kovzol | 2008-04-18 16:56:34 -0500 (Fri, 18 Apr 2008) | 2 lines

Small fixes for 3.4

------------------------------------------------------------------------
r282 | kovzol | 2008-04-18 16:47:23 -0500 (Fri, 18 Apr 2008) | 2 lines

Automatic update by mkChangeLog

------------------------------------------------------------------------
r281 | kovzol | 2008-04-18 16:31:40 -0500 (Fri, 18 Apr 2008) | 2 lines

Small fixes for 3.4

------------------------------------------------------------------------
r280 | kovzol | 2008-04-18 16:31:06 -0500 (Fri, 18 Apr 2008) | 2 lines

Fixing file name typo bug

------------------------------------------------------------------------
r279 | kovzol | 2008-04-18 11:42:29 -0500 (Fri, 18 Apr 2008) | 2 lines

Fixing AUTHORS, updating RELEASE_NOTES for 3.4 (text is written by J.B.)

------------------------------------------------------------------------
r278 | jblang | 2008-04-17 23:18:23 -0500 (Thu, 17 Apr 2008) | 4 lines

    - Add code to prevent rendering animation if absolute path is not specified
      for Basename.  This prevents files from being accidentally written to the
      hard drive's root directory

------------------------------------------------------------------------
r277 | jblang | 2008-04-17 23:16:33 -0500 (Thu, 17 Apr 2008) | 35 lines

    BUGS

    - Fix crash after animation rendering

      Analysis: changes introduced for sffe made the uih variable from ui.c
      global in ui.h so that the sffe parser can be accessed from custom
      formula code in formulas.c. Uih was previously declared static in render.c
      because the animation renderer maintains its own context.  SFFE changed
      this from static to extern so the uih in render.c was pointing to the same
      uih in ui.c, instead of to a different structure.  When animations were
      rendered, the uih in ui.h got clobbered, and the next function that tried
      to use it caused a segfault.

      Fix:
      1. Change name of global uih pointer defined in ui.h from uih to globaluih.
      2. Change sffe code to access globaluih pointer instead of uih
      3. Add code to main function to set both uih and globaluih to point at the same structure
      4. Change code in cocoa driver to use globaluih as well

    - Fix bug that causes XaoS to crash when using non-native (ugly) dialog
      code for Render Animation dialog with open file dialog for basename

      Analysis: There was a loop in ui_buildfile in dialog.c, that tried to
      find a "*" in the default filename, and if it didn't find one, it would
      run right off the end of the buffer and continue until a seg fault occurred.

      Fix: the loop now checks for both "*" or a nul terminator as the exit
      condition.  If it doesn't find an asterisk, it still stops at the end
      of the string.

    - Make custom dialog boxes slide out of view before executing menu function

      This prevents the dialog from hanging around after clicking OK during long
      running operations such as rendering animations

------------------------------------------------------------------------
r276 | kovzol | 2008-04-17 02:17:42 -0500 (Thu, 17 Apr 2008) | 3 lines

configure.in: aclocal update (http://sources.redhat.com/automake/automake.html#Extending-aclocal)
documentation updates (including geninfo fix)

------------------------------------------------------------------------
r275 | jblang | 2008-04-16 22:58:43 -0500 (Wed, 16 Apr 2008) | 35 lines

    I18N

    - Updated italian po and catalog

    - Added Italian to configure.in ALL_LINGUAS

    - Make OK/Cancel buttons on custom dialogs autosize to fit i18n labels

    MISC

    - Change Performance Mode to VJ mode (changed shortcut from P to v)
      (performance mode might be confused with performance enhancement)

    - Added document icon

    - Added Close menu item to file menu

    - Fixed regression where window did not retain key status after dialog

    - Add cursor changing code in cocoa driver

    - Add hook to change cursor during performance mode

    - Refine about dialog box

    - Add comments and cleanup

    - Changed version to 3.4pre1 in configure.in

    HELP

    - Add css element to make dt elements bold

    - Add anchors for usrform and usrformInit to help file

------------------------------------------------------------------------
r274 | jblang | 2008-04-10 21:03:30 -0500 (Thu, 10 Apr 2008) | 28 lines

    FULL SCREEN

    - Implement fullscreen code

    - Add menu item to UI menu to toggle fullscreen mode

    - Change render basename type from to DIALOG_STRING to DIALOG_OFILE

    - Added italian translation

    DRIVER

    - Add driver initialization code

    - Add driver uninitialization code

    MISC

    - Conditionalize custom script build phases so they do not do unnecessary work

    - Rebuilt Xcode project to fix issues with debugger and interface builder

    - Incremented Cocoa version number from 3.3 to 3.4

    HELP

    - Got rid of space in help file name

------------------------------------------------------------------------
r273 | jblang | 2008-04-09 22:43:36 -0500 (Wed, 09 Apr 2008) | 2 lines

Adding italian po from Sergio Zanchetta.  He has not provided a catalog file yet and I have not yet made the necessary changes to configure.in or ui.c.

------------------------------------------------------------------------
r272 | jblang | 2008-04-08 19:02:14 -0500 (Tue, 08 Apr 2008) | 4 lines

    - Implement menu delegate to check/uncheck menu items when displayed

    - Hook up choose file button on custom dialogs

------------------------------------------------------------------------
r271 | jblang | 2008-04-08 18:46:02 -0500 (Tue, 08 Apr 2008) | 2 lines

forgot to commit this before

------------------------------------------------------------------------
r270 | jblang | 2008-04-06 23:58:26 -0500 (Sun, 06 Apr 2008) | 8 lines

    - Implement popup menus

    - fix bug in help conversion that results in missing headers for some files

    - I18nize menu items in application menu

    - Add help applescript to automatically launch tutorials

------------------------------------------------------------------------
r269 | jblang | 2008-04-06 18:55:27 -0500 (Sun, 06 Apr 2008) | 31 lines

HELP SUPPORT

    - Update help conversion script to automatically generate index

    - Update help to use stylesheets


I18N

    - Add reference to gettext library, and script command to copy it

    - Add code to detect default locale and set LANG variable accordingly

    - Fixed bug where key equivalents were not found when foreign languages
      were selected

    - I18nized cut/copy/paste/etc. menu items, and OK/Cancel dialog buttons

    - Add code to convert user's native text encoding (usually UTF-8) to
      Latin1/2 to prevent garbled text through built-in text handling system

    - Automate po/mo file build and packaging

    - Add code to set locale directory correctly relative to executable path

MISC

    - Add copy/paste functionality for custom dialogs in Cocoa driver

    - Added Window menu and associated menu items in Cocoa driver

------------------------------------------------------------------------
r268 | jblang | 2008-03-20 23:55:55 -0500 (Thu, 20 Mar 2008) | 10 lines

    HELP SUPPORT

    - Created Apple Help conversion script

    - Added help settings to Info.plist

    - Updated showHelpWithContext:name: method to show main help page

    - Added help conversion script to pre-compile script build phase

------------------------------------------------------------------------
r267 | jblang | 2008-03-20 22:45:40 -0500 (Thu, 20 Mar 2008) | 2 lines

Added Apple Help conversion script

------------------------------------------------------------------------
r266 | jblang | 2008-03-20 20:35:29 -0500 (Thu, 20 Mar 2008) | 25 lines

    REFACTORING/CLEANUP

    - Added autorelease pools to all driver functions, wrapping all controller calls

    - removed autorelease pools from inside controller methods

    - Removed Preferences nib, controller, menu item, and associated icons
      (Videator support will be toggled via menu item in UI menu)

    - changed driver and function name to cocoa_* instead of osx_*

    - Added MACOSX define that can trigger shared functionality for Cocoa/Carbon drivers

    - Removed separate fullscreen driver

    - Removed wrapper functions from controller; now call view functions directly

    - Added functions for driver init and uninit to controller

    - Added pragma marks to categorize functions in controller and view

    - Moved videator hook to view's drawRect:

    - Added wait date to event handling to prevent busy waiting

------------------------------------------------------------------------
r265 | jblang | 2008-03-20 16:19:11 -0500 (Thu, 20 Mar 2008) | 17 lines

Cocoa driver cleanup

    CLEANUP

    - Added autorelease pools to all driver functions, wrapping all controller calls

    - removed autorelease pools from inside controller methods

    - Removed Preferences nib, controller, menu item, and associated icons
      (Videator support will be toggled via menu item in UI menu)

    - changed driver and function name to cocoa_* instead of osx_*

    - Added MACOSX define that can trigger shared functionality for Cocoa/Carbon drivers

    - Removed separate fullscreen driver

------------------------------------------------------------------------
r264 | jblang | 2008-03-19 00:02:37 -0500 (Wed, 19 Mar 2008) | 2 lines

*** empty log message ***

------------------------------------------------------------------------
r263 | jblang | 2008-03-19 00:02:12 -0500 (Wed, 19 Mar 2008) | 2 lines

Oops--forgot to add VideatorProxy before

------------------------------------------------------------------------
r262 | jblang | 2008-03-19 00:00:54 -0500 (Wed, 19 Mar 2008) | 36 lines

    - Moved Videator support into separate VideatorProxy class and updated with
      Andrew's latest changes - UNTESTED

    - Replaced funky bit-swapping code; now use #if __BIG_ENDIAN__ to set color
      masks correctly

    - Removed unnecessary xstdio_osx.c and made executable-relative paths work
      with standard xstdio.c

    - Added Enter key equivalent for OK button on custom dialogs

    - Added call to resize image when maximizing window

    - Added call to terminate app on window close

    - Enabled long double support for deeper zooms

    - Added event handling for middle and right mouse buttons

    - Added event handling for scroll wheel panning

    - Added copyright headers to all files

    - Changed [view setNeedsDisplay:YES] to [view display] to draw immediately
      in order to eliminate jerky zooming motion

    - Added support to print status text

    - Made save and open panels use last selected directory instead of always
      going back to home directory

    - Made window regain key status after open/save dialog

    - Fixes to custom dialogs to correctly display long doubles and allow
      horizontal scrolling instead of wrapping values

------------------------------------------------------------------------
r261 | jblang | 2008-03-16 02:20:25 -0500 (Sun, 16 Mar 2008) | 2 lines

Added third-party libraries; synced up with improved osx build process

------------------------------------------------------------------------
r260 | jblang | 2008-03-16 01:34:55 -0500 (Sun, 16 Mar 2008) | 2 lines

Added #define NOASSEMBLY

------------------------------------------------------------------------
r259 | kovzol | 2008-03-14 10:18:24 -0500 (Fri, 14 Mar 2008) | 2 lines

Cleanups to eliminate most warnings.

------------------------------------------------------------------------
r258 | kovzol | 2008-03-14 09:51:52 -0500 (Fri, 14 Mar 2008) | 2 lines

Since config.h is generated, this is not needed anymore.

------------------------------------------------------------------------
r257 | jblang | 2008-03-14 00:45:23 -0500 (Fri, 14 Mar 2008) | 17 lines

     * The Mac OS X driver requires a 32-bit rgb mask where the most significant
     * byte is on (e.g., 0xffffff00). This exposed a bug in the interpol macro
     * that resulted in distorted colors for the smooth coloring modes.
     * If the interpol macro is applied to such a mask, it causes an overflow
     * of the 32-bit int, and the left-most color byte is lost.
     *
     * I added shiftinterpol macro to handle such masks. It shifts everything 1
     * byte to the right, performs the calculation, and then shifts everything
     * back 1 byte to the left when it is done.
     *
     * I also created the safeinterpol macro which detects if the most
     * signficant byte in the mask is on, and uses the shiftinterpol macro if
     * so, or the orignal interpol macro if not.
     *
     * I then modified the interpoltype macro to use the safeinterpol macro
     * instead of the interpol macro directly.

------------------------------------------------------------------------
r256 | kovzol | 2008-03-13 12:24:54 -0500 (Thu, 13 Mar 2008) | 2 lines

Fixing eval/datadir3 madness

------------------------------------------------------------------------
r255 | kovzol | 2008-03-13 11:55:35 -0500 (Thu, 13 Mar 2008) | 2 lines

Automatic update by mkChangeLog

------------------------------------------------------------------------
r254 | kovzol | 2008-03-13 11:55:03 -0500 (Thu, 13 Mar 2008) | 2 lines

Fixes for documentation of SFFE

------------------------------------------------------------------------
r253 | kovzol | 2008-03-13 11:22:07 -0500 (Thu, 13 Mar 2008) | 2 lines

Removing litter

------------------------------------------------------------------------
r252 | kovzol | 2008-03-13 11:19:45 -0500 (Thu, 13 Mar 2008) | 2 lines

Automatic update by mkChangeLog

------------------------------------------------------------------------
r251 | kovzol | 2008-03-13 11:19:18 -0500 (Thu, 13 Mar 2008) | 2 lines

Updates for 3.3

------------------------------------------------------------------------
r250 | kovzol | 2008-03-13 07:51:47 -0500 (Thu, 13 Mar 2008) | 2 lines

formconv is not used

------------------------------------------------------------------------
r249 | kovzol | 2008-03-13 06:38:40 -0500 (Thu, 13 Mar 2008) | 2 lines

needed for configure --- hopefully fresh enough, if not update it from a recent auto*

------------------------------------------------------------------------
r248 | kovzol | 2008-03-13 06:20:24 -0500 (Thu, 13 Mar 2008) | 2 lines

Updates for user formulas

------------------------------------------------------------------------
r247 | kovzol | 2008-03-13 05:43:11 -0500 (Thu, 13 Mar 2008) | 2 lines

Updates before 3.3

------------------------------------------------------------------------
r246 | jblang | 2008-03-12 22:34:27 -0500 (Wed, 12 Mar 2008) | 2 lines

Updated release notes.

------------------------------------------------------------------------
r245 | jblang | 2008-03-12 22:06:51 -0500 (Wed, 12 Mar 2008) | 2 lines

Updated credits in xaos.hlp

------------------------------------------------------------------------
r244 | jblang | 2008-03-12 21:57:32 -0500 (Wed, 12 Mar 2008) | 2 lines

Updates to version, readme for 3.3.  Removed unnecessary files.

------------------------------------------------------------------------
r243 | kovzol | 2008-03-12 10:38:37 -0500 (Wed, 12 Mar 2008) | 2 lines

Beryl/Compiz fix

------------------------------------------------------------------------
r242 | jblang | 2008-03-11 22:36:12 -0500 (Tue, 11 Mar 2008) | 2 lines

Added Read Me.rtf to project and CVS.

------------------------------------------------------------------------
r241 | jblang | 2008-03-11 21:57:12 -0500 (Tue, 11 Mar 2008) | 2 lines

Added credits to Tormod Volden for X11 driver fixes.

------------------------------------------------------------------------
r240 | jblang | 2008-03-11 21:41:40 -0500 (Tue, 11 Mar 2008) | 10 lines

Applied patches 1905815 and 1905818 from Tormod Volden.

1905815 adds -window-id as an alias for -windowid
1905818 makes -windowid or -window-id override -root and -fullscreen

Both of these patches improve compatibility with xscreensaver, which
passes -window-id and -root to XaoS when displaying a preview window.

Tested on Ubuntu 7.10.

------------------------------------------------------------------------
r239 | jblang | 2008-03-11 21:25:52 -0500 (Tue, 11 Mar 2008) | 3 lines

Applied patch # 1905549 from Tormod Volden; fixes crashes with
-fullscreen and -root options on newer versions of Xorg.

------------------------------------------------------------------------
r238 | jblang | 2008-03-11 19:31:17 -0500 (Tue, 11 Mar 2008) | 10 lines

Added workaround for changes in po file handling introduced by new
aclocal.m4. If NLS is enabled, and POFILES was not set by the call to
AM_GNU_GETTEXT, we use the following code taken from the old aclocal.m4
to set the variable:

    for lang in $ALL_LINGUAS; do
      GMOFILES="$GMOFILES $lang.gmo"
      POFILES="$POFILES $lang.po"
    done

------------------------------------------------------------------------
r237 | jblang | 2008-03-10 22:29:23 -0500 (Mon, 10 Mar 2008) | 5 lines

Using config.sub, config.guess from Ubuntu 7.10's Automake 1.10; the
ones from Mac OS X would not work on Ubuntu.

Added AC_SUBST(POFILES) directive

------------------------------------------------------------------------
r236 | jblang | 2008-03-10 22:09:05 -0500 (Mon, 10 Mar 2008) | 2 lines

Updated autoconf to fix gettext detection

------------------------------------------------------------------------
r235 | jblang | 2008-03-09 19:35:45 -0500 (Sun, 09 Mar 2008) | 2 lines

Changed sffe files to include config.h

------------------------------------------------------------------------
r234 | jblang | 2008-03-09 19:32:59 -0500 (Sun, 09 Mar 2008) | 2 lines

Changes to use ASM for i386 and GSL for PPC

------------------------------------------------------------------------
r233 | jblang | 2008-03-09 11:50:34 -0500 (Sun, 09 Mar 2008) | 2 lines

Enabling libpng

------------------------------------------------------------------------
r232 | jblang | 2008-03-09 11:44:47 -0500 (Sun, 09 Mar 2008) | 2 lines

Changes to autocof:\n1) Detect Darwin (Mac OS X) and pass -DNOASSEMBLY on CFLAGS and CFLAGS1 if found, since Apple's gcc cannot compile the assembly code in i386.c\n2)Add output of 'gsl-config --cflags' to CFLAGS and CFLAGS1.  This allows XaoS to find GSL headers if they are in a non-standard location

------------------------------------------------------------------------
r231 | jblang | 2008-03-08 23:51:04 -0600 (Sat, 08 Mar 2008) | 2 lines

Updates to support custom formulas with sffe/gsl\nBug fix to prevent wrong colors when switching from full screen back to windowed driver\nImproved instructions for building libpng and libgsl

------------------------------------------------------------------------
r230 | jblang | 2008-03-06 21:21:26 -0600 (Thu, 06 Mar 2008) | 2 lines

Merging back lost changes from r1.7

------------------------------------------------------------------------
r229 | jblang | 2008-03-06 21:15:30 -0600 (Thu, 06 Mar 2008) | 2 lines

Merging back lost changes from r1.28

------------------------------------------------------------------------
r228 | jblang | 2008-03-06 21:05:41 -0600 (Thu, 06 Mar 2008) | 2 lines

Merging back lost changes from r1.8

------------------------------------------------------------------------
r227 | kovzol | 2008-03-06 18:31:17 -0600 (Thu, 06 Mar 2008) | 2 lines

Updates for Darwin --- -DNOASSEMBLY is missing yet

------------------------------------------------------------------------
r226 | kovzol | 2008-03-06 06:26:02 -0600 (Thu, 06 Mar 2008) | 3 lines

If GSL is present, NASM won't be used.
version.h is a generated file from now on.

------------------------------------------------------------------------
r225 | kovzol | 2008-03-05 07:09:41 -0600 (Wed, 05 Mar 2008) | 2 lines

Automatic update by mkChangeLog

------------------------------------------------------------------------
r224 | kovzol | 2008-03-05 07:08:40 -0600 (Wed, 05 Mar 2008) | 2 lines

Automatic update by mkChangeLog

------------------------------------------------------------------------
r223 | kovzol | 2008-03-05 07:00:57 -0600 (Wed, 05 Mar 2008) | 2 lines

Updates for 3.3

------------------------------------------------------------------------
r222 | kovzol | 2008-03-05 05:49:50 -0600 (Wed, 05 Mar 2008) | 2 lines

Automatic update by mkChangeLog

------------------------------------------------------------------------
r221 | kovzol | 2008-03-05 05:47:22 -0600 (Wed, 05 Mar 2008) | 2 lines

Updates for 3.3

------------------------------------------------------------------------
r220 | rxpi | 2008-03-05 05:12:58 -0600 (Wed, 05 Mar 2008) | 2 lines

User formula evaluation by Mateusz Malczak - and some examples

------------------------------------------------------------------------
r219 | rxpi | 2008-03-05 05:04:01 -0600 (Wed, 05 Mar 2008) | 2 lines

User formula evaluation by Mateusz Malczak

------------------------------------------------------------------------
r218 | jblang | 2006-11-28 21:28:53 -0600 (Tue, 28 Nov 2006) | 14 lines

Committing additional changes submitted 10/30 by Andrew Stone:

	- support for arrow keys
		up/down change zoom speed
		right/left: if cycling - change
			if auto-rotation - change speed of rotation

	  - UI -> Performance Mode
			This will turn off the echoing of messages to the screen as well as set a tiny cursor for zooming

	 - going from cycle forward and backward no longer toggles cycling off

	BUG FIX: window now regains key status after  after dialog

------------------------------------------------------------------------
r217 | kovzol | 2006-11-18 06:36:52 -0600 (Sat, 18 Nov 2006) | 2 lines

Automatic update by mkChangeLog

------------------------------------------------------------------------
r216 | kovzol | 2006-11-12 16:49:51 -0600 (Sun, 12 Nov 2006) | 2 lines

Romanian translation by Ilinca Sitaru.

------------------------------------------------------------------------
r215 | jblang | 2006-10-26 21:22:31 -0500 (Thu, 26 Oct 2006) | 3 lines

Set debug build configuration to build only native architecture to avoid build error
Added build phase back to cocoa project to create symbolic link from config.h to config.autoconf

------------------------------------------------------------------------
r214 | jblang | 2006-10-26 20:58:11 -0500 (Thu, 26 Oct 2006) | 3 lines

Added Andrew Stone's patches for keyboard handling and Videator support in Cocoa driver
See www.stone.com for more about Videator

------------------------------------------------------------------------
r213 | jblang | 2006-10-15 17:05:48 -0500 (Sun, 15 Oct 2006) | 11 lines

Removing unused port.h file due to license incompatibility:
== SNIP ==
XaoS-3.1.2 contains unused header file port.h, which
has a license
that does not allow commercial distribution, thus it is
incompatible
with GPL. Could you please remove this file?

Vladimir Nadvornik <nadvornik@suse.cz>
== SNIP ==

------------------------------------------------------------------------
r212 | jblang | 2006-10-15 16:57:42 -0500 (Sun, 15 Oct 2006) | 2 lines

Added run script phase to create link from include/config/config.autoconf to include/config.h to avoid manual step

------------------------------------------------------------------------
r211 | jblang | 2006-10-15 16:49:22 -0500 (Sun, 15 Oct 2006) | 3 lines

Added fullscreen driver struct to Cocoa project so it compiles correctly.
Added run-script build phase to automatically link includes/config/config.autoconf to includes/config.h (to avoid manual step)

------------------------------------------------------------------------
r210 | jblang | 2006-10-15 16:24:20 -0500 (Sun, 15 Oct 2006) | 2 lines

Added missing files CustomDialog.h and CustomDialog.m (supporting native Mac OS X dialog boxes).

------------------------------------------------------------------------
r209 | kovzol | 2006-09-26 07:47:49 -0500 (Tue, 26 Sep 2006) | 2 lines

Automatic update by mkChangeLog

------------------------------------------------------------------------
r208 | jblang | 2006-09-23 12:57:38 -0500 (Sat, 23 Sep 2006) | 2 lines

Added Mac OS X fullscreen driver to drivers.c

------------------------------------------------------------------------
r207 | kovzol | 2006-08-12 05:12:43 -0500 (Sat, 12 Aug 2006) | 6 lines

All modifications by J.B. Langston III for Mac OS X:

* Disabled alloca, which was preventing XaoS from rendering images over 2500x2500
* Added fullscreen driver
* Upgraded libpng to 1.2.12

------------------------------------------------------------------------
r206 | kovzol | 2006-07-13 01:01:47 -0500 (Thu, 13 Jul 2006) | 4 lines

Removing unnecessary files from the OS X driver and
some fixes for the OS X driver and menu.c (by J.B. Langston III).
Now version.h is generated.

------------------------------------------------------------------------
r205 | kovzol | 2006-07-09 14:17:48 -0500 (Sun, 09 Jul 2006) | 2 lines

These files are only for backup.

------------------------------------------------------------------------
r204 | kovzol | 2006-07-09 03:56:58 -0500 (Sun, 09 Jul 2006) | 2 lines

Mac OS X port, phase 4. Authors' list updated.

------------------------------------------------------------------------
r203 | kovzol | 2006-07-09 03:47:42 -0500 (Sun, 09 Jul 2006) | 33 lines

J. B. Langston's modifications for Mac OS X port.
Marton Torok's modification for an fd bug:

-----------------------------------------------------------------------
Talaltam meg 2 aprosagot az xaos-szal kapcsolatban.
* I found two small problems.
Az egyiket kuldom, ott az a gond, hogy pipe eseten az stdout-rol varja
* One of them is sent now for you. The problem is that, for pipes,
az inputot (az a vicc, hogy altalban meg igy is mukodik (ha pl.
* XaoS waits the input from stdout (it is funny that it still works
konzolrol futtatom), csak akkor nem tetszik neki, ha kozvetlenul az
* when running from console), but the problem is when stdin is aimed.
stdin-jet celzom meg...).

A masik egy kicsit misztikus nekem, mindenfele memprof-okkal
* The other one is more mystical. I tried to find out the issue with
nezegettem a dolgot, de nem lettem okosabb.
* with several memprofs but I didn't get any closer.
A hiba eleg rendesen fugg az inputtol, mindig masik helyen doglik meg.
* The problem is really depending on the input, the crash is usually
Kuldok egy leegyszerusitett peldat, ugy talan nyomozhatobb lesz a dolog.
* comes in different situations and places. I send an example:

(initstate)
(defaultpalette 0)
(formula 'mandel)
(view -0.75 0 2.5 2.5)
(saveimg "alma.png")
(view -0.7 0 2.5 2.5)
(saveimg "alma.png")
(view -0.65 0 2.5 2.5)
----------------------------------------------------------------------

------------------------------------------------------------------------
r202 | kovzol | 2006-07-09 03:28:54 -0500 (Sun, 09 Jul 2006) | 2 lines

Adding OS X port. Phase 2.

------------------------------------------------------------------------
r201 | kovzol | 2006-07-09 03:25:50 -0500 (Sun, 09 Jul 2006) | 2 lines

Adding J.B. Langston's OS X port. Phase 1.

------------------------------------------------------------------------
r200 | kovzol | 2006-05-06 08:38:20 -0500 (Sat, 06 May 2006) | 2 lines

An xpf file added for the background image of the new web portal.

------------------------------------------------------------------------
r199 | kovzol | 2006-05-06 08:01:17 -0500 (Sat, 06 May 2006) | 2 lines

Automatic update by mkChangeLog

------------------------------------------------------------------------
r198 | kovzol | 2006-05-04 01:34:19 -0500 (Thu, 04 May 2006) | 4 lines

Removing own tutorials (not intended for public use).
Marton Torok (marton.torok@gmail.com) fixed the -pipe mode
(string recognition did not work).

------------------------------------------------------------------------
r197 | kovzol | 2006-04-26 14:15:13 -0500 (Wed, 26 Apr 2006) | 2 lines

Modifications for visualizations.

------------------------------------------------------------------------
r196 | kovzol | 2006-04-26 13:42:38 -0500 (Wed, 26 Apr 2006) | 2 lines

Example animations.

------------------------------------------------------------------------
r195 | kovzol | 2006-04-26 08:15:59 -0500 (Wed, 26 Apr 2006) | 2 lines

Automatic update by mkChangeLog

------------------------------------------------------------------------
r194 | kovzol | 2006-04-25 15:03:00 -0500 (Tue, 25 Apr 2006) | 2 lines

New fonts (scaling xfont16 -- latin2 version -- up).

------------------------------------------------------------------------
r193 | kovzol | 2006-04-08 08:46:06 -0500 (Sat, 08 Apr 2006) | 2 lines

Again...

------------------------------------------------------------------------
r192 | kovzol | 2006-04-08 08:45:46 -0500 (Sat, 08 Apr 2006) | 3 lines

Two modifications: one for the dokuwiki conversion script
and one for the reloaded int/outt-coloring modes (fix).

------------------------------------------------------------------------
r191 | kovzol | 2006-03-02 09:27:37 -0600 (Thu, 02 Mar 2006) | 9 lines

Hi Zoltan,

I updated the French translation file for the new version of XaoS and did some
small improvements to it.

Regards,

Philippe

------------------------------------------------------------------------
r190 | kovzol | 2006-03-01 15:00:43 -0600 (Wed, 01 Mar 2006) | 2 lines

Better conversion, but not complete yet.

------------------------------------------------------------------------
r189 | kovzol | 2006-03-01 04:43:14 -0600 (Wed, 01 Mar 2006) | 77 lines

Hello,

I am writing you about the GNU XaoS project,
as part of by effort to help GNU projects provide a better, more
consistent build system.

Currently, your project seems to support DESTDIR variable in the
generated Makefiles (marked as optional in the GNU coding policies, make and
automake manual), however there's a problem that prevents DESTDIR from
working correctly.

The STICKY variable, set in configure and used in Makefile, does not consider
DESTDIR. This can break the build if the user tries to use DESTDIR support.

You can read more information about DESTDIR in the GNU coding standards
http://www.gnu.org/prep/standards/

and in the Automake manual:

http://www.gnu.org/software/automake/manual/html_mono/automake.html

Sections: "When automake is not enough" and "Staged installs"

I am ready to offer you additional information, help and support.
Thank you for your help in making GNU projects build systems better.

Claudio Fontana

--

Hello,

--- <kovzol@gmail.com> wrote:

> Dear Claudio, I'm happy to hear that GNU starts to
> step towards a better,
> more consistent build system.
>
> I'm not an expert in creating Makefiles. However I
> already put together many
> ones. Currently I have no time to read too much
> documentation about this topic.
> So if you could please help in enhancing the
> code (pointing to the places to change or you
> have the opportunity to fix the code), I would be
> happy. Any other help is greatly appreciated.

Sure thing. I attach a patch against version 3.1 that
does the following:

configure.in: add DESTDIR to STICKY variable.
Makefile.in: run -@STICKY@ to ignore chown, chgrp etc
 useful when running non-root DESTDIR installs.
 Also strenghten info pages installation rule,
 avoiding bug that happens when $(infodir)
 does not exist (see GNU coding standards,
 never use a directory as the second argument of
 install)

> Though, in some months I will have the time to do
> the fixes, but currently I
> must say I cannot change the code on my own.
>
> Thank you for your note again.
>
> Regards, Zoltan

Apply from the top source directory with

$ patch < /path/to/XaoS-3.1-DESTDIR-fix.udiff

Ping me if you want a test before the next release;

bye,

Claudio

------------------------------------------------------------------------
r188 | kovzol | 2006-02-28 15:31:58 -0600 (Tue, 28 Feb 2006) | 2 lines

Fixes.

------------------------------------------------------------------------
r187 | kovzol | 2006-02-28 14:36:16 -0600 (Tue, 28 Feb 2006) | 2 lines

Fix?

------------------------------------------------------------------------
r186 | kovzol | 2006-02-28 14:34:34 -0600 (Tue, 28 Feb 2006) | 2 lines

A tool which creates a dokuwiki-like text from the xaos.hlp file.

------------------------------------------------------------------------
r185 | kovzol | 2006-01-31 06:17:56 -0600 (Tue, 31 Jan 2006) | 2 lines

Adding Spidron hornflake fractal

------------------------------------------------------------------------
r184 | kovzol | 2006-01-25 13:52:36 -0600 (Wed, 25 Jan 2006) | 2 lines

Fix typo

------------------------------------------------------------------------
r183 | kovzol | 2006-01-25 13:44:18 -0600 (Wed, 25 Jan 2006) | 2 lines

Update for 3.2

------------------------------------------------------------------------
r182 | kovzol | 2006-01-25 13:35:51 -0600 (Wed, 25 Jan 2006) | 2 lines

Automatic update by mkChangeLog

------------------------------------------------------------------------
r181 | kovzol | 2006-01-25 13:33:30 -0600 (Wed, 25 Jan 2006) | 2 lines

Updates for 3.2: language support for new .xaf files

------------------------------------------------------------------------
r180 | rxpi | 2006-01-24 02:29:01 -0600 (Tue, 24 Jan 2006) | 2 lines

Well, adding the tutorial files with "cvs add" now.

------------------------------------------------------------------------
r179 | kovzol | 2006-01-23 14:54:46 -0600 (Mon, 23 Jan 2006) | 2 lines

Putting Sierpinski triangle vertically centered.

------------------------------------------------------------------------
r178 | kovzol | 2006-01-23 13:36:09 -0600 (Mon, 23 Jan 2006) | 2 lines

Updates for Win32.

------------------------------------------------------------------------
r177 | rxpi | 2006-01-23 10:55:26 -0600 (Mon, 23 Jan 2006) | 2 lines

Adding tutorials for the new fractal formulas.

------------------------------------------------------------------------
r176 | kovzol | 2006-01-23 02:48:29 -0600 (Mon, 23 Jan 2006) | 2 lines

Formulae...

------------------------------------------------------------------------
r175 | kovzol | 2006-01-23 02:25:01 -0600 (Mon, 23 Jan 2006) | 2 lines

"More formulae", hopefully finally...

------------------------------------------------------------------------
r174 | kovzol | 2006-01-22 16:54:15 -0600 (Sun, 22 Jan 2006) | 2 lines

Automatic update by mkChangeLog

------------------------------------------------------------------------
r173 | kovzol | 2006-01-22 16:48:39 -0600 (Sun, 22 Jan 2006) | 2 lines

Yep! We are very close to release 3.2. Some fine-tuning was done before it.

------------------------------------------------------------------------
r172 | rxpi | 2006-01-22 15:18:48 -0600 (Sun, 22 Jan 2006) | 2 lines

3 classic fractals are in Xaos now. xaos.hlp is also modified.

------------------------------------------------------------------------
r171 | rxpi | 2006-01-22 08:47:27 -0600 (Sun, 22 Jan 2006) | 2 lines

correcting bug (Fast Julia Mode) and improving fractal Sierpinski by Arpi

------------------------------------------------------------------------
r170 | kovzol | 2006-01-21 04:14:32 -0600 (Sat, 21 Jan 2006) | 2 lines

Some description about the built-in formulas (by A. Fekete).

------------------------------------------------------------------------
r169 | kovzol | 2006-01-20 16:15:13 -0600 (Fri, 20 Jan 2006) | 4 lines

-mcpu is deprecated in gcc4, using -march instead
msgmerge is not part of standard gettext package, forcing detection
=> XaoS now compiles under OpenSUSE 10.0

------------------------------------------------------------------------
r168 | kovzol | 2006-01-20 15:57:21 -0600 (Fri, 20 Jan 2006) | 6 lines

Applying Arpad Fekete's enhancements in fractal types.
This version seems to fail to compile under OpenSuSE 10.0 (gcc4).
Probably the -mcpu option is deprecated.
This version lacks the updates of the help files (keyboard shortcuts
for fractal types). Fix is needed.

------------------------------------------------------------------------
r167 | kovzol | 2005-11-23 15:12:09 -0600 (Wed, 23 Nov 2005) | 2 lines

Splitting formulae into 2 menus (by A. Fekete).

------------------------------------------------------------------------
r166 | kovzol | 2005-11-15 15:22:16 -0600 (Tue, 15 Nov 2005) | 2 lines

New items.

------------------------------------------------------------------------
r165 | kovzol | 2005-11-15 15:00:46 -0600 (Tue, 15 Nov 2005) | 2 lines

Updates before release.

------------------------------------------------------------------------
r164 | kovzol | 2005-11-14 05:16:11 -0600 (Mon, 14 Nov 2005) | 2 lines

Update for 3.1.3.

------------------------------------------------------------------------
r163 | kovzol | 2005-11-13 08:27:05 -0600 (Sun, 13 Nov 2005) | 2 lines

Automatic update by mkChangeLog

------------------------------------------------------------------------
r162 | kovzol | 2005-11-13 08:18:36 -0600 (Sun, 13 Nov 2005) | 2 lines

Updates for gcc-4.0 by P. Wautelet

------------------------------------------------------------------------
r161 | kovzol | 2005-09-12 09:52:25 -0500 (Mon, 12 Sep 2005) | 2 lines

2 new fractals (triceratops, catseye) by A. Fekete

------------------------------------------------------------------------
r160 | kovzol | 2005-05-28 12:14:20 -0500 (Sat, 28 May 2005) | 14 lines

Andreas Madritsch updated this file. He writes:

Date: Fri, 27 May 2005 23:11:17 +0200
From: Andreas Madritsch <amadritsch@datacomm.ch>
To: kovzol <kovzol@math.u-szeged.hu>
Subject: Problem with the DirectX header files

Hello Zoltan

The attached file should solve the problem with the DirectX header files.

Regards
Andreas

------------------------------------------------------------------------
r159 | kovzol | 2005-05-07 15:42:11 -0500 (Sat, 07 May 2005) | 2 lines

Updating French translations (contributed by P. Wautelet)

------------------------------------------------------------------------
r158 | kovzol | 2005-02-20 06:24:01 -0600 (Sun, 20 Feb 2005) | 2 lines

Paul Nasca's email address has been changed.

------------------------------------------------------------------------
r157 | kovzol | 2005-02-11 03:57:30 -0600 (Fri, 11 Feb 2005) | 2 lines

Updates for 3.1.2.

------------------------------------------------------------------------
r156 | kovzol | 2005-02-11 03:50:30 -0600 (Fri, 11 Feb 2005) | 2 lines

Removing XaoS homepage link from hinting URLs of libpng and zlib packages.

------------------------------------------------------------------------
r155 | kovzol | 2005-02-11 03:47:57 -0600 (Fri, 11 Feb 2005) | 2 lines

Fixing 2 typos.

------------------------------------------------------------------------
r154 | kovzol | 2005-02-11 03:47:04 -0600 (Fri, 11 Feb 2005) | 2 lines

Update for 3.1.2.

------------------------------------------------------------------------
r153 | kovzol | 2005-02-11 03:40:06 -0600 (Fri, 11 Feb 2005) | 2 lines

Automatic update by mkChangeLog

------------------------------------------------------------------------
r152 | kovzol | 2005-02-11 03:38:15 -0600 (Fri, 11 Feb 2005) | 7 lines

Updates for 3.1.2:
- workaround for the B-B problem (if you press B twice, some newer gcc
  versions generate wrong code and you get a segmentation fault ---
  however gcc developers are not sure this is a gcc problem),
- copying examples to the correct directory,
- recognizing msgmerge.

------------------------------------------------------------------------
r151 | kovzol | 2005-02-05 07:10:04 -0600 (Sat, 05 Feb 2005) | 2 lines

Automatic update by mkChangeLog

------------------------------------------------------------------------
r150 | kovzol | 2005-02-05 07:08:29 -0600 (Sat, 05 Feb 2005) | 2 lines

Updates for 3.1.1

------------------------------------------------------------------------
r149 | kovzol | 2005-02-05 06:27:47 -0600 (Sat, 05 Feb 2005) | 2 lines

Automatic update by mkChangeLog

------------------------------------------------------------------------
r148 | kovzol | 2005-02-05 06:24:17 -0600 (Sat, 05 Feb 2005) | 2 lines

Automatic update by mkChangeLog

------------------------------------------------------------------------
r147 | kovzol | 2005-02-05 06:23:34 -0600 (Sat, 05 Feb 2005) | 2 lines

Adding example files + some updates for 3.1.1.

------------------------------------------------------------------------
r146 | kovzol | 2005-02-05 06:22:36 -0600 (Sat, 05 Feb 2005) | 2 lines

Automatic update by mkChangeLog

------------------------------------------------------------------------
r145 | kovzol | 2005-02-05 04:10:10 -0600 (Sat, 05 Feb 2005) | 2 lines

Automatic update by mkChangeLog

------------------------------------------------------------------------
r144 | kovzol | 2004-11-24 01:11:51 -0600 (Wed, 24 Nov 2004) | 2 lines

Running do-indent for beautifying sources.

------------------------------------------------------------------------
r143 | kovzol | 2004-11-23 13:17:05 -0600 (Tue, 23 Nov 2004) | 2 lines

Automatic update by mkChangeLog

------------------------------------------------------------------------
r142 | kovzol | 2004-11-23 11:52:31 -0600 (Tue, 23 Nov 2004) | 3 lines

Patch for gcc-3.4 -- by Patrick Kursawe (kursawe@users.sf.net).
For details please read http://sourceforge.net/tracker/index.php?func=detail&aid=997200&group_id=5771&atid=105771

------------------------------------------------------------------------
r141 | kovzol | 2004-11-01 19:07:23 -0500 (Mon, 01 Nov 2004) | 2 lines

Automatic update by mkChangeLog

------------------------------------------------------------------------
r140 | kovzol | 2004-10-30 17:33:33 -0500 (Sat, 30 Oct 2004) | 2 lines

Updates for version 3.1.1.

------------------------------------------------------------------------
r139 | kovzol | 2004-10-30 16:31:17 -0500 (Sat, 30 Oct 2004) | 2 lines

Double backspace problem for X11 driver is fixed.

------------------------------------------------------------------------
r138 | kovzol | 2004-10-30 15:30:04 -0500 (Sat, 30 Oct 2004) | 29 lines

3 small patches by Philippe Wautelet <p.wautelet@fractalzone.be>,
sent to me on Tue, 26 Oct 2004 22:44:12 +0200:

-----------------------8X-------------------------------------------------
Hi,

Here are the patches to correct some (small) bugs I found.

filesel.patch: correct a bug in the list of files in a directory: a
negative value could appear (the check was done too early) and was at
the origin of an access out of the valid memory range

ui.patch: correct a bug when the -nogui option was used and that there
are no available driver (this corrects the bug with the request ID 906942)

zoom.patch: permutated some conditions in 'if' to prevent access to not
initialized values

That's all for the moment.

Regards,

Philippe
-----------------------8X-------------------------------------------------

I compiled the code after applying the patches and no problems occured
during running (however I didn't do big tests, including the original
problems, too).

------------------------------------------------------------------------
r137 | kovzol | 2004-03-04 14:09:26 -0600 (Thu, 04 Mar 2004) | 2 lines

Modifications by Giorgio Marizzi (espanhol.cat).

------------------------------------------------------------------------
r136 | kovzol | 2004-03-04 14:00:16 -0600 (Thu, 04 Mar 2004) | 2 lines

Fix and improvements by Giorgio Marazzi.

------------------------------------------------------------------------
r135 | kovzol | 2003-09-01 09:33:22 -0500 (Mon, 01 Sep 2003) | 2 lines

French catalog update by Jean-Pierre Demailly

------------------------------------------------------------------------
r134 | kovzol | 2003-03-27 08:07:55 -0500 (Thu, 27 Mar 2003) | 2 lines

Deleting "pre" from "prerelease".

------------------------------------------------------------------------
r133 | kovzol | 2003-03-27 04:47:44 -0500 (Thu, 27 Mar 2003) | 2 lines

Automatic update by mkChangeLog

------------------------------------------------------------------------
r132 | kovzol | 2003-03-27 04:46:17 -0500 (Thu, 27 Mar 2003) | 2 lines

Removing info about multiple Windows binaries (only one is packaged).

------------------------------------------------------------------------
r131 | kovzol | 2003-03-27 04:28:59 -0500 (Thu, 27 Mar 2003) | 2 lines

Automatic update by mkChangeLog

------------------------------------------------------------------------
r130 | kovzol | 2003-03-27 04:27:07 -0500 (Thu, 27 Mar 2003) | 2 lines

Update.

------------------------------------------------------------------------
r129 | kovzol | 2003-03-25 17:33:26 -0500 (Tue, 25 Mar 2003) | 2 lines

Fixing Win32 driver crash, suggested by Andreas.

------------------------------------------------------------------------
r128 | kovzol | 2003-03-20 16:45:47 -0500 (Thu, 20 Mar 2003) | 3 lines

XaoS became unstable, but texts are internationalized and they don't appear
twice when changing the driver mode. Needs to be fixed.

------------------------------------------------------------------------
r127 | kovzol | 2003-03-20 04:45:22 -0500 (Thu, 20 Mar 2003) | 2 lines

Another attempt to finalize i18n basics for Windows...

------------------------------------------------------------------------
r126 | kovzol | 2003-03-19 07:09:34 -0500 (Wed, 19 Mar 2003) | 2 lines

Another attempt to fix Win32 i18n...

------------------------------------------------------------------------
r125 | kovzol | 2003-03-18 13:07:21 -0500 (Tue, 18 Mar 2003) | 4 lines

An attempt to gettextize Copy, Paste, About and Resize (mainly for Windows).
On Linux it compiles, under Windows not tested yet. Maybe under Windows there
should be some code written for menu_delete() -- which has been removed now.

------------------------------------------------------------------------
r124 | kovzol | 2003-03-18 05:45:46 -0500 (Tue, 18 Mar 2003) | 2 lines

Some small updates.

------------------------------------------------------------------------
r123 | kovzol | 2003-03-18 05:08:15 -0500 (Tue, 18 Mar 2003) | 3 lines

"make install" stops under Windows because there is a file called INSTALL.
That's whay INSTALL had to be removed.

------------------------------------------------------------------------
r122 | kovzol | 2003-03-18 03:33:11 -0500 (Tue, 18 Mar 2003) | 3 lines

Andreas updated autoconf-stuff to detect i18n on Windows properly.
Tested and work OK.

------------------------------------------------------------------------
r121 | kovzol | 2003-03-13 05:08:57 -0500 (Thu, 13 Mar 2003) | 2 lines

..\..\locale is changed to ../../locale.

------------------------------------------------------------------------
r120 | kovzol | 2003-03-11 07:32:29 -0500 (Tue, 11 Mar 2003) | 3 lines

Trying to force -lintl -liconf -D HAVE_GETTEXT if --with-included-gettext
was added to configure options. Not tested yet.

------------------------------------------------------------------------
r119 | kovzol | 2003-03-11 06:38:21 -0500 (Tue, 11 Mar 2003) | 2 lines

Trying to fix that LC_MESSAGES/* directories were not created.

------------------------------------------------------------------------
r118 | kovzol | 2003-03-11 06:09:44 -0500 (Tue, 11 Mar 2003) | 2 lines

Updating.

------------------------------------------------------------------------
r117 | kovzol | 2003-03-11 06:06:23 -0500 (Tue, 11 Mar 2003) | 2 lines

Putting X arrow back.

------------------------------------------------------------------------
r116 | kovzol | 2003-03-11 05:28:46 -0500 (Tue, 11 Mar 2003) | 4 lines

Andreas solved Win32 langauge detection problem. I18n now works under Win32.
He also improved the code which is generating xaos.dlg (however it can
be still enhanced for housing internationalized texts).

------------------------------------------------------------------------
r115 | kovzol | 2003-03-06 06:54:24 -0600 (Thu, 06 Mar 2003) | 2 lines

Trying ..\..\locale instead of ../../locale under Windows, LOCALEDIR.

------------------------------------------------------------------------
r114 | kovzol | 2003-03-06 06:37:37 -0600 (Thu, 06 Mar 2003) | 2 lines

Changing back to the previous version due to a commission fault.

------------------------------------------------------------------------
r113 | kovzol | 2003-03-06 04:02:06 -0600 (Thu, 06 Mar 2003) | 3 lines

Andreas added localedir support for Windows and updated xaos.dlg
to house internationalized texts in some widgets under Windows.

------------------------------------------------------------------------
r112 | kovzol | 2003-03-05 06:47:09 -0600 (Wed, 05 Mar 2003) | 2 lines

Andreas fixed "Color:".

------------------------------------------------------------------------
r111 | kovzol | 2003-03-04 04:30:22 -0600 (Tue, 04 Mar 2003) | 2 lines

Update.

------------------------------------------------------------------------
r110 | kovzol | 2003-03-04 04:21:36 -0600 (Tue, 04 Mar 2003) | 3 lines

Trying to generate a LOCALEDIR-dependent Makefile in src/i18n.
Tested on Linux, on Windows should also be tested.

------------------------------------------------------------------------
r109 | kovzol | 2003-03-04 03:03:49 -0600 (Tue, 04 Mar 2003) | 2 lines

Andreas updated the Windows installation notes.

------------------------------------------------------------------------
r108 | kovzol | 2003-03-03 11:56:33 -0600 (Mon, 03 Mar 2003) | 3 lines

Andreas Madritsch improved the Windows port for supporting i18n.
Tested and works properly.

------------------------------------------------------------------------
r107 | kovzol | 2003-02-28 05:26:25 -0600 (Fri, 28 Feb 2003) | 2 lines

Fixing deleting unwanted, non-existing addresses.

------------------------------------------------------------------------
r106 | kovzol | 2003-02-28 05:24:36 -0600 (Fri, 28 Feb 2003) | 2 lines

Automatic update by mkChangeLog

------------------------------------------------------------------------
r105 | kovzol | 2003-02-28 05:18:41 -0600 (Fri, 28 Feb 2003) | 2 lines

Automatic update by mkChangeLog

------------------------------------------------------------------------
r104 | kovzol | 2003-02-28 05:01:25 -0600 (Fri, 28 Feb 2003) | 2 lines

Preparing for release... :-)

------------------------------------------------------------------------
r103 | kovzol | 2003-02-28 04:06:43 -0600 (Fri, 28 Feb 2003) | 2 lines

configure had to be regenerated.

------------------------------------------------------------------------
r102 | kovzol | 2003-02-28 02:58:16 -0600 (Fri, 28 Feb 2003) | 4 lines

Added MIT/SHM support enabling/disabling. Updated documentation.
Version is 3.1 from now on. Tcl/Tk fix (trailing character removed).
Binary file st6xBkKv is also removed.

------------------------------------------------------------------------
r101 | kovzol | 2003-02-25 12:19:47 -0600 (Tue, 25 Feb 2003) | 2 lines

An attempt to detect DirectDraw driver. Not tested yet.

------------------------------------------------------------------------
r100 | kovzol | 2003-02-25 04:43:24 -0600 (Tue, 25 Feb 2003) | 4 lines

Andreas Madritsch has updated the English and German tutorial files
for the new 3 fractal types. I also updated the Hungarian catalog
file for being synchronized with the latest tutorials.

------------------------------------------------------------------------
r99 | kovzol | 2003-02-17 10:57:26 -0600 (Mon, 17 Feb 2003) | 3 lines

Andreas Madritsch has updated German translations
(and he created texts for German menus).

------------------------------------------------------------------------
r98 | kovzol | 2003-02-11 05:27:56 -0600 (Tue, 11 Feb 2003) | 2 lines

Fixing formula in Bailout.

------------------------------------------------------------------------
r97 | kovzol | 2003-02-11 04:43:57 -0600 (Tue, 11 Feb 2003) | 2 lines

Fixed installation (LC_* directory was not created).

------------------------------------------------------------------------
r96 | kovzol | 2003-02-10 16:42:28 -0600 (Mon, 10 Feb 2003) | 5 lines

The wrong "gettext" library was detected. Now I read some info
about doing this correctly in the info pages of GNU gettext.
Now --disable-nls will switch i18n off. Tested and seems
to work correctly.

------------------------------------------------------------------------
r95 | kovzol | 2003-02-10 11:52:43 -0600 (Mon, 10 Feb 2003) | 2 lines

Locale directory is now generated.

------------------------------------------------------------------------
r94 | kovzol | 2003-02-10 04:36:45 -0600 (Mon, 10 Feb 2003) | 2 lines

The generated files also have to be updated.

------------------------------------------------------------------------
r93 | kovzol | 2003-02-10 04:27:10 -0600 (Mon, 10 Feb 2003) | 2 lines

Bailout is available as command and command line option as well.

------------------------------------------------------------------------
r92 | kovzol | 2003-02-07 05:47:22 -0600 (Fri, 07 Feb 2003) | 2 lines

Moving Bailout into Calculation menu in the documentation.

------------------------------------------------------------------------
r91 | kovzol | 2003-02-06 09:44:54 -0600 (Thu, 06 Feb 2003) | 2 lines

Added Bailout to documentation.

------------------------------------------------------------------------
r90 | kovzol | 2003-02-06 07:36:19 -0600 (Thu, 06 Feb 2003) | 2 lines

Automatic update by mkChangeLog

------------------------------------------------------------------------
r89 | kovzol | 2003-02-06 07:34:42 -0600 (Thu, 06 Feb 2003) | 2 lines

Fixing duplicated helpmenu and file nodes.

------------------------------------------------------------------------
r88 | kovzol | 2003-02-05 14:52:15 -0600 (Wed, 05 Feb 2003) | 2 lines

TODO item solved.

------------------------------------------------------------------------
r87 | kovzol | 2003-02-05 08:59:53 -0600 (Wed, 05 Feb 2003) | 2 lines

Fixing some problems in i18n.

------------------------------------------------------------------------
r86 | kovzol | 2003-02-04 05:21:55 -0600 (Tue, 04 Feb 2003) | 2 lines

Added Dominic Mazzoni to the list of authors.

------------------------------------------------------------------------
r85 | kovzol | 2003-02-04 05:04:27 -0600 (Tue, 04 Feb 2003) | 2 lines

RESTRICT is not neeeded.

------------------------------------------------------------------------
r84 | kovzol | 2003-02-04 05:03:39 -0600 (Tue, 04 Feb 2003) | 2 lines

Mac OS X port seems to be completed. :-)

------------------------------------------------------------------------
r83 | kovzol | 2003-02-04 04:38:13 -0600 (Tue, 04 Feb 2003) | 2 lines

Trying to solve the NO_MALLOC_H/RESTRICT problem for Mac OS X.

------------------------------------------------------------------------
r82 | kovzol | 2003-02-04 03:03:13 -0600 (Tue, 04 Feb 2003) | 2 lines

Trying to detect missing malloc.h via configure.

------------------------------------------------------------------------
r81 | kovzol | 2003-02-03 11:41:49 -0600 (Mon, 03 Feb 2003) | 2 lines

Small bugfix.

------------------------------------------------------------------------
r80 | kovzol | 2003-02-03 11:09:38 -0600 (Mon, 03 Feb 2003) | 3 lines

Unfortunately CVS doesn't support changing file permissions.
So I had to rename some files. Sorry for inconvenience...

------------------------------------------------------------------------
r79 | kovzol | 2003-02-03 10:53:57 -0600 (Mon, 03 Feb 2003) | 2 lines

Added UNIX version of rtfconv.bat.

------------------------------------------------------------------------
r78 | kovzol | 2003-02-03 10:45:36 -0600 (Mon, 03 Feb 2003) | 2 lines

Re-adding using chmod 755.

------------------------------------------------------------------------
r77 | kovzol | 2003-02-03 10:27:09 -0600 (Mon, 03 Feb 2003) | 2 lines

Deleted files, because changing their access information is not allowed.

------------------------------------------------------------------------
r76 | kovzol | 2003-02-03 10:16:46 -0600 (Mon, 03 Feb 2003) | 4 lines

Added Mac OS X support. Unfortunately its detection is very ugly yet.
Tested on Darwin 5.5 (SourceForge Compile Farm). Should be tested if other
OSes still work properly.

------------------------------------------------------------------------
r75 | kovzol | 2003-02-03 04:18:58 -0600 (Mon, 03 Feb 2003) | 2 lines

Forgotten to autogenerate... now it is OK.

------------------------------------------------------------------------
r74 | kovzol | 2003-02-03 04:16:52 -0600 (Mon, 03 Feb 2003) | 6 lines

Added Mac OS X support, based on patches by Ben Hines.
(Officially not tested yet.)

Documentation now can be generated using Makefiles.
Fixing some small bugs in xaos.hlp and updating xaos.geninfo.

------------------------------------------------------------------------
r73 | kovzol | 2003-01-31 10:19:39 -0600 (Fri, 31 Jan 2003) | 3 lines

Upgraded configuration with newer (however, not the newest) libtool,
suggested by Ben Hines.

------------------------------------------------------------------------
r72 | kovzol | 2003-01-29 06:48:24 -0600 (Wed, 29 Jan 2003) | 3 lines

Mac doesn't like #undef Register(...) just #undef Register. Fix suggestion
by Andreas Madritsch. Tested.

------------------------------------------------------------------------
r71 | kovzol | 2003-01-28 05:49:46 -0600 (Tue, 28 Jan 2003) | 2 lines

Adding more information.

------------------------------------------------------------------------
r70 | kovzol | 2003-01-24 06:10:16 -0600 (Fri, 24 Jan 2003) | 2 lines

Fixing -D DEBUG check in ui.c.

------------------------------------------------------------------------
r69 | kovzol | 2003-01-24 03:49:05 -0600 (Fri, 24 Jan 2003) | 4 lines

I misunderstood a fact about config.autoconf and I changed it in the
wrong way. I wrote the previous text back. Now i18n detection
information will be displayed only during -D DEBUG.

------------------------------------------------------------------------
r68 | kovzol | 2003-01-24 03:09:21 -0600 (Fri, 24 Jan 2003) | 2 lines

Regenerated.

------------------------------------------------------------------------
r67 | kovzol | 2003-01-24 02:57:10 -0600 (Fri, 24 Jan 2003) | 2 lines

Fixing warning message.

------------------------------------------------------------------------
r66 | kovzol | 2003-01-24 02:29:28 -0600 (Fri, 24 Jan 2003) | 2 lines

Regenerated configure, improved mkChangeLog.

------------------------------------------------------------------------
r65 | kovzol | 2003-01-24 02:25:36 -0600 (Fri, 24 Jan 2003) | 2 lines

Improving detection of GNU gettext. Beautifying INSTALL file.

------------------------------------------------------------------------
r64 | kovzol | 2003-01-23 12:05:56 -0600 (Thu, 23 Jan 2003) | 3 lines

I forgot to commit Andreas' change for MacIntosh and Windows
sent me on 2002-10-03. Now they're all committed.

------------------------------------------------------------------------
r63 | kovzol | 2003-01-23 11:15:53 -0600 (Thu, 23 Jan 2003) | 3 lines

General cleanup and spelling fixes in many documentation files.
(However I'm not a native English speaker... :-)

------------------------------------------------------------------------
r62 | kovzol | 2003-01-23 06:46:48 -0600 (Thu, 23 Jan 2003) | 2 lines

Automatic update by mkChangeLog

------------------------------------------------------------------------
r61 | kovzol | 2003-01-23 06:42:34 -0600 (Thu, 23 Jan 2003) | 2 lines

Automatic update by mkChangeLog

------------------------------------------------------------------------
r60 | kovzol | 2003-01-23 03:37:38 -0600 (Thu, 23 Jan 2003) | 3 lines

Fixing svgalib detection bug (it did not work at all from version 1.2
as reported by Andreas Madritsch).

------------------------------------------------------------------------
r59 | kovzol | 2003-01-21 17:11:43 -0600 (Tue, 21 Jan 2003) | 2 lines

Updates for 3.1pre6 (mainly for DOS port).

------------------------------------------------------------------------
r58 | kovzol | 2003-01-17 04:46:35 -0600 (Fri, 17 Jan 2003) | 3 lines

ANNOUNCE is removed from files have to be intalled.
I've forgotten to change configure.in and configure for aalib 1.4 check.

------------------------------------------------------------------------
r57 | kovzol | 2003-01-17 03:48:16 -0600 (Fri, 17 Jan 2003) | 2 lines

Fixing.

------------------------------------------------------------------------
r56 | kovzol | 2003-01-17 03:47:40 -0600 (Fri, 17 Jan 2003) | 2 lines

Automatic update by mkChangeLog

------------------------------------------------------------------------
r55 | kovzol | 2003-01-17 03:42:33 -0600 (Fri, 17 Jan 2003) | 6 lines

Major cleanup. Some files have been removed, others moved to new places.
ChangeLog is generated automatically from now on. Added missing credits
to all necessary files. Added README. ./configure now checks aalib
version >= 1.4 (version 1.3 reports bad image height, this caused memory
overflow).

------------------------------------------------------------------------
r54 | kovzol | 2003-01-10 05:00:47 -0600 (Fri, 10 Jan 2003) | 3 lines

ChangeLog.[ch] was indented, they should not!
Fixing do-indent.

------------------------------------------------------------------------
r53 | kovzol | 2003-01-10 04:26:16 -0600 (Fri, 10 Jan 2003) | 7 lines

I18n basics are finished. .po file for Hungarian language is also
considered as finished, however some irrelevant messages are not
translated yet.

"do-indent" is more intelligent. A run of this script was done
to beautify code.

------------------------------------------------------------------------
r52 | kovzol | 2003-01-08 05:40:30 -0600 (Wed, 08 Jan 2003) | 2 lines

Enhanced i18n.

------------------------------------------------------------------------
r51 | kovzol | 2003-01-08 05:32:32 -0600 (Wed, 08 Jan 2003) | 2 lines

i18n should not be taken to the rules.

------------------------------------------------------------------------
r50 | kovzol | 2003-01-04 17:51:13 -0600 (Sat, 04 Jan 2003) | 5 lines

Beautifying Makefiles (i18n now can be made without installing).

A demonstration version of internationalizing dialogs
(Perturbation and Julia-seed works now, tested).

------------------------------------------------------------------------
r49 | kovzol | 2003-01-04 17:48:11 -0600 (Sat, 04 Jan 2003) | 2 lines

Fixing a bug I put into this file however Nix fixed it earlier.

------------------------------------------------------------------------
r48 | kovzol | 2002-12-30 09:04:55 -0600 (Mon, 30 Dec 2002) | 2 lines

Added HAVE_GETTEXT constant for fixing broken i18n support.

------------------------------------------------------------------------
r47 | kovzol | 2002-12-30 08:24:02 -0600 (Mon, 30 Dec 2002) | 4 lines

Automated patching from Nix' fixes. Mostly grammar fixes
in English language, however some documentation related
changes are also commited.

------------------------------------------------------------------------
r46 | kovzol | 2002-12-09 09:17:16 -0600 (Mon, 09 Dec 2002) | 2 lines

Nix-fixes, second part. To be continued...

------------------------------------------------------------------------
r45 | kovzol | 2002-12-09 04:33:44 -0600 (Mon, 09 Dec 2002) | 4 lines

Some corrections done by Nix <nix@esperi.demon.co.uk>. There are
other fixes he did, but I was only able to start commiting his
fixes...