Menu

[9240d8]: / htdocs / changelog-src.html  Maximize  Restore  History

Download this file

2185 lines (2171 with data), 69.3 kB

   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
<p>Thu Jul 20 15:23:23 EDT 2006
</p>
<p> Fix $# in shell highlighter.
</p>
<p> Fix .in files in ftype
</p>
<p>Tue Jul 18 14:20:39 EDT 2006
</p>
<p> Tags file patch: allows you to put a path in TAGS environment
variable.
</p>
<p>Thu Jul 13 09:53:31 EDT 2006
</p>
<p> Fix possible querysave bug.
</p>
<p> Fix query window bug: cursor was not left in original windows for
new multi-line query window thing.
</p>
<p> Fix bug where we could not find ^@
</p>
<p> Accept ,start,size notation only if it is correct.
</p>
<p>Mon Jul 10 13:38:04 EDT 2006
</p>
<p> Fix bug from undo_keep: undo_keep has to be a multiple of 2 for redo
to work properly.
</p>
<p>Wed Jun 21 09:16:49 EDT 2006
</p>
<p> New undo_keep option.
</p>
<p>Thu Jun 15 14:17:03 EDT 2006
</p>
<p> Add built-in joerc file.
</p>
<p>Sat Jun 10 10:06:41 EST 2006
</p>
<p> Fix menu bug: coredump on left arrow.
</p>
<p>Tue Jun 6 22:58:41 EDT 2006
</p>
<p> allow |comments| in gettext strings.
</p>
<p> dnelson's patches for large files,
tty.c include file problems and $(srcdir).
</p>
<p>Sat Jun 3 09:48:41 EDT 2006
</p>
<p> new syntax files: m4 joerc
</p>
<p> use hash table in rc file parser.
</p>
<p> use hash table in syntax parser.
</p>
<p> add auto-expanding hash table.
</p>
<p> i18n of other single-key prompts. add joe_gettext to yncheck.
</p>
<p> fix bug coredump when doing multi-file search and replace
</p>
<p>Fri Jun 2 10:49:21 EDT 2006
</p>
<p> internationalized y/n handling.
</p>
<p> new spell check macro which uses 'language'
</p>
<p> fix sh highlight bug: do not try to highlight $( )
</p>
<p>Wed May 31 22:37:56 EDT 2006
</p>
<p> query windows can now be multi-line. Also they should handle wide
characters properly.
</p>
<p> you can now type a macro right into the ESC X prompt.
</p>
<p> New * Startup Log * window catches .jsf file errors.
</p>
<p>JOE 3.4 --->
</p>
<p>Tue May 30 09:26:59 EDT 2006
</p>
<p> Wordwrap improvements.
</p>
<p> Fix gettext() bug foudn by egmont.
</p>
<p> Change tag ^K ; to jump to beginning of file before doing a search.
</p>
<p>Fri May 26 11:13:10 EDT 2006
</p>
<p> Autoindent now happens for word-wrap.
</p>
<p> Fix ':include' so that it searches ~/.joe and JOERC
</p>
<p> Put file type table in a separate file.
</p>
<p> Limit no. yank records stored in .joe_state
</p>
<p> new '-transpose' flag transposes all menus.
</p>
<p> more columns for line number
</p>
<p>Wed May 24 11:01:53 EDT 2006
</p>
<p> Rearrange directories.
Check for localized joerc file, like joerc.ru.
</p>
<p> Only complain if lock already exists on a file.
</p>
<p> Give file changed under us notice only once.
</p>
<p> New -help_is_utf8 option- allows help text to be either UTF-8 or
8-bit.
</p>
<p> Restore cursor position works for ^K E
</p>
<p> Improve sh highlighter
</p>
<p> Rearrange again: now we use SUBDIRS
</p>
<p>Tue May 23 17:28:48 EDT 2006
</p>
<p> Switch to my own gettext() library.
</p>
<p>Mon May 22 23:35:21 EDT 2006
</p>
<p> Fix shell highlighting bugs.
</p>
<p> Clean up ^T options display.
</p>
<p> Fix querysave bug (it was not always saving everything!)
</p>
<p> Add Russion .po file.
</p>
<p> Get gettext() to actually work.
</p>
<p> Add -restore option.
</p>
<p>2006-05-22 gettextize &lt;bug-gnu-gettext@gnu.org&gt;
</p>
<p> * Makefile.am (ACLOCAL_AMFLAGS): New variable.
(EXTRA_DIST): Add m4/ChangeLog.
</p>
<p>2006-05-22 gettextize &lt;bug-gnu-gettext@gnu.org&gt;
</p>
<p> * Makefile.am (SUBDIRS): New variable.
(ACLOCAL_AMFLAGS): New variable.
(EXTRA_DIST): Add config.rpath.
* configure.ac (AC_CONFIG_FILES): Add po/Makefile.in, m4/Makefile.
</p>
<p>Sun May 21 12:28:10 EST 2006
</p>
<p> 'e' option for search &amp; replace.
</p>
<p> Add -guess_utf8 and -guess_non_utf8 options.
</p>
<p> Add gettext() support.
</p>
<p>Sat May 20 17:03:48 EDT 2006
</p>
<p> Improve compile window
</p>
<p> Jump to previous file cursor position.
</p>
<p> 'a' option for search &amp; replace.
</p>
<p>Fri May 19 13:29:11 EDT 2006
</p>
<p> Add REX. Fix highlighter subroutine bugs.
</p>
<p> Update php, html, css and java highlighters to take
advantage of subroutines.
</p>
<p> Add LUA
</p>
<p> Heredoc support for PHP
</p>
<p> Add Ruby
</p>
<p> Eliminate ^# from *rc files. This is only used in Amiga, and it
screws up i18n.
</p>
<p> Assume256 color now uses normal entry for colors less than t-&gt;Co.
</p>
<p>Tue May 16 01:31:16 EDT 2006
</p>
<p> Get rid of last type punning warning.
</p>
<p> Add subroutines to syntax highlighter.
</p>
<p> Fix .tcl highlighting glitch.
</p>
<p>Sun May 14 12:20:40 EDT 2006
</p>
<p> cleanup header files.
</p>
<p> gcc-4.1.0 -Wall run: fixed all but two warnings.
</p>
<p> Precompiled headers now work. Try: "gcc -O2 -g types.h" before
building. Saves 15 seconds out of a 95 second build.
</p>
<p> Change SCREEN to Screen
</p>
<p>Fri May 12 15:39:12 EDT 2006
</p>
<p> fix lattr bugs.
</p>
<p>Thu May 11 10:27:47 EDT 2006
</p>
<p> Add skill syntax file.
</p>
<p> Fix semi_comment bug.
</p>
<p> ^K E does not now ask to load original for scratch buffers.
</p>
<p> ESC SPACE now consults line number tracking database
</p>
<p> Fix diff highlighter bugs
</p>
<p>Tue May 9 11:15:22 EDT 2006
</p>
<p> Fix some compiler warnings.
</p>
<p>Mon May 8 15:35:20 EDT 2006
</p>
<p> Convert to proper character set in %x
</p>
<p> Guess encoding.
</p>
<p>Fri May 5 10:24:33 EDT 2006
</p>
<p> You can now define which characters can indent paragraphs in joerc
file: look for '-cpara' in joerc file.
</p>
<p> Allow escape sequences in syntax highlight strings.
</p>
<p> Fix ^L so that it works the first time.
</p>
<p> Fix input redirection.
</p>
<p>Wed May 3 21:10:21 EDT 2006
</p>
<p> Better handling of 'joe -'
</p>
<p>Wed May 3 16:59:06 EDT 2006
</p>
<p> Improve speed of highlighting. Now it's comparable to JED's
highlighter. (VIM and emacs are 10x slower).
</p>
<p> Also it should now correctly handle the case of two windows open
on a file, each with a different syntax.
</p>
<p>Fri Apr 28 15:07:21 EDT 2006
</p>
<p> Yeah! Xterm-212 now works properly with joe. The '-joexterm' option
now works without having to do any patches.
</p>
<p> Note that xterm should be compiled with '--enable-paste64 and
--enable-256-color'
</p>
<p>Tue Mar 7 23:28:47 EST 2006
</p>
<p> Add joe_debug command. Fix pointer leak (caused paragraph reformat
to be very slow).
</p>
<p>Sun Mar 5 12:46:27 EST 2006
</p>
<p> Fix range of %p
</p>
<p> Allow setting of foreground and background colors.
</p>
<p> Fix search problems with ^ $
Backward search now moves cursor beginning of insertion point.
Still need to fix bugs with undo in search.
</p>
<p>Sat Mar 4 21:59:22 EST 2006
</p>
<p> Highlight python docstrings the same as regular strings.
</p>
<p> Fix bug with -assume_256color: missing ; in escape sequence
</p>
<p> Fix .php variable highlighting
</p>
<p> File selection menu is now above prompt instead of below it. This
needs to be an option.
</p>
<p> Added new "-menu_above" option.
</p>
<p> Fix pgup/pgdn to work with menu_above.
</p>
<p>Wed Mar 1 10:19:49 EST 2006
</p>
<p> Match how Thomas Dickey implemented the xterm-paste patch.
Xterm has a bug: if selection is not owned by xterm, the string
is messed up.
</p>
<p>Tue Feb 28 18:50:32 EST 2006
</p>
<p> Fix bug where 'complete' command core dumps.
Fix bug where '.' alone with c highlighting enabled core dumps.
Don't run editor if joerc file is bad.
Improve lock messages.
</p>
<p>Mon Feb 27 01:34:37 EST 2006
</p>
<p> Fix perl highlighter bug. $q not handled properly.
Show properly escaped previous search string
</p>
<p>Thu Feb 23 13:41:20 EST 2006
</p>
<p> Fix bugs with quoted entry. Now we ignore terminal's encoding on
quoted entry.
</p>
<p>Sun Feb 19 22:34:20 EST 2006
</p>
<p> Fix some bugs on itanium: call to joe_malloc was return a (int) and
then got converted to a pointer. Likewise with things in termcap.c which
needed term.h and curses.h.
</p>
<p> Improved speed of highlighting.
</p>
<p>Tue Dec 27 16:56:44 EST 2005
</p>
<p> Allow entry of replacement blank replacement strings when search
prompting is enabled (basically eliminate automatic replace-string
prompting).
</p>
<p> "bufed" now works like other file name commands (it prompts for a
buffer name, and allows completion).
</p>
<p> H-scroll jumps left ~ 10 cols (this needs more work: it should be an
option).
</p>
<p>Tue May 17 18:20:02 EDT 2005
</p>
<p> Release JOE 3.3
</p>
<p>Tue May 3 13:33:21 EDT 2005
</p>
<p> Add .cc file type
</p>
<p>Sun Apr 24 00:16:25 EDT 2005
</p>
<p> Fix compiler warnings from gcc-4.0.0
</p>
<p>Fri Apr 22 00:47:55 EDT 2005
</p>
<p> Fix ctrl-select bug when near buffer edges
</p>
<p> Don't use nl_langinfo(CODESET) in Cygwin.
</p>
<p> Add Ada syntax file
</p>
<p>Thu Apr 21 15:46:09 EDT 2005
</p>
<p> Add some grep find support:
ESC g execute grep
ESC SP jump to "file line:"
</p>
<p> Add xterm-patch to make dist.
</p>
<p>Sun Apr 17 12:05:32 EDT 2005
</p>
<p> Scripts for Cygwin.
Version numbering scheme for Cygwin.
</p>
<p>Fri Apr 8 10:27:24 EDT 2005
</p>
<p> Add awk syntax file
Use c syntax file for yacc
Use c syntax file for lex
Add cobol syntax file
Add sed syntax file
Add postscript syntax file
</p>
<p>Thu Apr 7 18:25:07 EDT 2005
</p>
<p> Add sql syntax file
</p>
<p>Wed Apr 6 12:39:15 EDT 2005
</p>
<p> New xterm-patch: base64 encode the data to avoid security hole
</p>
<p>Fri Apr 1 00:14:58 EST 2005
</p>
<p> Improve jpico: add -search_prompting option.
</p>
<p> Fix ^X ^S bug (was using vsdup() on a non-dynamic string).
</p>
<p> Add autoscrolling (when mouse goes past window edge).
</p>
<p>Wed Mar 30 23:47:00 EST 2005
</p>
<p> New xterm-patch fixes i18n problems with mouse.
</p>
<p>Tue Mar 29 19:19:42 EST 2005
</p>
<p> Fix some cut &amp; paste bugs.
</p>
<p> Wheel can scroll menus.
</p>
<p> Fix bugs with mouse in hex mode, prompt windows
and when line numbers enabled.
</p>
<p> Prevent hex mode from prompt windows.
</p>
<p> Fix some i18n issues with mouse: xterm patch
needs to be fixed.
</p>
<p>Mon Mar 28 02:17:37 EST 2005
</p>
<p> Apply (and fix) background color patch
</p>
<p> Allow background color to be set on object-by-object basis.
</p>
<p>Sat Mar 26 09:56:23 EST 2005
</p>
<p> Fix some window resize bugs
</p>
<p> Add support for 16 and 256 color xterms.
</p>
<p>Sat Mar 26 00:28:58 EST 2005
</p>
<p> Reformat mouse.c
</p>
<p> Apply diff patch
</p>
<p> Apply vpath patch
</p>
<p> Apply electrum's mouse patch (send mouse off code during
shell escape)
</p>
<p> Mouse can now resize windows
</p>
<p> Mouse can position cursor in menus. Double-click selects
an item. Need to add scroll.
</p>
<p>--- JOE 3.3 begins ---
</p>
<p>Mon Mar 21 11:56:56 EST 2005
</p>
<p> Fix segfault problem
</p>
<p> Xcol problems in hex mode
</p>
<p> Backspace in overtype mode (picture mode
needs work).
</p>
<p> Don't use paths which begin with ! as directories.
</p>
<p> Fix more segfault problems: use doswitch instead of doedit.
</p>
<p> Don't lock scratch buffers.
</p>
<p> Run gcc -pedantic
</p>
<p>Sun Mar 20 11:54:44 EST 2005
</p>
<p> Hex edit mode
</p>
<p> Do not CD from names on command line
</p>
<p> Support for wheel mouse
</p>
<p>Sat Mar 19 17:08:05 EST 2005
</p>
<p> Fix != in math prompt
</p>
<p> Add modifiers to macros
</p>
<p> Improve jmacs
Jmacs: orphaned buffers were not having locks deleted
</p>
<p> Fix bug where formatting characters working in context display
</p>
<p> ubknd and urun were not checking for read only
</p>
<p> Prompt with latest directory
</p>
<p>Fri Mar 18 16:15:19 EST 2005
</p>
<p> Change so that ` up-arrow (or any key) goes to shell.
</p>
<p> Prefer bash over sh for shell.
</p>
<p>Thu Mar 17 18:54:06 EST 2005
</p>
<p> Get joe to compile on irix
</p>
<p> Enable .joe_state file
</p>
<p> Document 'backpath' bad parsing
</p>
<p> Put version number in state file
</p>
<p> Save command line file names in joe_state file
</p>
<p> Fix ufilt (broke with irix fix)
</p>
<p> Fix if (-s ...) in perl
</p>
<p> Parse *rc file only once
</p>
<p>Wed Mar 16 11:04:19 EST 2005
</p>
<p> Check if system joerc file is newer than local joerc file.
</p>
<p> Fix line number reporting for joerc file errors.
</p>
<p> Add ! operator to math (factorial and logical not)
</p>
<p> Make ~ expansion occur at user level, not low level.
(otherwise ~ appears in b-&gt;name, which screws up
many things unless ~ is really part of the file
name).
</p>
<p> Make tab completion work for user names.
uname() was shadowing a system call.
</p>
<p>Tue Mar 15 14:18:53 EST 2005
</p>
<p> Fix processing of joe.1.in -&gt; joe.1 so
that paths are properly set up.
</p>
<p> Add file changed under us checking.
</p>
<p>Mon Mar 14 11:34:56 EST 2005
</p>
<p> Fix some math and first change bugs.
Allow for file names which begin with +
</p>
<p> Fix bug where menu wasn't being resized.
</p>
<p> Fix processing of joerc.in -&gt; joerc so that
paths are properly set up (added sed script
to Makefile.am).
</p>
<p>Sun Mar 13 12:39:18 EST 2005
</p>
<p> Fix -mnew and -mold when there are multiple
files on command line.
</p>
<p> Add optional file locking.
</p>
<p> Add joe() math command. Executes JOE macro, and
returns success value as result.
</p>
<p> Added sys command: execute a shell command with
I/O connected to terminal, not editor. Return
value of shell command is success value of command.
</p>
<p> rdonly flag is available as math variable.
</p>
<p> Added perforce macro. Fixed some "if" bugs.
</p>
<p>Sat Mar 12 00:31:23 EST 2005
</p>
<p> Update other *rc files.
Fix some marking bugs in jpico.
Allow colors to be specified in joerc file
Improve perl again.
^D in prompts brings up menu
Fix ^X a in jmacs
Fix ^X ^I in jmacs (neg arg is broken)
</p>
<p>Fri Mar 11 2005 Joe Allen &lt;jhallen@world.std.com&gt;
</p>
<p> Help text points to doc files
</p>
<p>Wed Mar 9 2005 Joe Allen &lt;jhallen@world.std.com&gt;
</p>
<p> ^K W now prints a success message.
</p>
<p> More perl highlighter fixes.
</p>
<p>Sat Mar 5 2005 Joe Allen &lt;jhallen@world.std.com&gt;
</p>
<p> Fix bug where ^KC to copy text into search
prompt was not working (search was taking
over selected block too early).
</p>
<p>Fri Mar 4 2005 Joe Allen &lt;jhallen@world.std.com&gt;
</p>
<p> Add block evaluator and ? operator to math
(now it can loop via. recursion :-)
</p>
<p> Add #if #else #endif matching.
</p>
<p> Get ^G working for VHDL (VHDL sucks).
</p>
<p> Disable ^K E and ^K ' in prompt windows.
</p>
<p> open ^] now autoindents (again).
</p>
<p> Fix jpico lock-up problem (lmargin option was
not checking for invalid value of 0).
</p>
<p> Accept buffer overflow patch.
</p>
<p> -square is not a local option.
</p>
<p>Thu Mar 3 2005 Joe Allen &lt;jhallen@world.std.com&gt;
</p>
<p> New help screen for math.
Add statistics functions.
</p>
<p>Wed Mar 2 2005 Joe Allen &lt;jhallen@world.std.com&gt;
</p>
<p> Fix pointer leak.
Make option to enable mouse support
Change .joe_state file to use \ for escape
Improve math
Ignore &lt;a/&gt; in Ctrl-G
</p>
<p>Wed Mar 2 2005 Joe Allen &lt;jhallen@world.std.com&gt;
</p>
<p> Fix warnings from various syntax files (can't
believe I didn't notice this...)
</p>
<p> Add -menu_jump option
</p>
<p>Tue Mar 1 2005 Joe Allen &lt;jhallen@world.std.com&gt;
</p>
<p> Allow :s in xml names.
Fix 'keymap' command.
Add 'name' command.
</p>
<p>Mon Feb 28 2005 Joe Allen &lt;jhallen@world.std.com&gt;
</p>
<p> User defined text delimiters
XML delimiter matching
</p>
<p>Sun Feb 27 2005 Joe Allen &lt;jhallen@world.std.com&gt;
</p>
<p> Fix lockup problem from Ctrl-G
Fix bugs with new 'if' command.
</p>
<p>Sun Feb 27 2005 Joe Allen &lt;jhallen@world.std.com&gt;
</p>
<p> Added Jesse McGrew's xterm mouse and macro enhancements:
added to math: %, ==, !=, &gt;, &gt;=, &lt;, &lt;= operators,
plus 'char' is ascii value of character under cursor.
</p>
<p> added functions: if, then, elsif, endif
</p>
<p> Needs work:
'if' crashes.
xterm selections don't paste into other windows.
</p>
<p>Sat Feb 26 2005 Joe Allen &lt;jhallen@world.std.com&gt;
</p>
<p> Tab complete for ^K ; (tags search).
</p>
<p>Sat Feb 26 2005 Joe Allen &lt;jhallen@world.std.com&gt;
</p>
<p> Allow '-' in file names in compiler error parser.
</p>
<p>Sat Feb 26 2005 Joe Allen &lt;jhallen@world.std.com&gt;
</p>
<p> Accept patch from Kalan (thearinkalen at users.sourceforge.net)
which makes save block prompt if a file is to be overwritten.
</p>
<p> Accept patch from sth2000 at users.sourceforge.net which improves
wordwrap when overtype mode is enabled.
</p>
<p>Fri Feb 25 2005 Joe Allen &lt;jhallen@world.std.com&gt;
</p>
<p> Fix bash highlighter bug: $" " and $' ' are strings.
Ctrl-G starts a search if it doesn't know word under cursor.
</p>
<p>Sun Feb 20 2005 Joe Allen &lt;jhallen@world.std.com&gt;
</p>
<p> Fix perl highlighter bug: \"fdfdg" is a string.
</p>
<p>Sun Feb 20 2005 Joe Allen &lt;jhallen@world.std.com&gt;
</p>
<p> Greatly enhanced ^G (goto matching delimiter) so that it understands
quoting and comments and can operate on word delimiters
(begin...end).
</p>
<p>Sun Feb 20 2005 Joe Allen &lt;jhallen@world.std.com&gt;
</p>
<p> Fix perl highlighter bug: words ending in q
got confused with 'q'.
</p>
<p>Wed Jan 19 2005 Joe Allen &lt;jhallen@world.std.com&gt;
</p>
<p> New Pascal highlighter for Delphi and FPC
</p>
<p>Mon Dec 13 2004 Joe Allen &lt;jhallen@world.std.com&gt;
</p>
<p> Accept SML syntax file.
</p>
<p>Mon Nov 29 2004 Joe Allen &lt;jhallen@world.std.com&gt;
</p>
<p> Accept OCaml and 4GL syntax files.
</p>
<p> Accept UTF-8 in help file patch. Help text is now
UTF-8.
</p>
<p>Mon Aug 9 2004 Joe Allen &lt;jhallen@world.std.com&gt;
</p>
<p> Fix bug in joe_state code: buffer was not
large enough.
</p>
<p>Thu Jul 8 2004 Joe Allen &lt;jhallen@world.std.com&gt;
</p>
<p> Merge last two changes (described below...)
</p>
<p>Tue Jul 6 2004 Pavel Fedin &lt;sonimiga@rambler.ru&gt;
</p>
<p> Changed some fork()s to vfork()s.
Added ^# (CSI = 0x9B) control character.
Added Amiga CSI sequences to keys definitions in joerc files.
Added some #ifdef's to compile properly on AmigaOS.
</p>
<p>Tue Jun 22 2004 Joe Allen &lt;jhallen@world.std.com&gt;
</p>
<p> ~/.joe_state file:
</p>
<p> Saves macros, yanks records, and file name history in a file.
</p>
<p>Mon Jun 7 2004 Joe Allen &lt;jhallen@world.std.com&gt;
</p>
<p> Highlighter state now includes a saved string.
This improves shell and perl highlighters.
</p>
<p>sze jún 2 2004 Joe Allen &lt;jhallen@world.std.com&gt;
</p>
<p> Fix for archaic systems (BSD) with no nl_langinfo(CODESET).
</p>
<p>Tue Jun 1 2004 Joe Allen &lt;jhallen@world.std.com&gt;
</p>
<p> Minor fix to c.jsf.in
Recognize a bunch of other mail/news files.
</p>
<p>Sat May 29 2004 Joe Allen &lt;jhallen@world.std.com&gt;
</p>
<p> Use 'aspell' if it exists.
Set Home, End, Insert, Del key bindings, assuming termcap
entry is wrong.
</p>
<p>Fri May 28 2004 Joe Allen &lt;jhallen@world.std.com&gt;
</p>
<p> Status line updates even if you keep typing.
</p>
<p>Fri May 28 2004 Joe Allen &lt;jhallen@world.std.com&gt;
</p>
<p> Now it will use sprintf if snprintf does not exist.
Can now build on IRIX 6.2
</p>
<p>Thu May 27 2004 Joe Allen &lt;jhallen@world.std.com&gt;
</p>
<p> Fix segfault due to bad management of 'pieces' in rc/setopt().
</p>
<p>Thu May 27 2004 Joe Allen &lt;jhallen@world.std.com&gt;
</p>
<p> Added asm.jsf.in.
</p>
<p>Thu May 27 2004 Joe Allen &lt;jhallen@world.std.com&gt;
</p>
<p> Added diff.jsf.in.
Added improved xml.jsf.in
</p>
<p>Wed May 26 2004 Joe Allen &lt;jhallen@world.std.com&gt;
</p>
<p> Fix lockup problem: do not allow querysave in
prompt windows.
</p>
<p>Tue May 25 2004 Joe Allen &lt;jhallen@world.std.com&gt;
</p>
<p> Character set aliases now appear in ^T E tab
completion.
</p>
<p>Mon May 24 2004 Joe Allen &lt;jhallen@world.std.com&gt;
</p>
<p> Fix bg_reg -&gt; bg_red.
</p>
<p> Now we understand aliases for character maps, like latin1 -&gt;
iso-8859-1 and 8859-1 -&gt; iso-8859-1.
</p>
<p>Mon May 24 2004 Joe Allen &lt;jhallen@world.std.com&gt;
</p>
<p> Smart indent and backspace now work even if cursor
is not right at indentation point. Also autoindent
does not happen if cursor is on a space or tab character.
</p>
<p> Jmacs: ^W (cut) now works if mark is after point. (Added -autoswap
mode). Also: preserve mark and point positions during block
operations.
</p>
<p>Wed May 19 2004 Joe Allen &lt;jhallen@world.std.com&gt;
</p>
<p> Allow options after strings in syntax files.
</p>
<p>Wed May 19 2004 Joe Allen &lt;jhallen@world.std.com&gt;
</p>
<p> More fixes for Cygwin: shell windows now
work properly.
</p>
<p>Tue May 18 2004 Joe Allen &lt;jhallen@world.std.com&gt;
</p>
<p> Changed ESC y to yank in joerc. Left ESC ^Y
as yankpop.
</p>
<p> Added "spring" escape sequence for help text.
</p>
<p>Mon May 17 2004 Joe Allen &lt;jhallen@world.std.com&gt;
</p>
<p> Fix backspace handling in shell windows.
Ring bell when we get ^G.
</p>
<p>Sun May 16 2004 Joe Allen &lt;jhallen@world.std.com&gt;
</p>
<p> Fix -syntax and -encoding on command line.
</p>
<p> Check for "pty.h" when openpty is used.
</p>
<p>Sun May 16 2004 Joe Allen &lt;jhallen@world.std.com&gt;
</p>
<p> Fix mason bug.
Change ^K ^M back to move block.
^K H in jstar mode is "nmark".
</p>
<p>Fri May 14 2004 Joe Allen &lt;jhallen@world.std.com&gt;
</p>
<p> Mason highlighter
</p>
<p>Fri May 14 2004 Joe Allen &lt;jhallen@world.std.com&gt;
</p>
<p> Many jpicorc.in improvements.
</p>
<p>Thu May 13 2004 Joe Allen &lt;jhallen@world.std.com&gt;
</p>
<p> Improve exit messages.
</p>
<p> Improve 'lose' which is for jmacs.
</p>
<p> Improve ^X for jpico.
</p>
<p> Got rid of "end of processs" message in shell windows.
</p>
<p> Shell windows can now be orphaned and duplicated (process
is associated with B instead of BW).
</p>
<p> Shell window input taken from cmd.c instead of in
actual edit functions.
</p>
<p> Improved 'lose' again- now it fill in windows with any
orphaned buffers it can find.
</p>
<p>Thu May 13 2004 Joe Allen &lt;jhallen@world.std.com&gt;
</p>
<p> Small compile fix.
</p>
<p>Wed May 12 2004 Joe Allen &lt;jhallen@world.std.com&gt;
</p>
<p> Compile now uses shell window (so you can hit ^C during the
compile.
</p>
<p> Shell window termination code fix: now all of the output always
makes it to the window.
</p>
<p> Added query save loop to save all modified files before build.
</p>
<p> Added scratch buffers: they are ignored during ^K X, ^C and
querysave.
</p>
<p> ^X ^C is now much more like emacs.
</p>
<p> Fixed annoying occasional screen update glitch: it was caused
by SIGALRM causing dropped output in Linux (doesn't happen on
SUN). So now we arm SIGALRM only when waiting for input. (SIGALRM
is used to keep the clock updated).
</p>
<p>Wed May 12 2004 Joe Allen &lt;jhallen@world.std.com&gt;
</p>
<p> Applied Olexiy Avramchenko's &lt;olexiy@irtech.cn.ua&gt; patch
on configure.ac. Also added mail.jsf.in to Makefile.am
</p>
<p> Applied Yura Kalinichenko's &lt;yuk@iceb.vinnitsa.com&gt; "openpty"
patch.
</p>
<p>Tue May 11 2004 Joe Allen &lt;jhallen@world.std.com&gt;
</p>
<p> Added "upper" and "lower" functions (no longer
depend on "tr" command).
</p>
<p> Fix jmacs transpose word command.
</p>
<p>Tue May 11 2004 Joe Allen &lt;jhallen@world.std.com&gt;
</p>
<p> Fix marking mode so only window with cursor is
effected.
</p>
<p> Ctrl-space clears selection when cursor is in
selection, otherwise it starts a new one.
</p>
<p> ^K E prompts to load original file from disk.
</p>
<p>Tue May 11 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* b.c ufile.c :
</p>
<p> Update file date on save.
Improve Ctrl-&lt;space&gt; marking.
</p>
<p>Mon May 10 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* ufile.c b.c :
</p>
<p> Warns if file changed on save.
</p>
<p> Add 'beep' function and updated jmacsrc.in
</p>
<p>Mon May 10 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* usearch.c, uisrch.c:
</p>
<p> Added '-wrap' flag. Search wraps when set.
</p>
<p>Mon May 10 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* *rc.in :
</p>
<p> More globs: .cpp, .hpp, .c++, .h++
</p>
<p>Mon May 10 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* b.c tw.c :
</p>
<p> New status line escape sequence: %x shows current context (function
cursor is in).
</p>
<p> More globs in *rc.in files.
</p>
<p> csh.jsf lisp.jsf
</p>
<p>Sun May 9 02:30:41 EDT 2004
* sh.jsf.in :
</p>
<p> Improved shell script highlighter.
Fix spelling errors in joe.1.in
</p>
<p>Sat May 8 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* usearch.c :
</p>
<p> Fixed bug in tab completion in text windows.
Change tab completion key to ^K &lt;return&gt;
</p>
<p>Fri May 7 22:37:49 EDT 2004
* usearch.c :
</p>
<p> Tab completion at search prompt.
</p>
<p> ESC-Tab completes within text windows.
</p>
<p>Fri May 7 16:02:21 EDT 2004
* usearch.c, uisrch.c :
</p>
<p> Added case insensitive by default option.
</p>
<p>Fri May 7 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* main.c, menu.c, pw.c, qw.c, rc.c, tab.c :
</p>
<p> joe a b c, now windows are in order a, b, c.
</p>
<p> TAB completion now works on last path in prompt window:
for example '!ls foo', tab will complete the foo.
</p>
<p> Added menu_explorer option. When set: menu stays up when
a directory is seleted. When clear: directory is added
to path and menu is closed.
</p>
<p> Menus are now 40% of window size (or smaller if they are
not filled).
</p>
<p> Cursor is now position after selected menu entry.
</p>
<p>Thu May 6 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* umenu.c :
</p>
<p> TAB key now cycles through menu entries. This is useful
for tab completion: just keep hitting tab until you see the
file you want, then hit enter.
</p>
<p> TAB completion is more "bash"-like: if you complete a directory
name a menu does not appear, the directory just gets added to the
prompt.
</p>
<p>Thu May 6 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* ublock.c :
</p>
<p> Added "select" function for Ctrl-arrow selecting.
Ctrl-space drops anchor and sets marking mode.
</p>
<p>Thu May 6 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* uerror.c :
</p>
<p> Improve error parser: require ':' on error lines.
Make macro 'compile' for error parsing.
'compile' macro always uses same buffer.
^X ` in jmacs goes to next error.
</p>
<p>Thu May 6 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* uedit.c :
</p>
<p> Smart tab looks back 10 lines to determine indentation.
</p>
<p>Wed May 5 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* charmap.c :
</p>
<p> Now parses charmap files.
</p>
<p>Wed May 5 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* bw.c charmap.c main.c qw.c qw.h regex.c regex.h
syntax.c types.h uisrch.c usearch.c utf8.c utf8.h:
</p>
<p> Regex search now works properly with UTF-8 chars.
Incremental search now works with UTF-8.
</p>
<p>Wed May 5 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* utils.c, c.jsf.in:
</p>
<p> Fix c++ keywords.
Fix parse_ident, which was breaking fortran highlighter.
</p>
<p>Tue May 4 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* rc.c, selinux.c, syntax.c, ufile.c:
</p>
<p> Applied new Selinux patch.
</p>
<p> Checks ~/.joe/syntax for syntax files.
</p>
<p>Tue May 4 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* bw.c, charmap.c, main.c:
</p>
<p> Print locale on startup line.
</p>
<p> Print encoding for ^K &lt;space&gt;.
</p>
<p> Change koi8-T to koi8-t.
</p>
<p>Tue May 4 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* ChangeLog TODO b.c bw.c charmap.c charmap.h cmd.c help.c
i18n.c i18n.h joerc.in jpicorc.in jstarrc.in macro.c main.c
menu.c pw.c pw.h rc.c regex.c rjoerc.in scrn.c scrn.h syntax.c
types.h ublock.c uedit.c uerror.c ufile.c uformat.c umath.c
usearch.c ushell.c utag.c utf8.c utils.c utils.h w.c:
</p>
<p> Everything about character set is now contained in struct charmap.
</p>
<p> Deprecate ^T U. Now use ^T E to select file encoding.
</p>
<p>Mon May 3 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* :
</p>
<p> Clean up pass: use internal ctype function everywhere.
</p>
<p> Also: ^T E sets file encoding.
</p>
<p>Mon Mai 3 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* utils.c, utils.h, utf8.c, syntax.c, configure.ac, Makefile.am,
charmap.c, charmap.h:
</p>
<p> No longer use iconv(). Not 100% sure I'm going to leave it this
way. Maybe optionally use iconv().
</p>
<p>Mon May 3 2004 Joe Allen &lt;jhallen@world.std.com&gt;
*:
</p>
<p> Eliminate --pedantic warnings.
</p>
<p>Mon May 3 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* bw.c, i18n.c, i18n.h, b.c, configure.ac, regex.c, scrn.c, Makefile.am :
</p>
<p> Fix highlighter when there are utf-8 characters in file.
</p>
<p> No longer depend on wctype.h (working towards not depending on
iconv()).
</p>
<p>Sun May 2 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* Makefile.am, configure.ac, *rc.in:
</p>
<p> Fix mutt mode: need -wordwrap, not -autoindent.
</p>
<p> Fix configure.ac and Makefile.am to link -liconv if
necessary.
</p>
<p>Sat May 30 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* syntax.c :
</p>
<p> Fix segfault problem with load_dfa.
</p>
<p>Fri Apr 30 2004 Joe Allen &lt;jhallen@world.std.com&gt;
*:
</p>
<p> Improve Fortran again.
</p>
<p> Added '-indentfirst' option to control
how smarthome works.
</p>
<p> Now syntax files are loaded as needed.
</p>
<p> New version of automake and autoconf.
</p>
<p> Print UTF-8 (c) if terminal is utf-8.
</p>
<p>Thu Apr 29 2004 Joe Allen &lt;jhallen@world.std.com&gt;
*:
</p>
<p> Improve Fortran syntax file.
Improve Perl syntax file.
</p>
<p>Wed Apr 28 2004 Joe Allen &lt;jhallen@world.std.com&gt;
*:
</p>
<p> Improve C and Java syntax files.
</p>
<p>Wed Apr 28 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* syntax.c :
</p>
<p> More syntax files: tcl
</p>
<p> Now 'noeat' implies 'recolor=-1', which reduces debug time
for syntax definition files.
</p>
<p>Tue Apr 27 2004 Joe Allen &lt;jhallen@world.std.com&gt;
*:
</p>
<p> More syntax files: html, pascal, vhdl, fortran, java, xml.
</p>
<p> Allow comment lines in syntax file string lists.
</p>
<p>Mon Apr 26 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* Makefile.am bw.c configure.ac *rc.in utf8.c syntax/perl.jsf.in
syntax/verilog.jsf.in:
</p>
<p> Forgot .pm files for perl.
</p>
<p> Update colors for perl and verilog.
</p>
<p> Added mail.jsf: works nicely with mutt
</p>
<p> Oops- was displaying characters between 0xA0 - 0xBF as
control characters in UTF-8.
</p>
<p>Mon Apr 26 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* uedit.c ublock.c :
</p>
<p> Smart backspace now always fixes the indentation.
</p>
<p> Indent left and right always fix indentation.
</p>
<p>Mon Apr 26 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* bw.c tty.c uedit.c utf8.c *rc.in:
</p>
<p> Fix rtarw: was not fixing xcol.
</p>
<p> TAB key now does smart indenting.
</p>
<p> smart home goes to real home first, then indentation point.
</p>
<p>Sun Apr 25 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* b.c bw.c scrn.c uedit.c utf8.c utf8.h:
</p>
<p> Better handling of iconv() conversion errors.
</p>
<p> Better handling of error UTF-8 sequences.
</p>
<p>Sat Apr 24 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* utf8.c, utf8.h, scrn.c, bw.c :
</p>
<p> Fixed utf8 encoder for characters between 0x10000 and 0x1FFFF.
</p>
<p> Print &lt;XXXX&gt; for unicode control characters.
</p>
<p>Fri Apr 23 2004 Joe Allen &lt;jhallen@world.std.com&gt;
</p>
<p> Added -guess_crlf and -guess_indent options.
</p>
<p> Update *rc files.
</p>
<p> Updated documentation.
</p>
<p>Thu Apr 22 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* cmd.c, pw.c, pw.h, rc.c, syntax.c, syntax.h, types.h, uedit.c,
utils.c, utils.h, syntax/c.jsf.in:
</p>
<p> Fixed uopen() ^] for overtype mode.
</p>
<p> Added 'istrings' option in syntax files for ignoring case
in strings.
</p>
<p> Added ^T Y- allows you to select syntax during run time (tab
completion works too!)
</p>
<p> Added ^T P- picture mode: can move and type anywhere on the screen,
good for drawing ASCII art.
</p>
<p>Thu Apr 22 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* uedit.c:
</p>
<p> Tab key only inserts when past end of line in overtype mode.
</p>
<p>Thu Apr 22 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* uedit.c:
</p>
<p> Fixed bugs where overtype and wordwrap modes were interacting.
Hope this doesn't cause new bugs...
</p>
<p>Thu Apr 22 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* uedit.c:
</p>
<p> Now, enter does not insert new line when in overtype mode (unless at
end of file). Somebody asked for this.
</p>
<p>Wed Apr 21 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* b.c, b.h, joerc.in, rc.c, types.h, ublock.c, uedit.c:
</p>
<p> Added -purify option which fixes indentation
if necessary for ^K, ^K. and smart backspace.
</p>
<p>Wed Apr 21 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* ublock.c :
</p>
<p> ^K , and ^K . now have improved purity checking
and automatic block selection.
</p>
<p>Wed Apr 21 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* rc.c, uedit.c, types.h, joerc.in:
</p>
<p> Added 'smartbacks' option.
</p>
<p>Wed Apr 21 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* uedit.c, b.c:
</p>
<p> Backspace is now smart when 'smarthome' is set.
</p>
<p>Wed Apr 21 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* uedit.c :
</p>
<p> Fix new bug caused by previous bug fix :-)
</p>
<p>Tue Apr 20 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* uedit.c :
</p>
<p> Fix bug where double wide characters typed at end of line was
screwing up (was assuming that they were one character wide in
the utypebw optimization logic).
</p>
<p>Tue Apr 20 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* cmd.c, joerc.in, rc.c, types.h, uedit.c, uedit.h:
</p>
<p> Applied David Phillips' smart home key patch.
</p>
<p> Changed ` u to ` x.
</p>
<p>Sun Apr 18 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* syntax.c, uedit.c:
</p>
<p> Added ` u to insert unicode characters in hex.
</p>
<p> Fixed typeing of unicode (utypebw() optimization bug).
</p>
<p> Fixed editor hang when syntax hightlighter hits unicode characters.
</p>
<p>Sat Apr 17 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* bw.c menu.c qw.c scrn.c scrn.h utf8.h w.c w.h:
</p>
<p> Allow UTF-8 in menu entries.
</p>
<p> Clear up genfield() and genfmt() stuff. Now control characters in
file names are properly displayed.
</p>
<p> When UTF-8 character decodes to 127 - 159, 0 - 31, display it
as a control character.
</p>
<p>Sat Apr 17 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* w.c:
</p>
<p> Oops: fixed status line.
</p>
<p>Fri Apr 16 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* ChangeLog TODO cmd.c macro.c pw.c pw.h rc.c regex.c ublock.c
uedit.c ufile.c umath.c usearch.c ushell.c utag.c utf8.c w.c
w.h:
</p>
<p> UTF-8 now supported in file names and prompts.
</p>
<p> Search should be partially working. \+ with
a UTF-8 character following is broken and
\[ ] only works for bytes.
</p>
<p>Fri Apr 16 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* b.c, bw.c, rc.c, rc.h, tw.c, types.h, utf8.c:
</p>
<p> Fixed bug where '-syntax' on command line had
no effect.
</p>
<p> Now if terminal is UTF-8, the default file type
is assumed to be UTF-8.
</p>
<p>Thu Apr 15 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* utf8.c:
</p>
<p> Added preprocessor directives to utf8.c to check
for locale support. Needs more work: should check
for iconv() support.
</p>
<p> Fix bug which happened when no locale env vars set.
</p>
<p>Thu Apr 15 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* Makefile.am, configure.ac, main.c, scrn.c, uedit.c,
ufile.c, utf8.c, utf8.h:
</p>
<p> First attempt at character set conversion iconv().
Now the file's coding can be different from the terminal's
coding. Needs error checking...
</p>
<p> Also, applied secure linux patch from RedHat.
</p>
<p>Thu Apr 15 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* bw.c, help.c, main.c, menu.c, rc.c, scrn.c, scrn.h,
syntax.c, syntax.h, uedit.c, w.c:
</p>
<p> Fix syntax definition file loader so that you don't
get seg faults when you refer to a state which doesn't
exist.
</p>
<p> Fix outatr() to work with non-UTF-8 character sets again.
Need to start thinking about iconv().
</p>
<p> Mess with option strings to make ^T look nicer.
</p>
<p> Got rid of yellow selection bar from ^T.
</p>
<p>Wed Apr 14 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* b.c b.h macro.c main.c rc.c uedit.c uerror.c uformat.c utag.c
utils.c utils.h:
</p>
<p> Fix many edit fuctions for UTF-8. Now we use
iswalnum() when in UTF-8 mode. Paragraph format
works.
</p>
<p> Search is still broken.
</p>
<p>Tue Apr 13 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* bw.c, syntax.c, syntax.h, syntax/php.jsf.in,
syntax/c.jsf.in:
</p>
<p> Added '-NNN' syntax to .jsf files. Allows you
to specify number of lines back to start parsing
when we don't have the syntax highlighting state.
</p>
<p>Tue Apr 13 2004 Joe Allen &lt;jhallen@world.std.com&gt;
</p>
<p> Moved syntax file to syntax/ subdirectory. They
still don't get installed in a subdirectory :-(
</p>
<p>Tue Apr 13 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* scrn.c, rc.c, joerc.in:
</p>
<p> Added -assume_color global option. Need to update
other *rc files.
</p>
<p>Mon Apr 12 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* Makefile.am b.c b.h bw.c scrn.c uedit.c utf8.c utf8.h:
</p>
<p> Input of UTF-8 is now working. For example, you
can cut and paste in an xterm.
</p>
<p> Placed UTF-8 encoder and decoder in separate file.
</p>
<p>Mon Apr 12 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* bw.c:
</p>
<p> If a double-wide character hits right column, display '&gt;' instead of
the character. If a double-wide character is one column to the left
of the screen, display '&lt;' instead of the character.
</p>
<p>Mon Apr 12 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* almost all of them...:
</p>
<p> Added -notite global option: when set, prevents screen from
being restored on exit.
</p>
<p> Added -usetabs global option: when set, uses tabs for cursor
position update (which was the default before). Now we don't
use tabs by default.
</p>
<p> Completed change to 'unsigned char *' and elimination of
MAXINT. What a mess. No warnings with gcc -pedantic.
</p>
<p> Fix UTF-8 bugs where cursor was not correct on scrolled screen.
</p>
<p>Fri Apr 9 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* b.c, b.h, bw.c, types.h:
</p>
<p> Fix lockup bug with down arrow on last line (utf-8).
</p>
<p> Type change: chars will be banned. Unsigned char * and
int will be used for characters.
</p>
<p>Fri Apr 9 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* Makefile.am, b.c, b.h, bw.c, help.c, main.c, menu.c, rc.c,
scrn.c, scrn.h, types.h, uedit.c, w.c, wcwidth.c:
</p>
<p> Initial check-in of UTF-8 support. Use ^T U to enable UTF-8.
JOE is likely to have many bugs at this point.
</p>
<p>Thu Apr 8 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* bw.c, b.c, joerc.in, rc.c, rc.h, tw.c, types.h:
</p>
<p> Fix screen update bug introduced with Apr 7th change.
</p>
<p> Option settings now can be based on file contents as well as
file name.
</p>
<p> Added syntax indicator for status line.
</p>
<p>Thu Apr 8 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* syntax.c, syntax.h:
</p>
<p> Clean up syntax.c: use hash table for keywords, use subroutine for
allocating new states.
</p>
<p>Wed Apr 7 2004 Joe ALlen &lt;jhallen@world.std.com&gt;
* scrn.c, bw.c:
</p>
<p> Fix highlighting bug: pointer was not always at start of line.
</p>
<p> Assume terminal supports color if it looks like an ansi terminal
(this should really be an option).
</p>
<p>Tue Apr 6 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* Makefile.am, bw.c, configure.ac, joerc.in, rc.c, scrn.c,
scrn.h, syntax.c, syntax.h, c.jsf.in, perl.jsf.in, verilog.jsf.in:
</p>
<p> Clean up meaning of default color.
</p>
<p> Allow syntax to be specified in joerc file: "-syntax perl"
</p>
<p> Add class definitions to syntax files.
</p>
<p> Add perl and verilog definitions (they need work).
</p>
<p> Change joerc to assume files with . in their name do not want word
wrap enabled (except for .txt).
</p>
<p>Thu Apr 1 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* scrn.c:
Fix color handling for terminals which do not use my defaults :-)
Basically we revert to the default text color, use ESC [ 0 m, not
ESC [ 37 m and ESC [ 40 m.
</p>
<p>Tue Mar 30 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* uedit.c, syntax.c, syntax.h, types.h, bw.c:
Next steps for syntax highlighting:
Now there is a real parser, so syntax files
can be defined (although, it only loads
the C language c.jsf for now).
</p>
<p> The line length limit has been eliminated.
</p>
<p> It should be faster for large files: we start
parsing only 50 lines back when you hit PgUp,
not from the start of file each time.
</p>
<p> Todo: update other windows, allow files of
other types to be highlighted, create user interface
to allow region names to be assigned colors, create
more syntax files. Possibly create program to
convert regex NFA to joe DFA syntax file format.
</p>
<p>Wed Mar 24 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* uedit.c:
Fix bug where hitting ^Z on first word of file caused joe to lock up
</p>
<p>Wed Mar 24 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* lots of file:
First steps at syntax highlighting!
This version has support for C only (and the parser is a big hack),
and only if all lines in the file are less than 1K.
Turn it on with ^T H
Todo: some more speed enhancements, a real parser to handle many
file types, eliminate long line hack, update other windows during
typing, eliminate some cycle saving hacks when highlighting is on.
</p>
<p>Mon Mar 22 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* jmacsrc.in:
Added ^X [ and ^X ].
</p>
<p>Sat Mar 20 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* menu.c, menu.h, joerc.in, jstarrc.in, jmacsrc.in, rjoerc.in,
jpicorc.in, cmd.c:
File selection menu is now four lines instead of one line. This
needs a little more work: user should be able to set how many
lines it should be in each context.
</p>
<p>Sat Mar 20 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* usearch.c:
After every search we reset window left offset to 0 and then make
the minimal left-right scroll necessary to get entire found text
completely on the screen.
</p>
<p>Sat Mar 20 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* uerror.c:
Slight improvement in compiler error parser.
</p>
<p>Sat Mar 20 2004 Joe Allen &lt;jhallen@world.std.com&gt;
Fix shell window again: instead of running bash if there is no
SHELL variable defined, we just print a message.
Also noticed that session leader stuff in Cygwin is broken: if you
suspend joe the subshell breaks.
</p>
<p>Sat Mar 20 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* tty.c, ushell.c:
Fix shell window for Cygwin:
The problem was that the SHELL environment variable is not defined.
So now, if it's not defined we assume /usr/bin/bash.
Also, we have to use /dev/ptmx for Cygwin.
There is still a problem: have to refresh the screen after shell
starts.
</p>
<p>Fri Mar 19 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* tty.c:
Fix shell window for SunOS 5.8
</p>
<p>Thu Mar 18 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* usearch.c, regex.c, regex.h:
Allow full escape sequences in replacement strings
fixes bug #828156
</p>
<p>Thu Mar 18 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* b.c:
Automatically detect MS-DOS files (files with ^M^J terminated lines)
</p>
<p>Thu Mar 18 2004 Joe Allen &lt;jhallen@world.std.com&gt;
* tw.c, uedit.c, tty.c:
Fix ^C and ^D in shell windows (for linux at least)
</p>
<p>Mon Jan 19 2004 Marek 'Marx' Grac &lt;xgrac@fi.muni.cz&gt;
* utag.c:
Correct file position by using tags file generated from ctags 5.5.2
</p>
<p>Wed Jul 9 2003 John Morrissey &lt;jwm@horde.net&gt;
* configure.ac:
look for snprintf() in libdb too (fixes compilation on OSF1)
</p>
<p>Fri Jun 20 2003 Anil Madhavapeddy &lt;anil@recoil.org&gt;
* usearch.c:
fix boundary to snprintf()
</p>
<p>Mon Jun 16 2003 Vitezslav Samel &lt;samel@mail.cz&gt;
* uedit.c
u_goto_prev()/u_goto_next() fix take two: skip over spaces
(return of joe-2.8 behaviour)
</p>
<p>Sun Jun 1 2003 Vitezslav Samel &lt;samel@mail.cz&gt;
* cmd.c, tab.c, uisrch.c:
don't beep when not asked
(suggestion by Marc Joosen &lt;marcj@historia.et.tudelft.nl&gt;)
</p>
<p>Sun Jun 1 2003 Vitezslav Samel &lt;samel@mail.cz&gt;
* configure.ac, ublock.c:
NEW FEATURE: when filtering block put JOE_FILENAME= with the right
filename into the environment (only when putenv() is available);
patch by Marc Joosen &lt;marcj@historia.et.tudelft.nl&gt;
</p>
<p>Sat May 31 2003 Vitezslav Samel &lt;samel@mail.cz&gt;
* uedit.c:
make u_goto_prev()/u_goto_next() act like ubackw()/u_word_delete()
when moving cursor, i.e. operate on the same class of characters
</p>
<p>Sat May 31 2003 Vitezslav Samel &lt;samel@mail.cz&gt;
* configure.ac:
change version number to include _CVS suffix
</p>
<p>Mon May 5 2003 Vitezslav Samel &lt;samel@mail.cz&gt;
*** Release joe-2.9.8 ***
</p>
<p> * NEWS, configure.ac, main.c:
update NEWS; bump up version; update copyright year
</p>
<p>Sat May 3 2003 Vitezslav Samel &lt;samel@mail.cz&gt;
* README:
delete untrue statements and mention the new build system;
this file needs some more work
</p>
<p>Sat Mar 22 2003 Vitezslav Samel &lt;samel@mail.cz&gt;
* jstarrc.in, rc.c:
fix typos (patch by Jesse McGrew)
</p>
<p>Sat Mar 22 2003 Vitezslav Samel &lt;samel@mail.cz&gt;
* cmd.c:
fix memleak in docmd() (patch by Jesse McGrew)
</p>
<p>Sat Mar 22 2003 Vitezslav Samel &lt;samel@mail.cz&gt;
* path.c:
use O_EXCL when creating temporary file
</p>
<p>Sun Mar 2 2003 Vitezslav Samel &lt;samel@mail.cz&gt;
* bw.c, cmd.c, hash.c, kbd.c, macro.c, main.c, menu.c, path.c,
poshist.c, pw.c, qw.c, rc.c, regex.c, scrn.c, tab.c, termcap.c, tty.c,
tw.c, ublock.c, uedit.c, uerror.c, ufile.c, uisrch.c, umath.c, undo.c,
usearch.c, ushell.c, utag.c, vfile.c, vs.c, w.c:
change 0 to NULL where we're talking about pointers
</p>
<p>Sun Mar 2 2003 Vitezslav Samel &lt;samel@mail.cz&gt;
* vs.c, vs.h:
make vsrm() and slen() of type sELEMENT *
</p>
<p>Sat Feb 22 2003 Vitezslav Samel &lt;samel@mail.cz&gt;
* configure.ac:
remove AC_FUNC_MALLOC check; this fixes problem with compilation
on alpha; we should check for size == 0 in joe_malloc()
</p>
<p>Wed Feb 19 2003 Vitezslav Samel &lt;samel@mail.cz&gt;
* b.c, b.h, cmd.c, cmd.h, help.c, kbd.c, kbd.h, macro.c, macro.h,
main.c, rc.c, rc.h, regex.c, uisrch.c:
change type of variables holding string to unsigned char *
</p>
<p>Wed Feb 19 2003 Vitezslav Samel &lt;samel@mail.cz&gt;
* b.c, tw.c:
change type of variables holding time values to time_t
</p>
<p>Sat Feb 15 2003 Vitezslav Samel &lt;samel@mail.cz&gt;
* b.c, b.h, bw.c, config.h, macro.c, regex.c, tty.c, ublock.c, uedit.c,
uerror.c, uformat.c, uisrch.c, usearch.c, utag.c, utils.c, utils.h,
vfile.c, vfile.h:
fix segafults in isalpha(): replace MAXINT with NO_MORE_DATA symbol
which has value of EOF (-1); that value is permitted to pass into
isalpha() type functions
</p>
<p>Sun Jan 5 2003 Vitezslav Samel &lt;samel@mail.cz&gt;
* configure.ac:
newer versions (&gt;= 2.54) of autoconf need AC_PROG_EGREP to prevent
lockup when running configure; this change require autoconf-2.54
at least to properly build joe from CVS
</p>
<p>Wed Jan 1 2003 Vitezslav Samel &lt;samel@mail.cz&gt;
* rc.c:
eliminate "expr, expr" to make sources more readable;
change "magic number" to the sizeof()
</p>
<p>Wed Jan 1 2003 Vitezslav Samel &lt;samel@mail.cz&gt;
* b.c:
pisbow() should match the beginning of file and piseow() should match
the end of file
</p>
<p>Sat Dec 7 2002 Vitezslav Samel &lt;samel@mail.cz&gt;
* kbd.c:
don't expect all archs have "char == signed char" by default
</p>
<p>Sat Dec 7 2002 Vitezslav Samel &lt;samel@mail.cz&gt;
* blocks.c, vfile.c:
64bit arch fixes: don't expect pointer fits into int (now we assume
it fits into unsigned long)
</p>
<p>Sat Dec 7 2002 Vitezslav Samel &lt;samel@mail.cz&gt;
* types.h, usearch.c:
rename restrict() and restrict member of struct search to make
joe compile under HPUX with HP C compiler
</p>
<p>Mon Aug 5 2002 Vitezslav Samel &lt;samel@mail.cz&gt;
*** SECURITY ***
* ufile.c:
drop suid and sgid bits (if set) when creating backup files
</p>
<p>Sat Jul 27 2002 Vitezslav Samel &lt;samel@mail.cz&gt;
* jmacsrc.in, jpicorc.in, jstarrc.in:
use .@7 terminfo entry for "End" key
</p>
<p>Wed Jun 26 2002 Vitezslav Samel &lt;samel@mail.cz&gt;
* bw.c, rc.c, rc.h, w.c:
rename getcontext() to kmap_getcontext() to prevent conflict with glibc
(from Debian patches)
</p>
<p>Mon Jun 17 2002 Vitezslav Samel &lt;samel@mail.cz&gt;
* ublock.c:
insert braces to make if() block evident
</p>
<p>Sun Jun 9 2002 Vitezslav Samel &lt;samel@mail.cz&gt;
* b.c, bw.c, cmd.c, hash.c, kbd.c, macro.c, main.c, rc.c, regex.c,
termcap.c, tty.c, ublock.c, umath.c, vfile.c:
change "expr, expr" to "expr; expr" where appropriate to make sources
more readable (should have no impact on code) (take 2)
</p>
<p>Sun Jun 9 2002 Vitezslav Samel &lt;samel@mail.cz&gt;
* hash.c, hash.h:
move hnext() definition into hash.c
</p>
<p>Sun Jun 9 2002 Vitezslav Samel &lt;samel@mail.cz&gt;
* bw.c, rc.c, termcap.c, ufile.c, usearch.c:
kill some warnings when compiled with -Wall
</p>
<p>Sat Jun 8 2002 Vitezslav Samel &lt;samel@mail.cz&gt;
* cmd.c:
unwrap array elements in initialization of cmds[]
</p>
<p>Sat Jun 8 2002 Vitezslav Samel &lt;samel@mail.cz&gt;
* va.c, va.h:
change aELEMENT #define to typedef
</p>
<p>Sat Jun 8 2002 Vitezslav Samel &lt;samel@mail.cz&gt;
* ufile.c:
change write() to joe_write() to avoid partly copied files
</p>
<p>Sat Jun 8 2002 Vitezslav Samel &lt;samel@mail.cz&gt;
* termcap.c:
strcmp() can return values other than -1/0/+1
</p>
<p>Sat Jun 8 2002 Vitezslav Samel &lt;samel@mail.cz&gt;
* b.c, bw.c, macro.c, path.c, pw.c, queue.h, rc.c, regex.c, scrn.c,
scrn.h, tab.c, termcap.c, termidx.c, tty.c, tw.c, ublock.c, uedit.c,
uerror.c, ufile.c, uformat.c, undo.c, usearch.c, ushell.c, vfile.c,
vs.c, w.c:
change "expr, expr" to "expr; expr" where appropriate to make sources
more readable (should have no impact on code)
</p>
<p>Tue Jun 4 2002 Vitezslav Samel &lt;samel@mail.cz&gt;
* scrn.c:
don't clear screen when nonzero skiptop is given (part 2)
</p>
<p>Mon Jun 3 2002 Vitezslav Samel &lt;samel@mail.cz&gt;
* scrn.c:
don't clear screen when nonzero skiptop is given
</p>
<p>Sat Jun 1 2002 Vitezslav Samel &lt;samel@mail.cz&gt;
* configure.ac, utils.c:
kill warnings when compilling with -Wundef
</p>
<p>Tue May 21 2002 Vitezslav Samel &lt;samel@mail.cz&gt;
* poshist.c, scrn.c, uformat.c:
include some headers which are needed to compile without warnings about
implicit function declarations
</p>
<p>Sun May 5 2002 Vitezslav Samel &lt;samel@mail.cz&gt;
* NEWS:
change wrong version for the last entry
</p>
<p>Sun May 5 2002 Vitezslav Samel &lt;samel@mail.cz&gt;
* configure.ac:
solaris compile fix; check for snprintf - if not available, kick out
</p>
<p>Sun Mar 10 2002 Vitezslav Samel &lt;samel@mail.cz&gt;
* uformat.c:
remove deadlock when reformating paragraph (badly converted whitel()
to isspace() from removed zstr.c in joe-2.9.2)
</p>
<p>Wed Jan 30 2002 Vitezslav Samel &lt;samel@mail.cz&gt;
* b.c:
use GCHAR macro - clean up the source
</p>
<p>Wed Jan 30 2002 Vitezslav Samel &lt;samel@mail.cz&gt;
* b.c:
change 0 to NULL when used as pointer
</p>
<p>Wed Jan 30 2002 Vitezslav Samel &lt;samel@mail.cz&gt;
* b.c:
change "expr, expr" to "expr; expr"
</p>
<p>Wed Jan 30 2002 Vitezslav Samel &lt;samel@mail.cz&gt;
* b.c, b.h, types.h:
cosmetic cleanup: add comments - this patch doesn't touch code
</p>
<p>Fri Jan 25 2002 Vitezslav Samel &lt;samel@mail.cz&gt;
* termcap.c:
strcmp() can return values other than -1/0/+1 (fix supplied by
Schermann Gabor &lt;gaborsch@mailbox.hu&gt;)
</p>
<p>Sat Jan 19 2002 Vitezslav Samel &lt;samel@mail.cz&gt;
* ublock.c:
don't use markb and markk after they are freed (fixes segfault)
</p>
<p>Sun Jan 13 2002 Vitezslav Samel &lt;samel@mail.cz&gt;
* regex.c:
fix char escaping in \+ case
</p>
<p>Sat Jan 12 2002 Vitezslav Samel &lt;samel@mail.cz&gt;
* help.c, types.h:
get back context help (vanished in cleaning patch to help by marx_sk)
(context help is now only used in search prompt window)
</p>
<p>Tue Jan 8 2002 Vitezslav Samel &lt;samel@mail.cz&gt;
* vs.c, vs.h:
change sELEMENT #define to typedef
</p>
<p>Mon Jan 7 2002 Vitezslav Samel &lt;samel@mail.cz&gt;
* acinclude.m4, configure.ac, tty.c, umath.c, ushell.c, utils.c,
utils.h:
cleanup signals handling (sigaction() / sigvec() / signal())
</p>
<p>Sun Jan 6 2002 Vitezslav Samel &lt;samel@mail.cz&gt;
* cmd.c:
correct "negated macro" for nbuf/pbuf macros
</p>
<p>Fri Dec 14 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
*** Release joe-2.9.8-pre1 ***
</p>
<p>Fri Dec 14 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* configure.ac, NEWS:
prepare for -pre release; bump up version to 2.9.8-pre1
</p>
<p>Fri Dec 14 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* Makefile.am:
add types.h into distribution package
</p>
<p>Wed Dec 12 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* acinclude.m4, configure.ac:
use our own joe_SETPGRP macro (autoconf's is broken for *BSD)
</p>
<p>Tue Dec 11 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* configure.ac, path.c:
include &lt;limits.h&gt; if available to get PATH_MAX
</p>
<p>Sun Dec 09 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* b.c, bw.c, cmd.c, hash.c, help.c, kbd.c, macro.c, menu.c, pw.c,
queue.c, qw.c, rc.c, scrn.c, tab.c, termcap.c, tty.c, tw.c, ufile.c,
uformat.c, uisrch.c, umath.c, undo.c, usearch.c, utils.c, utils.h,
va.c, vfile.c, vs.c, w.c:
prepare memory allocation functions (change (m|re|c)alloc() and free()
into joe_(m|re|c)alloc() and joe_free()) in the utils.c for further
checking
</p>
<p>Sun Dec 09 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* b.c, cmd.c, dir.c, hash.c, hash.h, pw.c, pw.h, rc.c, tab.c, tab.h,
uedit.c, uedit.h, ufile.c, uisrch.c, uisrch.h, umath.c, umath.h, undo.c,
ushell.c, utag.c, w.c:
change function declaration "void a(P * p)" to "void a(P *p)" (when
using GNU indent we must use -Ttype to achieve this behaviour)
</p>
<p>Sat Dec 08 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* bw.c, scrn.c, scrn.h, uedit.c, w.c:
change xlat macro into xlat(int *, char *) function;
change indentation of xlat[ac] tables
</p>
<p>Sat Dec 08 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* joerc.in:
turn off asis (setlocale(LC_CTYPE) takes care of it);
turn off baudrate (leave optimizations of terminal baudrate on the user)
</p>
<p>Sat Dec 08 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* configure.ac, tty.c:
make joe compilable (not only) on cygwin - check if siginterrupt() is
available on this host
</p>
<p>Sat Dec 08 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* ublock.c:
remove feature: exchange points of start and end of the block when
checking validity of block pointers
</p>
<p>Sat Dec 08 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* rc.c:
change indentation of initialization of pdefault, fdefault
and glopts arrays; add comments to [pf]default struct members
</p>
<p>Sat Dec 01 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* configure.ac, path.c, path.h, tty.c, tty.h:
move pwd() into path.c; check in autoconf if we have at least one
of getcwd() / getwd()
</p>
<p>Sat Dec 01 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* b.c, configure.ac, tty.c, tty.h, tw.c, uedit.c, utils.c, utils.h,
vfile.c:
move jread() / jwrite() into utils.c and rename them to joe_read() /
joe_write(); add checking of size_t and ssize_t into configure scripts
</p>
<p>Sat Dec 01 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* joerc.in:
use .@7 terminfo entry for "End" key
</p>
<p>Sat Dec 01 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* joerc.in:
use "Ctrl-K H for help" in -rmsg (F1 doesn't work in all cases)
</p>
<p>Sat Dec 01 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* blocks.c, help.c, macro.c, main.c, path.c, rc.c, regex.c, scrn.c,
termcap.c, tw.c, ublock.c, uedit.c, usearch.c, vs.c, w.c:
change indentation of cases in the switch() statement
</p>
<p>Sat Dec 01 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* b.c, bw.c, main.c, path.c, rc.c, regex.c, scrn.c, termcap.c,
termidx.c, tty.c, tw.c, ublock.c, uedit.c, uerror.c, uformat.c, undo.c,
utag.c, vfile.c, vs.c, w.c:
change indentation of do {} while(); cycles
</p>
<p>Wed Nov 28 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* b.c, b.h, blocks.c, blocks.h, bw.c, bw.h, cmd.c, cmd.h, dir.c,
help.c, help.h, kbd.c, kbd.h, macro.c, macro.h, main.c, main.h, menu.c,
menu.h, path.c, path.h, poshist.c, poshist.h, pw.c, pw.h, queue.h,
qw.c, qw.h, rc.c, rc.h, regex.c, scrn.c, scrn.h, tab.c, tab.h,
termcap.c, tty.h, tw.c, tw.h, types.h, ublock.c, ublock.h, uedit.c,
uerror.c, ufile.c, ufile.h, uformat.c, uformat.h, uisrch.c, uisrch.h,
umath.c, umath.h, undo.c, undo.h, usearch.c, usearch.h, ushell.c,
ushell.h, utag.c, utag.h, utils.c, utils.h, va.c, va.h, vfile.c,
vfile.h, vs.c, vs.h, w.c, w.h: include only headers which are
necessary and since the headers now don't depend on each other,
include them in alphabetic order
</p>
<p>Thu Nov 22 2001 Marek 'Marx' Grac &lt;xgrac@fi.muni.cz&gt;
* *.h, *.c: almost all definitions are in types.h (except those from
vs.h, va.h).
</p>
<p>Thu Nov 22 2001 Marek 'marx' Grac &lt;xgrac@fi.muni.cz&gt;
* uedit.c: correction of last change
</p>
<p>Tue Nov 20 2001 Marek 'marx' Grac &lt;xgrac@fi.muni.cz&gt;
* w.h, w.c, usearch.c, ufile.c, macro.c, uerror.c, umath.c:
MSGBUFSIZE was renamed to JOE_MSGBUFSIZE, because MSGBUFSIZE is
defined on BSD like systems.
</p>
<p>Mon Nov 12 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* Makefile.am, deleted chain.asm, kbdhdl.c, kbdhdl.h, msscrn.c,
mstty.c, termcap, terminfo: delete unused files from distribution
</p>
<p>Mon Nov 12 2001 Peter Breitenlohner &lt;peb@mppmu.mpg.de&gt;
* Makefile.am: make joe installable into another root dir
with "make DESTDIR=/path/ install"
</p>
<p>Sun Nov 11 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* ufile.c: comment out unused functions (nask2()/uask2())
</p>
<p>Sun Nov 11 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* uedit.c: correct typo: utype(bw, c) --&gt; utypebw(bw,c)
I'm not 100% sure about this, but "works for me here"(tm)
</p>
<p>Sun Nov 11 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* termcap.c, termcap.h: correct prototype to the output routine
the CAP structure (and setcap()/getcap() etc.)
</p>
<p>Sun Nov 11 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* regex.c, regex.h: change regex pointer to be 'unsigned char *regex'
This kills some warnings during build.
</p>
<p>Sun Nov 11 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* cmd.c, menu.c, menu.h, rc.c, tab.c, ufile.c: use mkmenu(W *, ...)
instead of mkmenu(BASE *, ...).
This kills some warnings during build.
</p>
<p>Sun Nov 11 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* tw.c, w.h: non-code clean up
</p>
<p>Sun Nov 11 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* macro.c, qw.c, qw.h, tw.c, uedit.c, uisrch.c, usearch.c, ushell.c:
use mkqw(W *, ...) instead of mkqw(BASE *, ...) (same applies to
mkqwna() and mkqwnsr()).
This kills a lot of warnings during build.
</p>
<p>Sun Nov 11 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* bw.c, cmd.c, macro.c, main.c, rc.c, tab.c, tw.c, ublock.c, uedit.c,
uerror.c, ufile.c, umath.c, undo.c, usearch.c, ushell.c, utag.c, w.c,
w.h: use msgnw[t](W *, char *) instead of msgnw[t](BASE *, char *).
This kills a lot of warnings during build.
</p>
<p>Sun Nov 11 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* b.c, blocks.c, blocks.h, scrn.c, termcap.c, undo.c, vfile.c, vs.c:
use mfwrd() and mbkwd() only as internal functions to mmove().
This kills some of the remaining warnings during build.
</p>
<p>Wed Nov 07 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
*** Release joe-2.9.7 ***
</p>
<p>Wed Nov 07 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* configure.ac: bump up version number
</p>
<p>Wed Nov 07 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* NEWS: update - prepare for release
</p>
<p>Wed Nov 07 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* Makefile.am, deleted conf.c: conf.c not used anymore
</p>
<p>Wed Nov 07 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* Makefile.am: add README.cvs and docs/help-system.html
to EXTRA_DIST variable
</p>
<p>Wed Nov 07 2001 Marek 'Marx' Grac &lt;xgrac@fi.muni.cz&gt;
* docs/help-system.html: updated
</p>
<p>Tue Nov 06 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* new file README.cvs: documentation file on how to access joe sources
via CVS
</p>
<p>Sun Nov 04 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* ufile.c: kill infinite loop when saving unmodified file
(sourceforge.net BUG #478290)
</p>
<p>Sun Nov 04 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* ufile.c: remove "feature" added in 2.9.7-pre1 so the user is always
asked of the filename saved (sourceforge.net BUG #449489)
</p>
<p>Wed Oct 31 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* bw.h, tty.c, configure.ac: make use of pid_t type
</p>
<p>Mon Oct 29 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
*** Release joe-2.9.7-pre3 ***
</p>
<p>Mon Oct 29 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* autoconf.ac: bump pre-version number
</p>
<p>Sun Oct 28 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* autoconf.ac: remove optimizing flags from CFLAGS
I'm aware of too much bugreports (in other projects) due to buggy code
generated by over-optimized gcc (default '-O2 -g' is O.K. for most
instalations - advanced user can change it by setting CFLAGS before
running configure, he surely knows, what is he doing ;-))
</p>
<p>Sun Oct 28 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* Makefile.am, joe.spec: joe.spec deleted - I don't think it belongs
to tar.gz package
(to make it proper .rpm package there's more to be done - this is
work of .rpm packager - he can insert a lot of useful but for joe
unnecesary files - think of icons on the desktop etc.)
</p>
<p>Sun Oct 28 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* autoconf.ac: add AC_CANONICAL_(BUILD|HOST) to make
"automake -a -c" copy necessary config.guess and config.sub files
</p>
<p>Sun Oct 28 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* files generated by automake package: use automake-1.5 to make joe
compile on mips-sgi-irix6.5 with non-GNU make again
</p>
<p>Sun Oct 28 2001 Jeff Downs &lt;heydowns@users.sourceforge.net&gt;
* uedit.c: don't change windows when setting mark (using Esc Esc)
in multiwindow mode (SourceForge bug #462875)
</p>
<p>Thu Oct 25 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* kbd.c, scrn.c, termcap.h, tty.c, tty.h, va.c, va.h, w.c:
clean up warnings raised up by strict prototypes
</p>
<p>Mon Oct 22 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* configure.ac, utils.c, utils.h and new file acinclude.m4:
makes the wordwrap work correctly again (SourceForge bugs #418871,
#471964)
</p>
<p>Mon Oct 22 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* all *.c and *.h files, autoconf.ac: use strict prototypes
if applicable (fairly huge change)
</p>
<p>Sat Oct 20 2001 Sebastian Wenzler &lt;s_wenzler@users.sourceforge.net&gt;
* Makefile.am: when symlinking rjoe etc. to joe use links without
absolute path (SourceForge bug #471898)
</p>
<p>Wed Oct 10 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
*** Release joe-2.9.7-pre2 ***
</p>
<p>Wed Oct 10 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* config.h, b.c, bw.c, hash.c, help.c, kbd.c, macro.c, main.c,
menu.c, path.c, pw.c, queue.c, qw.c, rc.c, tab.c, tw.c, ufile.c,
uformat.c, uisrch.c, undo.c, usearch.c, ushell.c, vs.c, w.c:
include &lt;time.h&gt; and &lt;stdlib.h&gt; only in those files which need them
</p>
<p>Wed Oct 10 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* configure.ac, main.c: autoconf.ac will be the only place where
to change version number; use VERSION #define from automake macro
when printing version
</p>
<p>Wed Oct 10 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* blocks.c, config.h: cleanup blocks.c; remove cases when AUTOINC
is enabled (AUTOINC case is IMHO slower then the other code - and
AUTOINC wasn't enabled by default in config.h); change indenting
of code in the body of switch() to something more readable
</p>
<p>Wed Sep 20 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* help.c: use unsigned int for lengths; remove local copy of filename;
replace "magic numbers" with sizeof(buf); rename members of struct
help (it's always clear where it belongs; change indentation of
switch(); remove goto's (we have continue ;-))
</p>
<p>Wed Sep 20 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
*** SECURITY ***
* configure.ac, path.c: use mkstemp() if available; use &lt;paths.h&gt; if
available; this patch changes name of temporary file
to joe.tmp.XXXXXX (XXXXXX are unique chars)
</p>
<p>Wed Sep 20 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* configure.ac, path.c: use autoconf's way of finding which of
struct direct / struct dirent are available; clean up handling
of MS-DOS drive letters in the paths
</p>
<p>Wed Sep 20 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* tty.c: use full definitions of functions (maskit(), unmaskit(),
pauseit()) - it removes some compile warnings
</p>
<p>Wed Sep 20 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* tty.c: cleanup SA_INTERRUPT/SV_INTERRUPT handling
</p>
<p>Wed Sep 20 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* main.h: add prototype of edupd()
</p>
<p>Wed Sep 20 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* uedit.c: use jread()/jwrite() which retry when interrupted
by a signal
</p>
<p>Wed Sep 20 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* macro.c, uformat.c: include "utils.h" instead of &lt;ctype.h&gt; to have
isblank() defined
</p>
<p>Wed Sep 19 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* config.h, configure.ac, tty.c: use autoconf's way of detecting which
termio()/termios() functions are available; use HAVE_GETWD/HAVE_GETCWD
macros instead of TTYPOSIX/TTYSV #defines
</p>
<p>Wed Sep 19 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* configure.ac, tty.c: use autoconf's method of finding which header
to include to have TIOCGWINSZ defined
</p>
<p>Wed Sep 19 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* tty.c: replace ugly "method" of detecting setitimer() with
HAVE_SETITIMER macro from autoconf
</p>
<p>Wed Sep 19 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* config.h, tty.c: remove improperly used HZ #define
</p>
<p>Wed Sep 19 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* tty.h, vfile.c: add prototypes of jread() / jwrite()
</p>
<p>Wed Sep 19 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* b.c, tty.c, umath.c: various systems use different signal handler
prototypes - make use of RETSIGTYPE macro from autoconf
</p>
<p>Wed Sep 19 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* configure.ac, tty.c: various systems use different setpgrp()
prototypes - make use of SETPGRP_VOID macro from autoconf
</p>
<p>Fri Sep 14 2001 Alexandre P. Nunes &lt;alex@PolesApart.dhs.org&gt;
* configure, configure.ac, missing, Makefile.am, Makefile.in,
aclocal.m4, autoconf.h.in, config.h, *rc files, b.c, main.c,
path.c, tty.c: use recent automake and autoconf configuration
system (at the moment we're using automake-1.4-p4, autoconf-2.52)
</p>
<p>Thu Jul 20 2001 Marek 'Marx' Grac &lt;xgrac@fi.muni.cz&gt;
*** Release joe-2.9.7-pre1 ***
</p>
<p>Thu Jul 19 2001 Marek 'Marx' Grac &lt;xgrac@fi.muni.cz&gt;
* help.c, help.h, main.c: help system was rebuilt
</p>
<p>Thu Jul 19 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* joe.1, ufile.c: new feature 'backup suffix', when the system
environment SIMPLE_BACKUP_SUFFIX is set then it is used instead of ~.
Inspired by patch program.
</p>
<p>Thu Jul 19 2001 Vitezslav Samel &lt;samel@mail.cz&gt;
* lot of files: patch which removes a lot of warnings.
</p>
<p>Wed Jul 04 2001 Marek 'Marx' Grac &lt;xgrac@fi.muni.cz&gt;
</p>
<p> * b.c, main.c, path.c, path.h, rc.c, ufile.c: Function 'ossep'
was completly removed because it was not possible to access
files like test\ in UNIX like systems.
</p>
<p>Wed Jul 04 2001 Marek 'Marx' Grac &lt;xgrac@fi.muni.cz&gt;
</p>
<p> * ufile.c: Several minor changes.
</p>
<p>Wed Jul 04 2001 Marek 'Marx' Grac &lt;xgrac@fi.muni.cz&gt;
</p>
<p> * ufile.c: Problem with freezing when saving unmodified file
is solved. But it is possible that this patch is only partial
</p>
<p>Wed Jul 04 2001 Marek 'Marx' Grac &lt;xgrac@fi.muni.cz&gt;
</p>
<p> * ufile.c: Modified flag is now properly set. It can look
awful but pre-first undo record has modified flag set on.
</p>
<p>Wed Jul 03 2001 Marek 'Marx' Grac &lt;xgrac@fi.muni.cz&gt;
</p>
<p> * joe-2.9.7pre0.tgz: version 2.9.7pre0 was released
</p>
<p>Wed Jul 02 2001 Marek 'Marx' Grac &lt;xgrac@fi.muni.cz&gt;
</p>
<p> * lot of files: I get last version without wordwrap bug (2.9.6pre1) and
applied almost all patches which are mentioned in NEWS file. Problem
with ${sysconfdir}/joerc is probably still actual, because I was not
able to find patch :(
</p>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.