all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob e110ea04c9bb07277f4533dfd6240db3fe6dda4f 204453 bytes (raw)
name: ChangeLog.2 	 # note: path name is non-authoritative(*)

   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
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
4673
4674
4675
4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
4946
4947
4948
4949
4950
4951
4952
4953
4954
4955
4956
4957
4958
4959
4960
4961
4962
4963
4964
4965
4966
4967
4968
4969
4970
4971
4972
4973
4974
4975
4976
4977
4978
4979
4980
4981
4982
4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996
4997
4998
4999
5000
5001
5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
5038
5039
5040
5041
5042
5043
5044
5045
5046
5047
5048
5049
5050
 
2015-06-03  Christoph Wedler  <christoph.wedler@sap.com>

	Some generic support for multi-mode indentation.
	* lisp/progmodes/prog-mode.el (prog-indentation-context): New
	variable.
	(prog-first-column, prog-widen): New convenience functions.

2015-05-30  Dmitry Gutov  <dgutov@yandex.ru>

	Make sure there's no explicit tag name
	* lisp/progmodes/etags.el (tag-implicit-name-match-p): Make sure
	there's no explicit tag name (bug#20629).

2015-05-30  Paul Eggert  <eggert@cs.ucla.edu>

	Remove format2
	* src/editfns.c, src/lisp.h (format2): Remove.
	It is more trouble than it's worth, now that we have CALLN.
	This is just a minor refactoring.
	* src/buffer.c (Fkill_buffer):
	* src/dbusbind.c (XD_OBJECT_TO_STRING):
	* src/fileio.c (barf_or_query_if_file_exists):
	Adjust to format2 going away.

	Don't misencode C-generated messages
	Also, be more consistent about calls to 'Fmessage' vs 'message'.
	* src/alloc.c (Fgc_status):
	Prefer AUTO_STRING to build_string for Fmessage call.
	* src/data.c (Fmake_variable_buffer_local)
	(Fmake_local_variable, Fmake_variable_frame_local):
	* src/doc.c (store_function_docstring):
	Use Fmessage, not message, since the argument can contain
	non-ASCII characters, and this can cause the resulting message
	to be incorrectly encoded for the current environment.
	* src/fns.c (maybe_resize_hash_table):
	* src/xselect.c (x_clipboard_manager_save_all):
	Use message, not Fmessage, since Fmessage's power isn't needed here.
	* src/process.c (Fmake_network_process): Reword message to avoid %s.
	* src/xdisp.c (vmessage): Document restrictions on message contents.
	(message_nolog) [false]: Remove unused code.

	Use \r rather than ^M in string literals
	This is less likely to cause problems on platforms that
	use CRLF (or CR!) termination for lines.

	Update .gitattributes to match current sources
	http://lists.gnu.org/archive/html/emacs-devel/2015-05/msg00879.html
	* .gitattributes: Accommodate tests that insist on DOS format.
	Remove test/automated/data/decompress/foo-gzipped.
	Add etc/e/eterm-color.

2015-05-30  Eli Zaretskii  <eliz@gnu.org>

	Document 'face-ignored-fonts'
	* doc/emacs/mule.texi (Modifying Fontsets): Document
	face-ignored-fonts.  (Bug#20628)

	Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs

	Add etags test for the new -Q option
	* test/etags/ETAGS.good_1, test/etags/ETAGS.good_2:
	* test/etags/ETAGS.good_3, test/etags/ETAGS.good_4:
	* test/etags/ETAGS.good_5, test/etags/CTAGS.good: Adjust to
	test-case changes below.
	* test/etags/ETAGS.good_6: New file.
	* test/etags/cp-src/x.cc: New file.
	* test/etags/Makefile (CPSRC): Add x.cc.
	(check): Add one more test, for -Q.

2015-05-30  Dmitry Gutov  <dgutov@yandex.ru>

	Use list for the tags completion table, not obarray
	* lisp/progmodes/etags.el (etags-tags-completion-table): Return a
	list instead of an obarray
	(http://lists.gnu.org/archive/html/emacs-devel/2015-05/msg00876.html).
	(tags-completion-table): Combine those lists.
	(tags-completion-table): Update the docstring.

2015-05-30  Eli Zaretskii  <eliz@gnu.org>

	Restore EOL format testing in etags
	* test/etags/ETAGS.good_1, test/etags/ETAGS.good_2:
	* test/etags/ETAGS.good_3, test/etags/ETAGS.good_4:
	* test/etags/ETAGS.good_5, test/etags/CTAGS.good: Adjust to
	test-case changes below.
	* test/etags/html-src/algrthms.html: Convert back to DOS EOL format.
	* test/etags/cp-src/c.C (B): Add back stray CR character.
	* test/etags/c-src/dostorture.c: Add back.
	* test/etags/Makefile (CSRC): Add back c-src/dostorture.c.

2015-05-30  Vitaly Takmazov  <vitalyster@gmail.com>  (tiny change)

	Declare Emacs on MS-Windows to be DPI-aware
	* nt/emacs-x86.manifest (asmv3:windowsSettings): Add dpiAware.
	* nt/emacs-x64.manifest (asmv3:windowsSettings): Add dpiAware.
	This avoids Windows entering compatibility mode for Emacs,
	which causes fonts to look less nice.

2015-05-30  Michael Albinus  <michael.albinus@gmx.de>

	Improve Tramp traces.
	* lisp/net/trampver.el (tramp-repository-get-version): New defun.
	* lisp/net/tramp.el (tramp-debug-message): Use it.

2015-05-30  Paul Eggert  <eggert@cs.ucla.edu>

	backup-buffer minor reworking of internals
	* lisp/files.el (backup-buffer): Rework to avoid a couple of
	unused locals inadvertently introduced in the previous change.

	backup-buffer now reports .emacs.d/%backup% ills
	* lisp/files.el (backup-buffer): If the write to .emacs.d/%backup%
	fails due to disk space exhaustion or whatever, do not pretend
	that it succeeded.  More generally, do a better job of checking
	for I/O failures, and limit the scope of the condition-case to
	just the operations where file errors should be caught and ignored
	(Bug#20595).  Also, don't bother trying to delete later backups if
	an earlier deletion fails, as this is a sign of trouble and it's
	better to stop when there's trouble.

	copy-file now truncates output after writing
	* src/fileio.c (Fcopy_file): Truncate output after writing rather
	than before.  This is more likely to work than truncation before
	writing, if the file system is out of space or the user is over
	disk quota (Bug#20595).  Also, check for read errors.

2015-05-29  Artur Malabarba  <bruce.connor.am@gmail.com>

	* lisp/emacs-lisp/package.el: Don't load from parent dir
	(package-load-all-descriptors): Don't load descriptors from
	directories above the package directories.

2015-05-29  Paul Eggert  <eggert@cs.ucla.edu>

	Merge from gnulib
	This incorporates the following (Bug#20681):
	2015-05-29 acl-permissions: Fix build on Mac OS X and older AIX
	2015-05-29 acl-permissions: Fix build on Solaris and Cygwin
	* lib/set-permissions.c: Copy from gnulib.

2015-05-29  Michael Albinus  <michael.albinus@gmx.de>

	Improve Tramp traces.
	* lisp/net/tramp.el (tramp-call-process-region): New defun.
	* lisp/net/tramp-sh.el (tramp-get-inline-coding): Use it.

2015-05-29  Glenn Morris  <rgm@gnu.org>

	* test/automated/vc-tests.el: Try enabling tests on hydra.nixos.org.

2015-05-29  Wolfgang Jenkner  <wjenkner@inode.at>

	* src/xfns.c (x_set_menu_bar_lines): Fix calls to x_clear_area.
	The signature was changed in the cairo branch, merged on 2015-05-23.
	This oversight broke compiling only the non-toolkit X version.

2015-05-29  Samer Masterson  <samer@samertm.com>

	* doc/lispref/os.texi: Update initial-buffer-choice docs.

2015-05-29  Glenn Morris  <rgm@gnu.org>

	* test/automated/vc-tests.el (vc-test-rcs04-checkout-model):
	Mark as an expected failure.

2015-05-29  Paul Eggert  <eggert@cs.ucla.edu>

	Change package test to look for curved quotes
	* test/automated/package-test.el (package-test-describe-package)
	(package-test-signed): Search for curved single quotes as well as
	for grave accent and apostrophe.

2015-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>

	gnus-art.el: Re-revert last change
	* lisp/gnus/gnus-art.el (gnus-button-alist): Re-revert last change.
	cf. <http://news.gmane.org/group/gmane.emacs.devel/thread=186896>

2015-05-28  Samer Masterson  <samer@samertm.com>

	Show files when `initial-buffer-choice' is non-nil
	* startup.el (command-line-1): When Emacs is given a file as an
	argument and `initial-buffer-choice' is non-nil, display both the file
	and `initial-buffer-choice'.  For more than one file, show
	`initial-buffer-choice' and *Buffer List*.  Refactor display-changing
	commands out of the command line arg parser.
	(initial-buffer-choice): Clarify docstring.

2015-05-28  Eli Zaretskii  <eliz@gnu.org>

	Fix last commit
	* nt/gnulib.mk (libgnu_a_SOURCES): Add get-permissions.c back.
	(gnulib module qcopy-acl): Add back, as it is harmless.  This
	minimizes differences wrt lib/gnulib.mk.

	Fix the MS-Windows build as followup to gnulib update
	* nt/gnulib.mk (libgnu_a_SOURCES): Remove get-permissions.c and
	set-permissions.c, as they don't compile on MinGW.
	(gnulib module qcopy-acl): Remove, as it needs set-permissions.c.

2015-05-28  Paul Eggert  <eggert@cs.ucla.edu>

	Revert my change to gnus-art.el
	* lisp/gnus/gnus-art.el (gnus-button-alist): Revert last change.
	It wasn't that important, and it caused a Gnus build to fail.  See:
	http://www.randomsample.de:4456/builders/emacs-devel/builds/734

	New minor mode Electric Quote
	This lets you easily insert quotes ‘like this’ by typing
	quotes `like this', and similarly you can easily insert
	quotes “like this” by typing quotes ``like this'' (Bug#20545).
	* doc/emacs/basic.texi (Inserting Text):
	* doc/emacs/modes.texi (Minor Modes):
	* etc/NEWS: Document it.
	* doc/emacs/text.texi (Quotation Marks): New section.
	* lisp/electric.el (electric-quote-comment)
	(electric-quote-string, electric-quote-paragraph):
	New custom vars.
	(electric--insertable-p)
	(electric-quote-post-self-insert-function): New functions.
	(electric-quote-mode, electric-quote-local-mode): New minor modes.
	* lisp/progmodes/elisp-mode.el (emacs-lisp-mode):
	Add curved single quotes to electric-pair-text-pairs.
	Set electric-quote-string in this buffer.

	A few more doc string fixes (Bug#20385)

	Accept curved quotes in doc strings
	* lisp/info-look.el (info-lookup-guess-custom-symbol):
	(info-lookup-alist): Treat ‘’ like `' when parsing help buffers etc.

	Generate curved quotes in pseudo-info nodes
	* lisp/info.el (Info-virtual-index-find-node)
	(Info-virtual-index, Info-apropos-find-node, info-apropos):
	Quote ‘like this’, not `like this', when generating pseudo-info nodes.

	Fix minor quoting problems in doc strings
	Most of these fixes involve escaping grave accents that are
	actually intended to be grave accents, not left quotes.
	(Bug#20385)

	Support curved quotes in doc strings
	Emacs's traditional doc string style has been to quote symbols
	`like this'.  This worked well on now-obsolete terminals where
	` and ' were symmetric quotes, but nowadays curved quotes
	‘like this’ look better.  Support quoting the new way too.
	(Bug#20385)
	* doc/lispref/tips.texi (Documentation Tips): Symbols can be quoted
	‘like-this’ as well as `like-this'.
	* etc/NEWS: Mention this.
	* lisp/cedet/mode-local.el (overload-docstring-extension)
	(mode-local-print-binding, mode-local-describe-bindings-2):
	* lisp/cus-theme.el (describe-theme-1):
	* lisp/descr-text.el (describe-text-properties-1, describe-char):
	* lisp/emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
	* lisp/emacs-lisp/cl-generic.el (cl--generic-describe):
	* lisp/emacs-lisp/eieio-opt.el (eieio-help-class)
	(eieio-help-constructor):
	* lisp/emacs-lisp/package.el (describe-package-1):
	* lisp/faces.el (describe-face):
	* lisp/help-fns.el (help-fns--key-bindings)
	(help-fns--compiler-macro, help-fns--parent-mode, help-fns--obsolete):
	(help-fns--interactive-only, describe-function-1):
	(describe-variable):
	* lisp/help.el (describe-mode):
	* lisp/international/mule-cmds.el (describe-input-method)
	(describe-language-environment):
	* lisp/international/mule-diag.el (describe-character-set)
	(print-coding-system-briefly, list-input-methods)
	(list-input-methods-1):
	Insert curved quotes rather than grave accent and apostrophe.
	* lisp/cedet/srecode/texi.el (srecode-texi-texify-docstring):
	* lisp/emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine)
	(checkdoc-proper-noun-region-engine):
	* lisp/emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords-2)
	(lisp-cl-font-lock-keywords-2):
	* lisp/finder.el (finder-font-lock-keywords):
	* lisp/gnus/gnus-art.el (gnus-button-alist):
	* lisp/help-fns.el (help-do-arg-highlight)
	(describe-function-1, describe-variable):
	* lisp/help-mode.el (help-xref-symbol-regexp)
	(help-xref-info-regexp, help-xref-url-regexp):
	* lisp/help.el (describe-mode):
	* lisp/international/mule-cmds.el (help-xref-mule-regexp-template):
	* lisp/wid-edit.el (widget-documentation-link-regexp):
	Parse symbols quoted ‘like-this’ as well as `like-this'.
	* lisp/progmodes/elisp-mode.el (emacs-lisp-mode):
	Add "‘" and "’" to electric-pair-text-pairs.
	(elisp--form-quoted-p): Also allow "‘" as a quoting char.
	(elisp-completion-at-point, elisp--preceding-sexp):
	Also treat "‘" and "’" as quoting chars.

	substitute-command-keys now curves quotes
	So, for example, it turns "`abc'" into "‘abc’" (Bug#20385).
	* doc/lispref/help.texi (Keys in Documentation):
	* etc/NEWS: Document this.
	* src/doc.c (Fsubstitute_command_keys): Implement it.

2015-05-28  Glenn Morris  <rgm@gnu.org>

	* lisp/mail/rmailsum.el (rmail-summary-by-recipients)
	(rmail-summary-by-topic, rmail-summary-by-senders):
	No longer strip leading/trailing whitespace.

	* lisp/progmodes/f90.el (f90-type-def-re): Add "type, extends".
	(f90-no-block-limit): Add "enum".  (Bug#20680)
	* test/automated/f90.el (f90-test-bug20680, f90-test-bug20680b):
	New tests.

2015-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>

	* lisp/isearch.el (isearch--current-buffer): Give a default value.

	Un-revert changes mistakenly dropped by f9fabb2b

2015-05-27  Paul Eggert  <eggert@cs.ucla.edu>

	Merge from gnulib
	This incorporates:
	2015-05-27 qacl: Reimplement qset_acl and qcopy_acl (Bug#20666)
	2015-05-27 file-has-acl: Split feature tests again (Bug#20667)
	2015-05-27 string: fix build failure on BSD/OSX with FORTIFY_SOURCE
	2015-05-26 stdio: limit __gnu_printf__ witness to gcc 4.4+
	2015-05-26 inttypes: force correct mingw PRIdMAX even without <stdio.h>
	2015-05-26 stdio: fix probe on mingw under gcc 5.1
	* admin/merge-gnulib (GNULIB_MODULES):
	Replace qacl with qcopy-acl, since we don't need the rest of qacl.
	* doc/misc/texinfo.tex, lib/acl-internal.c, lib/acl-internal.h:
	* lib/inttypes.in.h, lib/qcopy-acl.c, lib/qset-acl.c:
	* lib/string.in.h, m4/acl.m4, m4/stdio_h.m4:
	Get latest versions from gnulib.
	* lib/get-permissions.c, lib/set-permissions.c: New files.
	* lib/gnulib.mk, m4/gnulib-comp.m4:
	Regenerate.
	* nt/gnulib.mk: Merge lib/gnulib.mk changes by hand.

2015-05-27  Dmitry Gutov  <dgutov@yandex.ru>

	Delete the old process in vc-setup-buffer
	* lisp/vc/vc-dispatcher.el (vc-setup-buffer): Delete the old
	process here.
	(vc-do-command): Rather than here (bug#20608).

2015-05-27  Ivan Shmakov  <ivan@siamics.net>

	Avoid gratuitous delete-dups in face-at-point.
	* lisp/faces.el (face-at-point): Do not compute the properly
	ordered, duplicate-free list if only a single value is
	requested anyway.  (Bug#20519)

	Show the exact C-x 8 RET invocation in describe-char.
	* lisp/descr-text.el (describe-char): Show the exact C-x 8 RET
	invocation instead of a template.  (Bug#20522)

2015-05-27  Artur Malabarba  <bruce.connor.am@gmail.com>

	* lisp/emacs-lisp/package.el: Don't erase tags on refresh
	(package-menu--post-refresh): Call `tabulated-list-print' with the
	UPDATE argument.  This only affects the refresh action, the revert
	action still erases tags.
	(package-menu-get-status): Change `assq' to `assoc'.
	(package-menu--mark-upgrades-1): New function.
	(package-menu--mark-upgrades-pending): New variable.
	(package-menu-mark-upgrades): Use them to delay marking until
	after refresh is done.
	(package-menu--post-refresh): Call mark-upgrades-1 if
	mark-upgrades-pending is non-nil.

2015-05-27  Michael Albinus  <michael.albinus@gmx.de>

	Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
	Conflicts:
		lisp/net/tramp.el

	Fix typo in commit 3953c4be2816537be95520605d45b866dc731f4b

2015-05-27  Eli Zaretskii  <eliz@gnu.org>

	Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs

2015-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>

	* lisp/isearch.el (isearch--current-buffer): New var
	(isearch-update): Set cursor-sensor-inhibit here.
	(isearch-done): Unset cursor-sensor-inhibit in the right buffer (bug#20532).

	Change inhibit-point-motion-hooks to t
	* src/textprop.c (syms_of_textprop): Default Vinhibit_point_motion_hooks
	to t and document it as obsolete.

2015-05-27  Eli Zaretskii  <eliz@gnu.org>

	Support ZIP files that use Zip64 extensions
	* lisp/arc-mode.el (archive-zip-summarize): Handle the new ZIP
	format of central directory offsets used by Zip64 extensions.
	(Bug#20665)

2015-05-27  Michael Albinus  <michael.albinus@gmx.de>

	New test tramp-test30-make-auto-save-file-name
	* tramp-tests.el (tramp-test30-make-auto-save-file-name): New test.
	(tramp-test31-special-characters)
	(tramp-test31-special-characters-with-stat)
	(tramp-test31-special-characters-with-perl)
	(tramp-test31-special-characters-with-ls, tramp-test32-utf8)
	(tramp-test32-utf8-with-stat, tramp-test32-utf8-with-perl)
	(tramp-test32-utf8-with-ls, tramp-test33-asynchronous-requests)
	(tramp-test34-recursive-load, tramp-test35-unload): Rename.

	Improve tramp-handle-make-auto-save-file-name
	* tramp.el (tramp-auto-save-directory): Add :tags.
	(tramp-handle-make-auto-save-file-name): Let native
	`make-auto-save-file-name' use `auto-save-file-name-transforms',
	if `tramp-auto-save-directory' is not set.

2015-05-27  Glenn Morris  <rgm@gnu.org>

	No longer set dired-directory in eshell.  (Bug#16477)
	* lisp/eshell/esh-mode.el (eshell-mode):
	* lisp/eshell/em-dirs.el (eshell/cd): No longer set dired-directory.

	* lisp/mail/sendmail.el (mail-position-on-field): Doc fix.

	Make c-submit-bug-report file reports at debbugs.gnu.org.  (Bug#15784)
	* lisp/progmodes/cc-mode.el (c-mode-help-address):
	Change to submit@debbugs.
	(c-mode-bug-package): New constant.
	(mail-position-on-field): Declare.
	(c-submit-bug-report): Insert X-Debbugs-Package header.
	* doc/misc/cc-mode.texi (Mailing Lists and Bug Reports):
	Mention debbugs.gnu.org.

2015-05-26  Glenn Morris  <rgm@gnu.org>

	* lisp/mail/rmailsum.el: Commas no longer separate regexps.  (Bug#19026)
	(rmail-summary-by-recipients, rmail-summary-by-topic)
	(rmail-summary-by-senders): No longer use mail-comma-list-regexp.
	* doc/emacs/rmail.texi (Rmail Make Summary): Update for this change.

2015-05-26  Paul Eggert  <eggert@cs.ucla.edu>

	Handle curved quotes in info files
	* lisp/calc/calc-help.el (calc-describe-thing):
	* lisp/info.el (Info-find-index-name)
	(Info-try-follow-nearest-node, Info-fontify-node):
	* lisp/vc/ediff-help.el (ediff-help-for-quick-help):
	In info files, process quotes ‘like this’ the same way we process
	quotes `like this'.  This catches a few places we missed earlier.

2015-05-26  Dmitry Gutov  <dgutov@yandex.ru>

	xref-prompt-for-identifier: Use a list value
	* lisp/progmodes/xref.el (xref-prompt-for-identifier): Allow list
	value, to be interpreted as a list of commands.
	(xref--prompt-p): New function.
	(xref--read-identifier): Use it.

2015-05-26  Eli Zaretskii  <eliz@gnu.org>

	Teach MS-Windows font back-end return per-glyph ascent/descent
	* src/w32font.h (struct w32_metric_cache): Add ascent and descent
	values.
	* src/w32font.c (w32font_text_extents): Compute, cache, and
	accumulate per-glyph ascent and descent values, instead of copying
	global values from the font.  If the values are not available from
	the font data, i.e., non-TTF fonts, fall back on font-global values.
	(compute_metrics): Compute and return per-glyph ascent and descent
	values, if returned by GetGlyphOutlineW, falling back on
	font-global values.  (Bug#20628)
	* src/w32term.c (w32_draw_rectangle): Add 1 pixel to width and
	height of rectangle to be drawn, to be compatible with
	XDrawRectangle.  Fixes glyphless-char display as hex codes in a
	box, when per-glyph ascent/descent values are used.

2015-05-26  Artur Malabarba  <bruce.connor.am@gmail.com>

	* lisp/emacs-lisp/tabulated-list.el: Don't sort without sorter
	(tabulated-list-print): Don't sort if sorter is nil

2015-05-26  Michael Albinus  <michael.albinus@gmx.de>

	Fix Bug#20621
	* lisp/net/tramp-sh.el (tramp-set-auto-save): Remove it.  There
	are major modes which set `auto-save-mode' on their own rules;
	Tramp shall not overwrite such settings.
	(Bug#20621)

2015-05-26  Glenn Morris  <rgm@gnu.org>

	* lisp/desktop.el: If modes aren't autoloaded, try simple guesswork.
	(desktop-load-file): Guess that "foobar" defines "foobar-mode".
	(desktop-buffer-mode-handlers, desktop-minor-mode-handlers):
	Doc updates.
	(vc-dir-mode): Remove unnecessary autoload.

2015-05-25  Philipp Stephani  <phst@google.com>

	* lisp/term/xterm.el: Add gui-get-selection support via OSC-52
	(xterm--extra-capabilities-type): Add `getSelection'.
	(xterm--query): Add `no-async' argument.
	(xterm--init-activate-get-selection): New function.
	(terminal-init-xterm): Use it.
	(xterm--init-modify-other-keys): Rename from
	terminal-init-xterm-modify-other-keys.
	(xterm--init-bracketed-paste-mode): Rename from
	terminal-init-xterm-bracketed-paste-mode.
	(xterm--init-activate-set-selection): Rename from
	terminal-init-xterm-activate-set-selection.
	(xterm--selection-char): New function.
	(gui-backend-set-selection): Use it.  Use the &context to only apply
	this method in terminals where we enabled the feature.
	(gui-backend-get-selection): New method.

2015-05-25  Daniel Colascione  <dancol@dancol.org>

	Add C-language keyword constants to C++
	* lisp/progmodes/cc-langs.el (c-constant-kwds): Add C-language
	keyword constants to C++.

2015-05-25  Paul Eggert  <eggert@cs.ucla.edu>

	Make TAGS files more portable to MS-Windows
	* etc/NEWS: Document this.
	* lib-src/etags.c (readline_internal) [DOS_NT]:
	Don't treat CRs differently from GNUish hosts.
	* lisp/progmodes/etags.el (etags-goto-tag-location):
	Adjust STARTPOS to account for the skipped CRs in dos-style files.

2015-05-25  Michael Albinus  <michael.albinus@gmx.de>

	Improve fix of debbugs:20634 in tramp-sh.el

2015-05-25  Eli Zaretskii  <eliz@gnu.org>

	Fix a typo in last commit
	* lib-src/etags.c (C_entries): Fix a typo.
	* test/etags/ETAGS.good_1:
	* test/etags/ETAGS.good_2:
	* test/etags/ETAGS.good_3:
	* test/etags/ETAGS.good_4:
	* test/etags/ETAGS.good_5:
	* test/etags/CTAGS.good: Update due to the change in etags.c.

	Fix tagging of class members in C-like OO languages
	* lib-src/etags.c (longopts): Add new option --class-qualify and
	its shorthand -Q.
	(print_help): Add help text for --class-qualify.
	(main): Add handling of -Q.
	(consider_token, C_entries) <omethodparm>: Append argument types
	to Objective C methods only if --class-qualify was specified.
	Qualify C++, Objective C, and Java class members with their class
	names only if --class-qualify was specified.
	(C_entries): If --class-qualify was not specified, remove the
	namespace and class qualifiers from tag names of C++ methods.
	This allows to use etags.el as xref back-end without the
	tag-symbol-match-p method, which greatly increases the number of
	potentially false positives.  (Bug#20629)
	* doc/man/etags.1: Update to document the new --class-qualify
	option.
	* test/etags/ETAGS.good_1:
	* test/etags/ETAGS.good_2:
	* test/etags/ETAGS.good_3:
	* test/etags/ETAGS.good_4:
	* test/etags/ETAGS.good_5:
	* test/etags/CTAGS.good: Update due to changes in etags.c.

2015-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>

	(cl-generic-define-method): Side effects are evil (bug#20644)
	* lisp/emacs-lisp/cl-generic.el (cl-generic-define-method): Don't reuse
	cons-cells that might be used as keys in an `equal' hash-table.

2015-05-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>

	Make erc timestamps visible again
	* lisp/erc/erc-stamp.el (erc-munge-invisibility-spec): Make
	timestamps visible again (if requested).

2015-05-25  Eli Zaretskii  <eliz@gnu.org>

	Fix last change in etags.c that broke tagging compresed files
	* lib-src/etags.c (process_file_name) [MSDOS || DOS_NT]: Fix
	quoting of decompression shell command for MS-Windows/MS-DOS.

2015-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>

	* lisp/emacs-lisp/cl-macs.el (cl-tagbody): Scope cl--tagbody-alist
	(Bug#20639)

2015-05-25  Michael Albinus  <michael.albinus@gmx.de>

	Fix typo in 89035e247591c8d688fce922b7079881aa110f33

2015-05-25  Orivej Desh  <orivej@gmx.fr>  (tiny change)

	Fix IPv6 addresses in Tramp
	* lisp/net/tramp-sh.el (tramp-make-copy-program-file-name):
	Add sqare brackets around host name.

2015-05-25  Michael Albinus  <michael.albinus@gmx.de>

	Inhibit `epa-file-handler' in Tramp
	(Bug#20634)
	* lisp/net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
	(tramp-sh-handle-insert-file-contents-literally): Inhibit also
	`epa-file-handler'.

2015-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>

	* lisp/emacs-lisp/pcase.el: Use PAT rather than UPAT in docstring
	(pcase-let): Document the behavior in case the pattern doesn't match.

2015-05-24  Artur Malabarba  <bruce.connor.am@gmail.com>

	* lisp/emacs-lisp/tabulated-list.el: New optional print method
	(tabulated-list-print): New optional argument, UPDATE.  If
	non-nil, the list is printed by only adding and deleting the
	changed entries, instead of erasing the whole buffer.  This method
	is much faster when few or no entries have changed.
	* doc/lispref/modes.texi (Tabulated List Mode): Document it.
	* etc/NEWS: Document it.

	* lisp/emacs-lisp/tabulated-list.el: Improve printing
	(tabulated-list--get-sorter): New function.
	(tabulated-list-print): Restore window-line when remember-pos is
	passed and optimize away the `nreverse'.

2015-05-24  Paul Eggert  <eggert@cs.ucla.edu>

	Simpilify etags TEX mode scanning
	* lib-src/etags.c (TEX_mode, TEX_esc, TEX_opgrp, TEX_clgrp):
	Remove static vars.
	(TeX_commands): Deduce escapes here instead.
	(TEX_LESC, TEX_SESC, TEX_mode): Remove; all uses removed.
	This removes the need for a reset_input call.

	Improve etags I/O error reporting
	* lib-src/etags.c:
	Don't include sys/types.h and sys/stat.h; no longer needed.
	(infilename): New static var.
	(process_file_name): Don't call 'stat'.  Instead, just open the
	file for reading and report any errors.  Don't bother making
	a copy of the file argument; it's not needed.  Be more careful to
	use the failing errno when reporting an error.
	Quote the real name better (though no perfectly)
	when passing it to the shell.
	(reset_input): New function, which reports I/O errors.
	All uses of 'rewind' changed to use this function.
	(perhaps_more_input): New function, which also checks for
	I/O errors.  All uses of 'feof' changed to use this function.
	(analyze_regex): Report an error if fclose fails.
	(readline_internal): Report an error if getc fails.
	(etags_mktmp): Return an error if close fails.

	etags.c: avoid side effects in 'if'
	* lib-src/etags.c (process_file_name, Perl_functions)
	(TEX_decode_env): Hoist side effects into previous statement.

	.gitignore tweaks
	* .gitignore: Ignore all *.stamp files.  Sort.
	Ignore [0-9]*.txt (commonly used name for git patches)
	and /vc-dwim-log-* (vc-dwim temporary).

2015-05-24  Eli Zaretskii  <eliz@gnu.org>

	Fix last change in etags.c, which failed the test suite
	* lib-src/etags.c (intoken): Add '$' to the set, as it was there
	before the last change.

2015-05-23  Glenn Morris  <rgm@gnu.org>

	Remove charset map files from repository, generate in first bootstrap
	* admin/charsets/Makefile.in (${srcdir}/charsets.stamp): New.
	(all): Create the stamp file.
	(extraclean): Delete the stamp file.
	* src/Makefile.in (lispintdir, charsets): New variables.
	(${lispintdir}/cp51932.el, ${lispintdir}/eucjp-ms.el, ${charsets}):
	New rules.
	(emacs$(EXEEXT), temacs$(EXEEXT)): Depend on $charsets.
	* lisp/international/cp51932.el, lisp/international/eucjp-ms.el:
	* etc/charsets/*.map: Remove from repository.

2015-05-23  Paul Eggert  <eggert@cs.ucla.edu>

	Cleanup etags.c to use locale-independent code
	Although this doesn't alter behavior (as etags doesn't use
	setlocale), the new version is more clearly locale-independent and
	the executable is a bit smaller on my platform.
	* lib-src/etags.c: Include <limits.h>, for UCHAR_MAX.
	Include <c-ctype.h> instead of <ctype.h>.
	(CHARS, CHAR, init, _wht, _nin, _itk, _btk, _etk, white, nonam, endtk)
	(begtk, midtk):
	Remove; no longer needed.
	(iswhite, ISALNUM, ISALPHA, ISDIGIT, ISLOWER, lowcase): Remove.
	All callers changed to use c_isspace, c_isalnum, c_isalpha, c_isdigit,
	c_islower, c_tolower, respectively.
	(notinname, begtoken, intoken, endtoken): Rewrite as functions
	instead of macros, and initialize the tables at compile-time
	rather than at run-time.

	Put default action first in src/Makefile
	* src/Makefile.in (all): Put this rule before lisp.mk.
	That way, plain 'make' works in the src directory again.

2015-05-23  Glenn Morris  <rgm@gnu.org>

	* Makefile.in: Fix extraclean rule.
	(extraclean_dirs): New.
	(extraclean): Use it.

2015-05-23  Eli Zaretskii  <eliz@gnu.org>

	Avoid compiler warning in image.c on MS-Windows
	* src/w32term.h (x_query_color): Add prototype, to avoid compiler
	warning in image.c.

2015-05-23  Glenn Morris  <rgm@gnu.org>

	Fix --without-toolkit-scroll-bars builds.
	* src/xterm.c (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]:
	Add new argument to x_clear_area1.
	(XTset_horizontal_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
	Update x_clear_area arguments.

	* admin/charsets/glibc/: New directory, imported from glibc 2.21.
	* admin/charsets/Makefile.in (GLIBC_CHARMAPS):
	Change to included version.
	(LOCAL, local, totalclean): Remove.
	(extraclean): Delete all generated files.

2015-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>

	* lisp/pcmpl-cvs.el (pcmpl-cvs-entries): Don't assume CVS/Entries exists.

	* lisp/progmodes/xref.el (xref-find-apropos): Use read-string.

	tags-completion-at-point-function: Don't trust the find-tag function
	* lisp/progmodes/etags.el (tags-completion-at-point-function):
	Don't trust the find-tag function.

2015-05-23  Paul Eggert  <eggert@cs.ucla.edu>

	Pacify --enable-gcc-warnings
	* src/frame.h (x_query_color): Remove redundant extern decl.
	* src/ftcrfont.c (ftcrfont_glyph_extents, ftcrfont_list)
	(ftcrfont_match, ftcrfont_open, ftcrfont_close)
	(ftcrfont_text_extents, ftcrfont_draw):
	* src/xterm.c (x_set_window_size_1, *x_color_cells, x_update_end)
	(XTframe_up_to_date, x_clear_area1, x_clear_frame)
	(x_ins_del_lines, frame_highlight, frame_unhighlight)
	(x_new_focus_frame, x_focus_changed, XTframe_rehighlight)
	(x_draw_hollow_cursor, x_draw_bar_cursor, x_flush, x_update_begin)
	(x_update_window_begin, x_connection_closed)
	(x_set_clip_rectangles, x_reset_clip_rectangles, x_fill_rectangle)
	(x_draw_rectangle, x_fill_trapezoid_for_relief, x_clear_window)
	(*x_gc_get_ext_data, x_extension_initialize)
	(x_cr_accumulate_data):
	Remove redundant static decl.  Many of these GCC doesn't complain
	about, but we might as well clean out the duplication while we're
	in the neighborhood.
	* src/xterm.c (x_fill_trapezoid_for_relief):
	Remove decl of nonexistent function.

2015-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>

	Replace gui-method macros with cl-generic with &context
	* lisp/frame.el (gui-method--name, gui-method, gui-method-define)
	(gui-method-declare, gui-call): Remove.
	(frame-creation-function): Use cl-defgeneric.
	(make-frame): Adjust callers.
	* lisp/menu-bar.el (menu-bar-edit-menu):
	Use gui-backend-selection-exists-p.
	* lisp/select.el (x-get-clipboard): Use gui-backend-get-selection.
	(gui-backend-get-selection): New cl-generic to replace
	gui-get-selection method.
	(gui-backend-set-selection): New cl-generic to replace
	gui-set-selection method.
	(gui-selection-owner-p): New cl-generic to replace
	gui-selection-owner-p method.
	(gui-backend-selection-exists-p): New cl-generic to replace
	gui-selection-exists-p method.  Adjust all callers.
	* lisp/server.el (server-create-window-system-frame): Don't ignore
	window-system spec even when unsupported.
	* lisp/simple.el (deactivate-mark): Use new gui-backend-* functions.
	* lisp/startup.el (handle-args-function, window-system-initialization):
	Use cl-defgeneric.
	(command-line): Adjust calls accordingly.
	* lisp/term/ns-win.el (ns-window-system-initialization): Turn into
	a window-system-initialization method.
	(handle-args-function, frame-creation-function): Use cl-defmethod.
	(gui-set-selection, gui-selection-owner-p, gui-selection-exists-p)
	(gui-get-selection): Use cl-defmethod on the new functions instead.
	* lisp/term/pc-win.el (w16-get-selection-value): Turn into
	a gui-backend-get-selection method.
	(gui-selection-exists-p, gui-selection-owner-p, gui-set-selection):
	Use cl-defmethod on the new functions instead.
	(msdos-window-system-initialization): Turn into
	a window-system-initialization method.
	(frame-creation-function, handle-args-function): Use cl-defmethod.
	* lisp/term/w32-win.el (w32-window-system-initialization): Turn into
	a window-system-initialization method.
	(handle-args-function, frame-creation-function): Use cl-defmethod.
	(gui-set-selection, gui-selection-owner-p, gui-selection-exists-p)
	(gui-get-selection): Use cl-defmethod on the new functions instead.
	* lisp/term/x-win.el (x-window-system-initialization): Turn into
	a window-system-initialization method.
	(handle-args-function, frame-creation-function): Use cl-defmethod.
	(gui-set-selection, gui-selection-owner-p, gui-selection-exists-p)
	(gui-get-selection): Use cl-defmethod on the new functions instead.
	* lisp/term/xterm.el (xterm--set-selection): Turn into
	a gui-backend-set-selection method.
	* src/nsselect.m (Fns_selection_exists_p): Remove unused arg `terminal'.
	(Fns_selection_owner_p): Remove unused arg `terminal'.
	(Fns_get_selection): Remove unused args `time_stamp' and `terminal'.

2015-05-23  Eli Zaretskii  <eliz@gnu.org>

	Revert "Fix etags Bug#20629 that broke C++ support."
	This reverts commit 13dd9d4f7e75d2c78aa5537cef09de03663e9748.

2015-05-23  Jan D  <jan.h.d@swipnet.se>

	Fix etags Bug#20629 that broke C++ support.
	* etags.el (etags-xref-find-definitions-tag-order): Revert commit
	from Sun May 10 (Bug#20629).

	Merge branch 'cairo'.
	Main work done by YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>.
	Small fixes and image work by Jan D. <jan.h.d@swipnet.se>.

	Merge branch 'master' into cairo

	Fixes to compile cairo branch without cairo.
	* src/gtkutil.c (xg_update_scrollbar_pos): x_clear_area takes frame as
	first argument.
	* src/xterm.c (handle_one_xevent): Surround x_cr_destroy_surface with
	USE_CAIRO.

2015-05-23  Artur Malabarba  <bruce.connor.am@gmail.com>

	* lisp/emacs-lisp/package.el: Always update selected-packages
	(package--update-selected-packages): New function.
	(package-menu-execute): Use it before starting the transaction,
	this way the list of selected packages is updated even when the
	transaction fails.
	(package-menu--perform-transaction): Don't edit selected-packages.

2015-05-23  Eli Zaretskii  <eliz@gnu.org>

	Fix etags reading of compressed files
	* lib-src/etags.c (O_CLOEXEC) [WINDOWSNT]: Define.
	Include fcntl.h, for O_CLOEXEC.
	(process_file_name): Don't use 'popen', whose streams cannot be
	rewound.  Instead, uncompress the file to a temporary file,
	created by 'etags_mktmp', and read from that as usual.
	(etags_mktmp): New function.
	* test/etags/ETAGS.good_1:
	* test/etags/ETAGS.good_2:
	* test/etags/ETAGS.good_3:
	* test/etags/ETAGS.good_4:
	* test/etags/ETAGS.good_5: Update to be consistent with latest
	changes in etags.c regarding reading compressed files.

	Improve documentation of 'set-fontset-font'
	* doc/lispref/display.texi (Fontsets): Document the value of nil
	for the 3rd argument of 'set-fontset-font'.

	Fix documentation of forward-line
	* src/cmds.c (Fforward_line): Clarify the return value if the line
	at end of accessible portion of the buffer has no newline.
	* doc/lispref/positions.texi (Text Lines): Document what happens
	if the line at end of accessible portion of buffer has no newline.
	(Bug#20587)

2015-05-22  Glenn Morris  <rgm@gnu.org>

	* admin/charsets/Makefile.in (TRANS_TABLE): Add short aliases.

	* admin/charsets/mapconv (LC_ALL): Set to C.

	* Makefile.in: Add admin/charsets into top-level clean rules.
	(clean): Add admin/charsets.
	(maybeclean_dirs): New variable.
	(distclean, bootstrap-clean, maintainer-clean): Use $maybeclean_dirs.

	* admin/charsets/Makefile.in (LOCAL, local): Fix members.

2015-05-22  Artur Malabarba  <bruce.connor.am@gmail.com>

	* lisp/emacs-lisp/package.el (package-selected-packages): Fix doc

2015-05-22  Glenn Morris  <rgm@gnu.org>

	Generate admin/charsets Makefile via configure, and make more portable.
	* configure.ac (SUBDIR_MAKEFILES): Add admin/charsets/Makefile.
	(admin/charsets/Makefile): Generate it.
	* admin/charsets/Makefile.in: Rename from Makefile.
	(AWK, srcdir, top_srcdir, AM_DEFAULT_VERBOSITY):
	New variables, set by configure.
	(charsetdir, lispintdir, mapfiledir, AM_V_GEN, am__v_GEN_)
	(am__v_GEN_0, am__v_GEN_1, AM_V_at, am__v_at_, am__v_at_0)
	(am__v_at_1, LOCAL, mapconv, run_mapconv, big5, compact, cp51932)
	(cp932, eucjp_ms, gb180302, gb180304, kuten): New variables.
	(TRANS_TABLE, CHARSETS): Add directory prefix to value.
	(all): Declare PHONY.
	(local): New PHONY target.
	(map_template): New template.  Use to define short PHONY aliases.
	(*.map): Add directory prefixes to targets and prerequisites.
	Respect make verbosity.
	(JISC6226.map): Replace non-portable sed append without newline.
	(install): Remove rule.
	(clean): Only delete temporary sedscript.
	(bootstrap-clean, distclean, maintainer-clean, extraclean)
	(totalclean): New PHONY rules.
	* admin/charsets/mapconv (BASE): Replace basename with expr.
	(FILE): Add "mapfiles" subdirectory.
	(AWK): New variable.  Use throughout in place of "awk".
	(main): Use "gunzip -c" in place of "zcat".
	Don't leave whitespace before "p", for older sed.
	* admin/charsets/mapfiles/PTCP154: Add final newline,
	to make older sed versions happy.

2015-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>

	* lisp/autorevert.el: Use lexical-binding.  Fix hook usage.
	(global-auto-revert-ignore-buffer, auto-revert-notify-modified-p)
	(auto-revert-notify-watch-descriptor): Use defvar-local.
	(find-file-hook, auto-revert-tail-mode, )
	(auto-revert-notify-add-watch): Use setq-local.
	(auto-revert-notify-add-watch): Don't call make-local-variable on
	kill-buffer-hook (bug#20601).

2015-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>

	Change defgeneric so it doesn't completely redefine the function
	* lisp/emacs-lisp/cl-generic.el (cl-generic-define): Don't throw away
	previously defined methods.
	(cl-generic-define-method): Let-bind purify-flag instead of using `fset'.
	(cl--generic-prefill-dispatchers): Only define during compilation.
	(cl-method-qualifiers): Remove redundant alias.
	(help-fns-short-filename): Silence byte-compiler.
	* test/automated/cl-generic-tests.el: Adjust to new defgeneric semantics.

2015-05-21  Artur Malabarba  <bruce.connor.am@gmail.com>

	(package-menu-execute): Remove reference to remove-dups

2015-05-21  kwhite  <kwhite@gnu.org>

	* lisp/erc/erc.el: Hide network/channel messages
	(erc-network-hide-list, etc-channel-hide-list): New lists to define
	message types per network/channel.
	(erc-add-targets): New function to parse list of targets
	(erc-hide-current-message-p): Modified to check for new targets

2015-05-21  Paul Eggert  <eggert@cs.ucla.edu>

	Don't quote nil and t in doc strings
	This is as per "Tips for Documentation Strings" in the elisp manual.
	For consistency, do the same in diagnostics and comments.

2015-05-21  Eli Zaretskii  <eliz@gnu.org>

	Fix a minor problem with mouse-face on mode line
	* src/xdisp.c (note_mode_line_or_margin_highlight): Reset the
	mouse face also if the mouse pointer hovers above mode-line glyphs
	that don't come from any Lisp string.  (Bug#20620)

2015-05-21  Artur Malabarba  <bruce.connor.am@gmail.com>

	* lisp/emacs-lisp/package.el: Fix selected-package logic
	(package-menu-execute): Mark as selected all non-upgrade packages
	being installed.
	(package-menu--perform-transaction): Don't mark anything.

	* lisp/emacs-lisp/package.el: Mode-line progress report
	(package-menu--transaction-status): New variable.
	(package-menu-mode, package-menu--perform-transaction): Use it.

	* lisp/emacs-lisp/package.el: Better transaction messages
	(package-menu--partition-transaction): New function.
	(package-menu--prompt-transaction-p, package-menu-execute): Use
	it.
	(package-menu--perform-transaction): Don't do any messaging.

	* lisp/emacs-lisp/package.el: Revert async package transactions
	(package-menu-async): Update doc.
	(package-install-from-archive, package-download-transaction)
	(package-install, package-menu--perform-transaction)
	(package-menu-execute): Remove asynchronous functionality.

2015-05-21  Paul Eggert  <eggert@cs.ucla.edu>

	Revert doc string changes to f90.el
	Problem reported by Glenn Morris in:
	http://lists.gnu.org/archive/html/emacs-devel/2015-05/msg00596.html
	* lisp/progmodes/f90.el (f90-mode, f90-abbrev-start):
	Revert recent changes to doc strings, as it's intended that they
	use grave accent, not quote.

2015-05-20  Bozhidar Batsov  <bozhidar@batsov.com>

	Improve parameter name

	Add new inline function `hash-table-empty-p'

2015-05-20  Paul Eggert  <eggert@cs.ucla.edu>

	Don't require help-fns when not needed
	* lisp/emacs-lisp/autoload.el, lisp/emacs-lisp/advice.el:
	* lisp/emacs-lisp/elint.el:
	Don't require help-fns at the top level.
	* lisp/emacs-lisp/advice.el (ad-arglist):
	* lisp/emacs-lisp/cl-macs.el (cl--transform-lambda):
	Don't require help-fns.  (Bug#17001)

2015-05-20  Eli Zaretskii  <eliz@gnu.org>

	Fix slash collapsing in etags on MS-Windows
	* lib-src/etags.c (canonicalize_filename) [DOS_NT]: Separate the
	MS-Windows code from the Posix code, and support collapsing both
	forward- and back-slashes on MS-Windows.  Fixes a regression found
	by the test suite.

	Improve documentation of glyphless-char-display
	* doc/lispref/display.texi (Glyphless Chars): Improve
	documentation of glyphless character display.

	Fix "acronym" display of glyphless characters on w32
	* src/w32term.c (x_draw_glyphless_glyph_string_foreground): Don't
	ignore "acronym" substitutes of 1 character for glyphless characters.

2015-05-20  Oleh Krehel  <ohwoeowho@gmail.com>

	Add an automated test for let-when-compile
	* test/automated/subr-tests.el (let-when-compile): New test.

	Add let-when-compile macro instead of using pcase-let
	* lisp/subr.el (let-when-compile): New let-like macro that makes its
	bindings known to macros like `eval-when-compile' in the body.
	* lisp/emacs-lisp/lisp-mode.el: Change the top-level `pcase-let' to a
	  `let-when-compile'. Also comment out the unused lexical var
	  `el-kws-re'.
	The change greatly improves readability, while providing almost the
	same (even shorter) byte code: instead of pre-evaluating 10 variables,
	tossing them into a list, and destructuring that list a full screen
	page later, the variables are simply bound as they are evaluated,
	wrapped individually in `eval-when-compile'.

2015-05-20  Artur Malabarba  <bruce.connor.am@gmail.com>

	* lisp/emacs-lisp/package.el: "Delete" button in Help buffer
	(package-delete-button-action): New function.
	(describe-package-1): Add Delete button.

	* lisp/emacs-lisp/package.el: Better dependency description
	(package--used-elsewhere-p): New optional arg, ALL, and return
	package-desc objects instead of names.
	(package-delete): Update accordingly.
	(describe-package-1): Describe which packages require the package.

2015-05-20  Martin Rudalics  <rudalics@gmx.at>

	Fix handling and doc-string of FRAME arg of `other-buffer' (Bug#20533)
	* src/buffer.c (Fother_buffer): Argument FRAME must denote a live frame.
	Fix doc-string (Bug#20533).

	Improve `switch-to-buffer' in strongly dedicated windows (Bug#20472)
	* lisp/window.el (switch-to-buffer-in-dedicated-window): New option.
	(switch-to-buffer): If the selected window is strongly dedicated
	to its buffer, signal error before prompting for buffer name.  Handle
	`switch-to-buffer-in-dedicated-window'.  (Bug#20472)
	* doc/lispref/windows.texi (Switching Buffers): Document
	`switch-to-buffer-in-dedicated-window'.

2015-05-19  Paul Eggert  <eggert@cs.ucla.edu>

	Prefer "this" to “this” in doc strings
	This mostly just straightens quotes introduced in my previous patch.
	Suggested by Dmitry Gutov in:
	http://lists.gnu.org/archive/html/emacs-devel/2015-05/msg00565.html
	* lisp/faces.el, lisp/gnus/gnus-group.el, lisp/ldefs-boot.el:
	* lisp/mail/supercite.el, lisp/net/tramp.el, lisp/recentf.el:
	* lisp/textmodes/artist.el, lisp/textmodes/rst.el:
	* lisp/textmodes/tildify.el, lisp/vc/ediff-util.el:
	* lisp/vc/log-edit.el, lisp/xt-mouse.el:
	Prefer straight double quotes to curved double quotes in doc strings.

	Fix minor quoting problems in doc strings
	These were glitches regardless of how or whether we tackle the
	problem of grave accent in doc strings.
	* lisp/calc/calc-aent.el (math-restore-placeholders):
	* lisp/ido.el (ido-ignore-buffers, ido-ignore-files):
	* lisp/leim/quail/cyrillic.el ("bulgarian-alt-phonetic"):
	* lisp/leim/quail/hebrew.el ("hebrew-new")
	("hebrew-biblical-sil"):
	* lisp/leim/quail/thai.el ("thai-kesmanee"):
	* lisp/progmodes/idlw-shell.el (idlwave-shell-file-name-chars):
	Used curved quotes to avoid ambiguities like ‘`''’ in doc strings.
	* lisp/calendar/calendar.el (calendar-month-abbrev-array):
	* lisp/cedet/semantic/mru-bookmark.el (semantic-mrub-cache-flush-fcn):
	* lisp/cedet/semantic/symref.el (semantic-symref-tool-baseclass):
	* lisp/cedet/semantic/tag.el (semantic-tag-copy)
	(semantic-tag-components):
	* lisp/cedet/srecode/cpp.el (srecode-semantic-handle-:cpp):
	* lisp/cedet/srecode/texi.el (srecode-texi-texify-docstring):
	* lisp/emacs-lisp/byte-opt.el (byte-optimize-all-constp):
	* lisp/emacs-lisp/checkdoc.el (checkdoc-message-text-engine):
	* lisp/emacs-lisp/generator.el (iter-next):
	* lisp/gnus/gnus-art.el (gnus-treat-strip-list-identifiers)
	(gnus-article-mode-syntax-table):
	* lisp/net/rlogin.el (rlogin-directory-tracking-mode):
	* lisp/net/soap-client.el (soap-wsdl-get):
	* lisp/net/telnet.el (telnet-mode):
	* lisp/org/org-compat.el (org-number-sequence):
	* lisp/org/org.el (org-remove-highlights-with-change)
	(org-structure-template-alist):
	* lisp/org/ox-html.el (org-html-link-org-files-as-html):
	* lisp/play/handwrite.el (handwrite-10pt, handwrite-11pt)
	(handwrite-12pt, handwrite-13pt):
	* lisp/progmodes/f90.el (f90-mode, f90-abbrev-start):
	* lisp/progmodes/idlwave.el (idlwave-mode, idlwave-check-abbrev):
	* lisp/progmodes/verilog-mode.el (verilog-tool)
	(verilog-string-replace-matches, verilog-preprocess)
	(verilog-auto-insert-lisp, verilog-auto-insert-last):
	* lisp/textmodes/makeinfo.el (makeinfo-options):
	* src/font.c (Ffont_spec):
	Fix minor quoting problems in doc strings, e.g., missing quote,
	``x'' where `x' was meant, etc.
	* lisp/erc/erc-backend.el (erc-process-sentinel-2):
	Fix minor quoting problem in other string.
	* lisp/leim/quail/ethiopic.el ("ethiopic"):
	* lisp/term/tvi970.el (tvi970-set-keypad-mode):
	Omit unnecessary quotes.
	* lisp/faces.el (set-face-attribute, set-face-underline)
	(set-face-inverse-video, x-create-frame-with-faces):
	* lisp/gnus/gnus-group.el (gnus-group-nnimap-edit-acl):
	* lisp/mail/supercite.el (sc-attribs-%@-addresses)
	(sc-attribs-!-addresses, sc-attribs-<>-addresses):
	* lisp/net/tramp.el (tramp-methods):
	* lisp/recentf.el (recentf-show-file-shortcuts-flag):
	* lisp/textmodes/artist.el (artist-ellipse-right-char)
	(artist-ellipse-left-char, artist-vaporize-fuzziness)
	(artist-spray-chars, artist-mode, artist-replace-string)
	(artist-put-pixel, artist-text-see-thru):
	* lisp/vc/ediff-util.el (ediff-submit-report):
	* lisp/vc/log-edit.el (log-edit-changelog-full-paragraphs):
	Use double-quotes rather than TeX markup in doc strings.
	* lisp/skeleton.el (skeleton-pair-insert-maybe):
	Reword to avoid the need for grave accent and apostrophe.
	* lisp/xt-mouse.el (xterm-mouse-tracking-enable-sequence):
	Don't use grave and acute accents to quote.

2015-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>

	* emacs-lisp/generator.el (cps--gensym, cps--transform-1): Silence compiler

2015-05-19  Paul Eggert  <eggert@cs.ucla.edu>

	Try to port new etags tests to MS-Windows
	* test/etags/CTAGS.good, test/etags/ETAGS.good_1:
	* test/etags/ETAGS.good_2, test/etags/ETAGS.good_3:
	* test/etags/ETAGS.good_4, test/etags/ETAGS.good_5:
	Adjust to test-case changes below.
	* test/etags/Makefile (CSRC): Remove dostorture.c.
	Whatever it was trying to test, wasn't working portably.
	(LC_ALL): Remove.  Apparently there wasn't an encoding problem,
	just a line-ending problem.
	* test/etags/c-src/dostorture.c: Remove.
	* test/etags/cp-src/c.C: Remove stray CR.
	* test/etags/html-src/algrthms.html: Remove trailing CRs.
	State UTF-8 as the encoding.  The file is ASCII so it doesn't matter,
	but if someone edits it later it should stay UTF-8-compatible.

2015-05-19  Eli Zaretskii  <eliz@gnu.org>

	Fix display of overlapping window-specific overlays
	* src/keyboard.c (adjust_point_for_property): When adjusting point
	due to display strings, ignore overlays that are specific to
	windows other than the currently selected one.
	* src/xdisp.c (handle_single_display_spec): If the display
	property comes from an overlay, arrange for buffer iteration to
	resume only after the end of that overlay.  (Bug#20607)

2015-05-19  Dmitry Gutov  <dgutov@yandex.ru>

	New command icomplete-force-complete-and-exit
	* lisp/icomplete.el (icomplete-force-complete-and-exit):
	New command
	(http://lists.gnu.org/archive/html/emacs-devel/2015-05/msg00461.html)
	(http://lists.gnu.org/archive/html/emacs-devel/2015-05/msg00516.html).
	(icomplete-minibuffer-map): Bind C-j to it.
	(icomplete-forward-completions, icomplete-backward-completions):
	Mention the new command in the docstring.
	* lisp/minibuffer.el (minibuffer-force-complete-and-exit): Revert
	the previous fix for bug#17545.

2015-05-19  Martin Rudalics  <rudalics@gmx.at>

	Fix last commit

	In Elisp manual explain how to override window manager positioning (Bug#20552)
	* doc/lispref/frames.texi (Position Parameters): Give example of
	how to override a window manager positioning decision.

	Clarify concept of "surrogate minibuffer frames" (Bug#20538)
	* src/frame.c (Fdelete_frame): In doc-string mention that frame
	can't be deleted if it has a surrogate minibuffer.
	* doc/lispref/frames.texi (Minibuffers and Frames)
	(Deleting Frames): Explain "surrogate minibuffer frames".

	In w32heap.c bump DUMPED_HEAP_SIZE to 19/12 MB
	* emacs-git/quick/src/w32heap.c (DUMPED_HEAP_SIZE): Bump to 19/12 MB.

2015-05-18  Glenn Morris  <rgm@gnu.org>

	Add option to ignore commit lines matching a pattern in ChangeLog.
	* build-aux/gitlog-to-changelog: Add --ignore-line option.
	* build-aux/gitlog-to-emacslog: Ignore lines matching '^; '.

2015-05-18  Paul Eggert  <eggert@cs.ucla.edu>

	Don't skip new etags tests on non-UTF-8 hosts
	Problem reported by Eli Zaretskii for MS-Windows.
	* test/etags/Makefile (UTF8_LOCALE, UTF8_ENCODING): Remove.
	(LC_ALL): Set to C if the current locale isn't UTF-8.
	(.PHONY): Remove ediff_1 thru ediff_5.
	(check): Always run.

2015-05-18  Glenn Morris  <rgm@gnu.org>

	* lisp/calculator.el (calculator-funcall):
	* lisp/textmodes/artist.el (artist-spray-random-points):
	Use standard degree/radian conversion utilities.

	Further lisp-complete-symbol related cleanup.
	* lisp/emacs-lisp/lisp.el (lisp-complete-symbol):
	Unadvertise non-functional argument.  Replace obsolete alias.

2015-05-18  Dmitry Gutov  <dgutov@yandex.ru>

	Add a test case for Maven warning ouput
	* test/automated/compile-tests.el
	(compile-tests--test-regexps-data): Add a case for Maven warning
	ouput.
	(compile--test-error-line): Check the compilation message type, if
	it's specified in the test data.

2015-05-18  Paul Pogonyshev  <pogonyshev@gmail.com>

	Update Maven compilation-mode entry to distinguish warnings
	* lisp/progmodes/compile.el
	(compilation-error-regexp-alist-alist): Update Maven entry to
	distinguish warnings (bug#20556).

2015-05-18  Przemysław Wojnowski  <esperanto@cumego.com>

	* test/automated/sgml-mode-tests.el: New file.

2015-05-18  Dmitry Gutov  <dgutov@yandex.ru>

	Improve handling of the first Git revision
	* lisp/vc/log-view.el (log-view-toggle-entry-display): When
	there's no next entry, delete until the end of the buffer.
	(log-view-end-of-defun-1): Stop at eob.
	* lisp/vc/vc-annotate.el
	(vc-annotate-show-diff-revision-at-line-internal): Don't give up
	when previous-revision is nil.
	* lisp/vc/vc-git.el (vc-git-expanded-log-entry): End the arguments
	with `--' to avoid ambiguity.
	(vc-git-annotate-extract-revision-at-line): Exclude `^' from the
	returned revision string.
	(vc-git-annotate-time): Expect `^' before the first revision.
	* lisp/vc/vc-git.el (vc-git-diff): Diff against an empty tree if
	REV1 is nil, and REV2 is not.
	* lisp/vc/vc.el: Update the description of the `diff' function.

2015-05-18  Oleh Krehel  <ohwoeowho@gmail.com>

	Allow checkdoc to be called in batch
	* lisp/emacs-lisp/checkdoc.el (checkdoc-error): When `noninteractive'
	  is non-nil, echo the error with `warn'.
	How it can be used in -batch:
	(with-current-buffer (find-file "checkdoc.el")
	  (checkdoc-current-buffer t))

2015-05-18  Glenn Morris  <rgm@gnu.org>

	* lisp/calendar/solar.el (solar-ecliptic-coordinates): Use float-pi.

2015-05-17  Paul Eggert  <eggert@cs.ucla.edu>

	* admin/notes/unicode: New section "binary files".

	Change new etags test to use UTF-8 encoding
	* test/etags/CTAGS.good, test/etags/ETAGS.good_1:
	* test/etags/ETAGS.good_2, test/etags/ETAGS.good_3:
	* test/etags/ETAGS.good_4, test/etags/ETAGS.good_5:
	* test/etags/html-src/index.shtml, test/etags/html-src/software.html:
	* test/etags/html-src/softwarelibero.html:
	Switch to UTF-8 encoding.
	* test/etags/Makefile (SRCS): Adjust to switch to UTF-8.
	Remove Makefile, as it's too incestuous to have the test input
	include the build procedure.
	(UTF8_LOCALE, UTF_ENCODING): New macros.
	(LC_ALL): If possible, set to a UTF-8 encoding if not already UTF-8.
	(check): Skip if not UTF-8.
	(.PHONY): New rule.
	(FRC): Remove, as superseded by .PHONY.  All uses removed.
	(regexfile): Prefer printf to echo when outputting oddball chars.
	(.PRECIOUS): Remove, as these files are not built.

	Rename 'foo-gzipped' to 'foo.gz'
	* test/automated/data/decompress/foo.gz:
	Rename from test/automated/data/decompress/foo-gzipped,
	to make it easier for other tools to tell that it's compressed.
	* test/automated/zlib-tests.el (zlib--decompress):
	Adjust to renamed file.

2015-05-17  Dmitry Gutov  <dgutov@yandex.ru>

	Set up default-directory
	* lisp/vc/vc-annotate.el (vc-annotate-mode-map): Remove duplicate
	binding for `v'.
	(vc-annotate-show-changeset-diff-revision-at-line): Set up an
	appropriate value for default-directory.

2015-05-17  Samer Masterson  <samer@samertm.com>

	* lisp/eshell/em-term.el (eshell-term-sentinel):
	No-op by default, only kills term buffer if
	`eshell-destroy-buffer-when-process-dies' is non-nil.  (Bug#18108)
	(eshell-destroy-buffer-when-process-dies): New custom to preserve
	previous behavior.

	eshell: Introduce new buffer syntax
	The new buffer syntax '#<buffer-name>' is equivalent to '#<buffer
	buffer-name>'.  Remove `eshell-buffer-shorthand', as it is no longer
	needed (Bug#19319).
	* lisp/eshell/esh-io.el (eshell-buffer-shorthand): Remove.
	(eshell-get-target): Remove shorthand-specific code.
	* lisp/eshell/esh-arg.el (eshell-parse-special-reference): Parse
	'#<buffer-name>'.

2015-05-17  Jan D  <jan.h.d@swipnet.se>

	Merge branch 'master' into cairo

2015-04-26  Jan D  <jan.h.d@swipnet.se>

	Merge branch 'master' into cairo

	Add PBM support for cairo.
	* src/image.c (xcolor_to_argb32): New function.
	(get_spec_bg_or_alpha_as_argb): Call xcolor_to_argb32.
	(pbm_load, png_load_body, jpeg_load_body, gif_load): Only use
	XImagePtr if ! USE_CAIRO.
	(pbm_load): Add cairo support.

2015-04-12  Jan D  <jan.h.d@swipnet.se>

	x_free_cr_resources: Renamed from x_prepare_for_xlibdraw.
	* src/xterm.c (x_free_cr_resources): Renamed from x_prepare_for_xlibdraw.
	(x_cr_draw_frame, x_cr_export_frames, x_shift_glyphs_for_insert)
	(x_free_frame_resources): Rename x_prepare_for_xlibdraw to
	x_free_cr_resources.

	Handle specified bg in images.  Use generic libpng code for PNG:s.
	* src/image.c (get_spec_bg_or_alpha_as_argb)
	(create_cairo_image_surface): New functions when USE_CAIRO.
	(xpm_load): Call the above functions.  Handle XPM without mask
	when USE_CAIRO.
	(png_load_body): Handle USE_CAIRO case.
	(png_load): Remove USE_CAIRO specific fuction, modify png_load_body
	instead.
	(jpeg_load_body): Call create_cairo_image_surface.
	(gif_load, svg_load_image): Handle specified background, call
	create_cairo_image_surface.
	* src/xterm.c (x_draw_image_glyph_string): Added missing USE_CAIRO.

2015-04-11  Jan D  <jan.h.d@swipnet.se>

	Support GIF and Tiff with cairo.
	* configure.ac: Allow jpeg with cairo.
	Allow tiff and gif with cairo.
	* src/image.c (jpeg_load_body): Create cairo image surface if USE_CAIRO.
	(tiff_load): Create cairo image surface if USE_CAIRO.
	(gif_load): Ditto.

	Support JPEG with USE_CAIRO.
	* configure.ac: Allow jpeg with cairo.
	* src/image.c (jpeg_load_body): Create cairo image surface if USE_CAIRO.

2015-04-05  Jan D  <jan.h.d@swipnet.se>

	Support RSVG and cairo.
	* configure.ac: Allow rsvg with cairo.  Move back HAVE_RSVG.
	* src/dispextern.h (struct image): add cr_data2 if cairo.
	* src/image.c: #undef COLOR_TABLE_SUPPORT when USE_CAIRO.
	(x_clear_image): Free cr_data and cr_data2 if set.
	(xpm_load): Assign data to cr_data2.
	(svg_load_image): Convert from GdkPixbuf to CAIRO_FORMAT_ARGB32.

2015-04-03  Jan D  <jan.h.d@swipnet.se>

	Introduce limited Xpm support (32 bit ZPixmap) for Cairo.
	* configure.ac (HAVE_RSVG): Move after cairo.
	(USE_CAIRO): Disable rsvg, don't disable Xpm.
	* src/image.c (prepare_image_for_display): Don't load if USE_CAIRO.
	(x_clear_image): If USE_CAIRO, also free possible img->ximg->obdata and
	don't return early.
	(ALLOC_XPM_COLORS): Don't define when USE_CAIRO.
	(xpm_load): Convert simple Xpms (32 bit ZPixmap) to CAIRO_FORMAT_ARGB32
	and create a surface.

	Tool tips for menus did not show any text.
	* src/xterm.c (x_update_begin): Don't create any surface for non-visible
	tip frames, the geometry may be wrong.

	Merge branch 'master' into cairo, fixes tooltips not shown.

	Merge branch 'master' into cairo

	Add CAIRO_CFLAGS to lwlib/Makefile.in
	* Makefile.in (CAIRO_CFLAGS): Add.

2015-02-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>

	* ftcrfont.c (ftcrfont_draw): Don't flush when drawing to screen.

2015-02-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>

	Draw outermost line using black relief and erase corners also for cairo.
	* xterm.c [USE_CAIRO]: Include math.h.
	(enum corners) [USE_CAIRO]: New enum.
	(x_erase_corners_for_relief) [USE_CAIRO]: New function.
	(x_draw_relief_rect) [USE_CAIRO]: Use it.  If box width is larger
	than 1, draw the outermost line using the black relief.

	* xterm.c (x_fill_trapezoid_for_relief): Remove unnecessary cairo_close_path.

2015-02-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>

	* xterm.c (x_draw_relief_rect) [USE_CAIRO]: Reset clipping.

	* xterm.c (x_draw_stretch_glyph_string): Call x_reset_clip_rectangles instead of XSetClipMask.

	Use int instead of unsigned int for width and height args.
	* xterm.c (x_cr_draw_image, x_fill_rectangle, x_draw_rectangle)
	(x_fill_trapezoid_for_relief): Use int instead of unsigned int for
	width and height args.

	Modernize k&r cairo-related function declarations.
	* gtkutil.c (xg_page_setup_dialog, xg_get_page_setup, draw_page)
	(xg_print_frames_dialog): Modernize k&r declarations.
	* xfns.c (Fx_export_frames, Fx_page_setup_dialog, Fx_get_page_setup)
	(Fx_print_frames_dialog): Modernize k&r declarations.
	* xterm.c (x_gc_get_ext_data, x_extension_initialize, x_begin_cr_clip)
	(x_end_cr_clip, x_set_cr_source_with_gc_foreground)
	(x_set_cr_source_with_gc_background, x_cr_define_fringe_bitmap)
	(x_cr_destroy_fringe_bitmap, x_cr_draw_frame, x_cr_accumulate_data)
	(x_cr_destroy, x_cr_export_frames, x_prepare_for_xlibdraw)
	(x_set_clip_rectangles, x_reset_clip_rectangles, x_fill_rectangle)
	(x_draw_rectangle, x_clear_window, x_fill_trapezoid_for_relief)
	(x_clear_area): Modernize k&r declarations.

	Implement wave-style variant of underlining for cairo.
	* xterm.c (x_draw_horizontal_wave) [USE_CAIRO]: New function.
	(x_draw_underwave) [USE_CAIRO]: Use it.

	* xterm.c (x_draw_window_divider): Use x_fill_rectangle instead of XFillRectangle.

2015-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>

	Fix fringe bitmap initialization for cairo.
	* fringe.c (init_fringe_bitmap) [USE_CAIRO]: Adjust bitmap data for
	cairo image surface.
	* xterm.c (x_cr_define_fringe_bitmap): Call cairo_surface_mark_dirty.

2015-02-11  Jan D  <jan.h.d@swipnet.se>

	Add cairo drawing.
	* configure.ac (with-cairo): New option.
	(USE_CAIRO): Default to yes for Gtk+ 3.  Add code to test for cairo,
	set CAIRO_CFLAGS, CAIRO_LIBS.  Add ftcrfonto to FONT_OBJ if cairo.
	Output "Does Emacs use cairo?".
	* lisp/version.el (emacs-version): Add cairo version.
	* src/Makefile.in (CAIRO_CFLAGS, CAIRO_LIBS): New variables.
	(FONT_OBJ): Add comment about ftcrfont.
	(ALL_CFLAGS): Add CAIRO_CFLAGS.
	(LIBES): Add CAIRO_LIBS.
	* src/dispextern.h (struct image): Add cr_data for cairo.
	(x_cr_init_fringe): Declare.
	* src/font.c (syms_of_font): Call syms_of_ftcrfont for cairo.
	* src/font.h (ftcrfont_driver, syms_of_ftcrfont): Declare
	* src/fringe.c (x_cr_init_fringe): New function name that shares code
	with w32_init_fringe.
	* src/ftcrfont.c: New font driver for cairo, based on the ftfont driver.
	* src/ftfont.c (ftfont_info_size); New global variable.
	(ftfont_open2): New extern function almost the same as old ftfont_open,
	but takes the font_object as argument.
	(ftfont_open): Build font object and call ftfont_open2.
	* src/ftfont.h (ftfont_open2, ftfont_info_size): Declare.
	* src/gtkutil.c (xg_clear_under_internal_border)
	(xg_update_scrollbar_pos, xg_update_horizontal_scrollbar_pos): Only
	queue_draw if not cairo.  Change args to x_clear_area.
	(xg_get_font): Use Qftcr when using cairo, Qxft otherwise.
	(xg_page_setup_dialog, xg_get_page_setup, draw_page)
	(xg_print_frames_dialog): New functions for printing.
	* src/gtkutil.h (xg_page_setup_dialog, xg_get_page_setup)
	(xg_print_frames_dialog): Declare.
	* src/image.c: Add defined (USE_CAIRO) for PNG.
	Add !defined USE_CAIRO for W32 PNG code.
	(x_clear_image): If cairo, destroy the surface in cr_data.
	(png_load): Add new cairo compatible implementation.
	(lookup_image_type): Add defined (USE_CAIRO) for define png_type.
	* src/xfns.c: New section Printing.
	(x-export-frames, x-page-setup-dialog, x-get-page-setup)
	(x-print-frames-dialog): New printing functions.
	(Fx_create_frame, x_create_tip_frame): Register ftcrfont if
	cairo.
	(syms_of_xfns): Defsym Qorientation, Qtop_margin, Qbottom_margin,
	Qportrait, Qlandscape, Qreverse_portrait, Qreverse_landscape).
	(syms_of_xfns): Provide cairo and defvar cairo-version-string.
	defsubr Sx_page_setup_dialog, Sx_get_page_setup, Sx_print_frames_dialog.
	* src/xterm.c (x_clear_area1, x_prepare_for_xlibdraw)
	(x_set_clip_rectangles, x_reset_clip_rectangles, x_fill_rectangle)
	(x_draw_rectangle, x_fill_trapezoid_for_relief, x_clear_window)
	(x_gc_get_ext_data, x_extension_initialize, x_cr_accumulate_data):
	Declare.
	(FRAME_CR_CONTEXT, FRAME_CR_SURFACE): New macros.
	(max_fringe_bmp, fringe_bmp): New variables.
	(x_gc_get_ext_data, x_extension_initialize)
	(x_cr_destroy_surface, x_begin_cr_clip, x_end_cr_clip)
	(x_set_cr_source_with_gc_foreground)
	(x_set_cr_source_with_gc_background, x_cr_define_fringe_bitmap)
	(x_cr_destroy_fringe_bitmap, x_cr_draw_image, x_cr_draw_frame)
	(x_cr_accumulate_data, x_cr_destroy, x_cr_export_frames)
	(x_prepare_for_xlibdraw, x_set_clip_rectangles)
	(x_reset_clip_rectangles, x_fill_rectangle, x_draw_rectangle)
	(x_clear_window, x_fill_trapezoid_for_relief): New functions.
	(x_update_begin): Create cairo surface if needed.
	(x_draw_vertical_window_border): Call x_fill_rectangle for cairo.
	(x_update_end): Paint cairo drawing surface to xlib surface.
	(x_clear_under_internal_border, x_after_update_window_line): Adjust
	arguments to x_clear_area.
	(x_draw_fringe_bitmap): Call x_fill_rectangle.  Get GC values and
	call x_cr_draw_image for cairo.  Call x_reset_clip_rectangles instead
	of XSetClipMask.
	(x_set_glyph_string_clipping)
	(x_set_glyph_string_clipping_exactly): Use x_set_clip_rectangles
	instead of XSetClipRectangles.
	(x_clear_glyph_string_rect, x_draw_glyph_string_background): Use
	x_fill_rectangle instead of XFillRectangle.
	(x_draw_glyph_string_foreground)
	(x_draw_composite_glyph_string_foreground)
	(x_draw_glyphless_glyph_string_foreground): Use x_draw_rectangle instead
	of XDrawRectangle.
	(x_draw_relief_rect): Add code for USE_CAIRO.
	Call x_reset_clip_rectangles instead of XSetClipMask.
	(x_draw_box_rect): x_set_clip_rectangles instead of XSetClipRectangles,
	x_fill_rectangle instead of XFillRectangle, x_reset_clip_rectangles
	instead of XSetClipMask.
	(x_draw_image_foreground, x_draw_image_foreground_1):
	x_draw_rectangle instead of XDrawRectangle.
	(x_draw_glyph_string_bg_rect): x_fill_rectangle instead of
	XFillRectangle.
	(x_draw_image_glyph_string): If img has cr_data, use it as
	a cairo surface.
	(x_draw_stretch_glyph_string): x_set_clip_rectangles instead of
	XSetClipRectangles, x_fill_rectangle instead of XFillRectangle.
	(x_draw_glyph_string): x_fill_rectangle instead of XFillRectangle.,
	x_reset_clip_rectangles instead of XSetClipMask.
	(x_shift_glyphs_for_insert): Call x_prepare_for_xlibdraw.
	(x_clear_area1): New function that calls XClearArea.
	(x_clear_area): Takes frame as parameter, calls x_clear_area1 for
	non-cairo.
	(x_clear_frame): x_clear_window instead of XClearWindow.
	(x_scroll_run): Set frame garbaged if cairo.
	(XTmouse_position): Initialize *part to 0.
	(x_scroll_bar_create): Adjust arguments to x_clear_area.
	(x_scroll_bar_set_handle): x_clear_area1 instead of x_clear_area,
	x_fill_rectangle instead of XFillRectangle.
	(XTset_vertical_scroll_bar, XTset_horizontal_scroll_bar): Adjust
	arguments to x_clear_area.
	(x_scroll_bar_expose): x_draw_rectangle instead of XDrawRectangle.
	(handle_one_xevent): Adjust arguments to x_clear_area.
	Destroy cairo surface for frame if ConfigureNotify.
	(x_clip_to_row): x_set_clip_rectangles instead of XSetClipRectangles.
	(x_draw_hollow_cursor): x_draw_rectangle instead of XDrawRectangle,
	x_reset_clip_rectangles instead of XSetClipMask.
	(x_draw_bar_cursor): x_fill_rectangle instead of XFillRectangle,
	x_reset_clip_rectangles instead of XSetClipMask.
	(x_clear_frame_area): Adjust arguments to x_clear_area.
	(x_free_frame_resources): Call x_prepare_for_xlibdraw.
	(x_term_init): Call x_extension_initialize if cairo.
	(x_redisplay_interface): Add x_cr_define_fringe_bitmap,
	x_cr_destroy_fringe_bitmap for cairo.
	(x_initialize): Call x_cr_init_fringe for cairo.
	* src/xterm.h: Add include of cairo header files.
	(x_bitmap_record): Add img if cairo.
	(x_gc_ext_data): New struct for cairo.
	(x_display_info): Add ext_codes for cairo.
	(x_output): Add cr_context and cr_surface for cairo.
	(x_clear_area): Change arguments from Display*/Window to frame pointer.
	(x_query_color, x_begin_cr_clip, x_end_cr_clip)
	(x_set_cr_source_with_gc_foreground, x_set_cr_source_with_gc_background)
	(x_cr_draw_frame, x_cr_export_frames): Declare.

2015-05-17  Johan Bockgård  <bojohan@gnu.org>

	Fix integer-valued `mouse-highlight' (Bug#20590)
	* src/xterm.c (handle_one_xevent) [USE_GTK]: Fix ifdef scope.

2015-05-17  Eli Zaretskii  <eliz@gnu.org>

	MS-Windows followup for ASCIIfication of curved quotes
	* lisp/term/w32console.el (terminal-init-w32console): Repeat the
	test for curved quotes being displayable, after switching the
	terminal encoding.  (Bug#20545)

2015-05-17  Paul Eggert  <eggert@cs.ucla.edu>

	Spelling fixes

2015-05-17  Jan D  <jan.h.d@swipnet.se>

	Add comment that x_shift_glyphs_for_insert is never called.
	* xterm.c (x_shift_glyphs_for_insert, x_redisplay_interface): Add
	comment that this function is never called.

2015-05-16  Glenn Morris  <rgm@gnu.org>

	* src/lisp.mk: Remove from repository and generate at build-time.
	* src/Makefile.in (lisp.mk): New rule to generate from loadup.el.
	(shortlisp_filter): New variable.
	(emacs$(EXEEXT), $(etc)/DOC): Depend on lisp.mk.
	(distclean): Remove lisp.mk.
	* Makefile.in ($(MAKEFILE_NAME)): No longer depend on src/lisp.mk.
	* lisp/loadup.el: Tweak layout to make it easier to parse.
	* make-dist: Do not distribute src/lisp.mk.

2015-05-16  Dmitry Gutov  <dgutov@yandex.ru>

	Display shorter dates in Git annotate output
	* lisp/vc/vc-git.el (vc-git-annotate-command): Use the short date
	format (when not overridden with vc-git-annotate-switches).
	(vc-git-annotate-time): Support the short format, as well as ISO
	8601 that has been used until now (bug#5428).

2015-05-16  Paul Eggert  <eggert@cs.ucla.edu>

	ASCIIfy curved quotes on displays lacking them
	* lisp/international/mule-cmds.el (set-locale-environment):
	If curved quotes don't work, display straight ASCII approximations
	(Bug#20545).

2015-05-16  Glenn Morris  <rgm@gnu.org>

	Small src/Makefile simplification.
	* src/lisp.mk (shortlisp): Rename from lisp, remove $lispsource prefix.
	* src/Makefile.in (lisp): Derive from shortlisp.
	($(etc)/DOC): Use $shortlisp rather than parsing lisp.mk.

2015-05-16  Eli Zaretskii  <eliz@gnu.org>

	* lisp/help-mode.el (help-go-forward): Doc fix.
	(Bug#20577)

	* doc/lispref/debugging.texi (Profiling): Improve indexing.
	(Bug#20576)

2015-05-16  Dmitry Gutov  <dgutov@yandex.ru>

	Use `unless' to have one fewer `not'
	* lisp/vc/vc-git.el (vc-git-resolve-when-done): Use `unless' to
	have one fewer `not'.

	Remove redundant :group declarations from vc-git.el
	* lisp/vc/vc-git.el (vc-git-diff-switches)
	(vc-git-annotate-switches, vc-git-resolve-conflicts)
	(vc-git-program, vc-git-root-log-format): Remove the redundant
	:group declarations.

2015-05-16  Nicolas Petton  <nicolas@petton.fr>

	Removes the predicate from lisp-complete-symbol (Bug#20456)
	* lisp/emacs-lisp/lisp.el (lisp-complete-symbol): Do not use predicate
	and remove it from the docstring.

2015-05-16  Dmitry Gutov  <dgutov@yandex.ru>

	Add new option vc-git-resolve-conflicts
	* lisp/vc/vc-git.el (vc-git-resolve-conflicts): New variable.
	(vc-git-find-file-hook): Add to after-save-hook only when the
	above is non-nil.
	(vc-git-resolve-when-done): Update to honor the new variable.
	(Bug#20292)

2015-05-16  Eli Zaretskii  <eliz@gnu.org>

	Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs

2015-05-16  Artur Malabarba  <bruce.connor.am@gmail.com>

	* lisp/emacs-lisp/tabulated-list.el: Don't error on nil header-string
	(tabulated-list-init-header): Document new behavior.
	(tabulated-list-print-fake-header): No nothing if
	`tabulated-list--header-string' is nil.
	(tabulated-list--header-string): Add a docstring.
	* doc/lispref/modes.texi (Tabulated List Mode): Document it.
	* etc/NEWS: Document it.

2015-05-15  Leo Liu  <sdl.web@gmail.com>

	Revert "Fix cps--gensym"
	* lisp/emacs-lisp/generator.el (cps--gensym): Revert commit
	  fbda511ab8069d0115eafca411a43353b85431b1 on 2015-05-14.

2015-05-15  Glenn Morris  <rgm@gnu.org>

	Replace AC_SUBST_FILE in configure with include in Makefiles.
	* configure.ac (DEPDIR, MKDEPDIR, deps_frag, lwlib_deps_frag)
	(oldxmenu_deps_frag, lisp_frag): Remove output variables/files.
	(AUTO_DEPEND): New output variable.
	* lwlib/Makefile.in (AUTO_DEPEND): New, set by configure.
	(DEPFLAGS, MKDEPDIR): Set directly via conditional.
	(lwlib_deps_frag): Replace by conditional include.
	* lwlib/autodeps.mk: Remove file.
	* oldXMenu/Makefile.in (AUTO_DEPEND): New, set by configure.
	(DEPFLAGS, MKDEPDIR): Set directly via conditional.
	(oldxmenu_deps_frag): Replace by conditional include.
	* oldXMenu/autodeps.mk: Remove file.
	* src/Makefile.in (AUTO_DEPEND): New, set by configure.
	(DEPFLAGS, MKDEPDIR): Set directly via conditional.
	(lisp_frag): Replace by an include.
	(deps_frag): Replace by conditional include.
	* src/autodeps.mk: Remove file.

	Tweak japanese.el's loading of dependencies.
	* lisp/loadup.el: Explicitly load cp51932 and eucjp-ms.
	* lisp/language/japanese.el: Use require rather than load.
	* lisp/international/cp51932.el, lisp/international/eucjp-ms.el:
	Provide a feature.
	* admin/charsets/eucjp-ms.awk, admin/charsets/cp51932.awk:
	Provide a feature in the generated file.

2015-05-15  Jan D  <jan.h.d@swipnet.se>

	Fix NS warnings.
	* nsmenu.m (ns_popup_dialog)
	* nsimage.m (initFromXBM:width:height:fg:bg:)
	* nsfns.m (Fx_create_frame): Remove unused variables.
	(Fns_read_file_name): Initialize fname, remove ret.
	* nsterm.m (ns_draw_window_cursor): Handle DEFAULT_CURSOR in switch.
	(ns_get_color, ns_set_horizontal_scroll_bar, keyDown): Remove unused
	variable.
	(init): Add parantesis in if.
	(ns_create_terminal): Assign set_horizontal_scroll_bar_hook.

2015-05-15  Jan Djärv  <jan.h.d@swipnet.se>

	Fix a enum conversion warning in macfont.m
	* src/macfont.h (CharacterCollection): Typedef to NSCharacterCollection.
	(MAC_CHARACTER_COLLECTION_*): Use the NS variants.

2015-05-15  Eli Zaretskii  <eliz@gnu.org>

	Support de-alt dictionary with Aspell.
	* lisp/textmodes/ispell.el (ispell-aspell-find-dictionary):
	Support Aspell dictionaries with names like "de-alt".  (Bug#20581)

2015-05-15  Jan Djärv  <jan.h.d@swipnet.se>

	cus-start.el: Add ns-confirm-quit.
	* cus-start.el: Add ns-confirm-quit.

	Fix warnings on OSX 10.10.
	* nsfns.m (MODAL_OK_RESPONSE): New define for different OSX versions.
	(Fns_read_file_name): Check against MODAL_OK_RESPONSE.
	(compute_tip_xy): Use convertRectToScreen for OSX >= 10.7
	* nsmenu.m (initWithContentRect:styleMask:backing:defer:)
	* nsimage.m (allocInitFromFile, setPixmapData): Only call
	setScalesWhenResized for OSX < 10.6.
	* nsterm.h (EmacsScroller): Declare scrollerWidth.
	* nsterm.m (ns_copy_bits): New function that does not use deprecated
	NSCopyBits.
	(ns_scroll_run, ns_shift_glyphs_for_insert): Call ns_copy_bits.
	(runAlertPanel): New function.
	(applicationShouldTerminate:): Call runAlertPanel.
	(initFrameFromEmacs, toggleFullScreen:): Only call useOptimizedDrawing
	for OSX < 10.10.
	(initFrameFromEmacs:): Only call allocateGState for OSX < 10.10.
	(windowWillUseStandardFrame:defaultFrame:): Cast arg to abs to int.
	(draggingEntered:): Returns NSDragOperation.
	(scrollerWidth): Use scrollerWidthForControlSize for OSX >= 10.7.

2015-05-15  Artur Malabarba  <bruce.connor.am@gmail.com>

	* lisp/emacs-lisp/package.el: Don't ensure-init during startup
	(package--init-file-ensured): New variable.
	(package-initialize, package--ensure-init-file): Use it.

2015-05-15  Jan Djärv  <jan.h.d@swipnet.se>

	Honor :fore/background for XBM on NS (Bug#14969).
	* nsterm.h (EmacsImage): Add xbm_fg, remove initFromSkipXBM,
	initFromXBM takes bg, fg args, remove flip arg.
	(ns_image_from_XBM): Add bg, fg args.
	* image.c (x_create_bitmap_from_data)
	(Create_Pixmap_From_Bitmap_Data): ns_image_from_XBM takes bg, fg args.
	* nsimage.m (ns_image_from_XBM): Add fg, bg args, pass to initFromXBM.
	Remove flip arg.
	(initFromSkipXBM): Move code to initFromXBM.
	(initFromXBM): Actually set fg and bg, instead of playing alpha games.
	Use fg, bg from args (Bug#14969).  Remove if (length) section, was always
	false.
	Remove bit flipping (bitPat, swt), generated incorrect images when
	width/height wasn't a multiple of 8.
	(setXBMColor:): Modify planes by comparing to saved xbm_fg.
	* nsterm.m (ns_draw_fringe_bitmap): initFromXBM takes fg, bg args, remove
	flip arg.

2015-05-15  Artur Malabarba  <bruce.connor.am@gmail.com>

	* lisp/emacs-lisp/package.el: Be more careful with the init file
	(package--ensure-init-file): Check that user-init-file is set,
	exists, is readable, and is writable.  (Bug#20584)
	Also expand the docstring.

2015-05-14  Wilson Snyder  <wsnyder@wsnyder.org>

	Sync with upstream verilog-mode revision 6232468
	* lisp/progmodes/verilog-mode.el (verilog-font-lock-grouping-keywords-face)
	(verilog-highlight-grouping-keywords): Fix use of face when
	`verilog-highlight-grouping-keywords' set.  Reported by Jeff
	Pompa.
	(verilog-auto-reset): Fix AUTORESET to ignore member resets if
	parent is reset, bug906. Reported by Ken Schmidt.
	(verilog-auto-inout-module): Add fourth regexp argument to
	AUTOINOUTMODULE and AUTOINOUTCOMP for signals to not match,
	bug856. Reported by John Tillema.
	(verilog-auto-inst-port): Fix AUTOINST interfaces to not show
	modport if signal attachment is itself a modport.  Reported by
	Matthew Lovell.
	(verilog-auto-reset, verilog-auto-sense-sigs): Fix AUTORESET with
	always_comb and always_latch, bug844.  Reported by Greg Hilton.
	(verilog-at-constraint-p, verilog-beg-of-statement-1): Fix hanging
	with many curly-bracket pairs, bug663.
	(verilog-set-auto-endcomments): Fix end comments for functions of
	type void, etc.  Reported by Alex Reed.
	(verilog-do-indent): Fix electric tab deleting form-feeds.  Note
	caused by indent-line-to deleting tabls pre 24.5.
	(verilog-nameable-item-re): Fix nameable items that can have an
	end-identifier to include endchecker, endgroup, endprogram,
	endproperty, and endsequence.  Reported by Alex Reed.
	(verilog-label-be): When auto-commenting a buffer, consider
	auto-comments on all known keywords (not just a subset thereof).
	Reported by Alex Reed.
	(verilog-auto-end-comment-lines-re)
	(verilog-end-block-ordered-re, verilog-set-auto-endcomments):
	Automatically comment property/endproperty blocks to match other
	similar blocks like sequence/endsequence, function/endfunction,
	etc. Reported by Alex Reed.
	(verilog-set-auto-endcomments): Detect the function- or task-name
	when auto-commenting blocks that lack an explicit
	portlist. Reported by Alex Reed.
	(verilog-auto, verilog-auto-insert-last): Add AUTOINSERTLAST to
	allow post-AUTO user fixups, bug826. Reported by Dennis
	Muhlestein.
	(verilog-no-indent-begin-re): When `verilog-indent-begin-after-if'
	is nil, fix indenting initial/final to match always statements,
	bug825. Reported by Tim Clapp.
	(verilog-extended-complete-re): Fix indentation of DPI-C imports
	with c_identifiers, and DPI-C imports, bug557. Reported by ZeDong
	Mao and Jason Forkey.
	(verilog-read-decls): Fix parsing typed interfaces.  Fix
	AUTOINOUTMODPORT missing types.  Reported by Stephan Bourduas.
	Fix localparam not being ignored in AUTOINSTPARAM,
	bug889. Reported by Shannon Hill.
	(verilog-auto-output-every): Add regexp to AUTOOUTPUTEVERY,
	bug793.  Reported by Pierre-David Pfister.
	(verilog-auto-arg-format, verilog-auto-arg-ports): Add
	verilog-auto-arg-format to support newlines in AUTOARG. Reported
	by Jie Xiao.
	(verilog-batch-execute-func): Do not batch re-auto files loaded by
	Local Variables. Fix printing "no changes to be saved" with
	verilog-batch. Reported by Dan Dever.
	(verilog-auto-inout-module): Fix AUTOINOUTMODULE not inserting
	interface-only modules, bug721.  Reported by Dean Hoyt.
	Author: Alex Reed <acreed4@gmail.com>
	* lisp/progmodes/verilog-mode.el (verilog-beg-of-statement): Don't
	treat '<keyword>:<identifier>' as the start of a labeled
	statement, bug905.  Reported by Enzo Chi.
	(verilog-directive-re, verilog-compiler-directives)
	(verilog-keywords): Match full set of IEEE 2012-1800 compiler
	directives (plus some extras) when determining indentation, bug
	901.  Reported by Bernd Beuster.
	(verilog-at-constraint-p): Fix indentation of coverpoint bins if
	iff expression doesn't start with word-character, bug900.
	(verilog-optional-signed-range-re, verilog-optional-signed-re):
	Fix incorrect indentation/alignment of unsigned declarations,
	bug897.
	(verilog-looking-back, verilog-in-attribute-p): Fix labling of
	always constructs, bug895.
	(verilog-calc-1): Fix verilog-mode constraint indentation,
	bug324. Reported by Eric Mastromarchi.
	(verilog-beg-of-statement): Fix indenting for some forms of
	constraintsm bug433.  Reported by Brad Parker.  Fix indentation of
	continued assignment incorrect if first line ends with ']',
	bug437. Reported by Dan Dever.  Fix indention of cover inside an
	ifdef, bug 862. Reported by Bernd Beuster Fix labeling do-while
	blocks, bug842.
	(verilog-preprocessor-re): Fix fork/end UNMATCHED warning,
	bug859. Reported by Kaushal Modi.
	(verilog-set-auto-endcomments): Fix endlabel end comments, bug888.
	(verilog-backward-token): Fix indenting sensitivity lists with
	named events, bug840.  Reed.
	(verilog-no-indent-begin-re): Fix `verilog-indent-begin-after-if'
	nil not honoring 'forever', 'foreach', and 'do' keywords.

2015-05-14  Paul Eggert  <eggert@cs.ucla.edu>

	Check for invalid GTK+ monitor scales
	* src/gtkutil.c (xg_get_gdk_scale): Return 1 for invalid scales,
	INT_MAX for too-large scales.  All callers changed to assume the
	result is valid (Bug#20432).
	(xg_frame_set_char_size, xg_update_scrollbar_pos):
	Calculate scale only if needed.
	show ASCII approximations instead.

2015-05-14  Eli Zaretskii  <eliz@gnu.org>

	Fix daemon crashes when linum-mode is turned on early on
	* src/window.c (Fwindow_end): Don't try calling display engine
	functions on initial-frame frame.  (Bug#20565)

	Fix selective diff browsing in Ediff
	* lisp/vc/ediff-util.el (ediff-focus-on-regexp-matches): Go to the
	beginning of the region before searching for the
	ediff-regexp-focus-* regexps.  (Bug#20568)

2015-05-14  Jan D  <jan.h.d@swipnet.se>

	Fixes Bug#20142.
	* gtkutil.c (delete_cb): Don't send delete event here, it does arrive
	in the main loop, even for Gtk 3 (Bug#20142).

	Don't access display after i/o error (Bug#19147).
	* xterm.c (x_connection_closed): Add third arg ioerror.
	If ioerror, set display to 0 (Bug#19147).
	(x_error_quitter): Call x_connection_closed with third arg false.
	(x_io_error_quitter): Call x_connection_closed with third arg true.

	Handle GTK_SCALE, fixes Bug#20432.
	* gtkutil.c (xg_get_gdk_scale): New function.
	(xg_frame_set_char_size)
	(x_wm_set_size_hint, xg_get_default_scrollbar_width)
	(xg_get_default_scrollbar_height)
	(xg_update_horizontal_scrollbar_pos): Take GTK_SCALE in to account
	when setting sizes (Bug#20432).

2015-05-13  Leo Liu  <sdl.web@gmail.com>

	Fix cps--gensym
	* lisp/emacs-lisp/generator.el (cps--gensym): Fix.

2015-05-13  Glenn Morris  <rgm@gnu.org>

	Fix bootstrap (void function cl-member).
	* lisp/emacs-lisp/cl-lib.el: Load cl-seq if no cl-loaddefs file.
	* lisp/emacs-lisp/cl-seq.el: Provide a feature.

2015-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>

	* lisp/loadup.el ("emacs-lisp/cl-generic"): Preload
	* src/lisp.mk (lisp): Add emacs-lisp/cl-generic.elc.
	* lisp/emacs-lisp/cl-generic.el (cl-generic-define-method):
	Avoid defalias for closures which are not immutable.
	(cl--generic-prefill-dispatchers): New macro.  Use it to prefill the
	dispatchers table with various entries.
	* lisp/emacs-lisp/ert.el (emacs-lisp-mode-hook):
	* lisp/emacs-lisp/seq.el (emacs-lisp-mode-hook): Use add-hook.

2015-05-13  Eli Zaretskii  <eliz@gnu.org>

	Improve tagging of C bindings in DEFVAR_*
	* src/Makefile.in (TAGS): Add --regex options to tag the C binding
	from DEFVAR_*.

2015-05-13  Paul Eggert  <eggert@cs.ucla.edu>

	* src/editfns.c (Fformat): Fix use-after-free bug (Bug#20548).

2015-05-12  Glenn Morris  <rgm@gnu.org>

	* lisp/progmodes/tcl.el (tcl-filter):
	Handle comint-prompt-read-only like gud.el does.  (Bug#20549)

	Add basic VC push support.
	* lisp/vc/vc.el (vc-push): New autoloaded command.
	* lisp/vc/vc-hooks.el (vc-prefix-map, vc-menu-map): Add vc-push.
	* lisp/vc/vc-bzr.el (vc-bzr--pushpull): New, factored from vc-bzr-pull.
	(vc-bzr-pull): Reimplement using vc-bzr--pushpull.
	(vc-bzr-push): New.
	* lisp/vc/vc-git.el (vc-git--pushpull): New, factored from vc-git-pull.
	(vc-git-pull): Reimplement using vc-git--pushpull.
	(vc-git-push): New.
	* lisp/vc/vc-hg.el (vc-hg--pushpull): New, factored from vc-hg-pull.
	(vc-hg-pull, vc-hg-push): Reimplement using vc-hg--pushpull.
	* doc/emacs/maintaining.texi (Pulling / Pushing):
	Rename from "VC Pull".  Mention pushing.
	(VC With A Merging VCS, VC Change Log): Update xrefs.
	(Branches): Update menu.
	* doc/emacs/emacs.texi: Update menu.
	* etc/NEWS: Mention this.

2015-05-12  Nicolas Petton  <nicolas@petton.fr>

	Improve the seq pcase pattern and the `seq-let' macro
	* lisp/emacs-lisp/seq.el: The pcase pattern now matches only if the
	object is a sequence, and binds each element of ARGS to the
	corresponding element of the sequence.

2015-05-12  Eli Zaretskii  <eliz@gnu.org>

	Fix tags created from DEFVAR_* declarations in C
	* src/Makefile.in (TAGS): Improve the --regex argument to etags,
	to make tags extracted from DEFVAR_* declarations more accurate.

	Add a test suite for etags
	* test/etags/: New test suite, adapted from
	http://fly.isti.cnr.it/pub/software/unix/etags-regression-test.tar.bz2,
	whose original author is Francesco Potortì <pot@gnu.org>.

	Fix tagging of symbols in C enumerations
	* lib-src/etags.c (consider_token): Don't tag symbols in
	expressions that assign values to enum constants.  See
	http://lists.gnu.org/archive/html/emacs-devel/2015-05/msg00291.html
	for details.
	(C_entries): Reset fvdef to fvnone after processing a preprocessor
	conditional and after a comma outside of parentheses.

2015-05-12  Glenn Morris  <rgm@gnu.org>

	* lisp/url/url-handlers.el (url-file-name-completion)
	(url-file-name-all-completions): Silence compiler.

	* lisp/emacs-lisp/chart.el (chart-axis-draw): Replace obsolete alias.

	* lisp/play/dunnet.el (dun-dos-boot-msg): Fix time.  (Bug#20554)

2015-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>

	* lisp/emacs-lisp/cl-generic.el: Add dispatch on &context arguments
	(cl--generic-mandatory-args): Remove.
	(cl--generic-split-args): New function.
	(cl-generic-define, cl--generic-lambda): Use it.
	(cl-generic-define-method): Use it as well, and add support for
	context args.
	(cl--generic-get-dispatcher): Handle &context dispatch.
	(cl--generic-cache-miss): `dispatch-arg' can now be a context expression.
	(cl--generic-dispatchers): Pre-fill.
	* test/automated/cl-generic-tests.el (sm-generic-test-12-context): New test.

2015-05-11  Glenn Morris  <rgm@gnu.org>

	* make-dist: Abort if "make ChangeLog" fails.  Add "--no-changelog".

2015-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>

	* lisp/term/xterm.el: Fix xterm-paste handling for rxvt
	* lisp/term/rxvt.el: Require term/xterm.
	(rxvt-function-map): Use xterm-rxvt-function-map.
	(rxvt-standard-colors): Move before first use.
	(terminal-init-rxvt): Use xterm--push-map and xterm-register-default-colors.
	(rxvt-rgb-convert-to-16bit, rxvt-register-default-colors): Remove.
	* lisp/term/xterm.el (xterm-rxvt-function-map): New var.
	Move shared bindings between rxvt and xterm to it.
	(xterm-function-map): Use it.  Move the xterm-paste binding to
	xterm-rxvt-function-map (bug#20444).
	(xterm-standard-colors): Move before first use.
	(xterm--push-map): New function.
	(xterm-register-default-colors): Take standard colors as argument.
	(terminal-init-xterm): Use it.  Adjust call to
	xterm-register-default-colors.

2015-05-11  Glenn Morris  <rgm@gnu.org>

	* lisp/term/x-win.el: Quieten --without-x compilation.
	(x-own-selection-internal, x-disown-selection-internal)
	(x-selection-owner-p, x-selection-exists-p, x-get-selection-internal):
	Declare.

	* Makefile.in (emacslog): Remove srcdir.
	(ChangeLog): Update for the above.

2015-05-11  Paul Eggert  <eggert@cs.ucla.edu>

	Spelling fix

2015-05-10  Fabián Ezequiel Gallina  <fgallina@gnu.org>

	python.el: better limit for looking-back calls
	* lisp/progmodes/python.el (python-shell-accept-process-output):
	Use last comint prompt start as limit for looking-back.

2015-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>

	CEDET (srecode-insert-fcn): Fix use of oref on a class
	* lisp/cedet/srecode/insert.el (srecode-insert-fcn): Fix use of oref on
	a class.  Reported by Pierre Lorenzon.
	(srecode-template-inserter-point): Remove declaration.

	CEDET (srecode-create-dictionary): Avoid obsolete object name
	* lisp/cedet/srecode/dictionary.el (srecode-create-dictionary):
	Don't use a symbol as an object name.  Reported by Pierre Lorenzon.

2015-05-10  Paul Eggert  <eggert@cs.ucla.edu>

	C-x 8 shorthands for curved quotes, Euro, etc.
	Although C-x 8 lets you insert arbitrary Unicode characters,
	it's awkward to use this to insert commonly used symbols such as curved
	quotes, the Euro symbol, etc.  This patch adds simpler sequences for
	characters commonly found in English text and in basic math.
	For example, assuming the Alt key works on your keyboard and iso-transl
	is loaded, one can now type "A-[" instead of "A-RET LEFT SIN TAB RET"
	to get the character "‘" (U+2018 LEFT SINGLE QUOTATION MARK).
	(Bug#20499)
	* doc/emacs/mule.texi (Unibyte Mode):
	A few other printing characters now work too.
	* etc/NEWS: Document this.
	* lisp/international/iso-transl.el (iso-transl-char-map):
	Also support the following characters:
	‐ ‑ ‒ – — ― ‘ ’ “ ” † ‡ • ′ ″ € № ← → ↔ − ≈ ≠ ≤ ≥

2015-05-10  Dmitry Gutov  <dgutov@yandex.ru>

	Add xref-find-regexp
	* lisp/progmodes/xref.el (xref-find-function): Describe the
	`matches' action.
	(xref-find-regexp): New command, using it.
	(xref-collect-references): Rename to xref-collect-matches.
	(xref--collect-reference): Rename to xref--collect-match.
	(xref-collect-matches, xref--collect-match): Accept new argument,
	KIND.  Update accordingly.
	(xref--regexp-to-extended): New function.
	* lisp/progmodes/elisp-mode.el (elisp-xref-find): Support the
	`matches' action.
	(elisp--xref-find-matches): Accept new argument.  Resolve a FIXME.
	* lisp/progmodes/etags.el (etags-xref-find):
	Support the `matches' action.
	(etags--xref-find-matches): New function.

2015-05-10  Glenn Morris  <rgm@gnu.org>

	* Makefile.in: Fixes for recent change-history changes.
	(change-history-nocommit): Update footer regexp.
	Ensure output script stays executable.

2015-05-10  Nicolas Petton  <nicolas@petton.fr>

	New version of `seq-let' based on a pcase pattern
	* lisp/emacs-lisp/seq.el (seq-let): Define the macro in terms of a
	pcase pattern if `pcase-defmacro' is defined (Emacs>=25.1).

2015-05-10  Przemysław Wojnowski  <esperanto@cumego.com>

	Add basic HTML5 tags and a template
	* lisp/textmodes/sgml-mode.el: Basic HTML5 support.
	(html-tag-alist): Add HTML5 tags.
	(html-tag-help): Add new tags descriptions.
	(html-navigational-links): Template for nav links.
	(html-html5-template): Template for a HTML5 page.

2015-05-10  Dmitry Gutov  <dgutov@yandex.ru>

	semantic/symref/grep: Don't use word boundaries
	* lisp/cedet/semantic/symref/grep.el
	(semantic-symref-perform-search): Instead of wrapping input in
	word boundaries, check that the characters before and after are
	not word constituents.

	semantic/symref/grep: Support regexp search
	* lisp/cedet/semantic/symref.el
	(semantic-symref-hit-to-tag-via-buffer): Don't regexp-quote when
	the search type is regexp.
	* lisp/cedet/semantic/symref/grep.el
	(semantic-symref-perform-search): Support the regexp search type.
	Pass -E to Grep when it's used.

	semantic-symref-regexp: Allow to input an arbitrary string
	* lisp/cedet/semantic/symref/list.el (semantic-symref-regexp):
	Allow to input an arbitrary string interactively.

	Remove tag-symbol-match-p from etags-xref-find-definitions-tag-order
	* lisp/progmodes/etags.el (etags-xref-find-definitions-tag-order):
	Remove tag-symbol-match-p from the default value
	(http://lists.gnu.org/archive/html/emacs-devel/2015-05/msg00292.html).

	Declare find-tag obsolete
	* lisp/progmodes/etags.el (find-tag): Declare obsolete in favor of
	xref-find-definitions.

2015-05-10  Jan D  <jan.h.d@swipnet.se>

	Draw composite string correctly (Bug#20537).
	* nsterm.m (ns_draw_composite_glyph_string_foreground): New function.
	(ns_draw_glyph_string): Call it (Bug#20537).

2015-05-09  Eli Zaretskii  <eliz@gnu.org>

	Avoid infloop in ERC
	* lisp/simple.el (line-move-to-column): Ignore field boundaries
	while computing line beginning position.  (Bug#20498)

2015-05-08  Glenn Morris  <rgm@gnu.org>

	* Makefile.in (ChangeLog): No longer pass "srcprefix"; cd instead.
	* build-aux/gitlog-to-emacslog: Check called from right directory.
	(srcprefix): Remove.

	* build-aux/gitlog-to-emacslog: Get rid of "distprefix".
	* Makefile.in (ChangeLog): No longer pass "distprefix".
	* make-dist: Update "make ChangeLog" syntax for the above change.

	* build-aux/gitlog-to-emacslog: Don't hard-code "ChangeLog.2".
	* Makefile.in (ChangeLog): Pass -n to gitlog-to-emacslog.

	* build-aux/gitlog-to-emacslog: Add "for earlier changes" to footer.

	Add command-line option-parsing to gitlog-to-emacslog.
	* build-aux/gitlog-to-emacslog: Add command-line options.
	By default, refuse to remove an existing output file.
	* Makefile.in (CHANGELOG): Update default.
	(ChangeLog): Do not test for existing file.
	(change-history-nocommit): Ensure temp file does not exist.

	Quieten --without-x compilation.
	* lisp/term/common-win.el: Provide a feature.
	* lisp/term/x-win.el (term/common-win): Require it.

	* lisp/dired-aux.el (dired-do-print): Require lpr.

	Quieten compilation, eg in --without-x builds.
	* lisp/dired-aux.el (lpr-printer-switch):
	* lisp/frame.el (tool-bar-height):
	* lisp/linum.el (font-info):
	* lisp/window.el (font-info, overflow-newline-into-fringe)
	(tool-bar-height):
	* lisp/emacs-lisp/package-x.el (tar-data-buffer):
	* lisp/gnus/gnus-util.el (iswitchb-mode):
	* lisp/mail/rmailmm.el (libxml-parse-html-region):
	* lisp/net/nsm.el (gnutls-peer-status)
	(gnutls-peer-status-warning-describe):
	* lisp/net/shr.el (libxml-parse-xml-region):
	* lisp/url/url-http.el (gnutls-peer-status): Declare.

2015-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>

	CEDET (srecode-pop, srecode-peek): Don't use `subclass'
	* lisp/cedet/srecode/insert.el (srecode-pop, srecode-peek): Don't use
	`subclass' since they're never called with a class.
	(srecode-insert-method, srecode-insert-subtemplate): Avoid obsolete
	srecode-dictionary-child-p.

2015-05-08  Nicolas Richard  <theonewiththeevillook@yahoo.fr>

	help--binding-locus: Document argument POSITION.
	* lisp/help.el (help--binding-locus): Document argument POSITION. (bug#20530)

2015-05-08  Paul Eggert  <eggert@cs.ucla.edu>

	Merge from gnulib.
	* doc/misc/texinfo.tex: Get latest version.

2015-05-08  Oleh Krehel  <ohwoeowho@gmail.com>

	ffap.el (ffap-read-file-or-url): Fix completing-read call
	* lisp/ffap.el (ffap-read-file-or-url): The HIST argument of
	  `completing-read' should be a symbol.

2015-05-08  Eli Zaretskii  <eliz@gnu.org>

	Verify file modifications by other programs
	* src/filelock.c (lock_file): Check whether the file was modified
	since it was visited even if 'create-lockfiles' is nil.  (Bug#18828)

	Fix keyboard macros that include function keys
	* src/keyboard.c (read_char_minibuf_menu_prompt): Record function
	keys in the macro before returning.  (Bug#20454)

2015-05-08  Glenn Morris  <rgm@gnu.org>

	* build-aux/gitlog-to-changelog: Treat "Tiny-change" like
	"Copyright-paperwork-exempt".  (Bug#20324)

	* lisp/vc/log-edit.el: Handle "(tiny change)".  (Bug#20324)
	(log-edit-rewrite-tiny-change): New variable.
	(log-edit-insert-changelog): Maybe add "Copyright-paperwork-exempt".
	(log-edit-changelog-ours-p): Set log-edit-author to a cons.
	* etc/NEWS: Mention this.

	* lisp/calc/calc.el (math-zerop): Declare.

	* lisp/emacs-lisp/eieio-opt.el (help-fns-short-filename): Declare.

2015-05-07  Artur Malabarba  <bruce.connor.am@gmail.com>

	* lisp/emacs-lisp/subr-x.el (if-let): Fix debug spec
	Support the case when BINDINGS is a single tuple.  (Bug#20525)

	* etc/NEWS: Fix typo in commit 14bb519

2015-05-07  Jan D  <jan.h.d@swipnet.se>

	Warn for multiple display crash for all Gtk+ versions.
	* configure.ac: Warn for multiple display crash for all Gtk+
	versions.  Output URL to Gtk+ bug (Bug#20452).

	ns-win.el (ns-paste-secondary): Use gui-get-selection.
	* ns-win.el (ns-paste-secondary): Use gui-get-selection.

2015-05-07  Artur Malabarba  <bruce.connor.am@gmail.com>

	* lisp/emacs-lisp/package.el: New "external" package status
	An external package is any installed package that's not built-in
	and not from `package-user-dir', which usually means it's from an
	entry in `package-directory-list'.  They are treated much like
	built-in packages, in that they cannot be through the Package Menu
	deleted and are not considered for upgrades.
	(package-desc-status): Identify if a package is installed outside
	`package-user-dir'.
	(package-menu--print-info-simple)
	(package-menu--status-predicate): Add support for it.
	* etc/NEWS: Document it.

2015-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>

	* lisp/mail/rmail.el: Use lexical-binding
	(rmail-bury): Remove unused var `buffer-to-bury'.
	(rmail-get-new-mail): Remove unused vars `opoint' and `success'.
	(rmail-parse-url): Remove unused var `proto', `user', and `host'.
	(rmail-unrmail-new-mail-maybe): Remove unused var `new-file'.
	(rmail-insert-inbox-text): Remove unused var `movemail'.
	(rmail-add-mbox-headers): Remove unused var `limit'.
	(rmail-undelete-previous-message): Remove unused var `value'.
	(rmail-reply): Remove unused vars `resent-to', `resent-cc',
	`resent-reply-to'.
	(rmail-mime-mbox-buffer, rmail-mime-view-buffer): Declare.
	(rmail-restore-desktop-buffer): Rename arguments.

2015-05-06  Glenn Morris  <rgm@gnu.org>

	* Makefile.in (change-history-commit): Add missing piece of previous.

	Avoid unnecessary bumping of Makefile.in's timestamp.
	* Makefile.in (gen_origin): Move to gitlog-to-emacslog.
	(emacslog): New variable.
	(ChangeLog): Use $emacslog.  Don't pass $gen_origin.
	(unchanged-history-files): Use $emacslog rather than Makefile.in.
	(change-history-nocommit): Store hash in $emacslog.
	* build-aux/gitlog-to-emacslog (gen_origin): Move default here.
	* admin/update_autogen (changelog_files): Update for the above.

	* Makefile.in: Don't always insist on removing existing "ChangeLog".
	(CHANGELOG): New variable.
	(no-ChangeLog): Remove.
	(ChangeLog): Replace "no-ChangeLog"; pass output file to script.
	(change-history-nocommit): Use a temp file rather than insisting
	on deletion of any existing "ChangeLog".

	* build-aux/gitlog-to-emacslog: Allow specification of output.

	* admin/update_autogen: Add option to update ChangeLog.
	(usage): Mention -H.
	(changelog_flag, changelog_n, changelog_files): New variables.
	(main): Check for -H, and maybe run change-history-nocommit.

2015-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>

	* lisp/subr.el (delete-dups): Pre-size the hashtable.

	(define-modify-macro): Make sure cl--arglist-args is defined
	* lisp/emacs-lisp/cl.el (define-modify-macro): Make sure
	cl--arglist-args is defined (bug#20517).

2015-05-06  Glenn Morris  <rgm@gnu.org>

	* Makefile.in (change-history-nocommit): New.

2015-05-06  Dmitry Gutov  <dgutov@yandex.ru>

	Only cancel timer when it is non-nil
	* lisp/cedet/pulse.el (pulse-momentary-unhighlight): Only cancel
	timer when it is non-nil
	(http://lists.gnu.org/archive/html/emacs-devel/2015-05/msg00223.html).

2015-05-06  Glenn Morris  <rgm@gnu.org>

	Quieten cedet compilation
	* lisp/cedet/semantic/db-el.el (semanticdb-elisp-sym->tag):
	Invert fboundp test to quieten on current Emacs.
	* lisp/cedet/ede/config.el (ede-shell-run-something)
	(semanticdb-file-table-object, semanticdb-needs-refresh-p)
	(semanticdb-refresh-table): Declare.
	(ede-preprocessor-map): Require semantic/db.

	Quieten cc-mode compilation
	* lisp/progmodes/cc-awk.el (c-forward-sws):
	* lisp/progmodes/cc-cmds.el (c-forward-subword, c-backward-subword):
	Declare.

2015-05-06  Oleh Krehel  <ohwoeowho@gmail.com>

	lisp/subr.el (delete-dups): Avoid nreverse.

2015-05-06  Artur Malabarba  <bruce.connor.am@gmail.com>

	* lisp/subr.el (delete-dups): Make it destructive again.

2015-05-06  Paul Eggert  <eggert@cs.ucla.edu>

	* doc/lispref/sequences.texi (Sequence Functions): Fix quoting.

2015-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>

	* lisp/emacs-lisp/testcover.el: Don't use edebug--read (bug#20487)
	* lisp/emacs-lisp/testcover.el: Use lexical-binding.
	(testcover--read): Rename from testcover-read.  Change calling convention.
	Use edebug-read-and-maybe-wrap-form now that edebug-read is gone.
	(testcover-start): Use add-function.  Move edebug-all-defs binding to
	testcover--read.
	(testcover-this-defun): Tighten scope of edebug-all-defs binding.
	(testcover-mark): Remove unused var `item'.
	* src/lread.c (syms_of_lread): Default load-read-function to `read'.

2015-05-06  Oleh Krehel  <ohwoeowho@gmail.com>

	lisp/subr.el (delete-dups): Use a hash table
	* lisp/subr.el (delete-dups): When there are more than 100 candidates,
	  use a hash table. This can result in ~500 times speed-up for typical
	  collections of size 5000, like that of `load-library'.

2015-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>

	CEDET: Avoid `oref' on classes in a few more cases
	* lisp/cedet/ede/generic.el (ede-find-target):
	* lisp/cedet/ede.el (ede-project-forms-menu): Avoid `oref' on classes.
	* lisp/cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Remove unused
	var `prefix'.

	* lisp/cedet/semantic/symref/grep.el: Fix unused var warnings
	* lisp/cedet/semantic/symref/grep.el (grepflags, greppattern): Declare.
	(semantic-symref-perform-search): Remove unused var `pat'.

	CEDET (srecode-compile-inserter): Avoid `oref' on classes
	* lisp/cedet/srecode/compile.el (srecode-compile-inserter):
	Avoid `oref' on classes (bug#20491).
	(srecode-compile-split-code): Remove unused var `key'.

2015-05-06  Dmitry Gutov  <dgutov@yandex.ru>

	Clean up pulse.el a little
	* lisp/cedet/pulse.el (pulse): Remove.
	(pulse-momentary-timer): Save instead of the stop time.
	(pulse-momentary-highlight-overlay): Call
	pulse-momentary-unhighlight first thing. Treat
	pulse-momentary-overlay as a single value, not a list. Save the
	created timer. Only pass the stop time to the timer.
	(pulse-tick): Update accordingly.
	(pulse-momentary-unhighlight): Treat pulse-momentary-overlay as a
	single value. Cancel the timer.

2015-05-06  Tassilo Horn  <tsdh@gnu.org>

	Support the biblatex journaltitle field
	* lisp/textmodes/reftex-cite.el (reftex-format-bib-entry):
	Support the biblatex journaltitle field.

2015-05-05  Glenn Morris  <rgm@gnu.org>

	Minor declare-function improvement
	* lisp/emacs-lisp/bytecomp.el
	(byte-compile-macroexpand-declare-function):
	Handle declarations after calls.  (Bug#20509)

	* lisp/progmodes/js.el (js--optimize-arglist): Remove declaration.

	* lisp/w32-fns.el (w32-shell-name): Silence compiler.

2015-05-05  Dmitry Gutov  <dgutov@yandex.ru>

	Pulse using a timer
	* lisp/cedet/pulse.el (pulse-momentary-stop-time): New variable.
	(pulse-momentary-highlight-overlay): Set up the timer instead of
	calling `pulse'
	(http://lists.gnu.org/archive/html/emacs-devel/2015-05/).
	(pulse-tick): New function.
	(pulse-momentary-unhighlight): Cut off the stop time.
	(pulse-delay): Update the docstring WRT to not using sit-for.

	Add semantic/symref/grep file patterns for ruby-mode
	* lisp/cedet/semantic/symref/grep.el
	(semantic-symref-filepattern-alist): Add patterns for
	ruby-mode. Clarify the docstring.

	Don't require match
	* lisp/progmodes/xref.el (xref--read-identifier): Don't require
	match. That doesn't work for every command, and some identifier
	completion tables are bound to be imperfect anyway.

2015-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>

	* lisp/cedet/semantic/grammar.el: Fix compiler warnings (bug#20505)
	(semantic-grammar--template-expand): New function.
	(semantic-grammar-header, semantic-grammar-footer): Use it.
	(semantic-grammar--lex-block-specs): Remove unused var `block-spec'.
	(semantic-grammar-file-regexp): Refine regexp.
	(semantic-grammar-eldoc-get-macro-docstring):
	Use elisp-get-fnsym-args-string when available.
	(semantic-idle-summary-current-symbol-info): Use new elisp-* names
	instead of the old eldoc-* names.
	* lisp/emacs-lisp/eldoc.el (eldoc-docstring-format-sym-doc): Move back
	from elisp-mode.el.  Tweak calling convention.
	* lisp/progmodes/elisp-mode.el (package-user-dir): Declare.
	(elisp-get-fnsym-args-string): Add `prefix' argument.  Rename from
	elisp--get-fnsym-args-string.
	(elisp--highlight-function-argument): Add `prefix' arg.
	(elisp-get-var-docstring): Rename from elisp--get-var-docstring.
	(elisp--docstring-format-sym-doc): Move back to eldoc.el.

2015-05-05  Glenn Morris  <rgm@gnu.org>

	* lisp/help-fns.el (describe-function-1):
	Handle builtins with advertised calling conventions.  (Bug#20479)

2015-05-05  Nicolas Petton  <nicolas@petton.fr>

	Merge branch 'seq-let'

	Update `seq-let' documentation
	* doc/lispref/sequences.texi: Update the documentation of `seq-let'
	with the support of  `&rest'.

	Add support for &rest in `seq-let'
	* lisp/emacs-lisp/seq.el (seq--make-bindings): Add support for `&rest'
	in the argument list.
	* test/automated/seq-tests.el: Add a test for parsing and binding
	`&rest' in `seq-let'.

2015-05-05  Paul Eggert  <eggert@cs.ucla.edu>

	Spelling fixes

2015-05-05  (tiny change) Pierre Lorenzon  <devel@pollock-nageoire.net>

	* eieio-custom.el (eieio-object-value-get): Add missing increment
	(Bug#20467)

	(eieio-object-value-create): Adjust to new slots representation
	(Bug#20467)
	* eieio-custom.el (eieio-object-value-create):
	Fix missed adjustment to new representation of slots metadata.

2015-05-05  Nicolas Petton  <nicolas@petton.fr>

	* lisp/emacs-lisp/seq.el (seq--make-bindings): Improve the docstring.

2015-05-05  Dmitry Gutov  <dgutov@yandex.ru>

	Work around "Attempt to modify read-only object"
	* lisp/progmodes/elisp-mode.el (elisp--xref-format): Extract from
	elisp--xref-find-definitions, to work around "Attempt to modify
	read-only object" error.

	Only skip some variables that have function counterparts
	* lisp/progmodes/elisp-mode.el (elisp--xref-identifier-location):
	Only skip minor-mode-named variable if it's defined in a Lisp
	file, and it's in minor-mode-list (bug#20506).
	* test/automated/elisp-mode-tests.el
	(elisp-xref-finds-both-function-and-variable)
	(elisp-xref-finds-only-function-for-minor-mode): New tests.

2015-05-04  Dmitry Gutov  <dgutov@yandex.ru>

	Buttonize the whole line, including the number at the beginning
	* lisp/progmodes/xref.el (xref--location-at-point): Revert the
	previous change.
	(xref--insert-xrefs): Buttonize the whole line, including the
	number at the beginning.

	Make sure we're inside the let bindings
	* lisp/progmodes/elisp-mode.el (elisp-completion-at-point):
	Make sure we're inside the let bindings.
	* test/automated/elisp-mode-tests.el
	(elisp-completes-functions-after-let-bindings): New test.

2015-05-04  Glenn Morris  <rgm@gnu.org>

	* lisp/cedet/semantic/grammar.el (eldoc-function-argstring)
	(eldoc-docstring-format-sym-doc, eldoc-last-data-store)
	(eldoc-get-fnsym-args-string, eldoc-get-var-docstring):
	Remove outdated declarations.

	Replace instances of "(eval-when-compile (autoload ...))"
	* lisp/gnus/gnus-art.el (nneething-get-file-name):
	Declare rather than autoload.
	* lisp/gnus/gnus-async.el (gnus-html-prefetch-images):
	Remove pointless autoload.
	* lisp/gnus/gnus-sync.el (gnus-group-topic): Autoload at run-time.
	(gnus-topic-create-topic, gnus-topic-enter-dribble):
	Declare rather than autoload.
	* lisp/gnus/mm-archive.el (gnus-recursive-directory-files)
	(mailcap-extension-to-mime): Autoload at run-time.
	* lisp/gnus/mm-util.el (latin-unity-massage-name)
	(latin-unity-maybe-remap, latin-unity-representations-feasible-region)
	(latin-unity-representations-present-region):
	Declare rather than autoload.
	* lisp/gnus/mml-smime.el (epg-make-context)
	(epg-passphrase-callback-function): Autoload at run-time.
	(epg-context-set-signers, epg-context-result-for)
	(epg-new-signature-digest-algorithm)
	(epg-verify-result-to-string, epg-list-keys, epg-verify-string)
	(epg-sign-string, epg-encrypt-string)
	(epg-context-set-passphrase-callback, epg-sub-key-fingerprint)
	(epg-configuration, epg-expand-group, epa-select-keys):
	Declare rather than autoload.
	* lisp/gnus/nnir.el (nnimap-change-group, nnimap-make-thread-query):
	Autoload at run-time.
	(gnus-group-topic-name, nnimap-buffer, nnimap-command)
	(gnus-registry-get-id-key, gnus-registry-action):
	Declare rather than autoload.
	* lisp/gnus/nnmail.el (mail-send-and-exit): Autoload at run-time.
	* lisp/gnus/spam.el (spam-stat-buffer-change-to-non-spam)
	(spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam)
	(spam-stat-buffer-is-spam, spam-stat-load, spam-stat-save)
	(spam-stat-split-fancy): Remove pointless autoloads.
	* lisp/net/mairix.el: Load gnus-util when compiling.
	(gnus-group-read-ephemeral-group, gnus-summary-toggle-header)
	(message-field-value): Declare rather than autoload.
	(mairix-gnus-ephemeral-nndoc, mairix-gnus-fetch-field):
	Check gnus-alive-p is fbound.
	(vm-quit, vm-visit-folder, vm-select-folder-buffer)
	(vm-check-for-killed-summary, vm-error-if-folder-empty)
	(vm-get-header-contents, vm-select-marked-or-prefixed-messages):
	Declare rather than autoload.

	* lisp/gnus/mm-view.el (epg-decrypt-string): Autoload.

	* lisp/gnus/mml-smime.el (epg-key-sub-key-list)
	(epg-sub-key-capability, epg-sub-key-validity): Fix declarations.

	* lisp/progmodes/elisp-mode.el (xref-collect-references): Declare.

	* lisp/emacs-lisp/debug.el (help-xref-interned): Update declaration.

	* lisp/allout.el (epg-user-id-string, epg-key-user-id-list):
	* lisp/emacs-lisp/package.el (epg-signature-status):
	Fix declarations.

	* lisp/play/gametree.el (gametree-show-children-and-entry)
	(gametree-apply-layout, gametree-mouse-show-subtree)
	(gametree-mouse-hide-subtree): Replace obsolete outline aliases.

	* lisp/emacs-lisp/check-declare.el (check-declare-verify):
	Handle cl-defgeneric, cl-defmethod.

2015-05-04  Dmitry Gutov  <dgutov@yandex.ru>

	Highlight both type and symbol name
	* lisp/progmodes/elisp-mode.el (elisp--xref-find-definitions):
	Highlight both type and symbol name.

	Insert, highlight and align line numbers in xref output
	* lisp/progmodes/etags.el (xref-location-line): Specialize for
	xref-etags-location.
	* lisp/progmodes/xref.el (xref-location-line): New generic method.
	(xref-file-location): Add reader for the line slot.
	(xref--location-at-point): Skip to the `xref-location' property.
	(xref--collect-reference): Drop the line number from description.
	(xref--insert-xrefs): Insert, highlight and align line numbers.

2015-05-04  Daniel Colascione  <dancol@dancol.org>

	Fix previous commit

2015-05-04  Dmitry Gutov  <dgutov@yandex.ru>

	Don't pulse the indentation, or the newline
	* lisp/cedet/pulse.el (pulse-lighten-highlight)
	(pulse-reset-face): Fall back to the inherited background
	attribute in FACE.
	(pulse-momentary-highlight-region): Add autoload cookie.
	* lisp/progmodes/xref.el (xref--maybe-pulse): Don't highlight the
	indentation, or the newline, if the line's non-empty
	(http://lists.gnu.org/archive/html/emacs-devel/2015-05/msg00118.html).

2015-05-04  Daniel Colascione  <dancol@dancol.org>

	Add `save-mark-and-excursion', which has the old `save-excursion' behavior
	* doc/lispref/positions.texi (Excursions): Document
	`save-mark-and-excursion'.
	* lisp/font-lock.el (font-lock-fontify-block): Use
	`save-mark-and-excursion' instead of `save-excursion', restoring
	Emacs 24 behavior.
	* lisp/simple.el (save-mark-and-excursion--save)
	(save-mark-and-excursion--restore): New functions.
	(save-mark-and-excursion): New user macro.
	* src/editfns.c (Fsave_excursion): Mention
	`save-mark-and-excursion' in `save-excursion' documentation.

2015-05-04  Dmitry Gutov  <dgutov@yandex.ru>

	Classify lone symbol inside let varlist as variable
	* lisp/progmodes/elisp-mode.el (elisp-completion-at-point):
	Classify lone symbol inside let varlist as variable.
	* test/automated/elisp-mode-tests.el (completest-variables-in-let-bindings):
	New test.

	Add xref-pulse-on-jump
	* lisp/cedet/pulse.el (pulse-momentary-highlight-one-line):
	Add autoload cookie.
	* lisp/progmodes/xref.el (xref-pulse-on-jump): New option.
	(xref--maybe-pulse): New function.
	(xref-pop-marker-stack, xref--pop-to-location)
	(xref--display-position): Use it.
	(xref--location-at-point): Use back-to-indentation.

2015-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>

	* lisp/org/org-{macs,list}.el: Fix lexical warnings
	* lisp/org/org-list.el (org-list-struct): Remove unused var `ind'.
	(org-list-get-next-item, org-list-get-prev-item)
	(org-list-get-children): Mark unused arg `struct'.
	(org-list-use-alpha-bul-p): Remove unused var `bul'.
	(org-toggle-checkbox): Mark unused var.
	(org-update-checkbox-count): Remove unused var `box-num'.
	(org-adapt-indentation): Declare.
	(org-list-parse-list): Declare var instead of adding a dummy duplicate.
	(org-list-send-list): Remove unused var `txt'.
	(org-list-to-latex, org-list-to-texinfo): Mark unused arg `params'.
	(org-list-to-subtree): Add prefix to dyn-bind var, and declare them.
	* lisp/org/org-macs.el: Use `declare'.
	(org-with-limited-levels): Declare dyn-bound vars.

2015-05-04  Eli Zaretskii  <eliz@gnu.org>

	Fix minor issues with CEDET on MS-Windows
	* lisp/cedet/semantic/symref/idutils.el
	(semantic-symref-parse-tool-output-one-line): Fix the search
	regexp to match MS-Windows file names with drive letters.
	(Bug#19468)
	* lisp/cedet/semantic/symref/grep.el
	(semantic-symref-grep-use-template): Remove "--color=always" from
	Grep switches on MS-Windows.
	(semantic-symref-grep-shell): Use shell-file-name as the default
	value, so this works not only on Posix platforms.
	(semantic-symref-perform-search): Use shell-quote-argument instead
	of literal '..' for portable quoting of Grep command-line
	argument.  Use shell-command-switch instead of a literal "-c".
	* lisp/cedet/semantic/bovine/gcc.el
	(semantic-gcc-get-include-paths): Use file-name-absolute-p to test
	for an absolute file name in a portable way.

2015-05-04  Artur Malabarba  <bruce.connor.am@gmail.com>

	* lisp/emacs-lisp/package.el: Remove `package--silence' variable
	(package-import-keyring, package-refresh-contents)
	(package-compute-transaction, package--save-selected-packages)
	(package-install-from-archive, package-delete)
	(package-menu--perform-transaction): Use `inhibit-message'
	instead.
	(package--compile): Set `warning-minimum-level' to :error.

2015-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>

	* lisp/term/screen.el (xterm-screen-extra-capabilities): New custom
	(terminal-init-screen): Use it (bug#20356).
	* lisp/term/xterm.el: Provide `term/xterm' instead of `xterm'.
	(xterm--extra-capabilities-type): New const.
	(xterm-extra-capabilities): Use it.
	(xterm--version-handler): Lower the pseudo-version for `screen'.

2015-05-03  Dmitry Gutov  <dgutov@yandex.ru>

	xref--insert-xrefs: Tweak the faces
	* lisp/progmodes/xref.el (xref--insert-xrefs): Tweak the faces.
	Always insert a newline at the end (to avoid mouse-face background
	tail at the last line).

	elisp-completion-at-point: Prioritize being quoted over funpos
	* lisp/progmodes/elisp-mode.el (elisp-completion-at-point):
	Only consider function position when not inside quoted form
	(bug#20425).
	* test/automated/elisp-mode-tests.el: New file.

	Stop vc-print-log from jumping to the top
	* lisp/vc/vc.el (vc-print-log-internal): Pass nil
	GOTO-LOCATION-FUNC to vc-log-internal-common when WORKING-REVISION
	is not specified.
	(vc-incoming-outgoing-internal): Always pass nil.
	(vc-log-internal-common): When GOTO-LOCATION-FUNC is nil, don't
	call it, and don't set vc-sentinel-movepoint (bug#15322).
	(vc-print-root-log): Don't fetch the root working revision, nor
	pass it to vc-print-log-internal.

2015-05-02  Michael Vehrs  <Michael.Burschik@gmx.de>

	Fix display of keyboard layouts for right-to-left scripts
	* lisp/international/quail.el (quail-insert-kbd-layout): Force
	left-to-right paragraph direction.

2015-05-02  K. Handa  <handa@gnu.org>

	Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs

	* cmds.c (internal_self_insert): When we insert spaces for
	padding, set point before the padding spaces, not after them.

2015-05-02  Nicolas Petton  <nicolas@petton.fr>

	* lisp/emacs-lisp/seq.el (seq-p): New alias to `sequencep'.

2015-05-02  Dmitry Gutov  <dgutov@yandex.ru>

	Fix etags-xref-find for references
	* lisp/progmodes/elisp-mode.el (elisp--xref-find-references): Use `cl-mapcan'.
	* lisp/progmodes/etags.el (etags-xref-find): Ditto.  Prompt for
	directory if no tags tables are loaded (bug#19468).

2015-05-02  Philipp Stephani  <phst@google.com>

	Update the options in whitespace-style defcustom
	* lisp/whitespace.el (whitespace-style): Use `set' instead of a
	`repeat' because the option is really set-like.  Add missing
	options.  Reorder options to match the order in the
	documentation.  (Bug#20346)

2015-05-02  Eli Zaretskii  <eliz@gnu.org>

	Fix error diagnostics of c-macro-expand
	* lisp/progmodes/cmacexp.el (c-macro-expansion): Don't bail out
	too early if no start-marker string was found -- that generally
	means cpp exited abnormally, and we still want to show its error
	messages to the user.

	Don't require Texinfo 5.0 for Emacs documentation
	* doc/emacs/docstyle.texi: Use "@set txicodequoteundirected" and
	"@set txicodequotebacktick" instead of "@codequotebacktick on" and
	"@codequoteundirected on", respectively, to avoid requiring
	Texinfo 5.x for Emacs documentation.

2015-05-01  Simen Heggestøyl  <simenheg@gmail.com>

	* lisp/files.el (pwd):
	When called with a prefix argument, insert the current default
	directory at point.

2015-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>

	* lisp/isearch.el (isearch-mode-map): Allow backspace remapping
	* lisp/isearch.el (isearch-mode-map): Don't inhibit
	function-key-map remapping for backspace (bug#20466).

2015-05-01  Dmitry Gutov  <dgutov@yandex.ru>

	Implement xref-find-references in etags and elisp-mode
	* lisp/progmodes/elisp-mode.el (elisp--xref-find-references): New function.
	(elisp-xref-find): Use it.
	* lisp/progmodes/etags.el (etags-xref-find): Use `xref-collect-references'.
	* lisp/progmodes/xref.el (xref-collect-references):
	(xref--collect-reference): New functions.

2015-05-01  Paul Eggert  <eggert@cs.ucla.edu>

	Prefer plain characters to Texinfo circumlocutions
	For example, prefer 'François' to 'Fran\c{c}ois', 'Fran\c cois',
	'Fran@,{c}ois' or 'Francois' (all of which were used!) in Texinfo sources.

	Fix single-quoting style in PDF manuals
	The PDF versions of the GNU manuals used curved single quotes to
	represent grave accent and apostrophe, which made it a pain to cut
	and paste code examples from them.  Fix the PDF versions to use
	grave accent and apostrophe for Lisp source code, keystrokes, etc.
	This change does not affect the info files, nor does it affect
	ordinary uses of curved single quotes in PDF.
	* doc/emacs/docstyle.texi: New file, which specifies treatment for
	grave accent and apostrophe, as well as the document encoding.
	* doc/emacs/emacs-xtra.texi, doc/emacs/emacs.texi:
	* doc/lispintro/emacs-lisp-intro.texi:
	* doc/lispref/back.texi, doc/lispref/book-spine.texi:
	* doc/lispref/elisp.texi, doc/lispref/lay-flat.texi:
	* doc/misc/ada-mode.texi, doc/misc/auth.texi:
	* doc/misc/autotype.texi, doc/misc/bovine.texi, doc/misc/calc.texi:
	* doc/misc/cc-mode.texi, doc/misc/cl.texi, doc/misc/dbus.texi:
	* doc/misc/dired-x.texi, doc/misc/ebrowse.texi, doc/misc/ede.texi:
	* doc/misc/ediff.texi, doc/misc/edt.texi, doc/misc/efaq-w32.texi:
	* doc/misc/efaq.texi, doc/misc/eieio.texi, doc/misc/emacs-gnutls.texi:
	* doc/misc/emacs-mime.texi, doc/misc/epa.texi, doc/misc/erc.texi:
	* doc/misc/ert.texi, doc/misc/eshell.texi, doc/misc/eudc.texi:
	* doc/misc/eww.texi, doc/misc/flymake.texi, doc/misc/forms.texi:
	* doc/misc/gnus-coding.texi, doc/misc/gnus-faq.texi:
	* doc/misc/gnus.texi, doc/misc/htmlfontify.texi:
	* doc/misc/idlwave.texi, doc/misc/ido.texi, doc/misc/info.texi:
	* doc/misc/mairix-el.texi, doc/misc/message.texi, doc/misc/mh-e.texi:
	* doc/misc/newsticker.texi, doc/misc/nxml-mode.texi:
	* doc/misc/octave-mode.texi, doc/misc/org.texi, doc/misc/pcl-cvs.texi:
	* doc/misc/pgg.texi, doc/misc/rcirc.texi, doc/misc/reftex.texi:
	* doc/misc/remember.texi, doc/misc/sasl.texi, doc/misc/sc.texi:
	* doc/misc/semantic.texi, doc/misc/ses.texi, doc/misc/sieve.texi:
	* doc/misc/smtpmail.texi, doc/misc/speedbar.texi:
	* doc/misc/srecode.texi, doc/misc/todo-mode.texi, doc/misc/tramp.texi:
	* doc/misc/url.texi, doc/misc/vhdl-mode.texi, doc/misc/vip.texi:
	* doc/misc/viper.texi, doc/misc/widget.texi, doc/misc/wisent.texi:
	* doc/misc/woman.texi:
	Use it instead of '@documentencoding UTF-8', to lessen the need for
	global changes like this in the future.
	* doc/emacs/Makefile.in (EMACS_XTRA):
	* doc/lispintro/Makefile.in (srcs):
	* doc/lispref/Makefile.in (srcs):
	Add dependency on docstyle.texi.
	* doc/misc/Makefile.in (style): New macro.
	(${buildinfodir}/%.info, %.dvi, %.pdf, %.html)
	(${buildinfodir}/ccmode.info, ${buildinfodir}/efaq%.info, gnus_deps):
	Use it.

2015-05-01  Glenn Morris  <rgm@gnu.org>

	* test/automated/cl-lib-tests.el (cl-lib-adjoin-test): Fix it.

	* lisp/emacs-lisp/pcase.el (get-edebug-spec, edebug-match)
	(help-fns--signature): Declare.

	* lisp/emacs-lisp/pcase.el (pcase--make-docstring): Require help-fns.

2015-05-01  Nicolas Petton  <nicolas@petton.fr>

	New macro seq-let, providing destructuring support to seq.el
	* lisp/emacs-lisp/seq.el (seq-let): New macro.  `seq-let' is similar
	to `cl-destructuring-bind' but works on all sequence types supported
	by `seq.el'.  Bump version number to 1.6.
	* test/automated/seq-tests.el: Add tests for seq-let.
	* doc/lispref/sequences.texi: Add documentation for seq-let.

2015-05-01  Pontus Michael  <m.pontus@gmail.com>

	* lisp/simple.el (blink-matching-open): Better behavior in minibuffer

2015-05-01  Glenn Morris  <rgm@gnu.org>

	* lisp/emacs-lisp/ert.el (ert--special-operator-p): Fix previous.

2015-05-01  Artur Malabarba  <bruce.connor.am@gmail.com>

	* lisp/emacs-lisp/bytecomp.el: Revert "Silence noninteractive compilations"
	This reverts commit 9a7ddde977378cb5276a81476ae458889c403267.
	This reverts commit 3c0ea587daf8b17960b90603a70e3ac4057d883d.
	With message: "* lisp/emacs-lisp/bytecomp.el: Use `inhibit-message'".
	(Bug#20445).

2015-05-01  K. Handa  <handa@gnu.org>

	* mule-cmds.el (input-method-use-echo-area): Change :type to
	'boolean.

2015-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>

	Start using proportional fonts in eww by default
	* lisp/net/shr.el (shr-use-fonts): Switch the default to t, since
	it seems to work well.

	Fix links in tables in shr
	* lisp/net/shr.el: Remove `shr-inhibit-decoration', because that
	makes (some) links in tables not work.

2015-05-01  Jan D  <jan.h.d@swipnet.se>

	(ns-get-cut-buffer-internal): Remove this alias.
	* lisp/term/ns-win.el (ns-get-cut-buffer-internal): Remove this alias.

2015-04-30  Glenn Morris  <rgm@gnu.org>

	* lisp/emacs-lisp/ert.el (ert--special-operator-p):
	Update for 2015-02-08 change to indirect-function.

	* lisp/term/ns-win.el (ns-get-selection-internal):
	Remove declaration for function deleted 2014-10-21.

	* lisp/dom.el: Load subr-x when compiling, for when-let.

	Silence some compilation warnings
	* lisp/emacs-lisp/check-declare.el (compilation-forget-errors):
	* lisp/emulation/cua-base.el (delete-active-region):
	* lisp/net/net-utils.el (w32-get-console-output-codepage):
	* lisp/term/ns-win.el (ns-own-selection-internal)
	(ns-disown-selection-internal, ns-selection-owner-p)
	(ns-selection-exists-p, ns-get-selection):
	Declare for compiler..

	Function declaration updates prompted by 'make check-declare'
	* lisp/emacs-lisp/package.el (lm-homepage):
	* lisp/gnus/gnus-util.el (iswitchb-read-buffer):
	* lisp/gnus/mm-decode.el (libxml-parse-html-region):
	* lisp/gnus/mml.el (libxml-parse-html-region):
	* lisp/gnus/nnrss.el (libxml-parse-html-region):
	* lisp/net/eww.el (libxml-parse-html-region):
	* lisp/net/shr.el (libxml-parse-html-region):
	* lisp/vc/vc-bzr.el (vc-annotate-convert-time):
	* lisp/vc/vc-cvs.el (vc-annotate-convert-time):
	* lisp/vc/vc-git.el (vc-annotate-convert-time):
	* lisp/vc/vc-hg.el (vc-annotate-convert-time):
	* lisp/vc/vc-mtn.el (vc-annotate-convert-time):
	* lisp/vc/vc-rcs.el (vc-annotate-convert-time):
	Update declaration.

	Remove compatibility code for 20-year old function renaming
	* lisp/progmodes/idlw-shell.el (idlwave-shell-comint-filter):
	Make it an obsolete alias.
	(idlwave-shell-filter): Change all uses to comint-output-filter.

2015-04-30  Tassilo Horn  <tsdh@gnu.org>

	Add ace-window face config
	* etc/themes/tsdh-light-theme.el (tsdh-light): Add ace-window face
	configuration.

2015-04-30  Paul Eggert  <eggert@cs.ucla.edu>

	Unclutter 'make doc' output a bit
	* Makefile.in ($(DOCS), $(INSTALL_DOC), $(UNINSTALL_DOC)):
	Use make subst rather than sh IFS to split target string apart.
	This makes 'make' output easier to follow.

	Merge from gnulib
	* doc/misc/texinfo.tex: Update from gnulib.

2015-04-30  Artur Malabarba  <bruce.connor.am@gmail.com>

	* lisp/emacs-lisp/package.el: Some speed optimizations on menu refresh
	(package-menu--print-info): Obsolete.
	(package-menu--print-info-simple): New function.
	(package-menu--refresh): Use it, simplify code, and improve
	performance.
	* lisp/emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
	Tiny performance improvement.

	* lisp/emacs-lisp/package.el (package--message): inhibit-message

2015-04-29  Paul Eggert  <eggert@cs.ucla.edu>

	Omit -Wstrict-overflow workaround in GCC 5
	* src/process.c: Remove workaround for GCC -Wstrict-overflow bug
	if it's GCC 5 or later, as the bug appears to be fixed in GCC 5.1.

	Merge from gnulib
	This incorporates:
	2015-04-29 extern-inline: no need for workaround in GCC 5.1
	2015-04-26 file-has-acl: port to CentOS 6
	* m4/acl.m4, m4/extern-inline.m4: Update from gnulib.

2015-04-29  Helmut Eller  <eller.helmut@gmail.com>

	Set next-error-* in xref--xref-buffer-mode
	* xref.el (xref--xref-buffer-mode): Set `next-error-function' and
	`next-error-last-buffer'.
	(xref--next-error-function): New function.
	(http://lists.gnu.org/archive/html/emacs-devel/2015-04/msg01311.html)

2015-04-29  Fabián Ezequiel Gallina  <fgallina@gnu.org>

	python.el: Fix warnings on looking-back calls missing LIMIT
	* lisp/progmodes/python.el (python-shell-accept-process-output):
	Pass LIMIT arg to looking-back.

2015-04-29  Artur Malabarba  <bruce.connor.am@gmail.com>

	* lisp/emacs-lisp/package.el: Use pushnew for downloads in progress
	(package--download-and-read-archives): Use pushnew instead of
	append.  If something terrible happened during a previous
	download, simply refreshing should now make things work again.

2015-04-29  Dmitry Gutov  <dgutov@yandex.ru>

	Introduce etags-xref-find-definitions-tag-order
	* lisp/progmodes/etags.el (etags-xref-find-definitions-tag-order):
	New variable.
	(etags--xref-find-definitions): Use it (bug#19468).

2015-04-29  Eli Zaretskii  <eliz@gnu.org>

	PATH- and completion-related fixes in Eshell on MS-Windows
	* lisp/eshell/esh-ext.el (eshell-search-path): When running on
	MS-Windows, prepend "." to list of directories produced from PATH,
	as Windows always implicitly searches the current directory first.
	(eshell-force-execution): Make it have a non-nil default value on
	MS-Windows and MS-DOS.
	* lisp/eshell/em-cmpl.el (eshell-complete-commands-list): If
	eshell-force-execution is non-nil, complete on readable files and
	directories, not only executables.  When running on MS-Windows,
	prepend "." to list of directories produced from PATH, as Windows
	always implicitly searches the current directory first.

2015-04-29  Sam Steingold  <sds@gnu.org>

	bury RCIRC buffers when there is no activity
	lisp/net/rcirc.el (rcirc-non-irc-buffer): remove
	(rcirc-bury-buffers): new function
	(rcirc-next-active-buffer): when there is no new activity, use
	`rcirc-bury-buffers' to hide all RCIRC buffers

2015-04-29  Michael Albinus  <michael.albinus@gmx.de>

	Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs

2015-04-29  Krzysztof Jurewicz  <krzysztof.jurewicz@gmail.com>  (tiny change)

	Fix DBUS query result parsing for secrets-search-items
	* lisp/net/secrets.el (secrets-search-items): Fix DBUS query result
	parsing.  The function assumed that return value of the
	SearchItems method called on a collection is a list of two lists,
	however this is true only when no collection is specified.  GNOME
	had used to incorrectly return a list of two lists in both cases,
	but this was already fixed:
	https://bugzilla.gnome.org/show_bug.cgi?id=695115 .  Also fix an
	incorrect information in the secrets-search-items’ docstring.
	(Bug#20449)

2015-04-29  Artur Malabarba  <bruce.connor.am@gmail.com>

	* lisp/emacs-lisp/bytecomp.el: Use `inhibit-message'
	(byte-compile--message): Use `inhibit-message' instead of hiding
	the previous message with (message nil).

2015-04-29  Oleh Krehel  <ohwoeowho@gmail.com>

	Remove the deprecated INTERNAL_FIELD macro by expanding it
	* src/lisp.h (INTERNAL_FIELD): Remove.
	(DEFVAR_KBOARD): Modify accordingly.
	* alloc.c, buffer.c, buffer.h, category.c, keyboard.c, keyboard.h:
	* syntax.c: Adjust users.
	* src/buffer.c (compact_buffer): Use BVAR.

2015-04-29  Glenn Morris  <rgm@gnu.org>

	Replace an obsolete function alias
	* lisp/isearch.el (isearch-yank-x-selection):
	* lisp/mouse-copy.el (mouse-drag-secondary-pasting)
	(mouse-drag-secondary-moving):
	* lisp/obsolete/mouse-sel.el (mouse-sel-get-selection-function):
	Replace obsolete alias x-get-selection with gui-get-selection.

2015-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>

	* lisp/mail/rmailsum.el: Use lexical-binding.

2015-04-29  Glenn Morris  <rgm@gnu.org>

	* test/automated/package-test.el (package-test-update-archives-async):
	Skip test on hydra.nixos.org.

2015-04-28  Glenn Morris  <rgm@gnu.org>

	* lisp/foldout.el: Update for 2015-01-30 outline.el changes.
	(foldout-zoom-subtree, foldout-exit-fold, foldout-mouse-show)
	(foldout-mouse-hide-or-exit): Use new names for outline functions.

	* lisp/cedet/semantic/bovine/c.el (semantic-c-do-lex-if):
	Update for 2014-06-26 hideif.el change.

	* lisp/mail/rmailsum.el: Fix search for encoded subjects.  (Bug#19088)
	(rmail--decode-and-apply): New function.
	(rmail-message-regexp-p-1, rmail-message-subject-p): Use it.

	* lisp/mail/rmail.el (rmail-highlighted-headers): Fix :type.

2015-04-28  Artur Malabarba  <bruce.connor.am@gmail.com>

	* lisp/emacs-lisp/package.el: Fix priority-hiding corner case
	(package-menu--refresh): Delegate obsolete-hiding to
	`package--remove-hidden'.
	(package--remove-hidden): Disregard high-priority package if it is
	older than the installed one.

2015-04-28  Paul Eggert  <eggert@cs.ucla.edu>

	Update source file encoding list
	Update admin/notes/unicode, along with coding system cookies in
	other files, so that the two match each other better.
	* admin/notes/unicode: lisp/language/ethio-util.el and
	lisp/language/ethiopic.el also use utf-8-emacs.
	* admin/notes/hydra, doc/misc/dbus.texi, doc/misc/org.texi:
	* doc/misc/remember.texi, etc/refcards/cs-dired-ref.tex:
	* etc/refcards/cs-refcard.tex, etc/refcards/cs-survival.tex:
	* etc/refcards/sk-dired-ref.tex, etc/refcards/sk-refcard.tex:
	* etc/refcards/sk-survival.tex:
	Add "coding: utf-8" so that this file is not mishandled in a
	Latin-1 or Big-5 locale.
	* lisp/international/robin.el, lisp/org/ox-ascii.el:
	Specify utf-8, not utf-8-emacs, as these are plain UTF-8 files.
	* lisp/language/ethio-util.el: Fix trailer.

2015-04-28  Eli Zaretskii  <eliz@gnu.org>

	Fix synchronous invocation of Ispell
	* lisp/textmodes/ispell.el (ispell-init-process): Assign a non-nil
	value to ispell-process-directory before calling ispell-init-process.
	Don't call set-process-coding-system if ispell-async-processp is nil.
	(Bug#20448)

2015-04-28  Artur Malabarba  <bruce.connor.am@gmail.com>

	* lisp/emacs-lisp/package.el: Skip space and comments in init file
	(package--ensure-init-file): Insert snippet at first
	non-whitespace non-comments line.  Respects local-vars at the top
	of the file.

2015-04-28  Glenn Morris  <rgm@gnu.org>

	* lisp/mail/rmail.el (rmail-copy-headers):
	Handle rmail-nonignored-headers being nil.  (Bug#18878)

	* lisp/subr.el (delay-mode-hooks): Fix doc typo.

	* lisp/vc/vc-bzr.el (vc-bzr-after-dir-status):
	Don't get confused by a bzrlib version mismatch warning.

2015-04-27  Thomas Fitzsimmons  <fitzsim@fitzsim.org>

	Change default location of EUDC options file
	* NEWS: Document change to EUDC options file's default location.
	* lisp/net/eudc-vars.el (eudc-options-file): Use
	`locate-user-emacs-file' to change default options file location.

2015-04-27  Glenn Morris  <rgm@gnu.org>

	* test/automated/package-test.el (package-test-update-archives-async):
	Try to handle the test server script dying.

2015-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>

	* lisp/saveplace.el (save-place-mode): New minor mode.
	(save-place): Redefine as an obsolete alias.

	* lisp/midnight.el: Make it a minor mode.  Allow predicates.
	* lisp/midnight.el: Use lexical-binding.
	(midnight-mode): Make it a proper minor mode.
	(midnight-buffer-display-time): Make arg non-optional.
	(midnight-find): Remove.
	(clean-buffer-list-kill-never-regexps)
	(clean-buffer-list-kill-regexps): Tweak type for new function choice.
	(clean-buffer-list-delay): Allow clean-buffer-list-kill-regexps to
	contain functions.
	(clean-buffer-list): Use cl-find.
	Allow clean-buffer-list-kill-never-regexps to contain functions.

2015-04-27  Nicolas Petton  <nicolas@petton.fr>

	Bump version of seq.el to 1.5
	* lisp/emacs-lisp/seq.el (seq-doseq): Remove undocumented return value
	  from seq-doseq.  Bump version number of seq.el.

2015-04-27  Glenn Morris  <rgm@gnu.org>

	* lisp/mail/rmail.el (rmail-reply):
	Decode subject before matching "Re:" prefix.  (Bug#20396)

2015-04-27  Artur Malabarba  <bruce.connor.am@gmail.com>

	* lisp/emacs-lisp/package.el: Small improvements
	(package--with-work-buffer-async): More informative error.
	(package-install-user-selected-packages): Rename to
	`package-install-selected-packages'.

2015-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>

	* lisp/emacs-lisp/eieio-core.el (eieio-defclass-internal): Fix last
	* lisp/emacs-lisp/eieio-core.el (eieio-defclass-internal): Fix last change.
	(eieio--class-make): Remove leftover `tag'.

2015-04-27  Glenn Morris  <rgm@gnu.org>

	* lisp/gnus/message.el (gnus-extract-address-components):
	Remove bogus declaration that was masking previous problem.

2015-04-27  Nicolas Graner  <nicolas.graner@u-psud.fr>  (tiny change)

	* lisp/gnus/message.el (message-insert-formatted-citation-line):
	Fix typo.  (Bug#20318)

2015-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>

	* lisp/emacs-lisp/eieio-core.el (eieio-defclass-internal): Reuse oldc.

	* lisp/textmodes/reftex-toc.el: Improve multi-frame behavior
	* lisp/textmodes/reftex-toc.el (reftex-toc-revert): Avoid displaying
	the buffer in yet another frame.
	(reftex-toc-visit-location): Make sure toc-window has focus at the end
	when `final' is nil.
	(reftex--rebuilding-toc): Defvar to avoid `boundp' and
	silence warnings.  Use `--' to clarify that it's internal.
	(reftex-toc-next, reftex-toc-previous, reftex-toc-demote)
	(reftex-toc-promote): Clarify unused argument.
	(reftex--pro-or-de, reftex--start-line, reftex--mark-line):
	Add `reftex--' prefix.  Fix all users.
	(reftex-toc-promote-prepare): Use _ for dummy variable.
	(reftex-toc-restore-region): Rename `m

2015-04-27  Eli Zaretskii  <eliz@gnu.org>

	Fix a typo in bibtex.el
	* lisp/textmodes/bibtex.el (bibtex-insert-kill): Fix a typo from
	last change.  (Bug#20429)

	Fix redisplay of frame after loading new fonts
	* src/xdisp.c (redisplay_internal): When retrying redisplay of a
	frame because new fonts were loaded, disable all redisplay
	optimizations on that frame by calling SET_FRAME_GARBAGED.
	(Bug#20410)

2015-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>

	* lisp/info.el (Info-menu): Properly provide the `default'
	(Bug#20391)

	* elisp-mode.el: Catch errors from `documentation'
	(Bug#20418)
	* lisp/progmodes/elisp-mode.el (elisp--get-fnsym-args-string):
	Catch errors from documentation.
	(emacs-lisp-mode-abbrev-table): Remove redundant defvar.

2015-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>

	lisp/emacs-lisp/package.el: Move variables to silence byte-compiler
	Remove redundant ":group 'package".

2015-04-26  Eli Zaretskii  <eliz@gnu.org>

	Fix a typo in rmail.el
	* lisp/mail/rmail.el (rmail-ensure-blank-line): Fix a typo in the
	last commit.  (Bug#20429)

2015-04-26  Dmitry Gutov  <dgutov@yandex.ru>

	Introduce xref-prompt-for-identifier
	* lisp/progmodes/xref.el (xref-prompt-for-identifier): New option.
	(xref--read-identifier): Use it
	(http://lists.gnu.org/archive/html/emacs-devel/2015-04/msg01205.html).

2015-04-26  João Távora  <joaotavora@gmail.com>

	`tex-insert-quote' after single `'' opens quotes instead of closing
	Without this, it's very hard to precede double quotes with the
	apostrophe character, i.e. insert the sequence '``
	(quote-backquote-backquote), commonly useful in portuguese, for
	instance.
	* tex-mode.el (tex-insert-quote): Add ?' to the list of preceding
	chars making `tex-insert-quote' be in the "opening" context.

2015-04-25  Dmitry Gutov  <dgutov@yandex.ru>

	Pass `id' to `completing-read' as def instead of initial input
	* xref.el (xref--read-identifier): Pass `id' to `completing-read'
	as the default value instead of initial input
	(http://lists.gnu.org/archive/html/emacs-devel/2015-04/msg01182.html).

2015-04-25  Paul Eggert  <eggert@cs.ucla.edu>

	Don't freeze with unreadable processes
	Don't freeze if an exiting process can't be read from. (Bug#19860).
	This fixes a bug I introduced in
	2014-07-08T07:24:07Z@eggert@cs.ucla.edu
	"* process.c: Add sanity checks for file descriptors."
	Dmitry Gutov did most of the legwork in finding the problem.
	* src/process.c (wait_reading_process_output):
	Treat non-running processes that can't be read from
	the same as other non-running processes.

2015-04-25  Alan Mackenzie  <acm@muc.de>

	Fix change from 2015-04-22 "On C-y, stop some text property entries ..."
	* lisp/subr.el (remove-yank-excluded-properties): put
	`with-silent-modifications' around only the last three lines of code.

2015-04-25  Artur Malabarba  <bruce.connor.am@gmail.com>

	* lisp/emacs-lisp/package.el (package-all-keywords): Don't cache
	(package--all-keywords): Deleted variable.

	* etc/NEWS: Document package-hiding functionality

2015-04-25  Eli Zaretskii  <eliz@gnu.org>

	lisp/window.el (recenter-last-op): Doc fix.  (Bug#20419)

	Clarify the doc string of 'replace-regexp-in-string'
	* lisp/subr.el (replace-regexp-in-string): Doc fix.  (Bug#20395)

	Improve doc string of 'insert-buffer-substring'
	* src/editfns.c (Finsert_buffer_substring): Doc fix.  (Bug#20421)

	MS-Windows followup for the recent gnulib update
	* nt/gnulib.mk (libgnu_a_SOURCES): Replace file-has-acl.c with
	acl-internal.c.

2015-04-24  Paul Eggert  <eggert@cs.ucla.edu>

	Spelling fixes

	Merge from gnulib
	This incorporates:
	2015-04-24 file-has-acl: new module, split from acl
	2015-04-24 manywarnings: add GCC 5.1 warnings
	2015-04-21 lstat: fix cross-compilation 'ln -s' problem
	2015-04-15 qacl: Simplify HP-UX acl_nontrivial check
	2015-04-15 acl: On Linux, check for acls without libacl
	2015-04-14 tempname: avoid unused parameter warnings (trivial)
	* lib/acl-internal.c: New file, from gnulib.
	* lib/file-has-acl.c: Remove; no longer imported from gnulib.
	* lib/acl-internal.h, lib/gnulib.mk, lib/qcopy-acl.c, lib/tempname.c:
	* m4/acl.m4, m4/gnulib-comp.m4, m4/lstat.m4, m4/manywarnings.m4:
	Update from gnulib.

	Port --enable-gcc-warnings to GCC 5.1 x86-64
	* lib-src/ebrowse.c (dump_sym):
	* lib-src/hexl.c (main):
	* src/ccl.c (ccl_driver):
	* src/character.c (string_escape_byte8):
	* src/dbusbind.c (xd_retrieve_arg, xd_add_watch):
	* src/gnutls.c (Fgnutls_boot):
	* src/gtkutil.c (xg_check_special_colors):
	* src/image.c (x_build_heuristic_mask):
	* src/print.c (safe_debug_print, print_object):
	* src/term.c (produce_glyphless_glyph):
	* src/xdisp.c (get_next_display_element)
	(produce_glyphless_glyph):
	* src/xterm.c (x_draw_glyphless_glyph_string_foreground):
	Don't use a signed format to print an unsigned integer, or vice
	versa.  GCC 5.1's new -Wformat-signedness option warns about this.
	* src/image.c (png_load_body, jpeg_load_body):
	Silence a bogus setjump diagnostic from GCC 5.1 (GCC bug 54561).

2015-04-24  Tassilo Horn  <tsdh@gnu.org>

	Add new faces to tsdh-light-theme
	* etc/themes/tsdh-light-theme.el (tsdh-light): New face
	definitions for Info-quoted, ace-jump-face-foreground,
	hl-paren-face, show-paren-match, and show-paren-mismatch.

2015-04-24  Nicolas Petton  <nicolas@petton.fr>

	* lisp/emacs-lisp/seq.el (seq-doseq): Fix the macro.

2015-04-24  Glenn Morris  <rgm@gnu.org>

	* build-aux/gitlog-to-emacslog:
	Use raw log format rather than wrapped one.

2015-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>

	* lisp/emacs-lisp/seq.el (seq-doseq): Tighten the code
	(seq-doseq): Fix out-of-scope binding.
	Don't call `seq-length at every iteration.
	Reduce `if's from 3 to 2 per iteration.
	(emacs-lisp-mode-hook): Don't tweak in Emacs≥25.

2015-04-24  Glenn Morris  <rgm@gnu.org>

	* lisp/textmodes/text-mode.el (text-mode-hook):
	Move text-mode-hook-identify to default.

	* lisp/mouse.el (minor-mode-menu-from-indicator):
	Handle non-function members of minor-mode-map-alist.  (Bug#20201)

	* lisp/help-fns.el (describe-function): More type checking.
	(describe-function-1): Handle changed symbol-function.  (Bug#20201)

	* build-aux/gitlog-to-emacslog: Convert "Fixes:" to "(Bug#)".
	(Bug#20325)

2015-04-24  Andreas Schwab  <schwab@linux-m68k.org>

	shr: strip leading whitespace when expanding URLs
	* lisp/net/shr.el (shr-expand-url): Strip leading whitespace from URL.

2015-04-24  Eli Zaretskii  <eliz@gnu.org>

	Clarify "co-authored" some more

	* CONTRIBUTE: Clarify "co-authored-by".  (Bug#20400)

	Clarify doc strings of functions that search for properties
	* src/textprop.c (Fnext_char_property_change)
	(Fprevious_char_property_change)
	(Fnext_single_char_property_change)
	(Fprevious_single_char_property_change, Fnext_property_change)
	(Fnext_single_property_change, Fprevious_property_change)
	(Fprevious_single_property_change): Clarify doc strings wrt return
	value and the optional LIMIT argument.  (Bug#20411)

2015-04-24  Glenn Morris  <rgm@gnu.org>

	* test/automated/message-mode-tests.el (message-mode-propertize):
	Handle non-writable HOME; eg on hydra.nixos.org.

2015-04-23  Eli Zaretskii  <eliz@gnu.org>

	Avoid starting threads by w32-shell-execute
	* src/w32fns.c (Fw32_shell_execute): Convert "file:///" URLs into
	local file names, before invoking ShellExecute.  (Bug#20220)

2015-04-23  Martin Rudalics  <rudalics@gmx.at>

	Fix following doc-links in `widget-documentation-link-action'
	* lisp/wid-edit.el (widget-documentation-link-action): Make
	following doc-links less simplistic (Bug#20398).

2015-04-22  Thomas Fitzsimmons  <fitzsim@fitzsim.org>

	Improve EUDC manual
	* eudc.texi (Troubleshooting): New LDAP troubleshooting subsection.

2015-04-22  Paul Eggert  <eggert@cs.ucla.edu>

	Omit needless "\ " after multibyte then newline
	* src/print.c: Include <c-ctype.h>, for c_isxdigit.
	(print_object): When print-escape-multibyte is non-nil and a
	multibyte character is followed by a newline or formfeed, followed
	by a hex digit, don't output a needless "\ " before the hex digit.
	* test/automated/print-tests.el (print-hex-backslash): New test.

2015-04-22  Oleh Krehel  <ohwoeowho@gmail.com>

	Add a new `inhibit-message' variable
	* src/xdisp.c (syms_of_xdisp): Define a boolean `inhibit_message'.
	(message3): Don't call `message3_nolog' (i.e. use the Echo Area) when
	`inhibit_message' is non-zero.
	* etc/NEWS: Add an entry.
	* doc/lispref/display.texi: Add an entry for `inhibit-message',
	  mention it in `message'.

2015-04-22  Martin Rudalics  <rudalics@gmx.at>

	Fix last fix in `display-buffer-record-window'.
	* lisp/window.el (display-buffer-record-window): Fix last fix.

2015-04-22  Eli Zaretskii  <eliz@gnu.org>

	Minor edits in CONTRIBUTE
	* CONTRIBUTE: Rearrange instructions about log messages.
	Use "Git" capitalized all over.
	Use 2 spaces between sentences.

2015-04-22  Artur Malabarba  <bruce.connor.am@gmail.com>

	* lisp/files.el (basic-save-buffer): Fix argument

	* lisp/cus-edit.el (custom-file): Consider init-file-had-error
	In case `(and (null custom-file) init-file-had-error)' do the same
	thing we'd do if `(null user-init-file)', which is to either error out
	or return nil.  This is in line with `custom-save-all' which would
	throw an error in that situation. (bug#20355)

	* lisp/emacs-lisp/package.el: Hide lower-priority packages in menu
	(package-menu-hide-low-priority): New variable, see its doc.
	(package-archive-priorities): Update doc.
	(package-desc-priority): New function.
	(package-desc-priority-version): Use it.
	(package--remove-hidden): New function.
	(package-menu--refresh): Use it.

	* lisp/emacs-lisp/package.el: Implement displaying obsolete packages
	(package-menu--hide-obsolete): New variable.
	(package--remove-hidden): Use it.
	(package-menu-hide-obsolete): New interactive function to toggle
	the variable.
	(package--quick-help-keys): Document it.
	(package-menu-async): Add :version tag.
	(package-menu-mode-map): Bind package-menu-hide-obsolete.
	(package-desc-status): Indicate non-installed obsolete packages as
	avail-obso.
	(package-menu-mark-install): Allow installation of avail-obso.
	(package-menu--status-predicate): Sort avail-obso with available.

2015-04-22  Alan Mackenzie  <acm@muc.de>

	On C-y, stop some text property entries being written into buffer-undo-list
	lisp/subr.el (remove-yank-excluded-properties): enclose the code in
	`with-silent-modifications'.

2015-04-22  Martin Rudalics  <rudalics@gmx.at>

	In display-buffer-record-window record selected window if necessary.
	* lisp/window.el (display-buffer-record-window): Store selected window
	if it differs from 3rd element of 'quit-restore' parameter (Bug#20353).

2015-04-22  Tassilo Horn  <tsdh@gnu.org>

	Fix reftex-citation bug
	* reftex-cite.el (reftex-extract-bib-entries): Fix
	`wrong-type-argument stringp nil' error that occurs when AUCTeX
	integration is enabled and there are no citations in the document
	so far.

2015-04-21  Dmitry Gutov  <dgutov@yandex.ru>

	Add or reset based on the presence of MERGE_HEAD
	* lisp/vc/vc-git.el (vc-git-find-file-hook): Add
	`vc-git-resolve-when-done' to `after-save-hook' in either case.
	(vc-git-conflicted-files): Add a TODO.
	(vc-git-resolve-when-done): Depending on the presence of
	MERGE_HEAD, either update the resolved file in the index, or
	remove it from there.  (Bug#20292)

2015-04-21  Glenn Morris  <rgm@gnu.org>

	* lisp/custom.el (custom-declare-group): No need to purecopy
	custom-current-group-alist members following recent change to set
	it to nil before dumping.

	* build-aux/gitlog-to-emacslog: Get footer from ChangeLog.2.
	(Bug#20399)

2015-04-21  Daniel Colascione  <dancol@dancol.org>

	Unbreak no-op buffer save message
	* lisp/files.el (save-buffer): Pass interactive flag to `basic-save-buffer`
	(basic-save-buffer): Accept called-interactively as an argument instead of
	directly invoking called-interactively-p, which will always yield nil
	in that context.

2015-04-21  Alan Mackenzie  <acm@muc.de>

	CC Mode: Do nothing in before/after-change-functions for text property changes
	Fixes bug#20266.
	lisp/progmodes/cc-mode.el (c-basic-common-init): Make
	yank-handled-properties buffer local, and remove 'category from it.
	(c-called-from-text-property-change-p): New function.
	(c-before-change): Don't do anything if a call of the new function
	returns non-nil.
	(c-after-change): Don't do much if a call of the new function returns
	non-nil.
	(c-extend-after-change-region): Put changes to text property 'fontified
	inside c-save-buffer-state.

2015-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>

	Fix byte-compiler warnings about looking-back.
	* lisp/vc/log-view.el (log-view-end-of-defun-1):
	* lisp/textmodes/tex-mode.el (latex-forward-sexp-1):
	* lisp/textmodes/reftex-ref.el (reftex-goto-label):
	* lisp/textmodes/bibtex.el (bibtex-insert-kill):
	* lisp/progmodes/sh-script.el (sh--maybe-here-document):
	* lisp/progmodes/ruby-mode.el (ruby-end-of-defun):
	* lisp/progmodes/ada-mode.el (ada-in-numeric-literal-p):
	* lisp/org/org.el (org-insert-heading, org-sort-entries):
	* lisp/org/org-mouse.el (org-mouse-end-headline)
	(org-mouse-context-menu):
	* lisp/org/org-clock.el (org-clock-cancel):
	* lisp/man.el (Man-default-man-entry):
	* lisp/mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text)
	(rmail-ensure-blank-line):
	* lisp/mail/footnote.el (Footnote-delete-footnote):
	* lisp/mail/emacsbug.el (report-emacs-bug):
	* lisp/info.el (Info-follow-reference, Info-fontify-node):
	* lisp/info-look.el (info-lookup-guess-custom-symbol):
	* lisp/help-fns.el (help-fns--key-bindings):
	* lisp/files.el (hack-local-variables):
	* lisp/emulation/viper-ex.el (viper-get-ex-token, ex-cmd-complete)
	(viper-get-ex-pat, ex-expand-filsyms, viper-get-ex-file)
	(viper-complete-filename-or-exit):
	* lisp/emulation/viper-cmd.el (viper-backward-indent):
	* lisp/emacs-lisp/lisp-mode.el (calculate-lisp-indent):
	* lisp/emacs-lisp/elint.el (elint-get-top-forms):
	* lisp/cus-edit.el (custom-face-edit-value-create):
	* lisp/calendar/todo-mode.el (todo-set-item-priority)
	(todo-filter-items-1, todo-convert-legacy-files)
	(todo-prefix-overlays): Add explicit second arg to looking-back.

2015-04-20  Glenn Morris  <rgm@gnu.org>

	Avoid non-nil current-load-list at startup
	* src/process.c (init_process_emacs): Move Fprovide statement...
	(syms_of_process): ... to here.

	* lisp/loadup.el (custom-current-group-alist): Reset before dumping.

	* lisp/startup.el (command-line) <site-run-file>: Avoid rogue value in emacs -Q.

2015-04-20  Ludovic Courtès  <ludo@gnu.org>

	* lisp/loadup.el (exec-path): Avoid storing build-time PATH in binary.
	(Bug#20330)

2015-04-20  Glenn Morris  <rgm@gnu.org>

	* lisp/cus-start.el (exec-path): Set standard value, to avoid rogue.

	Tweak exec-path in uninstalled case
	* src/callproc.c (init_callproc): If running uninstalled, do not
	include eventual installation libexec directory in exec-path.

2015-04-20  Artur Malabarba  <bruce.connor.am@gmail.com>

	* lisp/emacs-lisp/package.el: Filter by multiple keywords and cache keywords
	(package-menu-filter): Accept a list of keywords.
	(package--all-keywords): New variable to cache known keywords.
	(package-all-keywords): Populate it if necessary.
	(package-refresh-contents): Reset it.

	* lisp/emacs-lisp/package.el: Make archive and status pseudo-keywords
	(package--has-keyword-p): Understand "arc:xxxx" and "status:xxxx"
	as special keywords which match agains package archive and status
	respectively.
	* etc/NEWS: Document it.

2015-04-20  Eli Zaretskii  <eliz@gnu.org>

	Describe and index "empty overlays".
	* doc/lispref/display.texi (Overlays): Improve indexing.
	(Managing Overlays): Describe "empty" overlays.
	(Overlay Properties, Finding Overlays): Add cross-reference to
	where empty overlays are described.

2015-04-19  Paul Eggert  <eggert@cs.ucla.edu>

	Spelling fixes

	Quote 'like this' in top-level files
	* CONTRIBUTE, INSTALL, Makefile.in, README, configure.ac, make-dist:
	Prefer to single-quote 'like this' (instead of the older style
	`like this').
	* configure.ac: Fix some space-before-tab problems that 'git commit'
	complained about.

	Use bool for boolean in textprop.c, undo.c
	* src/textprop.c (soft, hard): Now constants instead of macros.
	(validate_plist): Rewrite to avoid need for boolean local.
	(interval_has_all_properties, interval_has_some_properties)
	(interval_has_some_properties_list, add_properties)
	(remove_properties, get_char_property_and_overlay)
	(Fnext_single_char_property_change)
	(Fprevious_single_char_property_change, add_text_properties_1)
	(Fremove_text_properties, Fremove_list_of_text_properties)
	(copy_text_properties):
	* src/tparam.c (tparam1):
	* src/undo.c (record_change, record_property_change)
	(syms_of_undo):
	Use 'true' and 'false' for booleans.

2015-04-19  Dmitry Gutov  <dgutov@yandex.ru>

	Call `smerge-start-session' even when dealing with a stash conflict
	* lisp/vc/vc-git.el (vc-git-find-file-hook):
	Call `smerge-start-session' even when dealing with a stash
	conflict (bug#20292).

2015-04-19  Vibhav Pant  <vibhavp@gmail.com>

	Add option to eshell/clear to clear scrollback.
	* lisp/eshell/esh-mode.el (eshell/clear-scrollback): New function.
	(eshell/clear): Add an optional SCROLLBACK argument. If non-nil,
	scrollback contents are cleared.
	* etc/NEWS: Describe change.
	* doc/misc/eshell.texi: Add entry for `clear'.

2015-04-19  Paul Eggert  <eggert@cs.ucla.edu>

	* src/widget.c (set_frame_size): Prefer 'int' to 'unsigned'
	where either will do.

2015-04-19  Steve Purcell  <steve@sanityinc.com>

	Assume package archive-contents are UTF8-encoded
	* lisp/emacs-lisp/package.el (package--read-archive-file):
	Set `coding-system-for-read' explicitly to 'utf-8 when reading the
	downloaded and cached archive-contents files, so that non-ASCII
	characters in package descriptions are displayed correctly in the
	`list-packages' menu. (Bug#20231)

2015-04-19  Dmitry Gutov  <dgutov@yandex.ru>

	Abort when looking at stashed changes
	* lisp/vc/vc-git.el (vc-git-find-file-hook): Abort when looking at
	stashed changes (bug#20292).

2015-04-19  Paul Eggert  <eggert@cs.ucla.edu>

	Refactor low-level printing for simplicity
	* src/print.c (PRINTDECLARE): Remove.  Move its contents into
	PRINTPREPARE; doable now that we assume C99.  All callers changed.
	(PRINTCHAR): Remove, as it adds more mystery than clarity.
	All callers changed.
	(strout): Assume that caller computes length.  All callers changed.
	(print_c_string): New function.
	(write_string, write_string_1): Compute length instead of asking
	the caller to compute it.  All callers changed.
	(write_string): Simplify by using write_string_1.
	(write_string_1): Simplify by using print_c_string.
	(Fterpri): Compute default val more clearly.
	(Fprin1_to_string, print_object):
	Assume C99 to avoid unnecessary nesting.
	(print_object): Prefer print_c_string to multiple printchar, or
	to calling strout with -1 length.  Coalesce into sprintf when
	this is easy.

2015-04-18  Paul Eggert  <eggert@cs.ucla.edu>

	Prefer "Bug#1234" in commit messages (Bug#20325)
	* .dir-locals.el (log-edit-mode): Don't rewrite Bug#,
	as this isn't useful for Git.
	* CONTRIBUTE: Suggest "Bug#1234" instead of "Fixes: debbugs:1234".

2015-04-18  Glenn Morris  <rgm@gnu.org>

	* lisp/files.el (auto-mode-alist): Use conf mode for gitconfig, hgrc.
	(Bug#19506)

2015-04-18  Tom Willemse  <tom@ryuslash.org>  (tiny change)

	* lisp/elec-pair.el (electric-pair-post-self-insert-function): Do not use `chomp' as a function.
	(Bug#19505)

2015-04-18  Glenn Morris  <rgm@gnu.org>

	* lisp/net/browse-url.el (browse-url, browse-url-at-point): Doc fixes.

	* doc/emacs/misc.texi (Sorting): Small edit.
	(Bug#19896)

	* admin/admin.el (make-manuals): Add emacs-xtra in pdf and ps.

2015-04-18  Simen Heggestøyl  <simenheg@gmail.com>

	css-mode.el: Support multi-line comment filling
	(Bug#20256)
	* lisp/textmodes/css-mode.el (css-fill-paragraph): Support multi-line
	comment filling.
	(css-adaptive-fill): New function.
	(css-mode): Set `adaptive-fill-function'.
	(scss-mode): Set `comment-continue'.

2015-04-18  Nicolas Petton  <nicolas@petton.fr>

	* lisp/emacs-lisp/seq.el (seq-concatenate, seq-into): Better error messages.

2015-04-18  Ivan Radanov Ivanov  <ivanradanov@yahoo.co.uk>  (tiny change)

	Minor improvements in Bulgarian input methods
	* lisp/leim/quail/cyrillic.el (bulgarian-phonetic, bulgarian-bds):
	Replace U+042C with U+045D, as the former character is not used in
	the modern Bulgarian language.
	(Bug#20350)

2015-04-17  Thomas Fitzsimmons  <fitzsim@fitzsim.org>

	Improve EUDC manual
	* eudc.texi (LDAP Configuration): Mention simple and SASL
	authentication schemes.  Add index items.  Shorten example server
	name.

2015-04-17  Dmitry Gutov  <dgutov@yandex.ru>

	Don't show both feature and function with the same name
	* lisp/progmodes/elisp-mode.el (elisp--xref-identifier-location):
	Don't show both feature and function with the same name.

	(elisp--xref-identifier-location): Skip variable, if it's also a functiong
	* lisp/progmodes/elisp-mode.el (elisp--xref-identifier-location):
	Avoid returning both the variable and the function for the same
	minor mode.

2015-04-17  Wolfgang Jenkner  <wjenkner@inode.at>

	Fix fontification of keywords clobbered by the prompt.
	* lisp/comint.el (comint-output-filter): Remove the uses of
	with-silent-modifications I introduced as part of the last change.
	This fixes, e.g., erratically missing highlighting when running
	./configure --help; ./configure in a shell-mode buffer with
	compilation-shell-minor-mode turned on.

2015-04-17  Glenn Morris  <rgm@gnu.org>

	* admin/authors.el (authors-valid-file-names, authors-renamed-files-alist): Additions.

2015-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>

	* lisp/indent.el (indent-region): Don't deactivate the mark
	(Bug#20357)

2015-04-17  Sam Steingold  <sds@gnu.org>

	lisp/net/rcirc.el (defun-rcirc-command): mark `target' as ignorable

2015-04-16  Leo Liu  <sdl.web@gmail.com>

	* lisp/progmodes/xref.el (xref-push-marker-stack): Add optional arg.

2015-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>

	* lisp/erc/erc-pcomplete.el (erc-pcomplete): Don't use `pcomplete' any more.

2015-04-16  Glenn Morris  <rgm@gnu.org>

	* admin/authors.el (authors-lax-changelogs): Update for erc changes.

2015-04-16  Eli Zaretskii  <eliz@gnu.org>

	Don't link with -ljpeg on MS-Windows, to avoid dependency on DLL
	* configure.ac (LIBJPEG): Leave it empty for MinGW.

2015-04-16  Glenn Morris  <rgm@gnu.org>

	* lisp/replace.el (query-replace-from-to-separator): Delay initialization
	to avoid rogue setting after startup.

2015-04-16  Paul Eggert  <eggert@cs.ucla.edu>

	Pre-4.6 GCC succeeds with unknown option
	* configure.ac (emacs_cv_prog_cc_nopie): Port to pre-4.6 GCC.
	(Bug#20338)

2015-04-15  Paul Eggert  <eggert@cs.ucla.edu>

	'[:graph:]' now excludes whitespace, not just ' '
	* doc/lispref/searching.texi (Char Classes):
	* lisp/emacs-lisp/rx.el (rx): Document [:graph:] to be [:print:]
	sans whitespace (not sans space).
	* src/character.c (graphicp): Exclude all Unicode whitespace chars,
	not just space.
	* src/regex.c (ISGRAPH): Exclude U+00A0 (NO-BREAK SPACE).

2015-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>

	(looking-back): Make the second arg non-optional.
	* lisp/subr.el (substitute-key-definition-key, special-form-p)
	(macrop): Drop deprecated second arg to indirect-function.
	(looking-back): Make the second arg non-optional.

	* lisp/org/org-clock.el (org-x11idle-exists-p): Be honest about which
	command is actually sent to the shell.

2015-04-15  Paul Eggert  <eggert@cs.ucla.edu>

	Port jpeg configuration to Solaris 10 with Sun C
	* configure.ac: Check for jpeglib 6b by trying to link it, instead
	of relying on cpp magic that has problems in practice.  Check for
	both jpeglib.h and jerror.h features.  Remove special case for
	mingw32, which should no longer be needed (and if it were needed,
	should now be addressable by hotwiring emacs_cv_jpeglib).
	(Bug#20332)

2015-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>

	Move some Elisp-specific code from lisp-mode.el to elisp-mode.el
	* lisp/emacs-lisp/lisp-mode.el (lisp--el-font-lock-flush-elisp-buffers):
	Move to elisp-mode.el.
	(lisp-mode-variables): (Re)move elisp-specific settings.
	* lisp/progmodes/elisp-mode.el (emacs-lisp-mode): Add settings removed
	from lisp-mode-variables.
	(elisp--font-lock-flush-elisp-buffers): New function, moved from
	lisp-mode.el.

	* lisp/emacs-lisp/lisp-mode.el (lisp--el-non-funcall-position-p):
	Avoid pathological slowdown at top-level in large file.

2015-04-15  Paul Eggert  <eggert@cs.ucla.edu>

	Standardize names of ChangeLog history files
	Suggested by Glenn Morris in:
	http://lists.gnu.org/archive/html/emacs-devel/2015-04/msg00678.html
	* Makefile.in (install-man): Don't treat ChangeLog.1 as a man page.
	* doc/man/ChangeLog.1: Rename back from doc/man/ChangeLog.01.
	* lisp/erc/ChangeLog.1: New file, containing the old contents of ...
	* lisp/erc/ChangeLog.01, lisp/erc/ChangeLog.02, lisp/erc/ChangeLog.03:
	* lisp/erc/ChangeLog.04, lisp/erc/ChangeLog.05, lisp/erc/ChangeLog.06:
	* lisp/erc/ChangeLog.07, lisp/erc/ChangeLog.08, lisp/erc/ChangeLog.09:
	Remove.

	Split top-level entries into pre- and post-April 7
	This more clearly distingiushes pre-April-7 ChangeLog entries (which
	are for top-level files only) from post-April-7 entries (which are
	about files at all levels.  Problem reported by Glenn Morris in:
	http://lists.gnu.org/archive/html/emacs-devel/2015-04/msg00678.html
	* ChangeLog.1: Move post-April-7 entries from here ...
	* ChangeLog.2: ... to this new file.
	* Makefile.in (CHANGELOG_HISTORY_INDEX_MAX): Bump to 2.

2015-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>

	Fix recent cus-start changes that added customize-rogues
	* lisp/cus-start.el (custom-delayed-init-variables): Initialize the
	vars early.
	* lisp/loadup.el ("cus-start"): Move to the end to reduce customize-rogue.

2015-04-15  Nicolas Petton  <nicolas@petton.fr>

	Define cl-concatenate as an alias to seq-concatenate
	* lisp/emacs-lisp/cl-extra.el (cl-concatenate): Removes duplicated
	  code by making cl-concatenate an alias to seq-concatenate.

2015-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>

	* src/lread.c (intern_1): Make sure we'd find the symbol we add
	(Bug#20334)
	* src/xfaces.c (resolve_face_name): Don't use `intern' with Lisp_Strings.

2015-04-15  Glenn Morris  <rgm@gnu.org>

	* doc/lispref/sequences.texi (Sequence Functions): Fix typo in previous.

2015-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>

	Clean up gnus-uu saving code slightly
	* gnus-uu.el (gnus-uu-save-article): Make the
	save-restriction/widen calls make more sense.

2015-04-15  Paul Eggert  <eggert@cs.ucla.edu>

	Make [:graph:] act like [:print:] sans space
	In POSIX [[:print:]] is equivalent to [ [:graph:]], so change
	[:graph:] so that it matches everything that [:print:] does,
	except for space.
	* doc/lispref/searching.texi (Char Classes):
	* etc/NEWS:
	* lisp/emacs-lisp/rx.el (rx):
	Document [:graph:] to be [:print:] sans ' '.
	* src/character.c, src/character.h (graphicp): New function.
	* src/regex.c (ISGRAPH) [emacs]: Use it.
	(BIT_GRAPH): New macro.
	(BIT_PRINT): Increase to 0x200, to make room for BIT_GRAPH.
	(re_wctype_to_bit) [! WIDE_CHAR_SUPPORT]:
	Return BIT_GRAPH for RECC_GRAPH.
	(re_match_2_internal) [emacs]: Use ISGRAPH if BIT_GRAPH,
	and ISPRINT if BIT_PRINT.

2015-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>

	automated/eieio-test-methodinvoke.el (make-instance) <(subclass C)>:
	Don't use call-next-method in a cl-defmethod.

	* lisp/emacs-lisp/eieio-core.el (eieio--class): Derive from cl--class
	(eieio--class-p): Remove, provided by cl-defstruct.

2015-04-14  Nicolas Petton  <nicolas@petton.fr>

	Add seq-intersection and seq-difference to the seq library
	* lisp/emacs-lisp/seq.el (seq-intersection, seq-difference): New
	functions.
	* test/automated/seq-tests.el: Add tests for seq-intersection and
	seq-difference.
	* doc/lispref/sequences.texi: Add documentation for seq-intersection
	and seq-difference.

2015-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>

	* eieio-core.el (class-abstract-p): Don't inline, to avoid leaking internals

2015-04-14  Sam Steingold  <sds@gnu.org>

	package--ensure-init-file: widen requires save-restriction

2015-04-14  Eli Zaretskii  <eliz@gnu.org>

	Improve the commit-msg Git hook for unibyte environments
	* build-aux/git-hooks/commit-msg: Set LC_ALL=C, before running Awk
	in unibyte environments.  (Suggested by Paul Eggert
	<eggert@cs.ucla.edu>.)  Use a more accurate approximation to
	[:print:], based on UTF-8 sequences of the unprintable characters.

	Describe problems with cursor caused by Windows Magnifier
	* etc/PROBLEMS: Describe the problem with cursor shape on
	MS-Windows due to Windows Magnifier.
	(Bug#20271)

	Make [:print:] support non-ASCII characters correctly
	* src/regex.c (ISPRINT): Call 'printablep' for multibyte characters.
	(BIT_PRINT): New bit mask.
	(re_wctype_to_bit): Return BIT_PRINT for RECC_PRINT.
	* src/character.c (printablep): New function.
	* src/character.h (printablep): Add prototype.
	* lisp/emacs-lisp/rx.el (rx): Doc fix: document the new behavior
	of 'print', 'alnum', and 'alphabetic'.
	* doc/lispref/searching.texi (Char Classes): Document the new
	behavior of [:print:].
	* etc/NEWS: Mention the new behavior of [:print:].

	Assign correct general-category and names to surrogates
	* admin/unidata/unidata-gen.el (unidata-setup-list): Don't ignore
	surrogates.  This avoids assigning them the default
	general-category of 'Cn', i.e. unassigned codepoints.
	(unidata-get-name): Give surrogates synthetic names.

2015-04-14  Paul Eggert  <eggert@cs.ucla.edu>

	Assume C89 offsetof in xterm.c, xlwmenu.c
	* lwlib/xlwmenu.c (offset):
	* src/xterm.c (cvt_string_to_pixel_args):
	Use offsetof, not XtOffset.

2015-04-14  Paul Eggert  <eggert@Penguin.CS.UCLA.EDU>

	Assume C89 offsetof in widget.c
	* src/widget.c (XtOffset): Remove; no longer needed.
	(offset): Implement via offsetof instead of via pre-C89 XtOffset hack.

	Fix think-o in previous patch
	* src/window.c (count_windows, get_leaf_windows):
	Don't optimize count_windows incorrectly.

2015-04-13  Paul Eggert  <eggert@cs.ucla.edu>

	Avoid some int overflows in window.c
	* src/print.c (print_object):
	* src/window.c (sequence_number):
	* src/window.h (struct window.sequence_number):
	Don't assume window sequence number fits in int.
	* src/window.c (window_select_count):
	* src/window.h (struct window.use_time, window_select_count):
	Don't assume window use time fits in int.
	* src/window.c (Fsplit_window_internal):
	Don't assume user-supplied integer, or sum, fits in int.
	(Fset_window_configuration, count_windows, get_leaf_windows)
	(save_window_save, Fcurrent_window_configuration):
	Use ptrdiff_t for object counts.
	(Fset_window_configuration): Omit unused local 'n'.
	(count_windows): Simplify by writing in terms of get_leaf_windows.
	(get_leaf_windows): Don't store through FLAT if it's null.
	(extract_dimension): New static function.
	(set_window_margins, set_window_fringes, set_window_scroll_bars):
	Use it to avoid undefined behavior when converting user-supplied
	integer to 'int'.

2015-04-13  Glenn Morris  <rgm@gnu.org>

	Minor doc copyedits
	* doc/emacs/custom.texi (Init Examples): Tweak example, replace typo.
	* doc/lispintro/emacs-lisp-intro.texi (condition-case): Typo fix.

2015-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>

	[Gnus] Catch the invalid-operation that idna.el will issue
	* lisp/gnus/gnus-art.el (gnus-use-idna):
	* lisp/gnus/gnus-sum.el (gnus-summary-idna-message):
	* lisp/gnus/message.el (message-use-idna):
	Catch the invalid-operation that idna.el will issue.

2015-04-13  Paul Eggert  <eggert@cs.ucla.edu>

	* doc/lispref/processes.texi (Shell Arguments): Prefer diff -u.

2015-04-13  Sam Steingold  <sds@gnu.org>

	package--ensure-init-file: widen before looking for "(package-initialize)"

2015-04-13  Dmitry Gutov  <dgutov@yandex.ru>

	Change diff-switches default to `-u'
	(Bug#20290)
	* doc/emacs/files.texi (Comparing Files): Document the new default
	value of `diff-switches'.
	* doc/emacs/trouble.texi (Sending Patches): Document the preference
	for unified diff format.  Escape the plus in the suggested `-F' regexp
	value.
	* lisp/vc/diff.el (diff-switches): Change the default to `-u'.

2015-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>

	(gnus-group--setup-tool-bar-update): Fix last change
	* lisp/gnus/gnus-group.el (gnus-group--setup-tool-bar-update):
	cursor-sensor-functions should be a list of functions.

2015-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>

	Use gmm-called-interactively-p in Gnus
	* lisp/gnus/gnus-topic.el (gnus-topic-mode): Use gmm-called-interactively-p.

2015-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>

	* lisp/loadup.el ("cus-start"): Load it after loaddefs.el
	(Bug#20321)
	* lisp/cus-start.el (read-buffer-function): Don't advertize
	iswitchb-read-buffer any more.
	(iswitchb): Don't tweak this obsolete group any more.

2015-04-13  Artur Malabarba  <bruce.connor.am@gmail.com>

	* lisp/emacs-lisp/package.el: Fix package--ensure-init-file

	* lisp/emacs-lisp/cl-macs.el (cl-defstruct): Implement docstrings
	Adding a string after a constructor's argument list will use
	that string as the constructor function docstring.  If this string
	is absent but the struct itself was given a docstring, use that as
	the constructor's docstring.
	Fixes (bug#17284).

2015-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>

	Deprecate `intangible' and `point-entered' properties
	* lisp/emacs-lisp/cursor-sensor.el: New file.
	* lisp/simple.el (pre-redisplay-functions): New hook.
	(redisplay--pre-redisplay-functions): New function.
	(pre-redisplay-function): Use it.
	(minibuffer-avoid-prompt): Mark obsolete.
	(redisplay--update-region-highlight): Adapt it to work as a function on
	pre-redisplay-functions.
	* lisp/cus-start.el (minibuffer-prompt-properties--setter): New fun.
	(minibuffer-prompt-properties): Use it.  Use cursor-intangible rather
	than point-entered to make the prompt intangible.
	* lisp/forms.el: Move `provide' calls to the end.
	(forms-mode): Don't use `run-hooks' on a local var.
	(forms--make-format, forms--make-format-elt-using-text-properties):
	Use cursor-intangible rather than `intangible'.
	(forms-mode): Enable cursor-intangible-mode.
	* lisp/isearch.el (isearch-mode): Use defvar-local.
	(cursor-sensor-inhibit): Declare.
	(isearch-mode): Set cursor-sensor-inhibit.
	(isearch-done): Set it back.
	(isearch-open-overlay-temporary, isearch-open-necessary-overlays)
	(isearch-close-unnecessary-overlays): Don't bother with `intangible'
	any more.
	* lisp/ses.el (ses-localvars): Remove `mode-line-process'.
	(ses-sym-rowcol, ses-cell-value, ses-col-width, ses-col-printer):
	Add Edebug spec.
	(ses-goto-print, ses-print-cell, ses-adjust-print-width)
	(ses-goto-data, ses-setup, ses-copy-region): Don't let-bind
	inhibit-point-motion-hooks any more.
	(ses--cell-at-pos, ses--curcell): New functions, extracted from
	ses-set-curcell.
	(ses-set-curcell): Use them.
	(ses-print-cell, ses-setup): Use cursor-intangible instead of
	`intangible'.  Make sure cursor-intangible isn't sticky at BOB.
	(ses-print-cell-new-width, ses-reprint-all, ses-recalculate-all):
	Use ses--cell-at-pos.
	(ses--mode-line-process, ses--cursor-sensor-highlight): New functions,
	extracted from ses-command-hook.  Make them work with multiple windows
	displaying the same buffer.
	(ses-mode): Use them via mode-line-process and pre-redisplay-functions.
	Enable cursor-intangible-mode.
	(ses-command-hook): Remove cell highlight and mode-line update code.
	(ses-forward-or-insert, ses-copy-region-helper, ses-sort-column):
	Update for new name of text-property holding the cell name.
	(ses-rename-cell): Don't mess with mode-line-process.
	* lisp/erc/erc-stamp.el (erc-add-timestamp): Use the new
	cursor-sensor-functions property instead of point-entered.
	(erc-insert-timestamp-right, erc-format-timestamp):
	Use cursor-intangible rather than `intangible'.
	(erc-munge-invisibility-spec): Use add-to-invisibility-spec and
	remove-from-invisibility-spec.  Enable cursor-intangible-mode and
	cursor-sensor-mode if needed.
	(erc-echo-timestamp): Adapt to calling convention of
	cursor-sensor-functions.
	(erc-insert-timestamp-right): Remove unused vars `current-window' and
	`indent'.
	* lisp/gnus/gnus-group.el (gnus-tmp-*): Declare.
	(gnus-update-group-mark-positions): Remove unused `topic' var.
	(gnus-group-insert-group-line): Remove unused var `header'.
	(gnus-group--setup-tool-bar-update): New function.
	(gnus-group-insert-group-line): Use it.
	(gnus-group-update-eval-form): Declare local
	dynamically-bound variables.
	(gnus-group-unsubscribe-group): Use \` and \' to match string bounds.
	* lisp/gnus/gnus-topic.el (gnus-topic-jump-to-topic)
	(gnus-group-prepare-topics, gnus-topic-update-topic)
	(gnus-topic-change-level, gnus-topic-catchup-articles)
	(gnus-topic-remove-group, gnus-topic-delete, gnus-topic-indent):
	Use inhibit-read-only.
	(gnus-topic-prepare-topic): Use gnus-group--setup-tool-bar-update.
	(gnus-topic-mode): Use define-minor-mode and derived-mode-p.
	* lisp/textmodes/reftex-index.el (reftex-display-index):
	Use cursor-intangible-mode if available.
	(reftex-index-post-command-hook): Check cursor-intangible.
	* lisp/textmodes/reftex-toc.el (reftex-toc):
	Use cursor-intangible-mode if available.
	(reftex-toc-recenter, reftex-toc-post-command-hook):
	Check cursor-intangible.
	* lisp/textmodes/sgml-mode.el: Use lexical-binding.
	(sgml-tag): Use cursor-sensor-functions instead of point-entered.
	(sgml-tags-invisible): Use with-silent-modifications and
	inhibit-read-only.  Enable cursor-sensor-mode.
	(sgml-cursor-sensor): Rename from sgml-point-entered and adjust to
	calling convention of cursor-sensor-functions.
	* lisp/textmodes/table.el (table-cell-map-hook, table-load-hook)
	(table-point-entered-cell-hook, table-point-left-cell-hook):
	Don't autoload.
	(table-cell-entered-state): Remove var.
	(table--put-cell-point-entered/left-property)
	(table--remove-cell-properties):
	Use cursor-sensor-functions rather than point-entered/left.
	(table--point-entered/left-cell-function): Merge
	table--point-entered-cell-function and table--point-left-cell-function
	and adjust to calling convention of cursor-sensor-functions.

	Update ldef-boots.el

	* lisp/emacs-lisp/pcase.el (pcase-dolist): Autoload as well.

	* doc/misc/eieio.texi: Don't advertize now obsolete constructs

	Collapse successive char deletions in the undo log
	* src/cmds.c (remove_excessive_undo_boundaries): New function,
	extracted from Fself_insert_command.
	(Fdelete_char, Fself_insert_command): Use it.
	* src/fileio.c (Fmake_symbolic_link): Rename arg to `target'.
	* src/keyboard.c (syms_of_keyboard): `top-level' shouldn't be special.

	xterm and OSC 52: Add NEWS entry, and tweak the code
	* lisp/term/xterm.el (gui-set-selection) <nil>: Move method definition to
	top-level.
	(terminal-init-xterm-activate-set-selection): Set a terminal property.
	(xterm--set-selection): Use it instead of checking the value of
	`terminal-initted'.  Don't use string-bytes.

2015-04-13  Philipp Stephani  <p.stephani2@gmail.com>

	xterm.el: Implement OSC-52 functionality for setting the X selection
	* lisp/term/xterm.el (xterm-max-cut-length): New var.
	(xterm--set-selection, terminal-init-xterm-activate-set-selection): New funs.
	(terminal-init-xterm, xterm--version-handler): Use them.

2015-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>

	Remove left over code from when we used an obsolete/loaddefs.el file
	* lisp/subr.el (do-after-load-evaluation): Remove left over code from when
	we used an obsolete/loaddefs.el file.

	* cedet/semantic/fw.el: Use declare.
	* cedet/semantic/fw.el (semantic-exit-on-input)
	(semanticdb-without-unloaded-file-searches): Use declare.
	(semantic-fw-add-edebug-spec): Remove.

	(completion-lisp-mode-hook): Use completion-separator-chars
	* lisp/completion.el (completion-lisp-mode-hook):
	Use completion-separator-chars rather than local key binding.

	* src/*.c: Set deactivate_mark buffer-locally
	(Bug#20260)
	* src/insdel.c (prepare_to_modify_buffer_1):
	* src/fileio.c (Finsert_file_contents): Set deactivate_mark
	buffer-locally.

2015-04-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>

	python.el: Keep symmetry on sexp navigation with parens
	(Bug#19954)
	* lisp/progmodes/python.el
	(python-nav--forward-sexp): Add argument skip-parens-p.
	(python-nav-forward-sexp, python-nav-backward-sexp)
	(python-nav-forward-sexp-safe)
	(python-nav-backward-sexp-safe): Use it.
	* test/automated/python-tests.el
	(python-nav-forward-sexp-1): Fix test.

2015-04-12  João Távora  <joaotavora@gmail.com>

	Don't use `setq-local' in Gnus code
	This might break upstream builds with older Emacsen
	* lisp/gnus/message.el (message-mode): Use `set' and
	`make-local-variable' instead of `setq-local'.

2015-04-12  Paul Eggert  <eggert@cs.ucla.edu>

	Update Makefile.in's .PHONY dependencies
	* Makefile.in (change-history-commit, master-branch-is-current)
	(no-ChangeLog): Now phony.

	Remove configure's --with-mmdf option
	* configure.ac (MAIL_USE_MMDF): Remove.
	* etc/NEWS: Document this.
	* lib-src/movemail.c: Assume MAIL_USE_MMDF is not defined.
	(Bug#20308)

	* doc/man/ChangeLog.01: Rename from doc/man/ChangeLog.1.
	That way, 'make install' won't think it's a man page.
	Reported by Ashish SHUKLA in:
	http://lists.gnu.org/archive/html/emacs-devel/2015-04/msg00656.html

	Improve 'make change-history' prereq tests
	* Makefile.in (gen_origin): Fix to match what's in the master branch.
	(no-ChangeLog, master-branch-is-current): New rules.
	(change-history): Depend on them, to avoid similar future problems.
	Escape the local-variables string to pacify Emacs when editing
	Makefile.in.

2015-04-12  Artur Malabarba  <bruce.connor.am@gmail.com>

	* test/automated/package-test.el (with-package-test): Kill Packages buffer

	* lisp/emacs-lisp/package.el: Improve transaction y-or-n prompt
	(package-menu--prompt-transaction-p): Prompt for "Delete" first,
	"Upgrade" last, and use capitalized instead of all-caps.

	* lisp/emacs-lisp/package.el: Completely silence async operations
	(package--make-autoloads-and-stuff): Silence autoloads.
	(package--save-selected-packages): New function, silences
	`customize-save-variable'.
	(package--user-selected-p, package-install-from-buffer)
	(package-delete, package-install): Use it.
	(package-install-from-archive)
	(package-menu--perform-transaction): Silence.
	(package-menu-execute): Feedback when operation starts.

	Use delay-mode-hooks when visiting the init-file
	* lisp/emacs-lisp/package.el (package--ensure-init-file):
	delay-mode-hooks
	* lisp/cus-edit.el (custom-save-all): delay-mode-hooks

	* lisp/files.el: Only message when saving if save-silently is nil
	(save-silently): New variable.
	(files--message): New function.
	(find-file-noselect, save-buffer, basic-save-buffer)
	(basic-save-buffer-2, save-some-buffers, not-modified)
	(append-to-file): Use them.

2015-04-12  Johan Bockgård  <bojohan@gnu.org>

	Support debug declarations in pcase macros
	* lisp/emacs-lisp/pcase.el (pcase-MACRO): New edebug spec.
	(pcase-UPAT): Use it.  Remove "`".
	(pcase--edebug-match-macro): New function.
	(pcase-defmacro): Support debug declarations.
	* lisp/emacs-lisp/cl-macs.el (cl-struct) <pcase-defmacro>:
	* lisp/emacs-lisp/eieio.el (eieio) <pcase-defmacro>:
	* lisp/emacs-lisp/pcase.el (\`): <pcase-defmacro>: Add debug declaration.

	pcase.el: Edebug support for `app' and vector patterns
	* lisp/emacs-lisp/pcase.el (pcase-FUN): New edebug spec.
	(pcase-UPAT): Use it. Support `app' patterns.
	(pcase-QPAT): Support vector patterns.

	edebug.el: Disambiguate vector specifications
	* lisp/emacs-lisp/edebug.el (edebug-match-list): Always treat
	`(vector ...)' as a vector specification, not as a sublist.

	(gnus-summary-refer-thread): Don't clobber unread articles
	This fixes a bug where `A T' causes "random" articles to become marked
	as read.
	* lisp/gnus/gnus-sum.el (gnus-summary-refer-thread): Make sure
	gnus-newsgroup-unreads remains sorted.

	mouse-sel.el: Fix mouse-sel-get-selection-function
	* lisp/obsolete/mouse-sel.el (mouse-sel-get-selection-function):
	Use gui--last-selected-text-primary instead of no longer existing
	gui-last-selected-text.

	* lisp/rect.el (delete-whitespace-rectangle-line): Don't cross EOL.

	* lisp/net/nsm.el (nsm-query-user): Use cursor-in-echo-area.

2015-04-12  Artur Malabarba  <bruce.connor.am@gmail.com>

	* lisp/emacs-lisp/package.el (list-packages): Avoid redundant generate

	* lisp/emacs-lisp/package.el (list-packages): Call refresh in right buffer

	* lisp/emacs-lisp/bytecomp.el: Silence noninteractive compilations
	(byte-compile--interactive): New var.
	(byte-compile--message): New function.
	(byte-compile-log-1, byte-force-recompile)
	(byte-recompile-directory, byte-recompile-file)
	(byte-compile-file, compile-defun)
	(byte-compile-file-form-defmumble, byte-compile)
	(byte-compile-file-form-defalias, display-call-tree): Use it.

	* lisp/files.el: Don't message when nothing happened
	(save-some-buffers, basic-save-buffer): Before messaging to say
	"nothing was saved" check if (called-interactively-p 'any).

2015-04-12  João Távora  <joaotavora@gmail.com>

	Summary: Improve sexp-based movement in message-mode
	Works by giving citations and smileys a different syntax.  This helps
	modes like `show-paren-mode', `electric-pair-mode', and C-M-*
	sexp-based movement.
	* lisp/gnus/message.el (message--syntax-propertize): New function.
	(message-mode): Set syntax-related vars.
	(message-smileys): New variable.
	* test/automated/message-mode-tests.el: New file

2015-04-11  Paul Eggert  <eggert@cs.ucla.edu>

	Use bool for boolean in window.c
	* src/window.c:	Omit unnecessary static function decls.
	(adjust_window_count, select_window, Fselect_window)
	(window_body_width, Fwindow_body_height, Fwindow_body_width)
	(set_window_hscroll, check_window_containing, Fwindow_at)
	(Fwindow_end, Fset_window_start, Fpos_visible_in_window_p)
	(unshow_buffer, replace_window, recombine_windows)
	(add_window_to_list, candidate_window_p, next_window)
	(Fnext_window, Fprevious_window, window_loop, check_all_windows)
	(Fget_buffer_window, Fdelete_other_windows_internal)
	(replace_buffer_in_windows_safely, set_window_buffer)
	(Fset_window_buffer, Fforce_window_update)
	(temp_output_buffer_show, make_parent_window)
	(window_resize_check, window_resize_apply, Fwindow_resize_apply)
	(resize_frame_windows, Fsplit_window_internal)
	(Fdelete_window_internal, grow_mini_window, shrink_mini_window)
	(Fresize_mini_window_internal, mark_window_cursors_off)
	(window_scroll, window_scroll_pixel_based)
	(window_scroll_line_based, scroll_command, Fscroll_other_window)
	(Fscroll_left, Fscroll_right, displayed_window_lines, Frecenter)
	(Fmove_to_window_line, Fset_window_configuration)
	(delete_all_child_windows, apply_window_adjustment)
	(set_window_fringes, set_window_scroll_bars)
	(Fset_window_vscroll, foreach_window, foreach_window_1)
	(compare_window_configurations, Fcompare_window_configurations):
	Prefer 'bool', 'true', and 'false' for booleans.
	* src/window.h (WINDOW_MODE_LINE_LINES)
	(WINDOW_HEADER_LINE_LINES): Omit unnecessary "!!" on bool value.

2015-04-11  Artur Malabarba  <bruce.connor.am@gmail.com>

	Speed up byte-compilation and autoload generation by avoiding mode-hooks
	This prevents emacs-lisp-mode-hook from being run everytime an
	autoload file is generated, which can account for a fraction of
	package installation time depending on the hooks the user has
	configured.
	* lisp/emacs-lisp/bytecomp.el (byte-compile-file): Use delay-mode-hooks.
	* lisp/emacs-lisp/autoload.el (autoload-find-file)
	(autoload-find-generated-file): Use delay-mode-hooks.

	* lisp/emacs-lisp/package.el: Improve `package-menu-refresh'
	(package-menu-refresh): Respect async and do new package checking.
	(list-packages): Use `package-menu-refresh' instead of repeating code.

	* lisp/emacs-lisp/package.el: Improve package-menu-quick-help
	(package--quick-help-keys): New variable.
	(package--prettify-quick-help-key): New function.
	(package-menu-quick-help): Use it.

	* lisp/emacs-lisp/package.el: Fix initially wrong compat table
	(package--build-compatibility-table): require finder

	* test/automated/package-test.el: Fix new test

	* lisp/emacs-lisp/package.el: Silence async operations
	(package--silence): New variable.
	(package--message): New function.
	(package-import-keyring, package-refresh-contents)
	(package-compute-transaction, package-install, package-delete)
	(package-menu--perform-transaction, package-menu-execute): Use it.

	* test/automated/package-test.el: Test async functionality
	(package-test-update-archives-async): New test

2015-04-11  Daiki Ueno  <ueno@gnu.org>

	Utilize `make-process' in epg.el
	* lisp/epg.el (epg-error-output): Abolish.
	(epg-context): New slot `error-buffer'.
	(epg--start): Use `make-process' and `make-pipe-process'.
	(epg--process-filter): Remove code separating stderr from stdout.
	(epg-wait-for-completion): Simplify `error-output' handling.
	(epg-reset): Dispose error buffer.

2015-04-11  Paul Eggert  <eggert@cs.ucla.edu>

	* .gitignore: Ignore doc temps and outputs.

	Port commit-msg to MSYS Bash+Gawk
	See Eli Zaretskii in:
	http://lists.gnu.org/archive/html/emacs-devel/2015-04/msg00610.html
	* build-aux/git-hooks/commit-msg (cent_sign_utf8_format)
	(cent_sign, print_at_sign, at_sign): Revert previous change.
	(print_at_sign): Prepend "BEGIN".
	(at_sign): Redirect from /dev/null to be safer with pre-POSIX awk.

	Port commit-msg to broken MS-Windows shell
	* build-aux/git-hooks/commit-msg (cent_sign):
	Just use UTF-8 here rather than ASCII + printf, as the latter fails
	on a broken MS-Windows shell.  Reported by Eli Zaretskii in:
	http://lists.gnu.org/archive/html/emacs-devel/2015-04/msg00592.html

2015-04-11  Chris Zheng  <chriszheng99@gmail.com>  (tiny change)

	Support GnuTLS v3.4 and later on MS-Windows
	* src/gnutls.c (syms_of_gnutls) <libgnutls-version>: New DEFSYM.
	* lisp/term/w32-win.el (dynamic-library-alist): Determine which
	GnuTLS DLL to load according to value of libgnutls-version.
	(Bug#20294)

2015-04-11  Paul Eggert  <eggert@cs.ucla.edu>

	Minor quoting etc. fixes to misc manuals
	Fix some minor quoting and spacing issues.  Distinguish more
	clearly among grave accent and apostrophe (which are ASCII) and
	single quote (which is not).  Prefer the standard terms
	"apostrophe" and "grave accent" to alternative names that can be
	confusing.  Use apostrophes to single-quote ASCII text.
	* doc/misc/remember.texi: Spell the mystic's pseudonym in UTF-8
	rather than approximating it in ASCII with grave accent.

2015-04-11  Daiki Ueno  <ueno@gnu.org>

	Respect more keyword args in `make-process'
	* process.c (Fmake_process): Respect `:sentinel' and `:filter'
	keywords as documented.

2015-04-10  Dmitry Gutov  <dgutov@yandex.ru>

	Extract ChangeLog entries when committing a directory
	* lisp/vc/vc-dispatcher.el (vc-log-edit): Update FIXME comment.
	* lisp/vc/log-edit.el (log-edit-changelog-insert-entries):
	Add a FIXME comment.
	(log-edit-changelog-entries): Extract from
	`log-edit-changelog-entries', handle FILE being a directory
	(http://lists.gnu.org/archive/html/emacs-devel/2015-04/msg00555.html).

2015-04-10  Paul Eggert  <eggert@cs.ucla.edu>

	Fix problems found by --enable-gcc-warnings
	* src/process.c (create_process, Fmake_pipe_process)
	(Fmake_network_process): Omit unused locals.

	Fix commit-msg to handle scissors lines
	* build-aux/git-hooks/commit-msg:
	Ignore every line after a scissors line, such as a line generated
	by 'git commit -v'.  Problem reported by Johan Bockgård in:
	http://lists.gnu.org/archive/html/emacs-devel/2015-04/msg00580.html

	port commit-msg to Gawk 3.0.4 (1999)
	* build-aux/git-hooks/commit-msg (cent_sign_utf8_format, cent_sign)
	(print_at_sign, at_sign): New vars.  Use them to avoid problems
	Eli Zaretskii encountered with Gawk 3.0.4 (1999) on MSYS.  See:
	http://lists.gnu.org/archive/html/emacs-devel/2015-04/msg00566.html

	Have commit-msg report commit failure
	* build-aux/git-hooks/commit-msg: If the commit is aborted,
	say so.  Simplify by doing this at the end.  Problem reported
	by Eli Zaretskii in:
	http://lists.gnu.org/archive/html/emacs-devel/2015-04/msg00566.html

2015-04-10  Thomas Fitzsimmons  <fitzsim@fitzsim.org>

	Clean up LDAP Configuration section of EUDC manual
	* doc/misc/eudc.texi: Combine indices.
	(LDAP Configuration): Use command markup.  Add index entries.
	Change formatting.  Wrap long lines.  Add noindent markup.

2015-04-10  Daiki Ueno  <ueno@gnu.org>

	Add facility to collect stderr of async subprocess
	* src/w32.h (register_aux_fd): New function declaration.
	* src/w32.c (register_aux_fd): New function.
	* src/process.h (struct Lisp_Process): New member stderrproc.
	* src/process.c (PIPECONN_P): New macro.
	(PIPECONN1_P): New macro.
	(Fdelete_process, Fprocess_status, Fset_process_buffer)
	(Fset_process_filter, Fset_process_sentinel, Fstop_process)
	(Fcontinue_process): Handle pipe process specially.
	(create_process): Respect p->stderrproc.
	(Fmake_pipe_process): New function.
	(Fmake_process): Add new keyword argument :stderr.
	(wait_reading_process_output): Specially handle a pipe process when
	it gets an EOF.
	(syms_of_process): Register Qpipe and Smake_pipe_process.
	* doc/lispref/processes.texi (Asynchronous Processes): Document
	`make-pipe-process' and `:stderr' keyword of `make-process'.
	* lisp/subr.el (start-process): Suggest to use `make-process' handle
	standard error separately.
	* test/automated/process-tests.el (process-test-stderr-buffer)
	(process-test-stderr-filter): New tests.
	* etc/NEWS: Mention new process type `pipe' and its usage with the
	`:stderr' keyword of `make-process'.

2015-04-10  Paul Eggert  <eggert@cs.ucla.edu>

	Minor quoting etc. fixes to lispref manual
	* doc/lispref/tips.texi (Documentation Tips):
	Distinguish more clearly among grave accent, apostrophe,
	and single quote.
	* doc/lispref/README, doc/lispref/buffers.texi:
	* doc/lispref/commands.texi, doc/lispref/control.texi:
	* doc/lispref/customize.texi, doc/lispref/display.texi:
	* doc/lispref/elisp.texi, doc/lispref/files.texi:
	* doc/lispref/frames.texi, doc/lispref/hash.texi:
	* doc/lispref/help.texi, doc/lispref/internals.texi:
	* doc/lispref/loading.texi, doc/lispref/makefile.w32-in:
	* doc/lispref/markers.texi, doc/lispref/modes.texi:
	* doc/lispref/nonascii.texi, doc/lispref/objects.texi:
	* doc/lispref/os.texi, doc/lispref/positions.texi:
	* doc/lispref/strings.texi, doc/lispref/syntax.texi:
	* doc/lispref/text.texi, doc/lispref/tips.texi:
	* doc/lispref/two-volume-cross-refs.txt, doc/lispref/windows.texi:
	Use American-style double quoting in ordinary text,
	and quote 'like this' when single-quoting in ASCII text.
	Also, fix some minor spacing issues.

2015-04-10  Michael Albinus  <michael.albinus@gmx.de>

	Handle symlinked test directory in tramp-tests.el
	* test/automated/tramp-tests.el (tramp-test18-file-attributes)
	(tramp--test-check-files): Use `file-truename' for directories.

2015-04-10  Eli Zaretskii  <eliz@gnu.org>

	Fix 'recenter' when visual-line-mode is turned on
	* src/window.c (Frecenter): Use the same code for GUI and TTY
	frames alike; use vmotion only for "initial" frames.  This is
	because vmotion doesn't support visual-line-mode.  Rewrite the
	'iarg >= 0' case to use move_it_* functions instead of using
	vmotion, for the same reason.  Fix the clipping of the argument
	value to support scroll-margin in all cases and avoid unwarranted
	recentering.  Reported by Milan Stanojević <milanst@gmail.com> in
	http://lists.gnu.org/archive/html/help-gnu-emacs/2015-04/msg00092.html,
	which see.

2015-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>

	* abbrev.el (define-abbrev-table): Refine last change.

	cl-lib.el: Partial revert of "2015-04-05 Rationalize c[ad]+r"
	* lisp/emacs-lisp/cl-lib.el: Partial revert of "2015-04-05 Rationalize
	use of c[ad]+r", so as to keep the "cl-" prefix on all
	cl-lib definitions.

	* vhdl-mode.el (vhdl-prepare-search-2): Use inhibit-point-motion-hooks

	* lisp/cedet/semantic: Remove some dead code
	* lisp/cedet/semantic/util-modes.el
	(semantic-stickyfunc-header-line-format): Emacs<22 is not supported
	any more.
	* lisp/cedet/semantic/fw.el (semantic-buffer-local-value): Emacs<21 is
	not supported any more.
	(semantic-safe): Use `declare'.
	* lisp/cedet/semantic/decorate.el (semantic-set-tag-intangible)
	(semantic-tag-intangible-p): Remove unused functions.
	* lisp/cedet/semantic/complete.el (semantic-displayor-window-edges):
	Remove unused function.

	* lisp/gnus/gnus-art.el (gnus-hidden-properties): Simplify.
	(gnus-article-hide-text, gnus-article-unhide-text)
	(gnus-article-unhide-text-type): Remove special handling of
	`intangible' since that property is not used any more.
	(gnus-article-treat-body-boundary): Use gnus-hidden-properties.

2015-04-09  Jay Belanger  <jay.p.belanger@gmail.com>

	Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs

2015-04-09  Dmitry Gutov  <dgutov@yandex.ru>

	Use the VC root in `log-edit-listfun'
	* lisp/vc/vc-dispatcher.el (vc-log-edit): Use the VC root in
	`log-edit-listfun'.

2015-04-09  Jay Belanger  <jay.p.belanger@gmail.com>

	Fix description of Unix time, mention new function.
	* lisp/calc/calc-forms.el (calcFunc-unixtime): Fix adjustment for
	Unix time.
	* doc/misc/calc.texi (Date Forms): Fix description of Unix time.
	(Basic Operations on Units): Mention `calc-convert-exact-units'.

2015-04-09  Artur Malabarba  <bruce.connor.am@gmail.com>

	* lisp/emacs-lisp/package.el: Use mode-line-process for notification

2015-04-09  Dmitry Gutov  <dgutov@yandex.ru>

	(log-edit-insert-changelog-entries): Don't add newline after the last entry
	* lisp/vc/log-edit.el (log-edit-insert-changelog-entries):
	Don't add newline after the last entry.

2015-04-09  Simen Heggestøyl  <simenheg@gmail.com>

	css-mode.el: Add "not" pseudo-class
	(Bug#20267)
	* lisp/textmodes/css-mode.el (css-pseudo-class-ids): Add "not" to
	list of CSS pseudo-classes.

2015-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>

	etc/NEWS: Add missing entry for "Stop messing with the EMACS env var"

2015-04-09  Michael Albinus  <michael.albinus@gmx.de>

	Stop messing with the EMACS env var
	* misc.texi (Interactive Shell): Remove description of EMACS env var.

2015-04-09  Paul Eggert  <eggert@cs.ucla.edu>

	Adapt 'make change-history' to coding cookie
	* Makefile.in (change-history): Adjust to change of format of
	ChangeLog file, which now has a coding cookie before an indented
	copyright notice.

2015-04-09  Paul Eggert  <eggert@cs.ucla.edu>

	Adapt 'make change-history' to coding cookie
	* Makefile.in (change-history): Adjust to change of format of
	ChangeLog file, which now has a coding cookie before an indented
	copyright notice.

	gitlog-to-changelog coding cookie and mv -i
	* build-aux/gitlog-to-emacslog: Use ChangeLog.1, not Makefile.in,
	for copyright notice prototype, so that we get a proper "coding:"
	cookie.  Use 'mv -i' to avoid unconditionally overwriting an
	existing ChangeLog.  Problems reported by Eli Zaretskii in:
	http://lists.gnu.org/archive/html/emacs-devel/2015-04/msg00504.html

	Merge from gnulib
	* build-aux/gitlog-to-changelog: Update from gnulib, incorporating:
	2015-04-09 gitlog-to-changelog: port to MS-Windows

2015-04-09  Boruch Baum  <boruch_baum@gmx.com>  (tiny change)

	* lisp/bookmark.el (bookmark-bmenu-goto-bookmark): Don't inf-loop.
	(Bug#20212)

2015-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>

	Stop messing with the EMACS env var
	(Bug#20202)
	* lisp/net/tramp-sh.el (tramp-remote-process-environment):
	* lisp/comint.el (comint-exec-1):
	* lisp/term.el (term-exec-1): Don't set EMACS envvar.
	* lisp/progmodes/compile.el (compilation-start): Same and bring
	INSIDE_EMACS's format in line with other users.

	css-mode.el (css-smie-rules): Fix indentation after complex selectors
	(Bug#20282)
	* lisp/textmodes/css-mode.el (css-smie-rules): Don't get confused by
	inner structure of selectors.

2015-04-08  Fabián Ezequiel Gallina  <fgallina@gnu.org>

	python.el: Indent docstring lines to base-indent
	(Bug#19595)
	Thanks to immerrr <immerrr@gmail.com> for reporting and providing
	an initial patch.
	* lisp/progmodes/python.el
	(python-indent-context): Add :inside-docstring context.
	(python-indent--calculate-indentation): Handle :inside-docstring.
	(python-indent-region): Re-indent docstrings.
	* test/automated/python-tests.el (python-indent-region-5)
	(python-indent-inside-string-2): Fix tests.

	python.el: Increase native completion robustness
	(Bug#19755)
	Thanks to Carlos Pita <carlosjosepita@gmail.com> for reporting
	this and providing useful ideas.
	* lisp/progmodes/python.el
	(python-shell-completion-native-output-timeout): Increase value.
	(python-shell-completion-native-try-output-timeout): New var.
	(python-shell-completion-native-try): Use it.
	(python-shell-completion-native-setup): New readline setup avoids
	polluting current context, ensures output when no-completions are
	available and includes output end marker.
	(python-shell-completion-native-get-completions): Trigger with one
	tab only.  Call accept-process-output until output end is found or
	python-shell-completion-native-output-timeout is exceeded.

2015-04-08  Samer Masterson  <samer@samertm.com>

	* lisp/eshell: Make backslash a no-op in front of normal chars
	(Bug#8531)
	* lisp/eshell/esh-arg.el (eshell-parse-argument-hook): Update comment.
	(eshell-parse-backslash): Return escaped character after backslash
	if it is special.  Otherwise, if the backslash is not in a quoted
	string, ignore the backslash and return the character after; if
	the backslash is in a quoted string, return the backslash and the
	character after.
	* test/automated/eshell.el (eshell-test/escape-nonspecial)
	(eshell-test/escape-nonspecial-unicode)
	(eshell-test/escape-nonspecial-quoted)
	(eshell-test/escape-special-quoted): Add tests for new
	`eshell-parse-backslash' behavior.

2015-04-08  Gustav Hållberg  <gustav@gmail.com>  (tiny change)

	* lisp/vc/diff-mode.el (diff-hunk-file-names): Don't require a TAB
	after the file name.
	(Bug#20276)

2015-04-08  Paul Eggert  <eggert@cs.ucla.edu>

	Minor quoting etc. fixes to Emacs manual
	* doc/emacs/Makefile.in, doc/emacs/ack.texi, doc/emacs/building.texi:
	* doc/emacs/calendar.texi, doc/emacs/cmdargs.texi:
	* doc/emacs/custom.texi, doc/emacs/dired.texi, doc/emacs/emacs.texi:
	* doc/emacs/files.texi, doc/emacs/glossary.texi, doc/emacs/gnu.texi:
	* doc/emacs/indent.texi, doc/emacs/macos.texi:
	* doc/emacs/maintaining.texi, doc/emacs/makefile.w32-in:
	* doc/emacs/programs.texi, doc/emacs/rmail.texi:
	* doc/emacs/search.texi, doc/emacs/trouble.texi:
	* doc/emacs/vc1-xtra.texi:
	Use American-style double quoting in ordinary text,
	and quote 'like this' when single-quoting in ASCII text.
	Also, fix some minor spacing issues.

	Minor quoting etc. fixes to elisp intro
	* doc/lispintro/emacs-lisp-intro.texi: Consistently use
	American-style double quoting in ordinary text.  In ASCII text,
	consistently quote 'like this' instead of `like this', unless
	Emacs requires the latter.

2015-04-08  Dmitry Gutov  <dgutov@yandex.ru>

	* CONTRIBUTE: Mention log-edit-insert-changelog.

	* CONTRIBUTE: Emphasize creating the top-level ChangeLog file manually.

2015-04-08  Paul Eggert  <eggert@cs.ucla.edu>

	* doc/misc/calc.texi (Summary): Avoid '@:' when usurped.

2015-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>

	(eieio-copy-parents-into-subclass): Fix inheritance of initargs
	(Bug#20270)
	* lisp/emacs-lisp/eieio-core.el (eieio-copy-parents-into-subclass):
	Fix inheritance of initargs.

2015-04-08  Artur Malabarba  <bruce.connor.am@gmail.com>

	* lisp/emacs-lisp/package.el (package-menu-mode): Mode-line notification
	while dowloading information.

	* lisp/emacs-lisp/package.el: More conservative `ensure-init-file'
	(package--ensure-init-file): Check file contents before visiting.
	(package-initialize): Call it.
	(package-install-from-buffer, package-install): Don't call it.

2015-04-08  Eli Zaretskii  <eliz@gnu.org>

	* src/eval.c (init_eval_once): Bump max_lisp_eval_depth to 800
	(Bug#17517)

2015-04-08  Michael Albinus  <michael.albinus@gmx.de>

	Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs

	Fix nasty scoping bug in tramp-cache.el
	* lisp/net/tramp-cache.el (tramp-flush-file-property): Fix nasty scoping bug.

2015-04-08  Tassilo Horn  <tsdh@gnu.org>

	Add notice to visual commands section
	* doc/misc/eshell.texi (Input/Output): Add notice that some tools
	such as git call less with its -F option which omits pagination if
	the contents is less than one page long.  This interferes with
	eshell's visual (sub-)commands.

2015-04-07  Dmitry Gutov  <dgutov@yandex.ru>

	ffap: Support environment variable expansion in file names
	(Bug#19839)
	* lisp/ffap.el (ffap-string-at-point-mode-alist): Support
	environment variable expansion in file names.

2015-04-07  Paul Eggert  <eggert@cs.ucla.edu>

	Prefer double-quote to accent-grave in man pages

2015-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>

	(Bug#20257)
	* lisp/files.el (set-visited-file-name): Clear auto-save if nil.

2015-04-07  Ivan Shmakov  <ivan@siamics.net>

	Update etc/PROBLEMS.
	* etc/PROBLEMS: Mention visible-cursor; a few more mentions of
	~/.Xresources and xrdb(1); refer to 'GNU Coreutils' and
	'X Window System' or 'X' (were: 'GNU Fileutils' and 'X Windows',
	respectively); other minor updates and tweaks.  (Bug#20011)

2015-04-07  Paul Eggert  <eggert@cs.ucla.edu>

	Add doc strings for some Isearch state vars
	* lisp/misearch.el (multi-isearch-buffer-list)
	(multi-isearch-file-list): Add doc strings.
	(Bug#20232)

2015-04-07  Alan Mackenzie  <acm@muc.de>

	Always mark "<" and ">" in #include directives with text properties.
	* lisp/progmodes/c-fonts.el (c-cpp-matchers): Replace a font-lock "anchored
	matcher" with an invocation of c-make-font-lock-search-function to allow
	fontification when there's no trailing space on an "#include <..>" line.

2015-04-07  Paul Eggert  <eggert@cs.ucla.edu>

	Generate a ChangeLog file from commit logs
	* .gitignore: Add 'ChangeLog'.
	* build-aux/gitlog-to-changelog: New file, from Gnulib.
	* build-aux/gitlog-to-emacslog: New file.
	* CONTRIBUTE: Document the revised workflow.
	* Makefile.in (clean): Remove *.tmp and etc/*.tmp*
	instead of just special cases.
	(CHANGELOG_HISTORY_INDEX_MAX, CHANGELOG_N, gen_origin): New vars.
	(ChangeLog, unchanged-history-files, change-history)
	(change-history-commit): New rules.
	* admin/admin.el (make-manuals-dist--1):
	Don't worry about doc/ChangeLog.
	* admin/authors.el: Add a FIXME.
	* admin/make-tarball.txt:
	* lisp/calendar/icalendar.el:
	* lisp/gnus/deuglify.el:
	* lisp/obsolete/gulp.el:
	* lwlib/README:
	Adjust to renamed ChangeLog history files.
	* admin/merge-gnulib (GNULIB_MODULES): Add gitlog-to-changelog.
	* admin/notes/repo: Call it 'master' a la Git, not 'trunk' a la Bzr.
	Remove obsolete discussion of merging ChangeLog files.
	New section "Maintaining ChangeLog history".
	* build-aux/git-hooks/pre-commit:
	Reject attempts to commit files named 'ChangeLog'.
	* lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
	* make-dist: Make and distribute top-level ChangeLog if there's a
	.git directory.  Distribute the new ChangeLog history files
	instead of scattered ChangeLog files.  Distribute the new files
	gitlog-to-changelog and gitlog-to-emacslog.
	(Bug#19113)

	Rename ChangeLogs for gitlog-to-changelog
	This patch was implemented via the following shell commands:
	find * -name ChangeLog |
	sed 's,.*,git mv & &.1,
	s, lisp/ChangeLog\.1$, lisp/ChangeLog.17,
	s, lisp/erc/ChangeLog\.1$, lisp/erc/ChangeLog.09,
	s, lisp/gnus/ChangeLog\.1$, lisp/gnus/ChangeLog.3,
	s, lisp/mh-e/ChangeLog\.1$, lisp/mh-e/ChangeLog.2,
	s, src/ChangeLog\.1$, src/ChangeLog.13,' |
	sh
	git commit -am"[this commit message]"

See ChangeLog.1 for earlier changes.

;; Local Variables:
;; coding: utf-8
;; End:

  Copyright (C) 2015 Free Software Foundation, Inc.

  This file is part of GNU Emacs.

  GNU Emacs is free software: you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation, either version 3 of the License, or
  (at your option) any later version.

  GNU Emacs is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.

  You should have received a copy of the GNU General Public License
  along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.

debug log:

solving e110ea0 ...
found e110ea0 in https://yhetil.org/emacs/F9C2521BBF380A4A97379009991555E685B7FAF5@DEWDFEMB17C.global.corp.sap/
found 115ccda in https://git.savannah.gnu.org/cgit/emacs.git
preparing index
index prepared:
100644 115ccda07b2f400a14eb313849c12ac7b6e08d8c	ChangeLog.2

applying [1/1] https://yhetil.org/emacs/F9C2521BBF380A4A97379009991555E685B7FAF5@DEWDFEMB17C.global.corp.sap/
diff --git a/ChangeLog.2 b/ChangeLog.2
index 115ccda..e110ea0 100644

Checking patch ChangeLog.2...
Applied patch ChangeLog.2 cleanly.

index at:
100644 e110ea04c9bb07277f4533dfd6240db3fe6dda4f	ChangeLog.2

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.