This file is indexed.

/usr/share/gpredict/ChangeLog is in gpredict 1.3-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   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
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
2011-03-01 Alexandru Csete <oz9aec at gmail.com>

    * data/satdata:
    Updated satellite data.
    
    * po:
    Synchronised with translations from launchpad.net
    
    * configure.ac:
    Updated version number to 1.3.
    Include da.po


2011-02-28 Alexandru Csete <oz9aec at gmail.com>

    * src/tle-update.c:
    Fixed spelling error.


2011-02-20 Charles Suprin <hamaa1vs at gmail.com>

    * data/desktop/gpredict.desktop.in
    Change categories in .desktop to fix issues w/ fedora and ubuntu packaging.


2011-02-19 Charles Suprin <hamaa1vs at gmail.com>

    * src/gtk-polar-plot.c
    * src/gtk-polar-view-popup.c
    * src/gtk-polar-view.c
    Do not polar plot pass points below the horizon.


2011-02-16 Charles Suprin <hamaa1vs at gmail.com>

    * src/gtk-rot-ctrl.c
    Remove Hamlib error checking from rotator to allow ST-1 to work.

    * src/gtk-rot-knob.c
    Eliminate printf when bounds exceeded.


2011-02-14 Charles Suprin <hamaa1vs at gmail.com>

    * src/gtk-sat-selector.c
    * src/gtk-sat-selector.h
    * src/mod-cfg.c
    List a satellite under the available column or the selected column but not both.

    * src/gtk-polar-view-popup.c
    Prevent potential buffer overflow in track_toggled by limiting ttidx.

    * src/Makefile.am
    Remove reference to defaults.h.


2011-02-08 Charles Suprin <hamaa1vs at gmail.com>

    * src/gtk-sat-selector.c
    Replace search capability with filter capability in gtk-sat-selector.

    * data/desktop/gpredict.desktop.in
    * pixmaps/icons/Makefile.am
    Install a copy of gpredict-icon.png to pixmaps directory.
    Change gpredict.desktop to reference this new copy.
    Resolves part of Bug 3113190.

    * src/about.c
    Update copyright dates to 2011 from 2009.


2011-02-02 Charles Suprin <hamaa1vs at gmail.com>

    * src/mod-cfg.c
    Sort QTH list alphabetically when configuring module.

    * src/gtk-sat-selector.c
    Sort Satellites Groups alphabetically in combo box.

    * src/gtk-single-sat.c
    List satellites in single sat view alphabetically instead of hash order.


2011-02-01 Alexandru Csete <oz9aec at gmail.com>

    * src/gtk-rig-ctrl.c:
    Manage keyboard PTT event only if rig is RIG_TYPE_TOGGLE_MAN.

    * src/defaults.h:
    Deleted obsolete file.


2011-01-24 Charles Suprin <hamaa1vs at gmail.com>

    * src/tle-update.c
    Fix bug where tle file suffix compare is case dependent.
    <https://bugs.launchpad.net/bugs/706452>


2010-12-26 Charles Suprin <hamaa1vs at gmail.com>

    * src/gtk-rot-ctrl.c
    Make rotator lead satellite on update.
    Restructure error handling for cleaner code.


2010-12-26 Alexandru Csete <oz9aec at gmail.com>

    * src/gtk-sat-map.c:
    Removed dead code in coordinate conversion (it was nonsense anyway).


2010-12-10 Charles Suprin <hamaa1vs at gmail.com>

    * data/locations.dat
    Add entries to locations.dat and add state to Mexican locations.


2010-11-25 Charles Suprin <hamaa1vs at gmail.com>

    * src/gtk-rot-ctrl.c
    Move rotor to end of pass if below horizon and after current pass


2010-11-24 Alexandru Csete <oz9aec at gmail.com>

    * src/Makefile.am:
    Fixed PACKAGE_LOCALE_DIR.


2010-11-23 Charles Suprin <hamaa1vs at gmail.com>

    * src/gtk-rot-ctrl.c
    * src/gtk-rig-ctrl.c
    Close socket in gtk-rig/rot-ctrl when window closes if applicable.


2010-11-11 Charles Suprin <hamaa1vs at gmail.com>

    * src/gtk-rot-ctrl.c
    Change error checking in set_pos


2010-11-07 Charles Suprin <hamaa1vs at gmail.com>

    * src/gtk-rot-ctrl.c
    Updated pass regeneration logic in rotator controller.
    Fixes bug 2167508: problems in rotator controller.

    * data/locations.dat
    Added locations in Malaysia, Indonesia, the Philippines, and Kiribati from US/NOAA Metar database.
    Addresses Feature Request 3022617: Malaysia's location.


2010-11-07 Alexandru Csete <oz9aec at gmail.com>

    * configure.ac:
    Added implicit check for libm (required on Fedora core 13 and later).


2010-11-06 Charles Suprin <hamaa1vs at gmail.com>

    * src/gtk-rot-ctrl.c
    Added checks on g_strsplit in get_pos

    * src/predict-tools.c
    get_current_pass now works on copy of sat_t structure
    to address bug 3099314


2010-11-05 Charles Suprin <hamaa1vs at gmail.com>

    * src/predict-tools.c
    get_pass and get_pass_no_min_el now work on copies of sat_t structure
    to address bug 3099314

    * src/gtk-rot-ctrl.c
    Update is_flipped_pass to handle pass with no details


2010-11-01 Charles Suprin <hamaa1vs at gmail.com>

    * src/orbit-tools.c
    Corrected fixme inside decayed.

    * src/gtk-rig-ctrl.c
    Add checks to g_strsplit calls in gtk-rig-ctrl.c


2010-10-31 Charles Suprin <hamaa1vs at gmail.com>

    * src/about.[ch]
    * src/compat.[ch]
    * src/config-keys.h
    * src/defaults.h
    * src/first-time.[ch]
    * src/gpredict-help.[ch]
    * src/gpredict-url-hook.[ch]
    * src/gpredict-utils.[ch]
    * src/gtk-azel-plot.[ch]
    * src/gtk-event-list-popup.[ch]
    * src/gtk-event-list.[ch]
    * src/gtk-freq-knob.[ch]
    * src/gtk-polar-plot.[ch]
    * src/gtk-polar-view-popup.[ch]
    * src/gtk-polar-view.[ch]
    * src/gtk-rot-knob.[ch]
    * src/gtk-sat-data.[ch]
    * src/gtk-sat-list-col-sel.[ch]
    * src/gtk-sat-list-popup.[ch]
    * src/gtk-sat-list.[ch]
    * src/gtk-sat-map-ground-track.[ch]
    * src/gtk-sat-map-popup.[ch]
    * src/gtk-sat-map.[ch]
    * src/gtk-sat-module-popup.[ch]
    * src/gtk-sat-module-tmg.[ch]
    * src/gtk-sat-module.[ch]
    * src/gtk-sat-selector.[ch]
    * src/gtk-sat-tree.[ch]
    * src/gtk-single-sat.[ch]
    * src/gtk-sky-glance.[ch]
    * src/gui.[ch]
    * src/loc-tree.[ch]
    * src/locator.[ch]
    * src/main.c
    * src/map-selector.[ch]
    * src/menubar.[ch]
    * src/mod-cfg-get-param.[ch]
    * src/mod-cfg.[ch]
    * src/mod-mgr.[ch]
    * src/orbit-tools.[ch]
    * src/pass-popup-menu.[ch]
    * src/pass-to-txt.[ch]
    * src/predict-tools.[ch]
    * src/print-pass.[ch]
    * src/qth-data.[ch]
    * src/qth-editor.[ch]
    * src/sat-cfg.[ch]
    * src/sat-debugger.c
    * src/sat-info.[ch]
    * src/sat-log-browser.[ch]
    * src/sat-log.[ch]
    * src/sat-monitor.[ch]
    * src/sat-pass-dialogs.[ch]
    * src/sat-pref-conditions.[ch]
    * src/sat-pref-debug.[ch]
    * src/sat-pref-formats.[ch]
    * src/sat-pref-general.[ch]
    * src/sat-pref-help.[ch]
    * src/sat-pref-interfaces.[ch]
    * src/sat-pref-layout-utils.[ch]
    * src/sat-pref-layout.[ch]
    * src/sat-pref-list-view.[ch]
    * src/sat-pref-map-view.[ch]
    * src/sat-pref-modules.[ch]
    * src/sat-pref-multi-pass.[ch]
    * src/sat-pref-polar-view.[ch]
    * src/sat-pref-predict.[ch]
    * src/sat-pref-qth-data.h
    * src/sat-pref-qth-editor.[ch]
    * src/sat-pref-qth.[ch]
    * src/sat-pref-refresh.[ch]
    * src/sat-pref-rig-data.h
    * src/sat-pref-rig-editor.[ch]
    * src/sat-pref-rig.[ch]
    * src/sat-pref-rot-data.h
    * src/sat-pref-rot-editor.[ch]
    * src/sat-pref-rot.[ch]
    * src/sat-pref-single-pass.[ch]
    * src/sat-pref-single-sat.[ch]
    * src/sat-pref-sky-at-glance.[ch]
    * src/sat-pref-tle.[ch]
    * src/sat-pref.[ch]
    * src/sat-vis.[ch]
    * src/save-pass.[ch]
    * src/time-tools.[ch]
    * src/tle-tools.[ch]
    * src/tle-update.[ch]
    Change tab to spaces and change emacs indent-tabs-mode.

    * src/gtk-polar-view.c
    * src/gtk-polar-view-popup.c
    Catch if pass has no points before making polar view/polar view popup


2010-10-30 Charles Suprin <hamaa1vs at gmail.com>

    * src/gtk-rot-ctrl.[ch]
    * src/gtk-rig-ctrl.[ch]
    Change tab to spaces and change emacs indent-tabs-mode.


2010-10-28 Charles Suprin <hamaa1vs at gmail.com>

    * src/predict-tools.c
    Explicitly compute pass LOS_AZ.


2010-10-27 Charles Suprin <hamaa1vs at gmail.com>

    * src/gtk-rot-ctrl.[ch]
    Added support for flipped passes.
    Remove return from void function.


2010-10-17 Charles Suprin <hamaa1vs at gmail.com>

    * src/gtk-rot-ctrl.[ch]
    * src/gtk-rig-ctrl.[ch]
    Continuous network rotator and rig merge. 


2010-10-16 Charles Suprin <hamaa1vs at gmail.com>

    * src/gtk-polar-plot.c
    Make rotator show when on horizon as with other items.


2010-10-16 Alexandru Csete <oz9aec at gmail.com>

    * src/time-tools.[ch]:
    Disabled legacy code.

    * src/gtk-sat-module.[ch]:
    Store references to GtkSkyGlance widget and window the same way as we
    store references to GtkRigCtrl and GtkRotCtrl.
    Automatically refresh GtkSkyGlance every 60 seconds.

    * src/gtk-sat-module-popup.c:
    Allow only one GtkSkyGlance widget per module (consistent with
    GtkRigCtrl and GtkRotCtrl).


2010-10-15 Alexandru Csete <oz9aec at gmail.com>

    * src/gtk-sky-glance.[ch]:
    Minor cleaning and improved documentation.


2010-10-10 Alexandru Csete <oz9aec at gmail.com>

    * Gpredict 1.2 released.

    * configure.ac:
    Change version to 1.2

    * NEWS:
    * TODO:
    Updated for version 1.2

    * data/satdata:
    Updated top altest TLE.

    * src/gtk-sat-selector.c:
    Remove erroneous dependency introduced with patch 3050047.
    GtkSatTree is deprecated and using it breaks build from tarballs.

    * src/gtk-rig-ctrl.c:
    Not sure what 'NULL' was supposed to mean here, but the rewritten
    code is equivalent and gives no warnings.


2010-10-10 Alexandru Csete <oz9aec at gmail.com>

    * po:
    Imported available translations from the Launchpad.


2010-10-02 Charles Suprin <hamaa1vs at gmail.com>

    * src/gtk-rig-ctrl.c
    Fix bug with set and unset toggle buffer size being incorrect
    causing junk to be sent to rigctld.

    * src/gtk-rig-ctrl.c
    * src/gtk-rot-ctrl.c
    Catch NULLs in ctrl->conf

    * src/sat-pref-qth.c
    * src/sat-pref-rig.c
    * src/sat-pref-rot.c
    Add sorting to rig, rot, and qth preference screens.

2010-09-24 Charles Suprin <hamaa1vs at gmail.com>

    * src/first-time.c
    Applied patch from bug 3074990 from Zlika catching crash if data
    directory does not exist. Added error message to log.

2010-09-17 Charles Suprin <hamaa1vs at gmail.com>

    * src/first-time.c
    * src/gtk-sat-selector.c
    * src/gtk-sat-tree.c
    * src/main.c
    * src/mod-cfg.c
    * src/sat-log.c
    * src/sat-pref-qth.c
    * src/tle-update.c
    Make file name checks check for suffix not substring

    * src/gtk-rig-ctrl.c
    * src/gtk-rot-ctrl.c
    Fix potential memory leak

2010-09-14 Alexandru Csete <oz9aec at gmail.com>

    * data/satdata:
    Updated satellite database.

2010-08-21 Alexandru Csete <oz9aec at gmail.com>

    * src/gtk-sat-module.c:
    Applied patch 3059022 from Charles Suprin AA1VS fixing crash if module file
    is empty on empty (bugs 3057771 and 3058753).


2010-08-21 Alexandru Csete <oz9aec at gmail.com>

    * src/gtk-sat-selector.c:
    Applied patch 3050047 from Patrick Strasser OE6PSE to improve searching
    in the satellite selector.
    
    * src/predict-tools.c:
    Applied patch 3050047 from Patrick Strasser OE6PSE to include current
    pass in the list of future passes.
    
    * src/tle-update.c:
    Fixed bug 3050068: Unable to update TLE from local files.
    

2010-07-12 Alexandru Csete <oz9aec at gmail.com>

    * src/mod-mgr.c:
    Allow docked modules to be reordered by dragging the tabs.

    * src/configure-ac:
    Require GooCanvas 0.15. Updated dependencies to match Ubuntu 9.10 Karmic.

    * src/predict-tools.c:
    Include TCA when creating copy of a pass.

    * src/gtk-sky-glance.c:
    Implemented pass summary pop-up when mouse hovers over a pass. Works like
    tooltips.
    Turn off anitialias for rectangles to make them look sharper.
    Increase transparency of fill color.

    * src/sat-cfg.c:
    Changed default value of SKY_AT_GLANCE/COLOUR_07 to be darker.

    * src/gtk-polar-view.c:
    Added satellite tooltips showing current Az, El and time to LOS.

    * src/gtk-sat-map.c:
    Added satellite tooltips in map view showing current SSP Lat, Lon, Az, El
    and time to AOS/LOS.


2010-07-11 Alexandru Csete <oz9aec at gmail.com>

    * data/satdata:
    Synchronise satellite database with Celestrak.
    
    * src/gtk-rig-ctrl.c:
    Simplified exec_toggle_tx_cycle() to only do something while PTT=FALSE and
    without any dial feedback since dial feedback makes no sense when using 
    such radios.
    Added function to set_ptt().
    Implemented controller for RIG_TYPE_ROGGLE_MAN (FT-817/857/897 manual TX).

    * src/gtk-rig-ctrl.c:
    * src/gtk-rig-ctrl.h:
    Updated RIG_TYPE_TOGGLE_AUTO controller to perform TX frequency update only
    once every 10 seconds.
    
    * src/sat-pref-rig-editor.c:
    Automatically set PTT type for RIG_TYPE_TOGGLE_AUTO and RIG_TYPE_TOGGLE_MAN.


2010-07-09 Alexandru Csete <oz9aec at gmail.com>

    * src/radio-conf.h:
    * src/sat-pref-rig.c:
    * src/sat-pref-rig-editor.c:
    * src/gtk-rig-ctrl.c:
    Added option for manual T/R switch for FT-817/857/897 (RIG_TYPE_TOGGLE_MAN).
    The auto mode has been renamed to RIG_TYPE_TOGGLE_AUTO.
    
    * data/trsp/36122.trsp:
    Fixed incorrect V/U packet frequencies.

    * data/trsp/32791.trsp:
    Fixed incorrect frequency and added more modes.


2010-06-18 Alexandru Csete <oz9aec at gmail.com>

    * src/main.c:
    Applied patch 3009725: Delete Explicit Call to gtk_set_locale.
    
    * src/gtk-sat-data.[ch]:
    Added function to free satellite name, nickname and website (patch 3009727).
    
    * src/gtk-sat-module.c:
    Use new gtk_sat_data_free_sat() function (patch 3009727).
    

2010-05-23 Alexandru Csete <oz9aec at gmail.com>

    * src/print-pass.h:
    Applied patch 3005548: Cut and Paste Error In print_pass.h


2010-05-20 Alexandru Csete <oz9aec at gmail.com>

    * src/sgpsdp/sgp4sdp4.c:
    Applied patch 3002344: Remove Uninitialized Jump.

    * src/first-time.c:
    Applied patch 3002345: Free catfilename.

    * src/main.c:
    Applied patch 3002348: Option context never freed.


2010-05-04 Alexandru Csete <oz9aec at gmail.com>

    * src/gtk-sky-at-glance.c:
    Click on satellite pass shows pass details.


2010-03-12 Stephane Fillod <fillods at users.sf.net>

    * src/gtk-event-list-popup.c:
    * src/gtk-sat-map-popup.c:
    * src/gtk-sat-list-popup.c:
    * src/gtk-single-sat.c:
    * src/gtk-polar-view-popup.c:
    * src/sat-info.[ch]:
    Rename show_sat_info as show_sat_info_menu_cb,
    show_sat_info can now be called from outside a menu.

    * src/sat-pref-qth.c:
    * src/sat-pref-rot.c:
    * src/gtk-sat-list.c:
    * src/gtk-event-list.c:
    * src/gtk-sat-map.c:
    * src/gtk-polar-view.c:
    Enter directly popup upon double-click.

    * po/gpredict.pot:
    * po/fr.po:
    Misc update and merge with launchpad translations.


2010-02-20 Alexandru Csete <oz9aec at gmail.com>

    * src/sat-pref-rig.c:
    * src/radio-conf.h:
    * src/gtk-rig-ctrl.c:
    Replace RIG_TYPE_SPLIT with RIG_TYPE_TOGGLE (from patch 2955061).

    * src/sat-pref-rot.c:
    Use g_str_has_suffix() instead of g_strrstr() (from patch 2955061).


2010-02-15 Alexandru Csete <oz9aec at gmail.com>

    * src/gtk-rig-ctrl.c:
    * src/sat-pref-rig.c:
    Applied patch 2951724: Allow FT-857 to work QSO (should also work with 817 and 897).

    * src/radio-conf.h:
    * sat-pref-rig-editor.c:
    Updated to work with patch 2951724: Allow FT-857 to work QSO.


2010-02-07 Alexandru Csete <oz9aec at gmail.com>

    * src/menubar.c:
    Applied patch 2947459: Make Module List Scrollable (Thanks to
    Charles Suprin AA1VS).


2010-02-05 Alexandru Csete <oz9aec at gmail.com>

    * src/gtk-sat-map.c:
    Applied patch 2943024: Eliminate Segfault in gtk-sat-map.c (Thanks to
    Charles Suprin AA1VS).

    * src/gtk-rig-ctrl.c:
    * src/gtk-rot-ctrl.c:
    Applied patch 2943448: Remove Segfault from corrupted module (Thanks to
    Charles Suprin AA1VS).

    * src/menubar.c:
    Applied patch 2945525: Sort list of modules in open module dialog (Thanks to
    Charles Suprin AA1VS).


2010-02-01 Alexandur Csete <oz9aec at gmail.com>

    * src/qth-data.c:
    Applied patch 2943018: Potential Double Free in qth-data.c (Thanks to
    Charles Suprin AA1VS).

    * src/gtk-sat-map-ground-track.c:
    Applied patch 2942658: Ground Tracks with Narrow Windows (Thanks to Charles
    Suprin AA1VS).


2010-01-28 Alexandru Csete <oz9aec at gmail.com>

    * src/predict-tools.c:
    Replaced incorrect error message with info. The pass condition are "either or"
    and only one of the conditions have to be met before stopping the search for
    future passes.


2010-01-20 Alexandru Csete <oz9aec at gmail.com>

    * src/predict-tools.c:
    Applied new version of patch 2933879 from Charles Suprin AA1VS.


2010-01-17 Alexandru Csete <oz9aec at gmail.com>

    * src/gtk-polar-view.c:
    Applied patch 2930342 from Charles Suprin AA1VS.

    * src/predict-tools.c:
    Applied patch 2933879 from Charles Suprin AA1VS.


2010-01-13 Alexandru Csete <oz9aec at gmail.com>

    * src/print-pass.[ch]:
    Added files with functions to print a satellite pass using Gtk+ printing
    API. Only single pass for now.

    * src/sat-pass-dialogs.c:
    Enable Print button in single pass dialog.


2010-01-11 Alexandru Csete <oz9aec at gmail.com>

    * src/gtk-rot-knob.c:
    Applied patch 2929816: Fixes Bound Checking in gtk-rot-knob.c
    Thanks Charles Suprin AA1VS.

    * src/gtk-sat-module-popup.c:
    Change menu item to "Exit full screen" and someminor cleaning.


2010-01-05 Alexandru Csete <oz9aec at gmail.com>

    * src/gtk-sat-map-c:
    Added shadow under satellite markers and labels to improve visual
    appearance on light background (e.g. South Pole). Added missing 3px room
    between satellite label and marker.

    * src/config-keys.h:
    * src/sat-cfg.[ch]:
    * src/sat-pref-map-view.c:
    Added config parameter for shadow transparency on the GtkSatMap.


2010-01-04 Alexandru Csete <oz9aec at gmail.com>

    * src/main.c:
    Added command line options for cleaning TLE and transponder data.


2010-01-02 Alexandru Csete <oz9aec at gmail.com>

    * src/gtk-sat-selector.[ch]:
    Added utility function to retrieve newest EPOCH of satellites in database.


2009-12-26 Alexandru Csete <oz9aec at gmail.com>

    * src/sat-pref-layout.c:
    Finished implementation of layout selector.

    * src/pass-to-txt.c:
    Fixed bug 2914679: Unable to save Future passes.


2009-12-25 Alexandru Csete <oz9aec at gmail.com>

    * pixmaps/icons:
    Added thumbnails for predefined layouts.


2009-12-24 Alexandru Csete <oz9aec at gmail.com>

    * data/satdata:
    * data/trsp:
    Added TLE and transponder data for XW-1 / HO-68.


2009-12-24 Stephane Fillod <fillods at users.sf.net>

    * src/gtk-rig-ctrl.c:
    * src/gtk-rot-ctrl.c:
    Clean hangup with rigctld/rotctld.

    * po/fr.po:
    Misc update.


2009-12-21 Alexandru Csete <oz9aec at gmail.com>

    * doc/man/gpredict.1.in:
    * doc/notes/configuration.txt:
    * doc/notes/time_keeping.txt:
    Applied patch 2916646 from Paul Schulz: Minor fixes to documentation.

    * src/tle-update.c:
    Fixed bug 2918672: Trailing whitespace and newline in satellite names.
    Fixed indentation.


2009-12-02 Alexandru Csete <oz9aec at gmail.com>

    * src/gtk-event-list-popup.[ch]:
    New files implementing popup menu for GtkEventList widget.

    * win32/Makefile:
    * src/Makefile.am:
    * src/gtk-event-list.c:
    Enabled usage of gtk-event-list-popup.


2009-12-01 Alexandru csete <oz9aec at gmail.com>

    * src/config-keys.h:
    * src/sat-cfg.[ch]:
    Added configuration keys for GtkEventList. Curently only refresh rate is
    configurable.

    * src/gtk-sat-list.c:
    Changed some field alignments.


2009-11-30 Alexandru Csete <oz9aec at gmail.com>

    * src/gtk-sat-module.c:
    Include support for GtkEventList views.

    * src/gtk-event-list.[ch]:
    First functional version.


2009-11-29 Alexandru Csete <oz9aec at gmail.com>

    * src/gtk-event-list.[ch]:
    Added files containing new view listing upcoming events.

    * src/gtk-sat-module.[ch]:
    Use new GtkEventList view.


2009-11-22 Alexandru Csete <oz9aec at gmail.com>

    * src/sat-cfg.c:
    Minor formatting fixes.

    * src/sat-pref-layout.c:
    First working version of the new layout configurator.

    * src/gtk-polar-view.c
    * src/gtk-sat-map.c:
    Changed default sized to allow scaling down to 100x100 grid cell size.


2009-11-19 Alexandru Csete <oz9aec at gmail.com>

    * src/gtk-sat-module.[ch]:
    * src/gtk-sat-module-popup.c:
    * src/menuibar.c:
    * src/mod-mgr.c:
    Implemented new grid-based layout engine for GtkSatModule
    (engine only, config is still TBD).


2009-11-18 Alexandru Csete <oz9aec at gmail.com>

    * src/config-keys.h:
    * src/sat-cfg.[ch]:
    Added config key for new GRID layout.

    * src/sat-info.c:
    Pack transponder list into a scrolled window to prevent long transponder
    lists from resizing the satellite info dialog.

    * src/gtk-single-sat.c:
    Changed satellite selector to list satellites in the main pop-up menu
    instead of a submbenu (fewer mouse clicks).


2009-11-06 Alexandru Csete <oz9aec at gmail.com>

    * src/gtk-rig-ctrl.c:
    * src/gtk-rot-ctrl.c:
    * src/main.c:
    * win32/Makefile:
    * win32/build-config.h:
    * win32/config.mk:
    * win32/gpredict.exe.manifest:
    * win32/gpredict.rc:
    Applied patch 2893617 from Valentin Yakovenkov fixing various windows issues.


2009-10-27 Alexandru Csete <oz9aec at gmail.com>

    * src/tle-update.c:
    Fixed bug that broke TLE update from network, caused by attempts to
    double-lock the tle_in_progress mutex.
    

2009-10-25 Alexandru Csete <oz9aec at gmail.com>

    * src/gtk-sat-module-popup.c:
    * src/gtk-rig-ctrl.c:
    * src/gtk-rig-ctrl.h:
    * src/main.c:
    * src/gtk-sat-module.c:
    * src/gtk-sat-module.h:
    * src/gtk-rot-ctrl.c:
    * src/gtk-rot-ctrl.h:
    Applied patch 2881367 from Charles Suprin AA1VS.


2009-10-13 Alexandru Csete <oz9aec at gmail.com>

    * src/tle-update.c:
    Applied patch 2877878 and 2877918 from Charles Suprin AA1VS.

    * src/gtk-rig-ctrl.c:
    Fixed bug 2877974: Incorrect uplink Doppler.

    * src/sat-cfg.c:
    Changed some defaults for the map view.

    * data/Amateur.mod:
    Added SO-50 to list of satellites in the default module.


2009-10-12 Alexandru Csete <oz9aec at gmail.com>

    * data/trsp:
    Added transponder data for new cubesats.

    * data/satdata:
    Updated satellite data. Replaced 2009+051B/C/D/E names for new cubesats
    with real names based on latest guess by DK3WN.

    * src/gtk-rot-ctrl.c:
    Fixed memory leak (thanks to Charles Suprin AA1VS for patch).    


2009-09-05 Alexandru Csete <oz9aec at gmail.com>

    * src/sat-pass-dialogs.c:
    Implemented double click in multi-pass table will show the details of the
    clicked pass.

    * src/menubar.c:
    Added link to online documentation.


2009-10-03 Alexandru Csete <oz9aec at gmail.com>

    * src/gtk-sat-selector-c:
    Added proper cell rendering of Epoch field.


2009-09-27 Alexandru Csete <oz9aec at gmail.com>

    * src/tle-update.c:
    Synchronise satellite categories during TLE update.

    * src/gtk-sky-at-glance.c:
    Fixed bug 2691499: Sky at glance crashes with empty module.

    * src/sat-cfg.[ch]:
    * src/config-keys.h:
    Addd configuration flag for automatically showing the sky tracks in
    the Polar views.

    * src/gtk-polar-view.[ch]:
    Added support for automatically showing the sky tracks.

    * src/gtk-sat-module-tmg.c:
    Disabled tooltip since it was too annoying when using the scroll wheel.

    * src/sat-pref-polar-view.c:
    Added config widget for new sky track option.


2009-09-25 Alexandru Csete <oz9aec at gmail.com>

    * src/gtk-sat-module-tmg.c:
    Finished implementation of the slider. It allows dragging of the time
    +/- 5 hours with a resolution of 8 seconds. It is complementary to the
    spin buttons.


2009-09-24 Alexandru Csete <oz9aec at gmail.com>

    * src/gtk-sat-selector.c:
    Fixed a bug that caused tree models to be deleted when selecting a new
    satellite group.

    * src/mod-cfg.c:
    Added list of selected satellites and arrow buttons. New satellite selector
    is now fully functional and replaces GtkSatTree.

    * src/gtk-sat-tree.[ch]:
    Removed from build list.


2009-09-23 Alexandru Csete <oz9aec at gmail.com>

    * src/gtk-sat-selector.[ch]:
    Changed EPOCH column type to G_TYPE_DOUBLE (consistent with sat_t).
    Implemented "sat-activated" signal that is triggered when the user
    double click on a satellite.

    * src/mod-cfg.c:
    Connect GtkSatSelector's new "sat-activated" signal to signal handler.


2009-09-18 Alexandru Csete <oz9aec at gmail.com>

    * src/gtk-sat-selector.[ch]:
    Implemented satellite group selector.


2009-08-23 Alexandru Csete <oz9aec at gmail.com>

    * src/gtk-sat-selector.[ch]:
    Added files with new satellite selector.


2009-08-12 Alexandru Csete <oz9aec at gmail.com>

    * src/gtk-sat-module-tmg.c:
    Fixed bug 2836265: Time controls should wrap around their limits.


2009-08-09 Alexandru Csete <oz9aec at gmail.com>

    * src/compat.[ch]:
    Added sat_file_name_from_catnum_s (gchar *catnum).

    * src/tle-update.[ch]:
    Updated to new .sat and .cat files.

    * src/main.c:
    * src/qth-data.c
    Avoid using tle-lookup.

    * src/tle-lookup.[ch]:
    Deleted.

    * src/sat-cfg.[ch]:
    Include new TLE files in default.
    Introduced configuration version number.
    Reset SAT_CFG_STR_TLE_FILES if version is < 1.1.


2009-08-07 Alexandru Csete <oz9aec at gmail.com>

    * data/satdata/*.sat:
    Packaged .sat files into one satellites.dat file for distribution because
    SF subversion was useless with many small files.


2009-08-06 Alexandru Csete <oz9aec at gmail.com>

    * src/gtk-rig-ctrl.c:
    * src/gtk-rot-ctrl.c:
    * src/radio-conf.c:
    * src/rotor-conf.c:
    * src/trsp-conf.c:
    * src/sat-pref-rig.c:
    * src/sat-pref-rot.c:
    * src/gtk-sat-module.c:
    * src/gtk-sat-module-popup.c:
    * src/main.c:
    * src/menubar.c:
    * src/mod-mgr.c:
    * src/qth-editor.c:
    * src/sat-pref-debug.c:
    * src/sat-log-browser.c:
    * src/sat-log.c:
    * src/sat-cfg.c:
    * src/sat-pref-qth.c:
    * src/mod-cfg.c:
    Migrated to new user configuration.

    * src/sgpsdp/sgp4sdp4.h:
    Add new name fields to sat_t structure.

    * src/compat.[ch]:
    Added utility function to build satellite data file path from catalog
    number.

    * stc/gtk-sat-data.c:
    Migrated to new satdata config.

    * src/gtk-polar-view.c:
    * src/gtk-polar-view-popup.c:
    * src/gtk-sat-list-popup.c:
    * src/gtk-sat-map-popup.c:
    * src/gtk-sat-map.c:
    * src/gtk-sat-map-ground-track.c:
    * src/gtk-single-sat.c:
    * src/gtk-rig-ctrl.c:
    * gtk/gtk-rot-ctrl.c:
    * src/gtk-sat-data.c:
    * src/gtk-sat-list.c:
    * src/gtk-sky-glance.c:
    * src/predict-tools.c:
    * src/sat-info.c:
    Uset sat->nickname instead of sat->tle.sat_name.


2009-08-05 Alexandru Csete <oz9aec at gmail.com>

    * src/compat.[ch]:
    Added more configuration related utility functions.

    * src/first-time.c:
    Migrated to new user configuration.


2009-08-05 Stephane Fillod <fillods at users.sf.net>

    * src/sat-pref-rig-editor.c:
    * src/sat-pref-rot-editor.c:
    Set default host to localhost for rigctld/rotctld, working around
    a crash when field is left empty.


2009-08-05 Michael Stephenson <mickstephenson at googlemail.com>

    * src/gtk-sat-module-popup.c:
    * src/sat-pref-rot-editor.c:
    * src/trsp-conf.c:
    * src/save-pass.c:
    * src/sat-pref-qth-editor.c:
    * src/gtk-rig-ctrl.c:
    * src/mod-cfg.c:
    * src/qth-editor.c:
    * src/sat-pref-rig-editor.c:
    * src/gtk-rot-ctrl.c:
    Spelling corrections.

    * configure.ac:
    * po/en_US.po:
    * po/en_GB.po:
    US and British translations.


2009-08-04 Alexandru Csete <oz9aec at gmail.com>

    * data/satdata/*.sat:
    * data/satdata/*.cat:
    New satellite data files. Old TLE files removed.
    
    * data/trsp/*.trsp:
    Moved TRSP files.
    
    * configure.ac:
    * data/Makefile.am
    * data/satdata/Makefile.am:
    * data/trsp/Makefile.am:
    Updated to take new data files and organization into account.

    * src/compat.[ch]:
    Changed functions to transition to new configuration files.


2009-08-03 Alexandru Csete <oz9aec at gmail.com>

    * src/Makefile.am:
    * src/qth-data.[ch]:
    * src/gtk-sat-module.[ch]:
    * src/qth-editor.[ch]:
    * src/sat-pref-qth.c:
    Separate QTH data I/O from SAT data I/O.

    * src/sat-data.[ch]:
    New files implementing the new .sat file I/O (replacing gtk-sat-data).


2009-07-31 Alexandru Csete <oz9aec at gmail.com>

    * src/gtk-sat-list.c:
    Fixed sorting algorithm for AOS and LOS columns (bug #2116693).


2009-05-24 Alexandru Csete <oz9aec at gmail.com>

    * src/sat-pref-single-sat.c:
    Use field text instead of field hint for checkbox label. Use the hints for
    tooltip text.

    * src/gtk-single-sat.c:
    Don't include ":" in field label since it is also used in preferences dialog.

    * src/gtk-rig-ctrl.c:
    Added delay between set_freq() and get_freq() to avoid reading back the frequency
    too soon. Changed packing options to include GTK_EXPAND.


2009-05-23 Alexandru Csete <oz9aec at gmail.com>

    * src/gtk-rig-ctrl.c:
    Fixed some bugs that caused the Doppler shift to be calculated incorrectly
    in some cases.

    * src/gtk-single-sat.c:
    Improved tooltip texts.


2009-05-21 Alexandru Csete <oz9aec at gmail.com>

    * src/gtk-sat-data.[ch]:
    Added function to copy satellite data from one sat_t structure to another.


2009-05-20 Alexandru Csete <oz9aec at gmail.com>

    * src/data:
    Added new transponder files received from David VK5DG.
    

2009-05-13 Alexadnru Csete <oz9aec at gmail.com>

    * src/gtk-rig-ctrl.c:
    Fixed bug that caused rig type to switch from DUPLEX -> RX after first
    cycle.
    
    * src/sat-pass-dialogs.c:
    Fixed bug 2691797: Potential array index out of range.
    
    * src/pass-to-txt.c:
    Fixed bug 2691795: Potential array index out of range.
    
    * src/gtk-single-sat.c:
    Fixed bug 2691794: Potential array index out of range.
    
    * src/gtk-sat-list.c:
    Fixed bug 2691792: Potential array index out of range.
    
    * src/tle-update.c:
    * src/gtk-sat-data.c:
    * src/sgpsdp/test-001.c:
    * src/sgpsdp/test-002.c:
    Fixed compile warnings.
    

2009-05-10 Alexandru Csete <oz9aec at gmail.com>

    * src/sat-pref-rig-data.h:
    * src/sat-pref-rig.c:
    Added VFO UP/DOWN columns.
    
    * src/trsp-conf.c:
    Changed error messages severity to WARNING when reading transponder data.

2009-05-09 Alexandru Csete <oz9aec at gmail.com>

    * src/radio-conf.[ch]:
    Added parameter to store uplink and downlink VFOs for full-duplex capable
    radios.
    
    * src/sat-pref-rig-editor.c:
    Added selector for VFO up/down combination for duplex radios.

    * src/gtk-rig-ctrl.c:
    Moved error checking to cycle controlled.
    Implemented full-duplex controller.
    

2009-05-01 Alexandru Csete <oz9aec at gmail.com>

    * src/gtk-sat-module.c:
    Fixed indent. Log an error message if module configuration fails.
    
    * src/gtk-polar-view.c:
    Changed resizing scheme to be the same as for GtkSatMap. This fixed the
    long delay (many seconds) problem when a module containing a polar view
    is opened or reconfigured.


2009-04-14 Alexandru Csete <oz9aec at gmail.com>

    * configure.ac:
    Require libcurl 7.16.0 or later as mandatory dependency.
    
    * src/tle-update.c:
    * src/sat-cfg.[ch]:
    * src/sat-pref-tle.c:
    Reverted TLE update to libcurl version.


2009-04-13 Alexandru Csete <oz9aec at gmail.com>

    * src/predict-tools.c:
    Fixed a bug that could cause find_aos() to go into infinite loop.


2009-04-12 Alexandru Csete <oz9aec at gmail.com>

    * src/gtk-rig-ctrl.c:
    Implemented dual-rig controller. Tested with FT-817/IC-765 pair.
    
    * src/first-time.[ch]:
    Added first-time checks for transponder data.
    
    * data/*.trsp:
    * data/Makefile.am:
    Include some transponder data in distribution.
    
    * src/sat-info.c:
    Show transponder data when avaialble.
    
    * src/trsp-conf.[ch]:
    Added mode string.
    
    * src/radio-conf.[ch]:
    * src/sat-pref-rig.c:
    * src/sat-pref-rig-editor.c:
    Changed PTT parameter to integer to allow specifying the PTT type. This
    allows reading PTT from classic ICOM radios if PTT (or SQL) is acquired
    by special CAT interface feeding the signal to CTS (e.g. Microham USB II)
    and using get_dcd().
    
    * src/gtk-rig-ctrl.c:
    Implemented new PTT option.
    

2009-04-11 Alexandru Csete <oz9aec at gmail.com>

    * src/radio-conf.c:
    Fixed bug that prevented correct saving of the LO frequencies.
    

2009-04-10 Alexandru Csete <oz9aec at gmail.com>

    * src/gtk-sat-module-tmg.c:
    Fixed bug 2750119: Unable to set the time correctly in Time Controller.

    * src/gtk-freq-knob.c:
    Added signal that is emitted when the value of the knob changes.

    * src/gtk-rig-ctrl.[ch]:
    Added controls and functions for tuning and locking transponders.
    Use new "freq-changed" signal of GtkFreqKnob widgets for tracking uplink and
    downlink changes.
    Added secondary device for uplink.
    

2009-04-08 Alexandru Csete <oz9aec at gmail.com>

    * src/gtk-rig-ctrl.[ch]:
    Fixed crash when closing rig controller window with an active transponder
    list.


2009-04-04 Alexandru Csete <oz9aec.gmail.com>

    * src/gtk-rig-ctrl.[ch]:
    Added transponder selector combo box. Not fully functional.
    

2009-04-03 Alexandru Csete <oz9aec at gmail.com>

    * src/trsp-conf.[ch]:
    Added function for freeing transponder list. Fixed a small typo in file
    extension.


2009-04-01 Alexandru Csete <oz9aec at gmail.com>

    * src/trsp-conf.c:
    Implemented read_transponders().
    

2009-03-29 Alexandru Csete <oz9aec at gmail.com>

    * src/gtk-rig-ctrl.[ch]:
    Implemented new controller (RX and TX). Pending transponder management.
    
    * src/trsp-conf.[ch]:
    Added files for transpoder data file I/O.
    

2009-03-21 Alexandru Csete <oz9aec at gmail.com>

    * src/radio-conf.[ch]:
    Added config field for uplink transverter LO. LO values are now optional.
    
    * src/sat-pref-rig-data.h:
    * src/sat-pref-rig.c:
    * src/sat-pref-rig-editor.c:
    Update code to include upconverter LO frequency.
    
    * src/rig-ctrl.[ch]:
    Begun implementation of new controller.
    

2009-03-21 Stephane Fillod <fillods at users.sf.net>

    * src/about.c:
    * src/gtk-polar-view.c:
    * src/gtk-sat-list.c:
    * src/gtk-sat-map.c:
    * src/gtk-single-sat.c:
    * src/menubar.c:
    * src/pass-to-txt.c:
    * src/sat-log-browser.c:
    * src/sat-pass-dialogs.c:
    * src/sat-pref-formats.c:
    * src/sat-pref-list-view.c:
    * src/sat-pref.c:
    * src/sat-vis.c:
    * src/tle-update.c:
    Make gettext() do its job on static strings at runtime.

    * po/fr.po: update


2009-03-20 Alexandru Csete <oz9aec at gmail.com>

    * src/sat-pref-rig-editor.c:
    Changed radio type labels.


2009-03-20 Stephane Fillod <fillods at users.sf.net>

    * src/tle-update.c:
    Added Gio error checking and reporting.


2009-03-18 Alexandru Csete <oz9aec at gmail.com>

    * src/sat-pref-qth.c:
    Fixed typo (Debian bug #520203).


2009-03-16 Bruce Cowan <bcowan at fastmail.co.uk>

    * src/sat-cfg.[ch]:
    * src/sat-pref-tle.c:
    Remove proxy configuration item, taken care by GVFS.


2009-03-16 Bruce Cowan <bcowan at fastmail.co.uk>

    * src/menubar.c:
    * src/tle-update.c:
    Port TLE download to GIO.

    * configure.ac:
    * README:
    Remove references to libcurl, add GIO dependency, and bump GLib
    requirement.
    
    * src/about.c:
    Updated credits.
    
    * NEWS:
    Updated.


2009-03-01 Alexandru Csete <oz9aec at gmail.com>

    * configure.ac:
    Changed required GooCanvas version from 0.10 to 0.9 to be compatible
    with older linux distributions, too (e.g. Ubuntu 8.04).
    

2009-02-19 Stephane Fillod <fillods at users.sf.net>

    * po/POTFILES.in:
    Remove goocanv8 files. Update list of C files.
    
    * po/fr.po:
    * configure.ac:
    New file, french l10n
    
    * src/Makefile.am:
    Fixed a typo.

2008-12-28 Alexandru Csete <oz9aec at gmail.com>

    * src/sat-pref-rig-editor.c:
    Added widgets for editing radio type and ptt.
    
    * src/sat-pref-rig-data.h:
    Updated column definitions to include rig type and ptt.
    
    * src/sat-pref-rig.c:
    Include rig type and ptt fields.
    
    * src/gtk-polar-view.c:
    * src/gtk-sat-map.c:
    * src/gtk-sky-at-glance.c:
    * src/gtk-polar-plot.c:
    * src/gtk-azel-plot.c:
    Update canvas bounds when resizing the canvas.
    

2008-12-27; Alexandru Csete <oz9aec at gmail.com>

    * autogen.sh:
    * configure.ac:
    * Makefile.am:
    * src/Makefile.am:
    Use sytem wide GooCanvas library instead of built-in copy. Build now
    requires GooCanvas 0.10 to be installed.
    
    * goocan8:
    Deleted.
    
    * src/radio-conf.[ch]:
    Added management of radio type.


2008-10-26; Alexandru Csete <oz9aec at gmail.com>

    * src/gtk-sat-list-popup.[ch]:
    New files containing popup menu for satlist. Satlist was previously
    using the generic sat-popup-menu, but that has been abandoned due to lack
    of support for simulated real time.
    
    * src/gtk-sat-list.c:
    Use new gtk-sat-list-popup.
    
    * src/sat-info.[ch]:
    Added files containing functions to show satellite info.
    
    * src/sat-popup-menu.[ch]:
    Deleted.
    

2008-10-25; Alexandru Csete <oz9aec at gmail.com>

    * src/gtk-sky-glance.[ch]:
    Added start time as parameter.
    
    * src/gtk-sat-module-popup.c:
    Use real time or simulated time for sky at glance start depending
    on user settings.
    
    * src/gtk-single-sat.[ch]:
    * src/gtk-sat-module.c:
    * src/gtk-polar-view-popup.c:
    * src/gtk-sat-map-popup.c:
    Use real or simulated time for pass predictions. Enabled tooltips for
    labels in GtkSingleSat.


2008-10-24; Alexandru Csete <oz9aec at gmail.com>

    * src/sat-cfg.[ch]:
    Added parameter for pass prediction T0.
    
    * src/sat-pref-conditions.c:
    Added widgets to configure pass prediction T0.


2008-10-11; Alexandru Csete <oz9aec at gmail.com>

    * src/sat-pref-rig-editor.c:
    * src/sat-pref-rot-editor.c:
    Fixed incorrect tooltip.
    
    * src/gtk-sat-module-popup.c:
    * src/gtk-rot-ctrl.c:
    * src/gtk-rig-ctrl.c:
    Fixed bug 2130912: Crash when no rig or no rotator are defined.


2008-09-20; Alexandru Csete <oz9aec at gmail.com>

    * src/tle-update.c:
    Changed connection timeout from system default to 10 seconds.
    
    * src/sat-pref-rot-editor.c:
    Added default value to az-type selector.
    
    * src/sar-pref-rig.c:
    * src/sat-pref-rig-editor.c:
    Fixed bug that caused local oscillator frequency to be 0 when trying to
    edit a radio configuration.
    

2008-09-18; Alexandru Csete <oz9aec at gmail.com>

    * src/gtk-rig-ctrl.[ch]:
    Implemented active feedback to take into account frequency changes made
    via radio dial. Removed newline from the end of hamlib commands.
    Improved controller algorithm to only set frequency if it has changed.
    
    * src/gtk-rot-ctrl.c:
    Removed newline from the end of hamlib commands.
    

2008-09-18; Alexandru Csete <oz9aec at gmail.com>

    * src/rotor-conf.[ch]:
    Added field for storing rotator azimuth type, i.e. whether the rotator
    azimuth goes 0..360 or -180..+180.
    
    * src/sat-pref-rot-editor.c:
    * src/sat-pref-rot-data.h:
    * src/sat-pref-rot.c:
    * src/gtk-rot-ctrl.c:
    Added support for Az-type.


2008-09-17; Alexandru Csete <oz9aec at gmail.com>

    * src/gtk-rot-ctrl.[ch]:
    * src/gtk-rig-ctrl.[ch]:
    Added error handling. After 5 comm errors the device is disengaged.


2008-09-16; Alexandru Csete <oz9aec at gmail.com>

    * src/gtk-rot-ctrl.[ch]:
    Implemented correct management of next pass taking into account
    that we may run in simulated time mode. Finished controller
    implementation.
    

2008-09-10; Alexandru Csete <oz9aec at gmail.com>

    * src/gtk-polar-plot.[ch]:
    Added API to add/modify/delete the pass.
    Changed to create local copy of the pass data.
    
    * src/gtk-rot-ctrl.c:
    Use new polar plot widget for showing status of target satellite
    and rotator. However, this part has been disabled for now.


2008-09-09; Alexandru Csete <oz9aec at gmail.com>

    * src/sat-pref-conditions.c:
    * src/sat-cfg.[ch]:
    * src/sat-vis.c:
    Added support for variable twilight threshold in prediction of
    satellite visibility.


2008-09-07; Alexandru Csete <oz9aec at gmail.com>

    * src/gtk-rig-ctrl.c:
    * src/gtk-rot-ctrl.[ch]:
    Implemented AOS/LOS count down.
    

2008-09-06; Alexandru Csete <oz9aec at gmail.com>

    * src/gtk-freq-knob.[ch]:
    Finished implementation of frequency control knob.
    
    * src/gtk-sat-module.c:
    Include radio controller into module cycle.
    
    * src/gtk-rig-ctrl.c:
    Finished implementation.


2008-09-05; Alexandru Csete <oz9aec at gmail.com>

    * src/gtk.rig.ctrl.[ch]:
    Added files implementing user interface for doppler tuning.
    
    * src/gtk-sat-module-popup.c:
    * src/gtk-sat-module.h:
    Use new doppler tuning UI widget.
    
    * src/gtk-rot-knob.c:
    Don't show minus when value is 0.
    

2008-09-03; Alexandru Csete <oz9aec at gmail.com>

    * src/gtk-rot-knob.[ch]:
    Added API functions to get/set range of the control widget.
    
    * src/gtk-rot-ctrl.[ch]:
    Implemented controller algorithm (except device I/O).


2008-08-28; Alexandru Csete <oz9aec at gmail.com>

    * src/gtk-rot-knob.c:
    Fixed bug that prevented the knob value to be set to min/max.
    
    * src/gtk-rot-ctrl.[ch]:
    Done some work on rotator control window.
    

2008-08-27; Alexandru Csete <oz9aec at gmail.com>

    * src/radio-conf.[ch]:
    Added separate fileds for port number and local oscillator ffrequency.
    Added error handling.
    
    * src/sat-pref-rig-editor.c:
    * src/sat-pref-rig-data.h:
    * src/sat-pref-rig.c:
    Added fields for port number and LO frequency.
    
    * src/rotor.conf.[ch]:
    Added field for port number. Added error handling.
    
    * src/sat-pref-rot-data.h:
    * src/sat-pref-rot-editor.c:
    * src/sat-pref-rot.c:
    Added field for port number.


2008-08-22; Alexandru Csete <oz9aec at gmail.com>

    * src/sat-pref-rig.c:
    * src/sat-pref-rig-editor.c:
    * src/sat-pref-rig-data.h:
    * src/sat-pref-rot.c:
    * src/sat-pref-rot-editor.c:
    * src/sat-pref-rot-data.h:
    Removed unnecessary data fields.
    

2008-08-20; Alexandru Csete <oz9aec at gmail.com>

    * configure.ac:
    Disabled Hamlib checks since we will be using the TCP interface
    that does not have any build dependencies.
    
    * src/sat-pref-rig.[ch]:
    * src/sat-pref-rot.[ch]:
    * src/sat-pref-rig-editor.[ch]:
    * src/sat-pref-rot-editor.[ch]:
    Removed Hamlib dependencies.
    
    * src/radio-conf.[ch]:
    * src/rotor-conf.[ch]:
    * src/sat-pref-rig-c:
    * src/sat-pref-rot.c:
    * src/sat-pref-rig-editor.c:
    * src/sat-pref-rot-editor.c:
    Changed from hamlib C API to TCP based configuration.
    

2008-05-01; Alexandru Csete <oz9aec at gmail.com>

    * src/gtk-rot-knob.[ch]:
    New files, previously gtk-rot-ctrl.
    
    * src/gtk-freq-knob.[ch]:
    New files, previously gtk-freq-ctrl.
    
    * src/gtk_sat_module.[ch]:
    Added hash tables for storing pointers to radio and rotator control
    windows.


2008-04-30; Alexandru Csete <oz9aec at gmail.com>

    * src/predict-tools.c:
    Fixed bug 1954664: Wrong overpass prediction.
    
    * src/gtk-single-sat.c:
    Fixed bug 1880815: Null pointer dereference causes crash on startup.


2008-04-24; Alexandru Csete <oz9aec at gmail.com>

    * src/rot-ctrl-window.[ch]:
    Added files.
    

2008-04-22; Alexandru Csete <oz9aec at gmail.com>

    * src/gtk-rot-ctrl.[ch]:
    First fully functional implementation.
    

2008-04-20; Alexandru Csete <oz9aec at gmail.com>

    * src/rig-io.[ch]:
    Added generic interface to hardware drivers.


2008-03-30; Alexandru Csete <oz9aec at gmail.com>

    * src/gtk-freq-ctrl.c, gtk-freq-ctrl.h:
    * src/gtk-rot-ctrl.c, gtk-rot-ctrl.h:
    Added files.
    

2008-03-27; Alexandru Csete <oz9aec at gmail.com>

    * src/radio-conf.[ch]:
    Added parameter for enabling built-in radio extensions.
    
    * src/sat-pref-rig.c:
    * src/sat-pref-rig-editor.c:
    * src/sat-pref-rig-data.h:
    Added configuration controls for CAT extensions.
    
    * src/gtk-sat-module-popup.c:
    Added menu items for radio and rotator control.
    

2008-03-17; Alexandru Csete <oz9aec at gmail.com>

    * src/sat-pref-rig.c:
    Fixed bug that caused incorrect display of DTR and RTS line settings in
    the radio list.
    

2008-01-26; Alexandru Csete <oz9aec at gmail.com>

    * src/rotor-conf.[ch]:
    * src/sat-pref-rot.c:
    * src/sat-pref-rot-editor.c
    * src/sat-pref-rot-data.h:
    Added support for Az and El limits.


2008-01-24; Alexandru Csete <oz9aec at gmail.com>

    * src/sat-pref-rig-editor.[ch]:
    Finished first draft of radio configuration editor.
    
    * src/sat-pref-rig.c:
    Finished radio configuration page.
    
    * src/rotor-conf.[ch]:
    * src/sat-pref-rot-editor.[ch]:
    * src/sat-pref-rot-data.h:
    Added files with functions to read and save rotator configuration.
    
    * src/sat-pref-rot.c:
    Updated to use new rotator configuration code.
    

2008-01-12; Alexandru Csete <oz9aec at gmail.com>

    * src/radio-conf.[ch]:
    Added parameter for radio type (RX, TX, TRX, FULL_DUPL).
    
    
2008-01-21; Alexandru Csete <oz9aec at gmail.com>

    * src/radio-conf.[ch], src/sat-pref-rig.c:
    Removed manufacturer field. Will be part of the model.
    
    * src/sat-pref-rig-editor.c:
    Added all widgets except the rig model selector.


2008-01-01; Alexandru Csete <oz9aec at gmail.com>

    * src/compat.[ch]:
    Added function to return user home directory.
    
    * src/first-time.[ch]:
    Added check for /hwconf directory.
    
    * src/radio-conf.[ch]:
    Added files containing functions for reading and writing radio
    configuration files.


2007-12-27; Alexandru Csete <oz9aec at gmail.com>

    * src/sat-cfg.[ch]:
    Added parameters for adding new satellites to database.
    Fixed bug that casused boolean parameters to be misaligned in the lookup
    table.
    
    * src/sat-pref-tle.c:
    Added checkboxes for adding new and deleting obsolete satellites.
    
    * src/tle-update.[ch]:
    New satellites are now added to a file called new.tle


2007-12-11; Alexandru Csete <oz9aec at gmail.com>

    * src/sat-log.c:
    Fixed bug 1818144: No log file created at first execution.


2007-11-27;	Alexandru Csete <oz9aec at gmail.com>

	* src/gtk-sky-glance.c:
	Fixed bug 1839140: Sky at a glance axis incorrectly labelled.
	Fixed bug that caused GObject warnings due to invalid typecasts in the
	size_allocate_cb function.

	* src/menubar.c:
	Added Tools menu.
	

2007-08-23;	Alexandru Csete <oz9aec at gmail.com>

	* src/gtk-sat-map.c:
	One more fix for bug 1763321.

	* src/predict-tools.[ch]:
	Added optional start time parameter to allow correct use of
	get_current_pass() in non-realtime cases.

	* src/gtk-polar-view.c:
	Fixed bug that caused incorrect calculation of sky tracks in
	non-realtime cases.
	

2007-08-16;	Alexandru Csete <oz9aec at gmail.com>

	* src/sat-log-browser.[ch]:
	Added files containing message log browser.

	* src/menubar.c:
	Use new log browser.

	* src/sat-log.[ch]:
	Changed column separator.

	* win32/Makefile:
	* src/Makefile.am:
	Include new log browser files.
	

2007-08-14;	Alexandru Csete <oz9aec at gmail.com>

	* src/Makefile.am:
	Allow deprecated symbols otherwise gpredict will not compile with
	Gtk+ 2.12 (GtkTooltips deprecated).

	* src/main.c:
	Print info text when starting gpredict on win32 (bug 1631832).
	The delay has been located to happen the first time we use GLib
	file I/O functions, thus the bug is unfixable in gpredict.
	

2007-08-13;	Alexandru Csete <oz9aec at gmail.com>

	* src/gpredict-help.[ch]:
	Added function to show distributed help files (license, news, etc.)

	* src/menubar.c:
	Added menu entries for License and News.

	* win32/Makefile:
	Updated with goocanvas 0.8 files.
	

2007-08-12;	Alexandru Csete <oz9aec at gmail.com>

	* src/sat-pref-single-pass.c:
	Fixed bug 1772454: Single pass prediction flags are reset to default.


2007-08-11;	Alexandru Csete <oz9aec at gmail.com>

	* src/save-pass.[ch]:
	* src/pass-to-txt.[ch]:
	Implemented functions to save pass predictions to text files.
	

2007-08-04;	Alexandru Csete <oz9aec at gmail.com>

	* src/sat-cfg.[ch]:
	Added parameters for saving pass predictions.


2007-08-02;	Alexandru Csete <oz9aec at gmail.com>

	* configure.ac:
	* src/all:
	Replaced config.h with build-config.h to avoid conflicts with config.h
	from GooCanvas when building win32 binaries (bug 1631822).


2007-07-31;	Alexandru Csete <oz9aec at gmail.com>

	* src/predict-tools.[ch]:
	The AOS and LOS finders (find_aos and find_los) now take an optional
	upper time limit for calculations (same parameter as for the other
	get_pass* functions). Should help fixing bugs 1763321 and 1763356.

	* src/gtk-sat-module.c:
	Use SAT_CFG_INT_PRED_LOOK_AHEAD when calling find_aos and find_los.
	Should fix bugs 1763321 and 1763356.

	* src/gtk-single-sat.c:
	Use N/A in Next Event, Next AOS, and Next LOS fields if satellite
	has no AOS and/or LOS (bug 1763321).

	* src/gtk-polar-view.c:
	Don't try to display LOS time for selected geostationary satellites
	(bug 1763321).
	

2007-07-29;	Alexandru Csete <oz9aec at gmail.com>

	* src/gpredict-utils.[ch]:
	Added Gtk+ workaround for allowing tooltips on GtkComboBox.

	* src/sat-pref-debug.c:
	* src/sat-pref-general.c
	Added widget for configuring the debug message handler.

	* src/gtk-sat-module-popup.[ch]:
	* src/mod-mgr.c:
	* src/gtk-sat-module.c:
	* src/menubar.c:
	Reopen modules in the same state in which they were last time.
	

2007-07-27;	William J Beksi <wjbeksi at users.sourceforge.net>

	* src/gtk-azel-plot.[ch]:
	* src/gtk-polar-plot.[ch]:
	* src/gtk-polar-view.[ch]:
	* src/gtk-polar-view-popup.c:
	* src/gtk-sat-map-ground-track.c:
	* src/gtk-sat-map.[ch]:
	* src/gtk-sky-glance.[ch]:
	Port to goocanvas-0.8.

	* configure.ac, Makefile.am, src/Makefile.am:
	Build for goocanvas-0.8.	


2007-07-16;	Alexandru Csete <oz9aec at gmail.com>

	* src/gtk-sat-module-popup.c:
	Added window icon to module windows (bug #1752910).
	Correctly re-parent time controller window when docking/undocking
	the modules (bug #1754801).
	Include program name and QTH name in the window title (bug
	#1752912).

	* src/gtk-single-sat.c:
	Changed pop-up menu in single satellite view so that the "Select
	Satellite" item is the last one (bug #1752915).

	* src/gtk-sky-glance.c:
	* src/sat-pref-tle.c:
	* src/sat-pref-qth.c:
	* src/sat-pref-formats.c:
	* src/sat-log.c:
	* src/menubar.c:
	* src/gtk-sat-map-popup.c:
	* src/gtk-polar-view-popup.c:
	Removed unused functions and variables.

	* src/about.c:
	Updated info.

	* src/gpredcit-url-hook.[ch]:
	Added files to implement URL hook functions.

	* src/sat-cfg.[ch]:
	Added parameters for log file management.

	* src/main.c:
	Remember to initialise and shut down logger.

	* src/sat-log.c:
	First implementation of log to file, including log rotation
	and other maintenance operations. Proper configuration is still TBD.
	

2007-07-15;	Alexandru Csete <oz9aec at gmail.com>

	* src/conig-keys.h:
	Added configuration keys for module state.

	* src/sat-cfg.[ch]:
	Added configuration parameters for restoring module states.

	* src/mod-mgr.c:
	Save module configuration when closing module manager.

	* src/gk-sat-module.c:
	Save module configuration when CLOSE signal is received.

	* src/gtk-sat-module-popup.c:
	Store state of module when docking or undocking. Use stored
	positon of module window if requested by configuration.


2007-07-13;	Alexandru Csete <oz9aec at gmail.com>

	* src/sat-cfg.[ch]:
	Added configuration parameters for remembering window position.

	* src/main.c:
	Restore window position if requested by user configuration.

	* src/sat-pref-layout.c:
	Allow user to select explicit window positioning (restore last
	powition of the main and module windows).
	

2007-07-10;	Alexandru Csete <oz9aec at gmail.com>

	* src/sat-cfg.[ch]:
	Added config parameters for main window position.
	
	* src/main.c:
	Store position and size of main window every time it receives a
	"configure_event" (feature request #1705375).
	

2007-06-18;	Alexandru Csete <oz9aec at gmail.com>

	* src/gpredict-utils.c:
	Use g_file_get_contents and g_file_set_contents in file
	copy function (bug #1575291).


2007-06-16;	Alexandru Csete <oz9aec at gmail.com>

	* src/loc-tree.c:
        Enabled rules hint in the location tree.

	* src/menubar.c:
	Show an error message if gpredict is compiled without libcurl.


2007-05-30;	Alexandru Csete <oz9aec at gmail.com>

	* src/sat-pref-qth-editor.c:
	* src/sat-pref-qth.c:
	* src/qth-editor.c:
	* src/loc-tree.c:
	* src/gtk-sat-data.c:
	Allow 4 decimal digits for QTH longitude and latitude.
	Fixed indent.

	* src/sat-pref-list-view.c:
	Fixed bug that prevented the rules-hint setting to be disabled
	(#1728575).


2007-04-21;	Alexandru Csete <oz9aec at gmail.com>

	* src/map-selector.[ch]:
	Implementation of the map selector with preview.

	* src/sat-pref-map-view.c:
	Use new map selector and store map selection in config.

	
2007-03-22;	Alexandru Csete <oz9aec at gmail.com>

	* src/gtk-sat-module-tmg.[ch]:
	* src/gtk-sat-module.[ch]:
	Implemented manual time control.

	* src/gtk-polar-view.[ch]:
	* src/gtk-sat-map.[ch]:
	* src/gtk-sat-map-ground-track.c:
	Use simulated real time for countdown till next AOS.

	* src/gtk-single-sat.h:
	* src/gtk-sat-list.h:
	Added tstamp field to store the time of calculations. Although this
	field is not used by the view, it is consistent with the GtkSatMap
	and GtkPolarView views.


2007-03-21;	Alexandru Csete <oz9aec at gmail.com>

	* src/gtk-sat-module.c:
	Allow running in RT mode with time offset. This was not possible
	until now because the GtkSatModule update functions always used the
	current time when throttle = 1. Moved tmgWidget update code into
	gtk-sat-module-tmg.c

	* src/gtk-sat-module.h:
	Removed signal ID fields and added time reset flag.

	* src/gtk-sat-module-tmg.[ch]:
	Added fuinction to update time controller widgets. Implemented
	tmg_reset function.
	

2007-03-03;	Alexandru Csete <oz9aec at gmail.com>

	* src/gtk-sat-module-tmg.[ch]:
	New files containing RT/SRT/MAN time controller.

	* src/gtk-sat-module.[ch]:
	New time management scheme using RT/SRT/MAN time controller.
	
	* src/gtk-sat-module-poopup.c:
	Added menu entry for Time Controller.


2007-02-27;	Alexandru Csete <oz9aec at gmail.com>

	* src/predict-tools.c:
	Added checks to ensure that satellite has AOS before starting
	calculations (bug #1669535).

	* src/gtk-polar-view-popup.c:
	Disable "Sky Track" menu item if satellite is in geostationary orbit.
	In this case sky track makes no sense, since the sat will be at the
	same position all the time.


2007-02-25;	Alexandru Csete <oz9aec at gmail.com>

	* doc/notes/time-keeping.txt:
	Added info about the gpredict time manager.

	* src/predict-tools.c:
	Fixed a bug that prevented maximum time limit to be taken into account
	when predicting multiple passes (get_passes).
	Fixed get_pass to return NULL in case there are no passes with max_el
	greater than the required elevation.

	* src/gtk-sky-glance.[ch]:
	First functional version.

	* src/sat-cfg.c:
	Use different colours for satellites on sky at glance canvas.

	* src/sat-pref-sky-at-glance.c:
	Implemented.
	

2007-02-13;     Alexandru Csete <oz9aec at gmail.com>

	* src/mod-cfg.c:
	Allow user to explicitly select "** DEFAULT **" ground station. This
	will clear the MOD_CFG_QTH_FILE_KEY module configuration key causing the
	module to always use the default ground station even when a new ground
	station is selected as default (see bug #1656943).
	

2007-02-04;	Alexandru Csete <oz9aec at gmail.com>

	* src/sat-cfg.[ch]:
	Added configuration parameters for sky at a glance predictions.

	* src/gtk-sky-glance.[ch]:
	Added files with preliminiary implementation of the sky at a
	glance wisget.

	* src/gtk-sat-module-popup.c:
	Enable sky at a glance popup menu item and implement client code.

	* src/Makefile.am, win32/Makefile:
	Include new files in build.

	* configure.ac:
	Increment version number.
	

2007-02-03;	William J Beksi <wjbeksi at users.sourceforge.net>

	* src/gtk-sat-map.[ch]:
	Implemented labels for horizontal and vertical grid lines.


2007-02-02;	Alexandru Csete <oz9aec at gmail.com>

	* goocanvas, goocanvas-patches:
	Imported goocanvas 0.4 into gpredict CVS as baseline and removed patches
	that were previously applied against the CVS version of goocanvas. This
	closes bug #1631810.
	

2007-02-01;	William J Beksi <wjbeksi at users.sourceforge.net>

	* src/sgpsdp/sgp_in.c:
	Fix for bug 1644926, avoid escaping '&' by using '/' for satellite
	names.
	
	
2007-01-28;	William J Beksi <wjbeksi at users.sourceforge.net>
	
	* src/gtk-sat-map.c:
	Added support to remap satellite labels. When the satellite marker
	comes within 50 pixels of the left or right boundary of the map the
	label will be mapped to GTK_ANCHOR_WEST or GTK_ANCHOR_EAST. Similarly
	when the marker is within 25 pixels of the bottom map boundary the
	label will be mapped to GTK_ANCHOR_SOUTH.


2006-01-20;	Alexandru Csete <oz9aec at gmail.com>

	* src/gtk-sat-map-ground-track.c:
	Explicitly free allocated ssp_t structures when the ground track is
	deleted (bug #1636429). Miscellaneous cleaning.

	* src/sat-cfg.c:
	Free keyfile after CFG has been saved (bug #1636429).

	* src/mod-cfg.c:
	Fixed some memory leaks (bug #1636429).

	* src/tle-update.c:
	Fixed some memory leaks (bug #1636429).
	Use binary mode when writing cache files. Fixes bug #1639888.

	* src/sat-log.c:
	* src/sat-pref-formats.c:
	* src/time-tools.c:
	* src/gtk-sat-module.c:
	Changed to use g_get_current_time instead of gettimeofday (bug #1575214).

	* src/Makefile:
	No need for libc compat functions anymore.


2006-01-19;	Alexandru Csete <oz9aec at gmail.com>

	* src/tle-lookup.c:
	Free allocated TLE lines when no longer needed (bug #1636429).
	Fixed indent.

	* src/loc-tree.c:
	* src/gtk-sat-tree.c:
	Free allocated lines when no longer needed (bug #1636429).
	Fixed indent.

	* src/gtk-polar-view.c:
	Use g_hash_table_new_full to ensure that dynamically allocated key is
	freed when satellite is removed from hash table.

	* src/gtk-sat-module.c:
	Fixed bug that caused an error message when creates modules with
	two views (bug #1570195).

	* src/gtk-sat-list.c:
	Attempt to work around missing arrows on win32 (bug #1580012).
	Fixed indent.
	

2006-01-17;	Alexandru Csete <oz9aec at gmail.com>

	* Makefile.am:
	Include win32 files in source distribution (bug #1631809).
	

2006-01-09;	Alexandru Csete <oz9aec at gmail.com>

	* src/tle-update.c:
	Fixed bug that prevented TLE files to be updated under windows
	(bug #1631803).
	

2006-01-08;	Alexandru Csete <oz9aec at gmail.com>

	* win32:
	Added files necessary for linux->win32 cross-build.
	

2006-12-31;	Alexandru Csete <oz9aec at gmail.com>

	* src/sat-pass-dialogs.c:
	Show polar and az/el plots of pass in addition to the data. We use a
	notebook with three pages. Fixed indentation.

	* src/gtk-polar-plot.[ch]:
	Added files containing static polar plot widget that can be used to
	plot asingle pass.

	* src/gtk-polar-plot-popup.c:
	Fixed bug that could have caused buffer overflow under certain
	circumstances.

	* src/gtk-azel-plot.[ch]:
	Added files containing static Az/El plot widget that can be used to
	plot a single pass.

	* src/Makefile.am:
	* src/Makefile.mingw:
	Include new files into build list.
	

2006-12-27;	Alexandru Csete <oz9aec at gmail.com>

	* src/sat-cfg.c:
	Changed default layout to include single satellite view instead of list.


2006-12-17;	Alexandru Csete <oz9aec at gmail.com>

	* src/menubar.c:
	Don't set any default window size for TLE update window.

	* src/tle-update.c:
	Modified status strings to only include file name on remote server and
	not the complete path.

	* src/gtk-single-sat.[ch]:
	* src/gtk-polar-view.[ch]:
	* src/gtk-sat-map.[ch]:
	* src/gtk-sat-list.[ch]:
	Added API functions to explicitly reload satellites, for example after 
	TLE update. This was necessary for the GtkSingleSat and GtkPolarView
	widgets because they keep their own reference to the satellite data in
	singly linked lists.
	

2006-12-10;	Alexandru Csete <oz9aec at gmail.com>

	* src/gtk-sat-map-ground-track.[ch]:
	Added files containing function for ground track management.

	* src/gtk-sat-map.h:
	Updated type definition to include ground tracks.

	* src/gtk-sat-map.c, src/gtk-sat-map-popup.c:
	Enabled ground tracks.

	* src/sat-pref-map-view.c:
	Added control to adjust number of orbits for ground tracks.
	

2006-10-29;	Alexandru Csete <oz9aec at gmail.com>

	* src/sat-cfg.[ch]:
	* src/config-keys.h:
	Added parameter for number of orbits to show ground track for.
	

2006-10-28;	Alexandru Csete <oz9aec at gmail.com>

	* src/sat-popup-menu.c:
	Fixed wrong epoch day in the satellite info dialogue (bug #1586341).
	

2006-10-21;	Alexandru Csete <oz9aec at gmail.com>

	* src/sgpsdp/sgp4sdp4.h, src/sgpsdp/sgp_in.c:
	Added support for operational status encoded in the satellite name
	available in TLE from celestrak.com

	* src/tle-update.c, src/sat-popup-menu.c:
	Added support for operational status.
	

2006-10-17;	Alexandru Csete <oz9aec at gmail.com>

	* src/gtk-sat-map.[ch]:
	Use arrays for grid lines.
	

2006-10-15;	Alexandru Csete <oz9aec at gmail.com>

	* src/main.c:
	Added code to implement automatic monitoring of TLE age.
	

2006-10-14;	Alexandru Csete <oz9aec at gmail.com>

	* src/sat-pref-tle.c:
	Finished implementation of TLE configuration module.
	

2006-10-11;	Alexandru Csete <oz9aec at gmail.com>

	* src/tle-lookup.[ch]:
	Added function tle_lookup_count(), which returns the number of
	satellites in the link table.

	* src/tle-update.[ch]:
	Implemented GUI feedback. Store time of last update if process has been
	successfull. Added function to convert tle_auto_upd_freq_t to gchar.

	* src/menubar.c:
	Added GUI elements for TLE update menu items.

	* src/gtk-sat-module.c:
	Added function to reload data for the satellites in the module (reconf
	after TLE update).

	* src/sat-cfg.[ch]:
	Added flags for server and proxy authentication.

	* src/Makefile.mingw:
	Added Curl to Mingw build environment.


2006-10-10;	Alexandru Csete <oz9aec at gmail.com>

	* src/tle-update.[ch]:
	Finished preliminary implementation of TLE update.

	* src/menubar.c:
	Added calls to tle-update. GUI feedback still TBD.

	* src/mod-mgr.[ch]:
	Added infrastructure to allow reloading of sats in each module.


2006-10-08;	Alexandru Csete <oz9aec at gmail.com>

	* src/menubar.c:
	Added menu items fro TLE update.
	

2006-10-06;	Alexandru Csete <oz9aec at gmail.com>

	* src/first-time.[ch]:
	Added checks for TLE cache directory.
	

2006-10-04;	Alexandru Csete <oz9aec at gmail.com>

	* configure.ac:
	Check for libcurl that is used for automatic TLE update.

	
2006-10-03;	Alexandru Csete <oz9aec at gmail.com>

	* src/sat-cfg.[ch]:
	Added config keys for TLE update.
	

2006-10-01;	Alexandru Csete <oz9aec at gmail.com>

	* src/mod-cfg.c:
	Added window icon to module configuration windows. Fixed indent.


2006-09-24;	Alexandru Csete <oz9aec at gmail.com>

	* src/sat-vis.[ch]:
	* src/predict-tools.c:
	Use the term daylight instead of sunlight in visibility calculations.

	* src/tle-update.[ch]:
	Added files.

	* src/Makefile.am:
	* src/Makefile.mingw:
	Added new files to list.

	
2006-09-05;	Alexandru Csete <oz9aec at gmail.com>

	* data/Makefile.am:
	Don't use $(DESTDIR) because that causes data to be installed into the
	wrong place when using 'make install DESTDIR=/foo'
	(patch by Denis Leroy).

	* src/gtk-sat-module.c:
	Added extra fallback in case user deletes the .qth files that is used
	by the module. In those cases we use the global default QTH and also
	delete the module specific QTHFILE setting.
	

2006-09-02;	William J Beksi <wjbeksi at users.sourceforge.net>

	* src/sat-pref-map-view.c:
	Enabled grid lines.

	* src/gtk-sat-map.[ch]:
	Implemented horizontal and vertical grid lines.


2006-09-02;	Alexandru Csete <oz9aec at gmail.com>

	* src/gtk-polar-view.c:
	Update positions of time stamp labels when the polar view is resized.

	* src/gtk-sat-map-popup.c:
	Renamed 'Area Coverage' to 'Highlight foorprint' and disabled not
	implemented functions.

	* src/gtk-sat-module-popup.c:
	* src/menubar.c:
	* src/sat-pref-general.c:
	Disabled not implemented functions.
Added GUI elements for TLE update menu items.
	* src/mod-mgr.c:
	Don't show tab when there is only one page in the notebook. Show
	currently selected page title in the main windo title.

	* src/main.c:
	No need to return window fra gpredict_app_create, since it a global
	variable.

	* src/sat-pref-list-view.c:
	Use table instead of list to select visible columns in list view.
	

2006-08-28;	Alexandru Csete <oz9aec at gmail.com>

	* src/predict-tools.[ch]:
	Added get_current_pass function, which provides the details of the
	current pass. Also added get_pass_no_min_el to get a pass disregarding
	any minimum elevation setting.
	Renamed calc() to predict_calc() and made it public to allow other
	components to use the SGP4/SDP4 driver, too.

	* src/gtk-polar-view.[ch]:
	* src/gtk-polar-view-popup.c:
	Details of the current pass are now calculated when the satelite comes
	up and stored in the sat_obj_t structure. Showing the sky track is then
	reduced to create the polyline. Timestamps are not yet re-positioned
	when the GtkPolarView is resized.
	Renamed "Show Track" to "Sky track" and disabled "Set target" item.
	

2006-08-27;	Alexandru Csete <oz9aec at gmail.com>

	* src/gtk-sat-map.c:
	Fixed remaining issues with erroneous calculation of the range circles,
	i.e. when SSP longitude was +/- 180 degrees, and when the sat was close
	to +/- 180 *and* the South pole.

	* src/main.c:
	Don't include version number in main window title.

	* src/gtk-polar-view.[ch]:
	* src/gtk-polar-view-popup.c:
	Implemented sky track.

	* src/predict-tools.[ch]:
	Added function to calculate AOS time of current pass (in the past).


2006-08-26;	Alexandru Csete <oz9aec at gmail.com>

	* src/gtk-sat-map.[ch]:
	Use preferred coverage colour and allow disabling of coverage. Added
	flags for ground track and targetting. Use correct integer colour
	for info text background.

	* src/sat-pref-map-view.c:
	Implemented OK and CANCEL functions.

	* src/sat-pref-polar-view.c:
	Fixed a few minor mistakes.

	* src/gtk-sat-map-popup.c:
	* src/gtk-polar-view-popup.c:
	Implemented toggle items (track, coverage and target). Disabled items
	that are not yet supported.

	* src/gtk-polar-view.[ch]:
	Added showtrack and istarget fields.

	* src/gpredict-utils.[ch]:
	Added rgba2html to allow conversion of 0xRRGGBBAA colours to html,
	i.e. RRGGBB hex string format that can be used in Pango Markup.

	* src/sat-cfg.[ch]:
	Added missing parameters and removed string representation of map info
	background colour.
	

2006-08-25;	Alexandru Csete <oz9aec at gmail.com>

	* src/gtk-sat-map.[ch]:
	Use GooCanvasPolyline instead of rectangles for footprint. This gives
	much better performance and allows to highlight the covered areas.
	Implemented satellite selection and pop-up menu.

	* src/sat-cfg.[ch]:
	* src/config-keys.h:
	Added MAP_TICK_COL, MAP_INFO_BGD_COL, and MAP_TRACK_COL parameters.

	* src/sat-pref-map-view.c:
	Added widgets.
	

2006-08-23;	Alexandru Csete <oz9aec at gmail.com>

	* src/gtk-sat-data.c:
	* src/gtk-sat-moules.c:
	Added code to ensure that ssplon always stays within -PI and +PI.
	

2006-08-20;	Alexandru Csete <oz9aec at gmail.com>

	* src/gtk-sat-map.c:
	Only update satellite if it has moved 2*MARKER_SIZE_HALF (performance).
	Cast coordinates to gdouble when using g_object_set.
	Fixed update of next event. Fixed indentation.
	

2006-08-13;	Alexandru Csete <oz9aec at gmail.com>

	* src/gtk-sat-list.c:
	Enabled automatic sorting for all columns.

	* src/gtk-polar-view.[ch]:
	Use all configuration flags defining extra contents. Only show "Next"
	if field is enabled and there is an upcoming satellite.


2006-08-12;	Alexandru Csete <oz9aec at gmail.com>

	* src/sat-vis.c, src/sat-vis.h:
	Added files to calculate satellite visibility.

	* src/gtk-single-sat.c:
	* src/gtk-sat-list.c:
	Implemented visibility fields.

	* src/predict-tools.[ch]:
	Include visibility in predicted passes.

	* src/pass-predict-dialogs.c:
	Implemented visibility fields.
	

2006-08-10;	Alexandru Csete <oz9aec at gmail.com>

	* src/gtk-sat-list.c:
	Fixed column alignments.

	* src/gpredict-help.c:
	* src/gtk-sat-module-popup.c:
	* src/loc-tree.c:
	* src/mod-cfg.c:
	* src/qth-editor.c:
	* src/sat-pref.c:
	* src/sat-pref-qth-editor.c
	* src/menubar.c:
	Changed button order so that OK button is the last one.

	* src/sat-cfg.c, src/main.c:
	Changed default window size. Attempt to store actual window size before
	we exit (does not work).
	


2006-08-09;	William J Beksi <wjbeksi at users.sourceforge.net>

	* src/gtk-sat-map.[ch]:
	Implemented satellite range circles. Points are plotted using the
	goocanvasrect items.


2006-08-06;	William J Beksi <wjbeksi at users.sourceforge.net>

	* src/gtk-polar-view.c:
	* src/gtk-map-view.c: 
	Fixed the setting of catnum in update_sat() which was causing some geo 
	orbit satellites to crash when their next aos was not updated.


2006-08-05;	William J Beksi <wjbeksi at users.sourceforge.net>

	* gpredict.doxygen:
	Added Doxygen configuration file for generating source code
	documentation.

	* create_docs:
	Added shell script for calling Doxygen to generate source code
	documentation and Latex to generate the user manual.


2006-07-30;	Alexandru Csete <oz9aec at gmail.com>

	* src/gtk-sat-tree.c:
	Added buttons to expand and collapse the GtkSatTree. Expanding the tree
	will allow the search-as-you-type function to work properly.

	* src/sat-cfg.[ch]:
	Added support for web browser string. Added sat_cfg_reset_str.

	* src/sat-pref-help.[ch]:
	Added files for configuring help system.

	* src/gpredict-help.[ch]:
	Added files containing basic implementation of help system.

	* src/first-time.c:
	Modified step 3 to copy Amateur.mod into user modules directory.
	

2006-07-29;	Alexandru Csete <oz9aec at gmail.com>

	* src/gtk-sat-module-popup.c, src/tle-lookup.c:
	* src/loc-tree.c, src/sat-log.c:
	Fixed compile warnings.

	* src/menubar.c:
	Cleaned up a bit.

	* src/pass-popup-menu.[ch]:
	Require QTH as parameter otherwise qth info can not propagate to the
	"Show Details" function (bug #1530890).

	* src/sat-pass-dialogs.c:
	Pass QTH info to pass-popup-menu otherwise show details dialog will
	crash, see bug #1530890.

	* src/qth-editor.[ch]:
	Added files containing universal QTH editor. Primary use will be to
	add new QTH via the "+" button in mod-cfg.

	* src/mod-cfg.c:
	Use qth-editor to implement "+" button (add QTH).
	

2006-07-28;	Alexandru Csete <oz9aec at gmail.com>

	* src/sat-popup-menu.[ch]:
	* src/pass-popup-menu.[ch]:
	* src/gtk-polar-view-popup.[ch]:
	* src/gtk-sat-map-popup.[ch]:
	* src/mod-cfg.[ch]:
	Require top level window as parameter to avoid hiding the dialog windows
	in fullscreen mode (bug 1530218).

	* src/gtk-sat-list.c:
	Pass toplevel widget of treeview to sat_popup_menu_exec.

	* src/gtk-single-sat.c:
	* src/gtk-polar-view.c:
	Pass toplevel widget as parameter when invoking info and pass dialogs.

	* src/gtk-sat-module.c:
	Pass toplevel widget as parameter when invoking configure and clone
	dialogs.

	* src/sat-pass-dialogs.[ch]:
	Require top level window as parameter to avoid hiding the dialog windows
	in fullscreen mode (bug 1530218).
	Implemented missing columns (bugs 1528837, 1530452, 1530454).

	* src/Makefile.am:
	Changed include path for goocanvas to use $(top_srcdir) to fix
	make distcheck.

	* Makefile.am:
	Use $(top_srcdir) for install-data-local so make make distcheck can go
	all the way and only fail during uninstall #-o


2006-07-27;	Alexandru Csete <oz9aec at gmail.com>

	* src/config-keys.h, src/sat-cfg.[ch]:
	Added font name and extra azimuth ticks flag for GtkPolarView.
	Implemented sat_cfg_reset_bool.

	* src/gpredict-utils.[ch]:
	Added function to convert between 0xRRGGBBAA and GdkColor.

	* src/sat-pref-polar-view.c:
	Finished implementation.
	

2006-07-26;	Alexandru Csete <oz9aec at gmail.com>

	* src/sat-pref-single-sat:
	Removed unused variables.

	* src/sat-pref-condifrions.c:
	* src/sat-pref-multi-pass.c:
	* src/sat-pref-single-pass.c:
	Added RESET button.

	* src/gtk-sat-tree.c:
	Implemented ability to handle multiple satellite instances properly.
	Change message severity of "Already selected" messages from ERROR to
	MESSAGE.

	* src/sat-cfg.c:
	Changed default window sizes, default layout (3), and default 3rd
	view (list).
	

2006-07-25;	Alexandru Csete <oz9aec at gmail.com>

	* README, src/gtk-sat-map.c, src/sat-pref-qth-editor.c:
	Spell Maidenhead correctly.

	* src/gtk-sat-map-popup.[ch]:
	Added files based on gtk-polar-view-popup.

	* src/locator.[ch]:
	Include files instead of depending on hamlib just for these
	functions.

	* src/gtk-polar-view.c, src/gtk-sat-list.c, src/gtk-sat-map.c,
	* src/main.c, src/gtk-single-sat.c, src/sat-pref-qth.c,
	* src/sat-pref-qth-editor.c, configure.ac:
	Use built-in locator conversion functions.

	* src/config-keys.h, src/sat-cfg.[ch]:
	Added parameters for GtkSatMap info background colour.

	* src/sat-pref-qth-editor.c
	Fixed bug that prevented the E/W combo box to be updated when
	changing QRA from West to East. Removed unused variables.

	* src/gtk-polar-view-popup.c:
	Cleaning.

	* src/about.c:
	Use new website URL.

	* src/pixmaps/maps/nasa-topo_800.png:
	Added file.
	

2006-07-24;	Alexandru Csete <oz9aec at gmail.com>

	* src/sat-pref-qth.c:
	Show QTH location instead of weather station.

	* src/menubar.c, src/gtk-sat-module.c:
	Fix initial module sizes based on parent (GtkNotebook) size.
	

2006-07-23;	Alexandru Csete <oz9aec at gmail.com>

	* src/gtk-sat-list-col-sel.[ch]:
	Added function to set column flags of existing column selector.

	* src/sat-pref-list-view.c, src/sat-pref-single-sat.c:
	Added RESET button.
	

2006-07-22;	Alexandru Csete <oz9aec at gmail.com>

	* src/mod-mgr.[ch]:
	New API to support addition of modules without docking.

	* src/gtk-sat-module.c, src/gtk-sat-module-popup.c, src/menubar.c:
	Use new mod-mgr API.

	* src/gui.c, src/main.c:
	Removed unused variables.

	* src/cat-cfg.[ch]:
	Added function to reset parameter to default values.

	* src/sat-pref-layout.c, src/sat-pref-timeout.c:
	Added RESET button.
	

2006-07-21;	Alexandru Csete <oz9aec at gmail.com>

	* src/sat-pass-dialogs.c, src/sat-popup-menu.c:
	Use NULL parent for dialog windows to avoid conflicts when using
	undocked windows as parents.

	* src/gtk-sat-module.c:
	Implemented close module function when in fullscreen mode.

	* src/gtk-sat-module-popup.c:
	Re-enabled module config in fullscreen mode.
	

2006-07-20;	Alexandru Csete <oz9aec at gmail.com>

	* src/gtk-sat-map.[ch]:
	Optimised resize algorithm. Size allocate callback will simply request
	a size update using a flag. The request will then be managed by the
	timeout handler at every GtkSatModule cycle.
	

2006-07-18;	Alexandru Csete <oz9aec at gmail.com>

	* src/gtk-sat-module.[ch]:
	Added public wrapper function for fix_child_allocations function
	to allow size fixing when docking module into notebook. Also added
	possibility to store last gutter positions in order to work around
	the zero-allocation when docking back to the notebook.

	* src/gtk-sat-module-popup.c:
	Store paned positions when docking back to notebook.
	

2006-07-16;	Alexandru Csete <oz9aec at gmail.com>

	* src/mod-mgr.[ch]:
	Implemented awareness of GtkSatModule states, i.e. docked/undocked.

	* src/gtk-sat-module.c, src-gtk-sat-module-popup.c:
	Added support for window modes.

	* TODO, NEWS:
	Updated with info about module states (docked, window, fullscreen).
	

2006-07-15;	Alexandru Csete <oz9aec at gmail.com>

	* src/sat-pref-single-pass.c:
	Changed widget layout to use three columns instead of two.

	* src/gtk-sat-map.c:
	Added resizeable background map.

	* src/sat-cfg.[ch]:
	* src/config-keys.h:
	Added parameters for enabling/diasabling info on maps and polar plots.
	Added GtkSatMap colours. Also added window size.

	* src/main.c:
	Explicitly set default window size instead of size request for map,
	since this will allow user to shrink the window and scale down the map.	
	

2006-07-14;	Alexandru Csete <oz9aec at gmail.com>

	* src/config-keys.h, src/sat-cfg.[ch]:
	Added necessary config keys.

	* src/sat-pref-list-view.c:
	Rules hint only shown in global mode.

	* src/mod-cfg.c:
	Implemented local module settings.

	* NEWS, TODO:
	Updated with new info.

	* configure.ac:
	Require Glib 2.10 because of Goocanvas. Sorry...
	

2006-07-13;	Alexandru Csete <oz9aec at gmail.com>

	* src/gtk-sat-map.[ch]:
	Added GtkSatMap skeleton based on GtkPolarView.

	* src/gtk-sat-module.c:
	Use new GtkSatMap widget.
	

2006-07-12;	Alexandru Csete <oz9aec at gmail.com>

	* goocanvas-patch/src-Makefile.am:
	Added file that should replace goocanvas/src/Makefile.am

	* goocanvas-patch/Makefile.am:
	Added file that should replace goocanvas/Makefile.am

	* goocanvas-patch/configure.in:
	Added file that should replace goocanvas/configure.in

	* get-and-patch-goocanvas.sh:
	Added shell script to do the fetching and patching opf goocanvas.

	* README.developer:
	Added file containing instructions for developers.

	* src/Makefile.am:
	Updated to use internal goocanvas directories.

	* Makefile.am:
	Enter into goocanvas directory when building.

	* configure.ac:
	Updated to execute goocanvas/configure. Done some cleanning.

	* src/sat-pass-dialogs.[ch]:
	Added TCA field.

	* src/predict-tools.[ch]:
	Implemented TCA calculations.

	* NEWS, TODO, AUTHORS:
	Updated.
	

2006-07-09;	Alexandru Csete <oz9aec at gmail.com>

	* doc/notes/configuration.txt:
	Added notes describing the idea behind the local and global
	configuration.

	* src/mod-cfg-get-param.[ch]:
	Added files containing utility functions to read local configuration
	parameters using sat-cfg parameters as fallbacks.

	* src/sat-pref.c, src/sat-pref-modules, src/sat-pref-layout,
	* src/sat-pref-refresh, src/sat-pref-list-view, src/sat-pref-map-view,
	* src/sat-pref-polar-view, src/sat-pref-single-sat:
	Added GKeyFile parameter to support re-use of the notebook pages in
	the module configuration dialog. The parameter should be NULL when
	the pages are used in the global configuration dialog.

	* src/sat-cfg.[ch]:
	Use correct typedef for int parameter indices.

	* src/gtk-sat-module.c, src/gtk-sat-list.c, src/gtk-polar-view.c:
	Use new mod-cfg-get-param infrastructure. Very cool :-)

	* src/gtk-single-sat.[ch]:
	Store reference to configuration data. Use new mod-cfg-get-param
	infrastructure.
	
	* src/config-keys.h:
	Added more necessary parameters.

	* src/sat-pref-layout.c, src/sat-pref-refresh.c:
	* src/sat-pref-list-view.c, src/sat-pref-single-sat.c::
	* src/sat-pref-map-view.c, src/sat-pref-polar-view.c:
	Use mod-cfg-get-param infrastructure.

	* src/mod-cfg.c:
	Added button for popping up properties dialog.
	

2006-07-08;	Alexandru Csete <oz9aec at gmail.com>

	* src/Makefile.am:
	Define PACKAGE_PIXMAPS_DIR.

	* src/compat.c:
	Use new pixmaps directory.

	* src/sat-pref-layout.c:
	Implemented module layout settings.

	* src/sat-cfg.[ch]:
	Added support for module layout.

	* src/config-keys.h:
	Added module layout related key definitions.

	* src/gtk-sat-module.[ch]:
	Implemented the module layout.
	

2006-06-26;	Alexandru Csete <oz9aec at gmail.com>

	* configure.ac:
	Don't define directories using AC_DEFINE_UNQUOTED (wrong and broken
	as of autoconf 2.59e).

	* src/Makefile.am:
	Define locale and data directories as CFLAGS.

	* pixmaps/icons/Makefile.am, pixmaps/maps/Makefile.am:
	Re-defined pixmap directories to go to
	/usr/local/share/pixmaps/gpredict by default (same as for gpredcit 0.5)
	

2006-06-25;	Alexandru Csete <oz9aec at gmail.com>

	* src/sat-cfg:
	Added polar view related parameters.

	* src/gtk-polar-view:
	Use colours from global configuration.
	

2006-06-24;	Alexandru Csete <oz9aec at gmail.com>

	* src/gtk-polar-view:
	Implemented satellite selection and popup menu. Modified next aos code
	to show hours only if it is greater than zero.

	* src/gtk-polar-view-popup:
	Implemented polar view popup menu.
	

2006-06-23;	Alexandru Csete <oz9aec at gmail.com>

	* src/gtk-polar-view:
	Added location name and next event to chart.
	

2006-06-22;	Alexandru Csete <oz9aec at gmail.com>

	* src/gtk-polar-view:
	Finished support for graph orientation (not config though).
	Implemented cursor tracking.
	

2006-06-20;	Alexandru Csete <oz9aec at gmail.com>

	* src/gtk-polar-view:
	Done some more work using GooCanvas. This seems to be the way to go!
	There is now a fully auto-scallable polar coordinate system. Need to
	add satellites and user config, i.e. orientation and colours.

	
2006-06-19;	Alexandru Csete <oz9aec at gmail.com>

	* src/gtk-polar-view:
	Making an attempt with goocanvas :-)
	

2006-06-18;	Alexandru Csete <oz9aec at gmail.com>

	* src/sat-popup-menu:
	Made info and predict functions public to allow their use from other
	components as well.

	* src/gtk-single-sat.c:
	Finished implementation of field-update. Implemented info, predict and
	select satellite functions in the popup menu.

	* src/sat-pref-single-sat:
	Added files to allow configuration of GtkSingleSat.

	* src/sat-pref-modules.c, src/Makefile.am:
	Include new GtkSingleSat configurator module.

	* src/gtk-sat-module.c:
	Use gtk_paned_pack instead of gtk_paned_add to get better size
	allocations.

	* src/gtk-polar-view:
	Added widget skeleton.
	

2006-06-17;	Alexandru Csete <oz9aec at gmail.com>

	* src/gtk-single-sat.c:
	Implemented periodic update of fields.

	* src/gtk-sat-module.c:
	Update GtkSingleSat children, too.

	* src/gtk-sat-list.c:
	"alstr" should be freed outside if-block to avoid memory leak if
	event time = 0.0
	

2006-05-20;	Alexandru Csete <oz9aec at gmail.com>

	* src/gtk-single-sat:
	Added fields and popup menu. Not fully functional.
	

2006-05-13;	Alexandru Csete <oz9aec at gmail.com>

	* src/gtk-sat-list.c:
	Sanity checks in gtk_sat_list_update should be done as first thing.

	* src/gtk-single-sat.c, src/gtk-single-sat.h:
	Added files.
	

2006-05-12;	Alexandru Csete <oz9aec at gmail.com>

	* src/predict-col-defs.h:
	Changed String arrays to static. This allows inclusion in multiple
	source files.

	* src/sat-pref-single-pass.c:
	Implemented.

	* src/sat-pref-multi-pass.c:
	Implemented.

	* src/sat-pref-conditions.c:
	Added tooltips.
	

2006-05-06;	Alexandru Csete <oz9aec at gmail.com>

	* src/sat-pref-conditions.c:
	Added widgets to configure predict conditions.
	

2006-05-04;	Alexandru Csete <oz9aec at gmail.com>

	* src/predict-tools.c:
	Fixed bug that caused multi-pass predictions to be completely nonsense.
	Fixed a bug that caused pass details not to be duplicated.
	Added field where satellite name can be stored. This field is not
	initialised by predict-tools.

	* src/sat-pass-dialogs:
	Finished multi-pass dialog. Switched orders of AOS Az and Max El.
	Added pass popup menu.

	* src/pass-popup-menu.c, src/pass-popup-menu.h:
	Added pass related popup menu.

	* src/sat-popup-menu.c:
	Added icons to menu items.
	

2006-05-03;	Alexandru Csete <oz9aec at gmail.com>

	* src/predict-tools:
	Added functions to copy pass_t and pass_detail_t structures.

	* src/sat-popup-menu.c:
	Added code to call multi-pass dialog.

	* src/sat-pass-dialogs:
	Properly free memory when single pass dialog is destroyed.
	Added multi-pass dialog. Not finished and buggy.
	

2006-05-02;	Alexandru Csete <oz9aec at gmail.com>

	* src/sat-cfg:
	Added support for SAT_CFG_INT_PRED_SINGLE_COL and
	SAT_CFG_INT_PRED_MULTI_COL.

	* src/predict-tools:
	Add all details to the pass_detail_t structure. No need to recalculate
	the parameters. Also added orbit number to pass_t.

	* src/sat-pass-dialogs:
	Added files containig dialog to show detailed pass. Multi-pass will
	follow later.
	

2006-05-01;	Alexandru Csete <oz9aec at gmail.com>

	* src/sat-cfg:
	Changed SAT_CFG_INT_PRED_LOOK_AHEAD from hours to days. Default is 3.
	Changed SAT_CFG_INT_PRED_RESOLUTION from 1/10 seconds to seconds.

	* src/predict-tools:
	Added support for look-ahead.

	* src/predict-col-defs.h:
	Added file containing column definitions for lists showing both single
	and multiple passes.

	* src/sat-pref-conditions:
	Added files for predict pass conditions.

	* src/sat-pref.c:
	Set parent window properly. Make dialog window reflect which config
	section we are in.
	
	
2006-04-30;	Alexandru Csete <oz9aec at gmail.com>

	* src/sat-pref-formats.c:
	Implemented time format reset button.

	* src/predict-tools:
	Fixed bug that caused Next AOS time to be Next LOS time + 20 min if
	the satellite was in range at the time of calculation.
	Finished pass prediction functions.

	* src/sat-popup-menu.c:
	Added callback for "Next Pass" menu item.

	* srt/sat-pref-list-view.c, src/gtk-sat-list.c:
	Added option to enable rules hint in the GtkSatList.
	

2006-04-29;	Alexandru Csete <oz9aec at gmail.com>

	* src/sgpsdp/sgp4sdp4.h:
	Added AOS and LOS fields to sat_t.

	* src/gtk-sat-module:
	Update next event, aos and los.

	* src/gtk-sat-list.c:
	Implemented AOS, LOS and Next Event columns.

	* src/sat-cfg:
	Added boolean parameter for enabling GtkSatList rules hint.
	

2006-04-28;	Alexandru Csete <oz9aec at gmail.com>

	* src/orbit-tools.c:
	Fixed erroneous qth.lat conversion in has_aos.

	* src/sat-cfg:
	Added pass prediction releated parameters.

	* src/sat-pref.c:
	Emit "clicked" signal so that the general tabs button becomes
	highlighted.

	* src/predict-tools:
	Added files with code to predict upcoming passes.
	

2006-04-27;	Alexandru Csete <oz9aec at gmail.com>

	* src/gtk-sat-module-popup.c:
	Ask user for confirmation before deleting a module permanently.

	* src/gtk-sat-list.c:
	Fixed rendering formats for footprint, mean anomaly and phase.
	Cleaned up compile warnings.

	* src/orbit-tools.c:
	Implemented decayed and has_aos functions.

	* src/gtk-sat-module:
	Cleaned up compile warnings. Implemented header containing current
	date and time.

	* src/sat-pref-formats.c, src/sat-cfg.h:
	Moved TIME_FORMAT_MAX_LENGTH so that everybody can use it.

	* src/sat-pref-interfaces.c:
	Created notebook with radio and rotator tabs.

	* src/sat-pref-multi-pass, src/sat-pref-single-pass:
	Created files.

	* src/sat-pref-predict.c:
	Include all sub-modules.

	* src/first-time.c:
	Cleaned up compile warnings.

	* src/mod-mgr.c:
	Make notebook tabs homogeneous.


2006-04-26;	Alexandru Csete <oz9aec at gmail.com>

	* src/gtk-sat-module-popup.c, src/gtk-sat-module-popup.h:
	New files. Implement popup menu for the GtkSatModule widget instead of
	having too many mini-buttons. Implemented configure, clone, close and
	delete.

	* src/gtk-sat-module:
	Rearranged to use popup menu. Made close_cb and config_cb public.

	* src/menubar.c:
	Some minor modifications in the menu item texts.

	* src/gtk-sat-list.c:
	Implicitly set cell renderer xalign when creating tree view (individual
	values may have to be changed later).
	

2006-04-25;	Alexandru Csete <oz9aec at gmail.com>

	* src/sat-popup-menu.c:
	Use gtk_widget_show instead of gtk_dialog_run in order to return
	control to toplevel window.

	* src/gtk-sat-data.c:
	Initialise sat->flags to 0 after sat has been loaded, otherwise
	the SGP4/SDP4 code may skip the initialisation. (It's those blody
	flags from the fortran code). This fixes bug #1475691.
	One should definitely keep in mind that memory allocated with GLib may
	contain other values than 0's, unless one uses the g_new0-like
	functions.

	* src/gtk-sat-list:
	Re-ordered columns to MA, PHASE, VIS.
	Added calculations for RA and DEC, only in degrees for now.

	* src/about.c:
	Use old home page until the new one is ready.

	* src/sgpsdp/sgp4sdp4.h:
	Added new time keeping fields to sat_t so that they are available
	everywhere.

	* src/gtk-sat-data.c:
	Initialise new time keeping fields when loading satellite data.

	* src/gtk-sat-module.c:
	Use new time keeping fields in sat_t.
	Convert phase to degrees.

	
2006-04-24;	Alexandru Csete <oz9aec at gmail.com>

	* src/orbit-tools.c:
	Use true mean motion when checking for GEO.

	* src/time-tools.c, src/time-tools.h:
	Added files containing get_current_daynum.

	* src/gtk-sat-list:
	Move direction column to right after elevation column.

	* src/Makefile.am:
	Added defaults.h to file list.

	* src/sgpsdp/sgp4sdp4.h:
	Added new fields to tle_t to support epoch time in converted form
	as was done in earlier versions. Added more field descriptions.
	Added meanmo field to store unconverted mean motion in rev/day.

	* src/sgpsdp/sgp_in.c:
	Convert epoch to year, day and fraction of day.
	When selecting ephemeris store original mean motion in sat->meanmo.

	* src/sat-popup-menu.c:
	Use new converted epoch fields. Finished TLE part.

	* TODO:
	Added file.


2006-04-22;	Alexandru Csete <oz9aec at gmail.com>

	* doc/man/gpredict.1.in:
	Updated with minimal info.

	* src/about.c:
	Added more credits and the license info.
	Use g_object_unref instead og gdk_pixbuf_unref.

	* src/sat-cfg.c:
	Change default value for LIST_COLUMNS from number to OR'ed value of
	column flags.

	* src/sat-popup-menu.c:
	Done some work on the sat info dialog.
	

2006-04-21;	Alexandru Csete <oz9aec at gmail.com>

	* src/gtk-sat-data.c:
	Store orbit type after reading satellite data. Clean some compile
	warnings.

	* src/mod-mgr:
	Added function to check whether a given module is visible or not.

	* src/gtk-sat-list:
	Require QTH as parameter when creating new lists and keep pointer for
	later references. Needed to call the popup menu.
	Added new column for signal delay.
	Implemented SAT_LIST_COL_SSP, SAT_LIST_COL_DOPPLER, SAT_LIST_COL_LOSS,
	SAT_LIST_COL_DELAY and improved SAT_LIST_COL_DIR.
	Convert distances to miles when user want imperial units.

	* src/gtk-sat-module.c:
	Try to skip some updates when module is not visible. I don't seem to
	be able to find one function, which can telle me this about a widget,
	so it is only some hack at the moment.
	Pass QTH as parameter when creating new lists.

	* src/sat-popup-menu:
	Add QTH as parameter for popup menu.

	* src/gpredict-utils.h:
	Added macros to convert between miles and kilometers.


2006-04-21;	Alexandru Csete <oz9aec at gmail.com>

	* src/gtk-sat-list.c:
	Do not detach model from tree view while updating because that makes
	scrolling and selecting impossible. Added support for pop-up menu.

	* src/sat-popup-menu.c, src/sat-popup-menu.h:
	Added files containing common popup menu code so that it can be used
	by both GtkSatList, GtkSatMap and others.
	

2006-04-20;	Alexandru Csete <oz9aec at gmail.com>

	* src/gtk-sat-module.c:
	Implemented configure on the fly in docked state. Fixed bug with wrong
	path to QTH file.

	* src/sat-cfg:
	Added support for MAP_REFRESH, POLAR_REFRESH and SINGLE_SAT_REFRESH.
	Changed module refresh key to DATA_TIMEOUT.

	* src/sat-pref-refresh.c:
	Implemented refresh rates.

	* po/POTFILES.in:
	Added all C files. Explicitly specify UTF-8 encoding.

	* src/about.c:
	Added logo icon.

	* src/Makefile.am, src/sgpsdp/Makefile.am:
	Don't build sgp4sdp4 library. Use sources directly instead.

	* src/sgpsdp/sgp4sdp4.h:
	Added more field descriptions and orbit type.

	
2006-04-18;	Alexandru Csete <oz9aec at gmail.com>

	* src/mod-cfg.c:
	Add return code to mod_cfg_edit. Make editor dialog the same size as the
	new module setup dialog. Added code to select satellites and the correct
	QTH when editing an existing module.

	* src/menubar.c:
	Fixed a spelling.

	* src/gtk-sat-module.c:
	Done some work on "module-config" functionality.

	
2006-04-15;	Alexandru Csete <oz9aec at gmail.com>

	* src/gtk-sat-tree.c:
	Sort tree by satellite name in ascending order.

	* src/about.c, src/about.h:
	Addd files containing code for the "about" dialog.
	

2006-04-14;	Alexandru Csete <oz9aec at gmail.com>

	* src/gtk-sat-list-col-sel.c:
	Fixed bug which caused the gtk_sat_list_col_sel_get_flags query to
	always fail.
	

2006-04-11;	Alexandru Csete <oz9aec at gmail.com>

	* src/mod-cfg.c:
	Remove "+" button for now.

	* src/gtk-sat-module.c:
	Wait with starting timeout until all children have been created.
	Added busy-flag to avoid race conditions in case of high CPU load.
	Implemented CLOSE button.

	* src/mod-mgr.c:
	Use mod_mgr_add_module to restore modules instead of duplicating code.
	Implemented mod_mgr_remove_module.


2006-04-10;	Alexandru Csete <oz9aec at gmail.com>

	* src/mod-mgr.c:
	Set OPEN_MODULES=NULL in sat-cfg when there are no modules open,
	otherwise the original state at program start would be restored
	again next time. Added some API description.

	* src/sat-cfg.c:
	Allow NULL as parameter for set_str. When receiving NULL remove key
	from the GKeyFile.

	* src/gtk-sat-data.c:
	Initialise variable fields to 0.0 after laoding TLE data.

	* pixmaps/icons:
	Added gpredict-mod-attach.png, gpredict-mod-close.png,
	gpredict-mod-detach.png and gpredict-mod-config.png

	* src/gpredict-utils:
	Added function to create minature pixmap buttons with no relief or
	text. Primary use will be dock/close buttons for modules.

	
2006-04-09;	Alexandru Csete <oz9aec at gmail.com>

	* src/gtk-sat-module.c:
	Made destuction of the satellite hash table conditional. Appearantly,
	the destroy signal is emitted twice for some reason and freeing the
	hash table the second time made	gpredict crash. I will stiil need to
	do some investigation on why the destroy signal is emitted twice.

	* src/gtk-sat-list.c:
	Remove satellite from list-store if satellite data is not available
	anymore. This will allow to remove satellites from a module at run-time.
	Added support for refresh rate;

	* src/mod-mgr.c, src/mod-mgr.h:
	Added files. Module manager not finished yet. Need to work out how to
	implement the switch between notebook/window/fullscreen modes.

	* src/sat-cfg:
	Added support for OPEN_MODULES. Defaults to NULL.

	* src/menubar.c, src/gui.c, src/main.c:
	Use new module manager.
	

2006-04-08;	Alexandru Csete <oz9aec at gmail.com>

	* src/gpredict-utils.c:
	Allow to create buttons without text.

	* src/mod-cfg.c:
	Finished module. Fully functional.

	* src/menubar.c:
	Implemented "Open" function.


2006-04-07;	Alexandru Csete <oz9aec at gmail.com>

	* src/gtk-sat-tree:
	Widget is now in a useable state. Still needs to be done:
	Epoch, sort tree in alphabetical order and add a search/lookup func.

	* src/mod-cfg.c:
	Added contents to dialog.

	* src/menubar.c:
	Connected "New" menu item to mod-cfg editor.


2006-04-06;	Alexandru Csete <oz9aec at gmail.com>

	* src/gtk-sat-list:
	Update function is now member in the GtkSatList structure.

	* src/mod-cfg:
	Added files containing simple API to create and edit module config.

	* src/gtk-sat-tree:
	Added new widget. Can be used to select satellites.
	

2006-04-05;	Alexandru Csete <oz9aec at gmail.com>

	* src/sat-pref-qth.c, src/sat-pref-formats.c:
	Make sure that altitude is handled properly when user changes between
	metric and imperial units.

	* src/gtk-sat-list-col-sel:
	Added files conatining GtkSatList column selector widget. This widget
	can be used to select which columns should be visible for a particular
	GtkSatList. The widget is generic, ie. uses column info from GtkSatList
	and reentrant.

	* src/sat-cfg:
	Added LIST_REFRESH and LIST_COLUMNS parameters.

	* src/sat-pref-layout, src/sat-pref-refresh:
	Added configuration modules.

	* src/sat-pref-modules.c:
	Use new configuration modules.

	* src/sat-pref-list-view.c:
	Added column selector widget. This part should be fully functional.

	* src/gtk-sat-list.c:
	Use column flags from sat-cfg instead of default specified in
	gtk-sat-list.h. Minor speed optimisations.
	

2006-04-04;	Alexandru Csete <oz9aec at gmail.com>

	* src/sat-pref-qth-editor.c:
	Only allow valid charachters in location name (code stolen from xlog).

	* src/sat-log:
	Modified to use the same API as grig.

	* src/first-time.c,
	* src/gtk-sat-data.c,
	* src/gtk-sat-list.c,
	* src/gtk-sat-module.c,
	* src/loc-tree.c,
	* src/tle-lookup.c,
	* src/main.c,
	* src/sat-cfg.c,
	* src/sat-pref-qth.c,
	* src/sat-pref-qth-editor.c:
	Use new sat-log API and fix compile warnings.

	* src/sat-cfg.c:
	Added integer API and some new keys related to modules.

	* src/gtk-sat-module.c:
	Use sat-cfg instead of deprecated defaults.h

	* src/gtk-sat-list.c:
	Adde cell renderer functions for some columns.

	* src/sgpsdp/sgp_in.c:
	Changed atof calls to g_ascii_strtod to be locale independent when
	reading tle files.

	
2006-04-03;	Alexandru Csete <oz9aec at gmail.com>

	* src/Makefile.am:
	Include config-keys.h in list of files.

	* src/tle-lookup.c, src/sat-pref-qth.c:
	Fix compile warning.

	* src/loc-tree.c:
	Handle NULL file names properly as claimed by specs.

	* src/sat-pref-qth-editor.c:
	More or less finished. It is fully functional and only some minor
	things to be done.

	* src/sat-pref-qth.c, src/sat-pref-qth-data.h:
	* src/sat-pref-qth-editor.c:
	Removed column containing separate qth file name. We will simply use
	the QTH name as we did earlier. Also removed CHGS column, since we will
	have to write every single QTH to disc again if the name is changed.

	* src/gtk-sat-data.c:
	Use file name as qth name. Fixed bug which caused the location to be
	written in the description field.

	* src/sat-pref-qth.c:
	Changed save procedure to first remove all .qth files and then rewrite
	data from QTH list. Changed lat/lon column type to G_TYPE_DOUBLE, since
	with G_TYPE_FLOAT the data got corrupted.

	* data/sample.qth:
	Removed NAME field.
	

2006-04-02;	Alexandru Csete <oz9aec at gmail.com>

	* src/sat-pref-qth.c:
	Only store basic qth file name in qth list. We do not ever need the
	full path info, since all qth files are located in .gpredict2 in the
	users home.


2006-04-01;	Alexandru Csete <oz9aec at gmail.com>

	* src/gpredict-utils.h:
	Added macros to convert between feet and meters.

	
2006-03-31;	Alexandru Csete <oz9aec at gmail.com>

	* src/sat-pref-qth-editor.c, src/sat-pref-qth-editor.h:
	Added files containing code to edit QTH details.
	
	* src/sat-pref-qth.c, sat-pref-qth-data.h:
	Moved column definitions to header file so that they can be used in
	sat-pref-qth-editor as well. Connected ADD and EDIT signals to call
	sat_pref_qth_editor_run.

	* src/Makefile.am:
	Include new files in files list.
	

2006-03-29;	Alexandru Csete <oz9aec at gmail.com>

	* src/sat-pref-qth.c:
	Use g_try_malloc instead of g_try_new, which is not available until
	glib 2.8. Don't use QRA unless hamlib is available.
	Delete location function implemented. Added functions to save the
	locations from the list. Still to do Add and Edit buttons.

	* src/sgpsdp/Makefile.am:
	Add  at PACKAGE_LIBS at  to linker, otherwise mathlib was not available
	anymore. Go figure...

	* src/gtk-sat-data.c:
	Added finction to save QTH data.
	

2006-03-28;	Alexandru Csete <oz9aec at gmail.com>

	* src/main.c:
	Only include rig.h if hamlib is available.
	

2006-02-05;	Alexandru Csete <oz9aec at gmail.com>

	* configure.ac:
	Changed check for hamlib so that support is optional.

	* src/sat-cfg.c, src/sat-cfg.h:
	Added support for default QTH file.

	* src/gtk-sat-data.c, src/gtk-sat-data.h:
	QTH altitude should be integer, not float.

	* src/sat-pref-qth.c, src/sat-pref-qth.h:
	Added QTH list and editing functions.


2006-02-03;	Alexandru Csete <oz9aec at gmail.com>

	* src/sat-cfg.c:
	Fixed bug, which caused the whole program to crash when creating the
	loc-tree. It was due to a g_free(NULL) in sat_cfg_get_bool.

	* src/loc-tree.c
	Added debug info and some comments.

	* src/sat-pref.c:
	Added some more comments.


2005-11-09;	Alexandru Csete <oz9aec at gmail.com>

	* src/gpredict-utils:
	Added function to create horizontal pixmap button using stock pixmaps.
	Implemented tooltip features for all button functions.

	* src/compat.c:
	Don't specify gpredict when asking for program installation directory on
	WIN32 (tip from TML on gtk-app-devel).


2005-11-08;	Alexandru Csete <oz9aec at gmail.com>

	* src/sat-pref-general.c:
	Changed tab labels.

	* src/sat-pref-tle, src/sat-pref-debug:
	Added files.


2005-11-05;	Alexandru Csete <oz9aec at gmail.com>

	* src/loc-tree.c:
	Check whether specified location file exists.

	* src/gui.c:
	Should remember to free location string allocated by loc-tree.



2005-10-22;	Alexandru Csete <oz9aec at gmail.com>

	* src/tle-lookup.c:
	Send error message to sat-log if there are no tle files in
	.gpredict2/tle/

	* data/:
	Added sample.qth file, tle files and update-tle.sh shell script.

	* src/first-time.c, src/first-time.h:
	Implemented first time checks.

	* src/gpredict-utils.c, gpredict-utils.h:
	Added function to copy file.

	* src/sat-cfg.c:
	Don't print message every time a key is not found. It can cause a lot of
	noise, fx. when creating loc-tree.
	

2005-10-21;	Alexandru Csete <oz9aec at gmail.com>

	* src/sat-pref-qth.c:
	Started implementation.
	

2005-10-20;	Alexandru Csete <oz9aec at gmail.com>

	* src/sat-pref-formats.c
	Implemented automatic update of time preview label. Takes both the
	time format string and the Local/UTC checkbox into account.
	

2005-10-19;	Alexandru Csete <oz9aec at gmail.com>

	* src/sat-cfg.c, src/sat-cfg.h:
	This is now the only module, which has direct access to gpredict.cfg
	Currently reads and write boolean and gchar values.

	* src/main.c:
	Start and shut down sat-cfg.

	* src/sat-pref-*:
	Use sat-cfg instead of GKeyFile.

	* src/sat-pref-formats.c:
	Removed time format checkbox. Added "Reset" button and preview label
	fortime format.


2005-10-18;	Alexandru Csete <oz9aec at gmail.com>

	* src/gpredict-utils.c, src/gpredict-utils.h:
	Added files.

	* src/sat-pref-*:
	Use buttons instead of GtkIconBox (bad size request). Reorgansied
	grouping. Added some new files during this process.
	Implemented sat-pref-formats.c and added code to save config data
	back to configuration file.

	* pixmaps/icons/gpredict-layout-x.png:
	Added new icons.

	* src/config-keys.h:
	Added SAT_CFG_LOCAL_TIME_KEY, SAT_CFG_TIME_FORMAT_KEY and
	SAT_CFG_IMPERIAL_KEY.

	* src/defaults.h:
	Added DEFAULT_TIME_FORMAT.

	* src/tle-lookup.c:
	Added g_io_channel_unref when channel has been shut down.
	
	
2005-10-17;	Alexandru Csete <oz9aec at gmail.com>

	* data/Makefile.am:
	Added file.

	* Makefile.am:
	Include data/ in subdirs.

	* src/compat.c, src/compat.h:
	Added files.

	* src/sat-pref.c:
	Use GtkDialog instead of top level window. Also added GtkIconView left
	of the note book.

	* src/gtk-sat-list.c:
	Fixed a typo.

	* pixmaps/icons:
	Added some icons.


2005-10-16;	Alexandru Csete <oz9aec at gmail.com>

	* src/gtk-sat-module.c:
	Inhibit addition of satellite if it is already in hash table. There is
	still a very strange bug, which causes the program to go up to 100% CPU
	load if the number of satellites is 5 (6 is OK).

	* src/gtk-sat-list.c, src/gtk-sat-list.h:
	Added files. Implemented flxible satellite list with user specifiable
	columns. Custom cell data functions to be added. Does not look good with
	respect to CPU load during udates... Also need to add sorting.
	

2005-10-15;	Alexandru Csete <oz9aec at gmail.com>

	* src/loc-tree.c:
	Finished location selector. This is now a complete module incluing a
	self consistent dialog window. The caller must supply pointers for
	name, lat, lon, alt and weather station. Call g_io_channel_shutdown
	before g_io_channel_unref (fixes GLib warning about invalid file
	descriptor).

	* configure.ac:
	Don't define pixmaps dir, since we just use datadir/pixmaps.

	* main.c:
	Use PACKAGE_DATA_DIR instead PACKAGE_PIXMAPS_DIR.
	

2005-10-12;	Alexandru Csete <oz9aec at gmail.com>

	* src/sgpsdp/sgp2sdp4.h:
	Added some fields to allow direct copy of SGP/SDP driver from ktrack.
	Changed some field names in obs_set_t to more approproate names.

	* src/sgpsdp/sgp_obs.c:
	Take sgp4sdp4.h modifications into account.

	* src/gtk-sat-module.c:
	Added basic unoptimised SGP/SDP driver.

	* src/menubar.c:
	Added Orbit Lab menu item.
	

2005-10-10;	Alexandru Csete <oz9aec at gmail.com>

	* src/sat-pref.c:
	Create window with signals. Add widgets to window.

	* src/menubar.c:
	Open sat-pref dialog when Preferences is selected in the menubar.


2005-10-07;	Alexandru Csete <oz9aec at gmail.com>

	* src/sat-pref.c, src/sat-pref.h:
	Created files. Top level preferences dialog.

	* src/sat-pref-*:
	Created files.
	

2005-10-06;	Alexandru Csete <oz9aec at gmail.com>

	* src/config-keys.h:
	Added MOD_CFG_SATS_KEY, MOD_CFG_TIMEOUT_KEY and MOD_CFG_WARP_FACTOR_KEY.

	* src/gtk-sat-module.c:
	Read satellites into hash table. Added timeout handler.

	* src/gtk-sat-data.c:
	Added function to read TLE data into sat_t structure.

	* src/sgpsdp/sgp_in.c:
	Reindent.

	* src/tle-lookup.c:
	Implemented the tle_lookup function.

	* src/Makefile.am:
	Add libsgp4sdp4.a when linking.

	* src/defaults.h:
	Added file.


2005-10-05;	Alexandru Csete <oz9aec at gmail.com>

	* src/sat-monitor.c, src/sat-monitor.h:
	Added files.

	* src/sgpsdp/sgp4sdp4.h:
	Added obs_t and obs_astro_t structures to sat_t.
	

2005-10-04;	Alexandru Csete <oz9aec at gmail.com>

	* src/sat-cfg.c, src/sat-cfg.h:
	Added files. This module will be responsible for reading,
	storing and saving the global gpredict configuration.

	* data/locations.dat:
	Added files. Converted the old gpredict data file to use decimal
	degrees East and sorted the list alphabetically, so there is no need to
	sort the lists, which display the data.


2005-10-03;	Alexandru Csete <oz9aec at gmail.com>

	* src/loc-tree.c:
	Display N, S, W, E instead of sign according to configuration.


2005-10-02;	Alexandru Csete <oz9aec at gmail.com>

	* src/gtk-sat-module, src/gtk-sat-data:
	Moved files to src

	* src/Makefile.am:
	Updated file paths.
	
	* src/config-keys.h:
	Added file to contain key and section definitions in config files.

	* src/loc-tree.c:
	Only display lat,lon,alt for cities (hack!). Use GError while reading file.
	Hide columns that are not enabled using the flags parameter. Add degree
	character for lat and lon fields.
	

2005-10-01;	Alexandru Csete <oz9aec at gmail.com>

	* src/widgets/gtk-sat-data.c, src/widgets/gtk-sat-data.h:
	Added files containing data structures and utlity functions for	QTH data.
	

2005-09-22;	Alexandru Csete <oz9aec at gmail.com>

	* src/loc-tree.c, src/loc-tree.h:
	Added files. Not fully implemented yet.
	

2005-09-18;	Alexandru Csete <oz9aec at gmail.com>

	* src/sgpsdp/sgp4sdp4.h:
	More documentation. Added extra data structure for satellite bearing and
	astronomical coordinate calculation.

	* src/sgpsdp/sgp_obs_c:
	Use the new data types instead of the generic vector_t.


2005-07-28;	Alexandru Csete <oz9aec at gmail.com>

	* src/sat-log.c, src/sat-log.h:
	Added skeleton.

	* src/tle-lookup.c:
	Implemented.
	

2005-07-27;	Alexandru Csete <oz9aec at gmail.com>

	* src/main.c, src/gui.c, src/gui.h, src/menubar.c,
	* src/widgets/gtk-sat-module.c, src/widgets/gtk-sat-module.h,
	* src/menubar.h:
	Updated header.

	* src/tle-lookup.c, src/tle-lookup.h:
	Added files. Contains link between satellites and tle files.

	* src/Makefile.am:
	Added new files to list.
	

2005-05-31;	Alexandru Csete <oz9aec at gmail.com>

	* configure.ac:
	Require Gtk+ 2.6

	* src/widgets/gtk-sat-module.c, src/widgets/gtk-sat-module.h:
	Added widget skeleton.


2005-05-30;	Alexandru Csete <oz9aec at gmail.com>

	* src/menubar.c:
	Added few more menu items.

	* src/gui.c, src/gui.h:
	Renamed gpredict-gui to plain gui.
	

2005-05-13;	Alexandru Csete <oz9aec at gmail.com>

	* src/main.c:
	Pack menubar in vertical box.
	

2005-04-16;	Alexandru Csete <oz9aec at gmail.com>

	* src/menubar.c, menubar.h:
	Added menubar skeleton.
	

2005-04-13;	Alexandru Csete <oz9aec at gmail.com>

	* src/sgpsdp/sgp_in.c, sgp4sdp4.h:
	Change interface for select_ephemeris() so that it takes a pointer to a
	sat_t structure as parameter. Added some notes and comments.

	* src/sgpsdp/test-001:
	Fixd checksum error in tle file. Finished test for SGP4. All results
	are within 0.003% but typically much better.

	* src/sgpsdp/test-002:
	Added test for SDP4. All results are within 0.0005% most of them
	better.

	* src/sgpsdp/TR:
	Created directory to contain test results.

	
2005-04-10;	Alexandru Csete <oz9aec at gmail.com>

	* src/sgpsdp:
	Added type definition for satellite. Optimized SDP4, SGP4 and
	Deep for multiple satellite use. Still a lot of work and testing
	to be done.


2005-04-09;	Alexandru Csete <oz9aec at gmail.com>

	* src/sgpsdp:
	Added code to propagate elements using SGP4 and SDP4 models.
	

2005-02-13;	Alexandru Csete <oz9aec at gmail.com>

	* gpredict:
	Created initial code template for the Gtk+ 2 version of
	gpredict.