summaryrefslogtreecommitdiffstats
path: root/quilt.changes
blob: 7c45774f83dfc4ec1e54673a554bf4eca30e6e85 (plain) (blame)
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
-------------------------------------------------------------------
Sun Sep 18 02:04:19 CEST 2005 - agruen@suse.de

- Merge compatibility layer from  John Vandenberg <jayvdb@gmail.com>.
- Only add compat/ directory to PATH if it exists. Only create it
  when necessary.
- configure.ac: fail if getopt does not support --long.
- Remove compat/compatfns when no compatibility functions are 
  included. Clean up some Makefile dependencies.
- Replace @INSTALL@ with $(INSTALL) and @BASH@ with $(BASH) in
  Makefile.in.
- Replace @FOO@ macros in scripts with foo command where possible.

-------------------------------------------------------------------
Fri Sep 16 20:57:32 CEST 2005 - khali@linux-fr.org

- configure.ac: Fix a copy-n-paste bug which was causing perl to
  be checked twice and awk not to be checked properly.

-------------------------------------------------------------------
Fri Sep 16 18:49:05 CEST 2005 - khali@linux-fr.org

- Make it possible to pass arbitrary options to diffstat, by
  defining a QUILT_DIFFSTAT_OPTS variable in ~/.quiltrc.
- Update documentation and sample configuration file accordingly.

-------------------------------------------------------------------
Thu Sep 15 23:35:44 CEST 2005 - agruen@suse.de

- Fix off-by-one error: it's not a good idea to edit $x instead
  of $x.in.

-------------------------------------------------------------------
Thu Sep 15 22:19:55 CEST 2005 - khali@linux-fr.org

- Makefile.in: Add missing dependency of doc/README on quilt/*.
- Makefile.in: Rewrite non-portable sed command in "reference"
  rule.

-------------------------------------------------------------------
Thu Sep 15 19:51:06 CEST 2005 - khali@linux-fr.org

- Omitting the search directory in "find" is not portable; add
  an explicit "." (Gary V. Vaughan, John Vandenberg).

-------------------------------------------------------------------
Thu Sep 15 15:20:27 CEST 2005 - agruen@suse.de

- Fix quilt.spec generation after the Sep 14 change.

-------------------------------------------------------------------
Thu Sep 15 12:33:32 CEST 2005 - agruen@suse.de

- quilt/pop.in: get rid of tac.

-------------------------------------------------------------------
Thu Sep 15 01:51:20 CEST 2005 - agruen@suse.de

- quilt/mail.in: Remove stray getopt line. If --subject is given,
  actually fill in the subject in the message template.

-------------------------------------------------------------------
Wed Sep 14 22:52:23 CEST 2005 - khali@linux-fr.org

- Makefile.in: Use @BASH@ instead of bash (John Vandenberg).
- Makefile.in: Use `foo` instead of $$(foo) for compatibility.
- Makefile.in: Drop call to chmod --reference (Gary V. Vaughan).

-------------------------------------------------------------------
Tue Sep 13 23:01:04 CEST 2005 - khali@linux-fr.org

- quilt/annotate.in: Rework the annotation algorithm (Andreas
  Gruenbacher). The new code is shorter and faster.
- quilt/annotate.in: New option "-p patch" to stop checking for
  changes at the specified rather than the topmost patch.
- bash_completion: Support the new -p option.
- test/annotation.test: Test the new -p option.

-------------------------------------------------------------------
Sun Sep 11 10:32:28 CEST 2005 - khali@linux-fr.org

- quilt/annotate.in: Update help text to mention that only applied
  patches will show (Andreas Gruenbacher). Optimize by using
  applied_patches() instead of cat_series().

-------------------------------------------------------------------
Fri Sep  9 20:19:39 CEST 2005 - khali@linux-fr.org

- test/*.test: Fix sed compatibility issues: do not use inplace
  (-i); do not filter out tabs in patches, it's no more needed
  now that --no-timestamps is used; do not use the "a" command.
  Based on a patch by John Vandenberg.

-------------------------------------------------------------------
Fri Sep  9 18:09:42 CEST 2005 - khali@linux-fr.org

- scripts/patchfns.in: New quilt_command function for running
  another quilt command. Patch from Joe Green.
- quilt/delete.in, quilt/edit.in: Use the new quilt_command
  function. Patch from Joe Green.

-------------------------------------------------------------------
Wed Sep  7 18:22:29 CEST 2005 - khali@linux-fr.org

- quilt/delete.in: Fix the quilt pop invocation when attempting
  to delete the top patch (default). Patch by Joe Green.

-------------------------------------------------------------------
Tue Sep  6 20:22:04 CEST 2005 - khali@linux-fr.org

- Japanese translation update contributed by Satoru Takeuchi and
  Yasushi Shoji.

-------------------------------------------------------------------
Tue Sep  6 20:15:54 CEST 2005 - khali@linux-fr.org

- It is now possible to set EDITOR in ~/.quiltrc in order to use
  a different editor for quilt and for the other tasks.

-------------------------------------------------------------------
Tue Sep  6 19:57:38 CEST 2005 - khali@linux-fr.org

- doc/README needs the same $EDITOR filtering quirk we just added
  for doc/quilt.1.

-------------------------------------------------------------------
Tue Sep  6 19:34:03 CEST 2005 - khali@linux-fr.org

- scripts/patchfns.in: Rewrite files_in_patch_ordered() so as to
  not require the awk asort function, which is not available on
  all versions of awk.
- test/sort.test: Add more files to better test the ordering and
  sorting issues. Original patch by John Vandenberg.

-------------------------------------------------------------------
Tue Sep  6 18:57:16 CEST 2005 - khali@linux-fr.org

- Merge doc/sample.quiltrc into quilt.quiltrc, and delete it.
  It will be easier to maintain a single configuration file.

-------------------------------------------------------------------
Tue Sep  6 18:35:18 CEST 2005 - khali@linux-fr.org

- Makefile.in: Filter out expanded $EDITOR in quilt.1. This value
  being set at installation time may be irrelevant at execution
  time.

-------------------------------------------------------------------
Tue Sep  6 11:17:10 CEST 2005 - agruen@suse.de

- Fix test/perms.test for LANG=POSIX (from John Vandenberg
  <jayvdb@gmail.com>), and always run the test cases with LANG set
  to POSIX.

-------------------------------------------------------------------
Sun Sep  4 14:09:10 CEST 2005 - khali@linux-fr.org

- quilt/diff.in: Fix incorrect error message when incompatible
  options are used. Fix direct call to awk.

-------------------------------------------------------------------
Fri Sep  2 19:31:51 CEST 2005 - khali@linux-fr.org

- scripts/patchfns.in: Fix permissions of .pc/applied-patches
  being lost in remove_from_db() and rename_in_db().

-------------------------------------------------------------------
Fri Sep  2 18:57:54 CEST 2005 - khali@linux-fr.org

- quilt/refresh.in: Drop a useless line in the awk script
  replacing the diffstat section in patch headers. Improve the
  regular expression matching diffstat lines. Original patch from
  John Vandenberg.

-------------------------------------------------------------------
Sun Aug 28 20:48:12 CEST 2005 - khali@linux-fr.org

- configure.ac, Makefile.in: Support GCC and other compilers.
  Allow executable extensions (non-Unix.) Original patch from
  John Vandenberg.

-------------------------------------------------------------------
Fri Aug 26 13:03:19 CEST 2005 - khali@linux-fr.org

- quilt/delete.in: Drop extra spaces in usage line.
- quilt/graph.in: Add missing -T option to usage line.
- quilt/push.in: Add missing --interactive and --color options to
  usage line.

-------------------------------------------------------------------
Fri Aug 26 12:17:54 CEST 2005 - khali@linux-fr.org

- quilt/delete.in: Add options -r (remove patch file) and
  --backup (backup rather than remove.) Patch from Joe Green.

-------------------------------------------------------------------
Fri Aug 26 11:52:45 CEST 2005 - agruen@suse.de

- scripts/patchfns.in: insert_in_series(): Insert new patches
  before the following patch instead of after the top patch. When
  no patch is in the series file, insert the new patch at the end
  (i.e., after comments from setup, etc.) instead of at the top.

-------------------------------------------------------------------
Fri Aug 26 10:29:55 CEST 2005 - khali@linux-fr.org

- quilt/import.in: Fix error path when imported patch doesn't
  exist.

-------------------------------------------------------------------
Wed Aug 24 16:53:44 CEST 2005 - agruen@suse.de

- quilt/edit.in: Check exit status after adding files, and fail
  except when files have already been added.

-------------------------------------------------------------------
Mon Aug 22 23:15:18 CEST 2005 - agruen@suse.de

- quilt/fold.in: fold did not work when invoked from a
  subdirectory; update test case.

-------------------------------------------------------------------
Fri Aug 12 20:28:59 CEST 2005 - khali@linux-fr.org

- configure.ac: Do not check for diffstat version if
  --without-diffstat is used.

-------------------------------------------------------------------
Thu Aug 11 18:43:38 CEST 2005 - mquinson@debian.org

- bash_completion: add completion of the header command
  [Joe Green].
- improve description of the import command
  [Joe Green].

-------------------------------------------------------------------
Fri Jul 29 18:56:58 CEST 2005 - khali@linux-fr.org

- test/delete.test: New test case for the delete command.

-------------------------------------------------------------------
Fri Jul 29 18:49:41 CEST 2005 - khali@linux-fr.org

- Makefile.in: add test/Makefile and test/test.quiltrc to SRC,
  so that they get included into the tarball by make dist.

-------------------------------------------------------------------
Wed Jul 27 18:18:38 CEST 2005 - agruen@suse.de

- test/missing.test: Fix test case.

-------------------------------------------------------------------
Tue Jul 26 20:02:21 CEST 2005 - khali@linux-fr.org

- Bump version to 0.42.

-------------------------------------------------------------------
Tue Jul 26 12:32:06 CEST 2005 - agruen@suse.de

- Mike Fabian <mfabian@suse.de> fixed two fuzzy Japanese messages
  for us -- thanks!

-------------------------------------------------------------------
Mon Jul 25 19:32:08 CEST 2005 - khali@linux-fr.org

- Fix one fuzzy message in French translation.

-------------------------------------------------------------------
Mon Jul 25 09:41:19 CEST 2005 - agruen@suse.de

- Japanese translation update from Yasushi SHOJI
  <yashi@atmark-techno.com>.

-------------------------------------------------------------------
Sun Jul 24 16:46:54 CEST 2005 - khali@linux-fr.org

- Let the perl scripts (edmail, parse-patch and
  remove-trailing-ws) work without Locale::gettext.

-------------------------------------------------------------------
Fri Jul 22 19:05:13 CEST 2005 - khali@linux-fr.org

- Makefile.in: Drop pointless dependency between quilt command
  files and scripts.

-------------------------------------------------------------------
Tue Jul 19 19:15:45 CEST 2005 - khali@linux-fr.org

- Update French translation.

-------------------------------------------------------------------
Tue Jul 19 14:07:17 CEST 2005 - agruen@suse.de

- Fix a few translation bugs; update german translation.

-------------------------------------------------------------------
Tue Jul 19 00:22:11 CEST 2005 - agruen@suse.de

- Add internationalization support to Perl scripts as well.
- Rename test/create-delete.diff to *.test and fix the test.

-------------------------------------------------------------------
Mon Jul 18 19:28:18 CEST 2005 - khali@linux-fr.org

- French translation unfuzzying.

-------------------------------------------------------------------
Mon Jul 18 18:22:00 CEST 2005 - agruen@suse.de

- uninstall target: remove $(LIB_DIR) as well.

-------------------------------------------------------------------
Mon Jul 18 16:54:16 CEST 2005 - agruen@suse.de

- Based on work done by several contributers, add a header
  command.
- Bump version to 0.41.

-------------------------------------------------------------------
Mon Jul 18 12:15:35 CEST 2005 - agruen@suse.de

- quilt/annotate.in: Fix case where the file is created/deleted
  by a patch.
- Makefile.in: add uninstall target.

-------------------------------------------------------------------
Sun Jul 17 10:05:10 CEST 2005 - agruen@suse.de

- bin/quilt.in: clean up helptext.

-------------------------------------------------------------------
Thu Jul 14 22:10:21 CEST 2005 - khali@linux-fr.org

- Update the French translation.

-------------------------------------------------------------------
Thu Jul 14 13:05:39 CEST 2005 - agruen@suse.de

- Use wildcard to generate the list of all commands in Makefile
  instead of explicitly listing them.
- Helptext improvements.

-------------------------------------------------------------------
Thu Jul  7 22:13:47 CEST 2005 - khali@linux-fr.org

- Makefile.in: Properly set LINGUAS before running "make all" in
  subdirectory po. This ensures that all .mo files will actually
  be built.
- Makefile.in: Delete po/*.mo only once on "make clean".

-------------------------------------------------------------------
Wed Jul  6 23:13:01 CEST 2005 - khali@linux-fr.org

- quilt delete: Add option -n, which deletes the next patch
  after topmost (rather than the specified or topmost patch).

-------------------------------------------------------------------
Tue Jul  5 18:33:15 CEST 2005 - khali@linux-fr.org

- fr.po: Add all missing translations.
- de.po: Add one easy translation.

-------------------------------------------------------------------
Tue Jul  5 12:19:40 CEST 2005 - khali@linux-fr.org

- quilt delete: Display the name of the deleted patch on success.

-------------------------------------------------------------------
Sat Jul  2 13:51:50 CEST 2005 - agruen@suse.de

- Remove outdated BUGS file and references.
- refresh command: don't write into existing patches but create
  new files instead to avoid overwriting hardlinked copies.

-------------------------------------------------------------------
Fri Jul  1 16:48:38 CEST 2005 - khali@linux-fr.org

- configure.ac: Add a test on diffstat version. Versions prior
  to 1.32 are known to behave in a confusing manner, so we warn
  the user if such an old version is found.

-------------------------------------------------------------------
Wed Jun 29 19:42:12 CEST 2005 - agruen@suse.de

- po/de.po: Small update from Debian Bug #313827.

-------------------------------------------------------------------
Wed Jun 29 17:50:47 CEST 2005 - khali@linux-fr.org

- Fix a typo in diff.in's help.

-------------------------------------------------------------------
Wed Jun 29 12:48:34 CEST 2005 - khali@linux-fr.org

- French translation unfuzzying.

-------------------------------------------------------------------
Mon Jun 27 20:22:33 CEST 2005 - khali@linux-fr.org

- Fix a typo in quilt.changes.

-------------------------------------------------------------------
Mon Jun 27 09:54:53 CEST 2005 - agruen@suse.de

- quilt diff: Fix -z option if QUILT_PATCHES is an absolute path.

-------------------------------------------------------------------
Sun Jun 26 23:37:23 CEST 2005 - agruen@suse.de

- Jean Delvare:
  + Add a --version option that prints the program version.
  + patch_args: Fix comments parsing in series files.

-------------------------------------------------------------------
Wed Jun 22 23:35:23 CEST 2005 - agruen@suse.de

- annotate: temp file leak; add bash completions (Jean Delvare).

-------------------------------------------------------------------
Wed Jun 22 00:15:19 CEST 2005 - agruen@suse.de

- quilt/annotate.in: Add comment; remove some dead code.

-------------------------------------------------------------------
Tue Jun 21 23:54:51 CEST 2005 - agruen@suse.de

- add command: "File %s added to patch %s" message goes to stdout
  and not to stderr (Jean Delvare).
- Don't fail when popping missing patches (Jerome Lacoste, Jean
  Delvare, I).

-------------------------------------------------------------------
Sat Jun 18 19:51:36 CEST 2005 - agruen@suse.de

- Add fix for refresh --strip-trailing-whitespace option: now
  refresh always checks for trailing whitespace and reports it
  per file and line number. With --strip-trailing-whitespace it
  strips the whitespace from the patch and from the affected files
  in the working tree.

-------------------------------------------------------------------
Sat Jun 18 15:03:13 CEST 2005 - agruen@suse.de

- Add new annotate command.

-------------------------------------------------------------------
Thu Jun 16 13:18:33 CEST 2005 - agruen@suse.de

- rpm build: add missing files to file list; remove percent-prep
  string from changes file so that RPM doesn't choke on it.

-------------------------------------------------------------------
Tue Jun 14 12:07:43 CEST 2005 - agruen@suse.de

- refresh command: also touch .pc/$patch/.timestamp when a patch
  is found to be up-to-date (Peter Williams,
  <pwil3058@bigpond.net.au>).

-------------------------------------------------------------------
Sun Jun 12 17:53:10 CEST 2005 - agruen@suse.de

- Documentation uodate from Jerome Lacoste
  <jerome.lacoste@gmail.com> and me.

-------------------------------------------------------------------
Sun Jun 12 13:54:30 CEST 2005 - agruen@suse.de

- Remove obsolete remnants of removed -n flag (Jean Delvare).

-------------------------------------------------------------------
Thu Jun  9 14:47:13 CEST 2005 - agruen@suse.de

- Additional fixes to the rename command.

-------------------------------------------------------------------
Wed Jun  8 22:28:12 CEST 2005 - agruen@suse.de

- Add rename command from Jean Delvare <khali@linux-fr.org>.

-------------------------------------------------------------------
Wed Jun  8 17:29:44 CEST 2005 - agruen@suse.de

- Add testcase for diff --no-index.

-------------------------------------------------------------------
Mon Jun  6 21:27:23 CEST 2005 - agruen@suse.de

- Add --no-index option to diff and refresh commands: Suppress
  Index: lines in the patch. From Jean Delvare <khali@linux-fr.org>.

-------------------------------------------------------------------
Wed Jun  1 13:19:13 CEST 2005 - agruen@suse.de

- test/remove2.test: Test for remove + refresh interactions.

-------------------------------------------------------------------
Tue May 24 01:25:30 CEST 2005 - agruen@suse.de

- quilt.quiltrc: A minor cleanup in quilt_mail_patch_filter().

-------------------------------------------------------------------
Sun May 22 18:15:52 CEST 2005 - agruen@suse.de

- setup command: When a patch cannot be identified, scan all the
  files in the build directory: the patch may have been created,
  unpacked from an archive, etc.

-------------------------------------------------------------------
Sun May 22 18:14:35 CEST 2005 - agruen@suse.de

- refresh command: Fix temporary file leak (from Jean Delvare).

-------------------------------------------------------------------
Wed May 18 09:58:37 CEST 2005 - agruen@suse.de

- debian/changelog: Fix typo.

-------------------------------------------------------------------
Thu May 12 15:02:57 CEST 2005 - agruen@suse.de

- Quoting fix from Jean Delvare <khali@linux-fr.org>, and one more
  from me.

-------------------------------------------------------------------
Sun May  8 19:39:14 CEST 2005 - agruen@suse.de

- doc/quilt.1.in: Fix some typos (mostly from Jean Delvare).

-------------------------------------------------------------------
Sun May  1 08:49:36 CEST 2005 - agruen@suse.de

- Fix misspelling in documentation (Nicolas Kaiser <nikai@nikai.net>).

-------------------------------------------------------------------
Fri Apr 29 09:25:14 CEST 2005 - agruen@suse.de

- Add trailing-whitespace check an --strip-trailing-whitespace
  option to the refresh command.
- Bump version to 0.40.

-------------------------------------------------------------------
Wed Apr 20 00:02:39 CEST 2005 - agruen@suse.de

- fork command help update (Jean Delvare <khali@linux-fr.org>).

-------------------------------------------------------------------
Wed Apr 13 14:59:41 CEST 2005 - agruen@suse.de

- Add --sort options to the diff and refresh commands which
  sorts files by filename. The default is to keep files in their
  original order whenever possible.
- refresh command: add new files in sort order instead of the
  filesystem order.
- diff command: output files in the order in which they show up
  in the patch instead of sorting them alphabetically.
- Add sort testcase.

-------------------------------------------------------------------
Wed Apr 13 10:11:06 CEST 2005 - agruen@suse.de

- Fix typos in introduction.

-------------------------------------------------------------------
Tue Apr  5 09:20:13 CEST 2005 - agruen@suse.de

- doc/quilt.1.in: Remove an unnecessary 8-bit character.

-------------------------------------------------------------------
Thu Mar 10 19:12:40 CET 2005 - agruen@suse.de

- Debian Bug #298785: Pass -p $opt_strip_level option to diffstat
  in refresh command.

-------------------------------------------------------------------
Mon Mar  7 09:20:14 CET 2005 - agruen@suse.de

- Another Japanese translation update from Yasushi SHOJI.

-------------------------------------------------------------------
Sun Mar  6 22:56:12 CET 2005 - agruen@suse.de

- Add `graph', `grep' and `mail' to QUILT_IN in po/Makefile.
- Fix typo and translation updates.
- Add a missing ``exit 1'' to quilt/fold.in when no patches are
  applied. (All except the German translation update from Yasushi
  SHOJI -- thanks.)

-------------------------------------------------------------------
Fri Feb 24 13:12:57 CET 2005 - mquinson@debian.org

- quilt add: Add check to ensure that no symlink will be added
  since we fail to backup them properly (see #295913 in Debian).

-------------------------------------------------------------------
Fri Feb 18 11:01:57 CET 2005 - agruen@suse.de

- quilt add: Add check to ensure that no files below patches/
  or .pc/ will be added.

-------------------------------------------------------------------
Thu Feb 10 12:02:21 CET 2005 - agruen@suse.de

- quilt remove: Update restored file's timestamp. Also, some uses
  caused a subsequent ``quilt diff -z'' to fail: we must mark
  the patch as dirty after removing files.
- test/run: adjust to terminal width.
- Bump version to 0.39.

-------------------------------------------------------------------
Sun Feb  6 01:15:03 CET 2005 - agruen@suse.de

- Update of the Japanese translation from Yasushi SHOJI
  <yashi@atmark-techno.com> -- thank you.
- Don't leak so many temporary files in the push command.
- Include command names in tempfile names to find leaks more
  easily.

-------------------------------------------------------------------
Wed Feb  2 17:35:19 CET 2005 - agruen@suse.de

- Fix date calculation bug with some versions of GNU date.

-------------------------------------------------------------------
Wed Feb  2 01:16:57 CET 2005 - agruen@suse.de

- Use color defaults so that QUILT_COLORS can be used to only
  override some colors.
- When checking for remaining changes (refresh forgotten), use
  $QUILT_PATCH_OPTS as in the push command to get identical
  results. Don't generate the actually diff; it doesn't get
  printed anyway. This should speed things up.

-------------------------------------------------------------------
Thu Jan 27 08:14:34 CET 2005 - agruen@suse.de

- lib/backup-files.c: Remove unused command line option and
  document the remaining options.
- quilt/pop.in: Colorize this as well:
  "Patch attempted to create file *, which already exists."
  "can't find file to patch at input line *"
  "* out of * hunk ignored"

-------------------------------------------------------------------
Tue Jan 25 13:53:23 CET 2005 - agruen@suse.de

- Fix pop command for recent coreutils (cp dir dir2/ no longer
  works if dir2 doesn't yet exist).

-------------------------------------------------------------------
Sun Jan 23 19:27:17 CET 2005 - agruen@suse.de

- Add color support for push command output and allow to customize
  colors via the QUILT_COLORS environment variable (for reverse
  video, etc.).

-------------------------------------------------------------------
Sun Jan 23 05:03:08 CET 2005 - agruen@suse.de

- Add mail command, doc/README.MAIL and example ``mail'' command
  filter in quilt.quiltrc.
- Bump version to 0.38.

-------------------------------------------------------------------
Fri Jan 21 13:49:30 CET 2005 - agruen@suse.de

- Add a missing find_patch call in the files command.

-------------------------------------------------------------------
Thu Jan 20 12:36:25 CET 2005 - mquinson@debian.org

- fix the bash completion file: 
  - does not complete on dir anymore, just files.
  - use string comparison when dealing with BASH_VERSION, it may
    contain letters.

-------------------------------------------------------------------
Tue Jan 11 03:53:19 CET 2005 - agruen@suse.de

- Add a default /etc/quilt.quiltrc file that is sourced if no
  ~/.quiltrc file exists.

-------------------------------------------------------------------
Fri Nov 19 13:02:32 CET 2004 - agruen@suse.de

- Push command: Write out output of patch process immediately
  instead of reading into a variable and then printing that
  variable. This helps to see what's happening with large patches.

-------------------------------------------------------------------
Mon Nov 15 23:36:40 CET 2004 - agruen@suse.de

- Get rid of the apatch and rpatch helper scripts: Integrate them
  in the push and pop commands. This should bring a small
  performance improvement.

-------------------------------------------------------------------
Mon Nov  8 13:02:31 CET 2004 - agruen@suse.de

- Fix extra trailing space in series file after quilt refresh
  (David Vrabel <dvrabel@arcom.com>).
- Missing quotation in bash_completion
  (Axel Grossklaus <ag@pre-secure.de>).
- Fix patches command (Brent Casavant <bcasavan@sgi.com>).

-------------------------------------------------------------------
Sun Oct 17 22:19:09 CEST 2004 - agruen@suse.de

- When applying a patch with -q and without -f no (individual)
  reject files are created, and the "patching file" comments
  are missing as well. In that case, we don't know wich files the
  "-- saving rejects to file /tmp/foo" comments belong to, and we
  can't fix them up. Remove them, instead.
- Pop command: Touch files after they are restored so that tools
  like make don't get confused.
- Add a missing print_patch call (cosmetic).
- Bump to version 0.37.

-------------------------------------------------------------------
Wed Sep 22 14:24:45 CEST 2004 - agruen@suse.de

- scripts/patchfns.in: set the dotglob option so that dot files
  will show up in file globs as well. Bug reported by James Rowe.
- Add a missing tab to the patch header of files that are removed.
  Bug reported by James Rowe.
- Push command: Without -f or --leave-rejects, when applying a
  patch failed, the *.rej files were not removed properly. Change
  the code so that they won't be created in the working tree in
  the first place in this case.
- test/run script: Oops, the previous commit was not the latest
  version.
- Fix the version check in bash_completion for bash 3.
- Bump version to 0.36.

-------------------------------------------------------------------
Tue Sep 21 15:39:09 CEST 2004 - agruen@suse.de

- Series command: add missing paths to patches if
  $QUILT_PATCHES_PREFIX is set.
- test/run script: Add export and unset statements.

-------------------------------------------------------------------
Tue Sep 14 01:00:43 CEST 2004 - agruen@suse.de

- bin/quilt.in: Add optional verbose modifier to --trace option
  by request of Dean Roehrich <roehrich@sgi.com>.
- Fix a message; took a while. Thanks Yasushi SHOJI
  <yashi@atmark-techno.com>.

-------------------------------------------------------------------
Sun Sep 12 18:33:07 CEST 2004 - agruen@suse.de

- scripts/inspect.in: Run the RPM prep section in /var/tmp and
  not in /tmp: the sources can become large.
- The fork command at some point broke and did not insert the
  "serial number" in the right place in patch names anymore.

-------------------------------------------------------------------
Wed Aug 25 13:40:39 CEST 2004 - agruen@suse.de

- Refresh command: recognize and ignore header lines generated by
  ``cvs diff''.
- Add a missing print_patch call (cosmetic).

-------------------------------------------------------------------
Sat Aug 14 18:26:24 CEST 2004 - agruen@suse.de

- Add Japanese translation from
  Yasushi SHOJI <yashi@atmark-techno.com>. Thank you.

-------------------------------------------------------------------
Fri Aug 13 19:49:59 CEST 2004 - agruen@suse.de

- setup command: detect errors when running ``rpm -bp'' and
  improve the messages of ``quilt setup''.

-------------------------------------------------------------------
Wed Aug 11 14:28:59 CEST 2004 - agruen@suse.de

- Merge improvement to files command from Dean Roehrich: Allow to
  list all files modified, or all files modified by a range of
  patches.
- Fix pop command help.

-------------------------------------------------------------------
Wed Aug 11 09:18:56 CEST 2004 - agruen@suse.de

- Working in sub-directories: `quilt new' so far did always
  create patches in the current directory, even if the current
  directory appeared to be a sub-directory of the working tree.
  This was confusing for several people now. Make `quilt new'
  behave like all other commands, and thus allow it to be used
  from within sub-directories.

-------------------------------------------------------------------
Sat Aug  7 14:47:53 PDT 2004 - mquinson@fuxfamily.org

- Small fix by Yasushi SHOJI: display the name of the patch which
  is not applied in the error message.

-------------------------------------------------------------------
Wed Jul 21 19:38:14 PDT 2004 - mquinson@tuxfamily.org

- repharse the output of rpatch when patch does not remove properly:
  refreshing the patch is another way to fix it
- sync french translation.

-------------------------------------------------------------------
Thu Jul 15 15:23:33 PDT 2004 - mquinson@tuxfamily.org

- patch from Joe Green to "Complete options for a partial command
  as long as it's unique. quilt will accept such a partial command
  as valid."

-------------------------------------------------------------------
Thu Jul 15 02:25:44 CEST 2004 - agruen@suse.de

- Add test case for permissions.
- Very minor translation updates.
- Convert timestamps in changes file into UTC when generating
  the RPM changelog: the changelog does not understand
  timestamps.
- Bump version to 0.35.

-------------------------------------------------------------------
Tue Jul 13 15:26:18 PDT 2004 - mquinson@tuxfamily.org

- Fix a typo (s/prinf/printf/) reported by Dean Roehrich.
- Track down two variable expensions in printf $"" constructs.
- update the french translation accordingly

-------------------------------------------------------------------
Tue Jul 13 00:31:38 CEST 2004 - agruen@suse.de

- refresh command: Fix --diffstat option; it did swap lines. Also
  remove stray dollar sign.
- Also set TEXTDOMAINDIR in the wrapper script (bin/quilt.in).
- Fix stripping of the path to $QUILT_PATCHES when working in
  sub-dirextories. (This could be fixed more flexibly later...)

-------------------------------------------------------------------
Sun Jul 11 21:33:13 PDT 2004 - mquinson@tuxfamily.org

- Sync french translation after the recent butchery ;)
- Commit patch from Joe Green to make the completion file usable on
  non-debian systems.

-------------------------------------------------------------------
Mon Jul 12 03:02:19 CEST 2004 - agruen@suse.de

- Some more QUILT_PATCHES_PREFIX fixes.
- Disable CDPATH within quilt (Joe Green writes: I've seen some
  cases where having CDPATH set results in the path being printed
  by cd, and I suppose it's possible that the wrong destination
  might be selected in some cases.)

-------------------------------------------------------------------
Tue Jul  9 07:26:23 CEST 2004 - agruen@suse.de

- Switch from echo to printf for all translations: This is more
  stable than having expansions in messages that might change
  independent of the message.
- Add print_patch function and always use it when printing patch
  names. Remove -n options from various scripts and use a global
  switch QUILT_PATCHES_PREFIX in .quiltrc to decide between patch
  names with and without directory prefix. Depending on user
  experience this switch may eventually go away.
- Add --diffstat option to refresh command: If given, this option
  inserts diffstat statistics at the end of the patch header, or
  refreshes the existing diffstat output. No special tags in the
  path file (%diffstat or the like) are needed.
- Minor fix inserting changelog into RPM specfile.

-------------------------------------------------------------------
Tue Jul  6 19:57:25 PDT 2004 - mquinson@tuxfamily.org

- Fix the bash_completion by not using quilt internals, but the
  external commands [Joe Green].

-------------------------------------------------------------------
Sun Jul  4 04:29:25 CEST 2004 - agruen@suse.de

- Add common GNU diff format options to diff and refresh commands:
  -u, -U num, -c, -C num. Rename old -c option (combine patches)
  of diff command to --combine.
- Extend the function that splits comments from patches and
  syntax coloring to handle combined diff format.
- Honor the LANG environment variable again; this got broken at
  some point.
- Set TEXTDOMAINDIR to where the translations are put so that
  Messages are found even when not installing into /usr.

-------------------------------------------------------------------
Fri Jul  2 03:08:39 CEST 2004 - agruen@suse.de

- Several Fixes from Joe Green <jgreen@mvista.com>:
  + Another sed \t\r problem, in Makefile.in
  + Bad error message on "quilt delete" of non-existent patch
  + "import" doesn't remove all leading components on patch file
  + Misspelling in "import" help text
- With using the GNU diff --label option, file timestamps
  disappeared. Specify the timestamps in --label by hand: This
  gives us added flexibility when generating patches; we may
  some day want to support diff styles other than unified.
  Also reported by Joe Green.
- Add --backup option to quilt refresh.
- Update documentation to QUILT_${COMMAND}_ARGS in .quiltrc.
  (The old settings still work but they are no longer documented.)
- Update German translation.

-------------------------------------------------------------------
Thu Jul  1 22:55:11 CEST 2004 - agruen@suse.de

- Allow passing of default options to commands by defining
  QUILT_${COMMAND}_ARGS in .quiltrc. This should eventually get
  us rid of some of the mess in .quiltrc.

-------------------------------------------------------------------
Thu Jul  1 00:39:53 CEST 2004 - agruen@suse.de

- Quilt diff: add --color option for optionally colorizing the
  output.

-------------------------------------------------------------------
Sat Jun 26 23:24:42 CEST 2004 - agruen@suse.de

- Quilt import: when importing patches with their original file
  name, strip path prefixes from the patch names.

-------------------------------------------------------------------
Sat Jun 12 03:03:46 CEST 2004 - agruen@suse.de

- Fix another upgrade bug: The series file may optionally contain
  a strip level argument (-pN) which must be stripped off when
  determining the patch name.
- A minor correction in the doumentation; some whitespace fixes.
- Translation update.

-------------------------------------------------------------------
Fri Jun 11 00:43:07 PDT 2004 - mquinson@tuxfamily.org

- Fix the man page generation
- Add a --no-timestamps option to diff and refresh doing what
  QUILT_NO_DIFF_TIMESTAMPS does. This should make more visible a
  feature I was about reimplementing ;)
- Document all options from the pdf into the man page.
- update the bash completion stuff so that :
  - it does not kill the shell when completing in a tree not
    matching the meta data version.
  - it does not move the current directory around, seeking for
    patches/
  - it completes on the new commands (grep graph upgrade)
- Various output messages polishing (and translation fuzzying)
- French translation unfuzzying

-------------------------------------------------------------------
Thu Jun 10 22:08:07 CEST 2004 - agruen@suse.de

- Add meta-data version check/upgrade code from Martin Quinson and
  me; new `quilt upgrade' command.
- Handle new/removed files correctly in generated patches: If the
  old or new file is missing, the file name in the patch should
  be /dev/null. Fix test suite accordingly, and add
  test/create-delete.diff. GNU patch recognizes this, and does
  additional file existance tests when a patch creates/deletes a
  file. Also use the --label option of GNU diff instead of
  hand-editing file name headers.
- Add test/Makefile for running the test suite. Note: The tests
  run against the installed version of quilt!
- Bump version to 0.34.

-------------------------------------------------------------------
Sun Jun  6 20:16:44 CEST 2004 - agruen@suse.de

- Preserve the order of files in patches in the diff and refresh
  commands. Files added to a patch appear at the end of a patch.
  The files command also lists the files in the order in which
  they appear in patches.
- Update to version 0.33.

-------------------------------------------------------------------
Sun Jun  6 12:21:11 CEST 2004 - agruen@suse.de

- dependency-graph: Fix for --lines option in patcher mode;
  restrict to applied patches.

-------------------------------------------------------------------
Sun Jun  6 03:35:32 CEST 2004 - agruen@suse.de

- import: Create patches/ and parent directories to patch to be
  imported. Insert the correct patch name in the series file.

-------------------------------------------------------------------
Sun Jun  6 02:02:32 CEST 2004 - agruen@suse.de

- backup-file.c: Add code to recursively search .pc directories.
  Add a "no-op" mode as default, and allow to just unlink files.
- apatch/rpatch: let backup-files search .pc directories instead
  of generating temporary file lists.
- rpatch/pop: unlink files of topmost patch after popping instead
  of unlinking at each step.
- If QUILTRC is set in the environment, use this as the
  configuration file.

-------------------------------------------------------------------
Sat Jun  5 16:12:17 CEST 2004 - agruen@suse.de

- Return exit status 2 when commands go beyond the series (top
  with no series, push/next when all patches are applied, pop/
  previous when no patches are applied).
- From  John Lenz <jelenz@students.wisc.edu>: Add compatibility
  code to the dependency-graph script for reading the meta-data
  of Holger Schurig's patcher tool,
  http://www.holgerschurig.de/patcher.html.
- Update German translation.

-------------------------------------------------------------------
Tue Jun  1 22:59:41 CEST 2004 - agruen@suse.de

- Fix from Dean Roehrich <roehrich@sgi.com>: Preserve file mode
  of original file when creating backup files.

-------------------------------------------------------------------
Tue Jun  1 10:23:01 PDT 2004 - mquinson@tuxfamily.org

- document common options to all scripts (--trace and --quiltrc)
- update french translation

-------------------------------------------------------------------
Mon May 31 05:03:30 CEST 2004 - agruen@suse.de

- Rewrite spec2series to return what the new `quilt setup' needs,
  and rename it to inspect.
- `quilt setup': Rewrite so that it supports multiple archives
  per spec file. Always make the patches directory a symlink to
  the original patch files instead of copying the patches.
- Update German translation.

-------------------------------------------------------------------
Sun May 16 12:15:13 CEST 2004 - agruen@suse.de

- Clarify help text of `quilt add' (thanks to  Tom Rini
  <trini@mvista.com>). Update translations.

-------------------------------------------------------------------
Sun May 16 01:35:10 CEST 2004 - agruen@suse.de

- Add `quilt grep': Grep over all files, recursively, skipping
  the $QUILT_PATCHES and $QUILT_PC directories.

-------------------------------------------------------------------
Wed Apr 28 00:46:31 CEST 2004 - agruen@suse.de

- Fix `quilt fork': It destroys .pc/applied patches; that bug got
  introduced when reverting it to its previous semantics.

-------------------------------------------------------------------
Wed Apr 21 21:18:14 CEST 2004 - agruen@suse.de

- Replace two occurrences of \t in sed regular expressions
  with bash $'\t': Some older versions of sed don't understand
  \t. Thanks to Randy Dunlap <rddunlap@osdl.org> and Greg Edwards
  <edwardsg@sgi.com> for reporting.

-------------------------------------------------------------------
Sat Mar 20 18:04:01 CET 2004 - agruen@suse.de

- Fix an algorithmic bug in `quilt graph --lines': Edges were
  sometimes lost.
- A few minor cleanups.

-------------------------------------------------------------------
Mon Mar 15 00:01:56 CET 2004 - agruen@suse.de

- Extend `quilt graph' to also support checking for overlapping
  changes in patches.
- Export QUILT_PATCHES QUILT_PC SUBDIR SERIES DB for use in
  non-shell components of quilt.

-------------------------------------------------------------------
Sun Mar 14 00:39:46 CET 2004 - agruen@suse.de

- Change `quilt import' to allow importing multiple patches
  at once.
- Fix a bug in backup-files.c (introduced just before).
- Update to version 0.32.

-------------------------------------------------------------------
Sun Mar 14 00:25:27 CET 2004 - agruen@suse.de

- Add `quilt graph' command for generating a dependency graph
  between patches. This requires the graphviz package for
  removing transitive edges (optional) and for rendering the
  graph. Please note that the graph command itself is minimal,
  while the underlying scripts/dependency-graph is more flexible.
- Complete one more detail in scripts/dependency-graph.
- Revert `quilt fork' to how it originally worked: fork the
  *topmost* patch, not the next unapplied patch. Adapt the
  test suite accordingly.
- Add flag to backup-files.c to make sure that files in the
  working tree have a link count of at most one. Use this where
  appropriate.
- Fix a bug in `quilt snapshot': Taking snapshots caused files
  to get link counts bigger than one, so modifying them could
  cause multiple files to get modified. Speed up the command,
  too.
- Update the documentation. Add example1.test from the
  documentation.

-------------------------------------------------------------------
Wed Mar 10 10:46:56 CET 2004 - agruen@suse.de

- Quilt push/pop: exit with a non-zero status when beyond series.
- Ignore empty lines in series file.
- Add man page to tarball and to spec file; add make dependencies.
- Sort the commands in the man page command reference.

-------------------------------------------------------------------
Tue Mar  9 02:00:14 CET 2004 - agruen@suse.de

- Make files writeable in `quilt add' (and `quilt edit') for
  working with read-only trees.

-------------------------------------------------------------------
Wed Feb 25 10:45:39 CET 2004 - martin.quinson@tuxfamily.org

- Add completion to the edit command in bash

-------------------------------------------------------------------
Sun Feb 22 16:04:36 CET 2004 - martin.quinson@tuxfamily.org

- Add a man page (generated automatically from -h)

-------------------------------------------------------------------
Sat Feb 21 15:20:57 CET 2004 - agruen@suse.de

- Sub-directory support: `quilt setup' could get confused, too.

-------------------------------------------------------------------
Fri Feb 20 14:30:11 CET 2004 - agruen@suse.de

- Sub-directory support:
  + Fix another bug that triggers when /patches exists.
  + Working in sub-directories: Force `quilt new' to always create
    the new patch in the current working directory even if there
    is a patches/ sub-directory further up the directory tree. 
    This should restore the behavior from before Jan 28 very well.
- quilt files, diff, refresh: Sort the files in the patch
  alphabetically.

-------------------------------------------------------------------
Sun Feb 15 15:53:42 CET 2004 - agruen@suse.de

- Never fail when patching temporary files in `quilt diff -z',
  only warn.

-------------------------------------------------------------------
Thu Feb  5 11:51:21 CET 2004 - agruen@suse.de

- Add some fixes from Manuel Estrada Sainz <ranty@debian.org>.
- Add QUILT_SERIES setting: Override the location of the series
  file to use.
- Don't print an empty line for `quilt top' if no patches are
  applied.

-------------------------------------------------------------------
Tue Feb  3 12:58:49 CET 2004 - agruen@suse.de

- Add --quiltrc={rcfile|-} option. Remove some superfluous quoting
  from quilt wrapper.
- Extra tests in `quilt refresh' did not check if the old patch
  was missing.

-------------------------------------------------------------------
Mon Feb  2 14:04:31 CET 2004 - agruen@suse.de

- Fix test for bash in configure.ac.
- Add `--trace' option to quilt wrapper (runs commands with -x,
  which prints an execution trace).
- Add QUILT_BACKUP setting in .quiltrc (creates backup copies
  when refreshing patches).
- Fix `quilt next'.

-------------------------------------------------------------------
Sat Jan 31 22:23:51 CET 2004 - agruen@suse.de

- Also fix `quilt import' after patch name mangling removal.

-------------------------------------------------------------------
Sat Jan 31 14:33:48 CET 2004 - agruen@suse.de

- No longer remove common extensions (.dif, .diff, .patch, .gz,
  .bz2) from patch names. This allows patches in the same series
  that only differ by extension, and cleans up the scripts a
  little. Also don't remove extensions when printing patch names.
- Remove unused diffstat code.
- Fix generating doc/README after subdirectory support broke it.
- Remove excessive newlines in -h messages.

-------------------------------------------------------------------
Wed Jan 28 02:42:40 CET 2004 - agruen@suse.de

- Fix bugs introduced while merging Chris's patch.
- Add more test cases for subdirectory support.
- Fix `make dist': Some files in debian/ did not exist.
- Update to version 0.30.

-------------------------------------------------------------------
Wed Jan 28 01:13:16 CET 2004 - agruen@suse.de

- Patch from Chris Mason <mason@suse.de>: Add support for working
  in subdirectories of the base directory that contains patches/
  and .pc/. In the unlikely case that quilt shall operate in the
  sub-directory itself, it is sufficient to create a patches/
  directory there.
- Add a small testcase for subdirectory support.

-------------------------------------------------------------------
Sat Jan 24 23:58:01 CET 2004 - agruen@suse.de

- Add QUILT_NO_DIFF_TIMESTAMPS option in .quiltrc.
- Add QUILT_PATCH_OPTS setting to allow passing options to
  GNU patch.
- Fix help for `quilt diff'.

-------------------------------------------------------------------
Thu Jan  8 03:48:22 CET 2004 - agruen@suse.de

- Also accept `quilt diff -z ./file' (ignore the ./ prefix that
  is often produced by find etc.)

-------------------------------------------------------------------
Thu Nov 27 17:16:48 CET 2003 - agruen@suse.de

- `quilt fold' did not create directories for additional files,
  and the code for recovering from failures was wrong.

-------------------------------------------------------------------
Tue Nov 25 15:48:37 CET 2003 - agruen@suse.de

- Update quilt paper.

-------------------------------------------------------------------
Mon Nov 24 13:23:39 CET 2003 - agruen@suse.de

- Error check for `quilt diff -z filelist' was too strict; relax.

-------------------------------------------------------------------
Mon Nov 17 20:31:36 CET 2003 - agruen@suse.de

- Add new command `quilt fold' to fold one patch into another.
- Fix bug in `quilt files': Files that are neither present in the
  working directory and have an empty backup copy sometimes were
  still listed.
- Some minor cleanups in apatch.
- Add test/fold.test, and fix a now-useless check in one.test.

-------------------------------------------------------------------
Sat Nov 15 08:44:19 CET 2003 - agruen@suse.de

- Merge some changes from wangdi:
  + Use -f (force) option of GNU patch in `quilt diff -z'.
  + Build source and binary RPMs in `make rpm' target.
  + Simplify sed expression in Makefile.in.

-------------------------------------------------------------------
Wed Nov 12 01:37:17 CET 2003 - agruen@suse.de

- Add introductory paper to CVS repository.
- Remove obsolete documentation.
- Bump version number to 0.29 (cvs tag VER_0_29).

-------------------------------------------------------------------
Tue Nov  4 16:51:49 CET 2003 - agruen@suse.de

- Add failpop.test that checks if modified patches are recognized.
- Fix the check for modified patches: That broke with the .pc file
  removal.
- `quilt setup' sometimes forgot to create the patches sub-dir.
- Fix the timestamp check in scripts/rpatch.in for missing files.

-------------------------------------------------------------------
Fri Oct 31 16:59:06 CET 2003 - agruen@suse.de

- Bump version number to 0.28 (cvs tag VER_0_28).

-------------------------------------------------------------------
Fri Oct 31 15:55:29 CET 2003 - agruen@suse.de

- No longer verify if patches remove cleanly by reverse applying
  them: This doesn't always succeed, and the  the equivalent of
  `quilt diff -z' should suffice, anyway.
- Add `touch .pc/$patch' after successful refresh: Speeds up
  `quilt pop' after a refresh.
- Update test suite.
- apatch was printing a spurious newline.

-------------------------------------------------------------------
Wed Oct 29 17:19:24 CET 2003 - agruen@suse.de

- If a patch does not apply cleanly and `quilt push' removes
  rejects files it GNU patch left behind, change the output from
  ``saving rejects to file x.rej'' to ``rejects in file x''.

-------------------------------------------------------------------
Tue Oct 28 14:51:07 CET 2003 - agruen@suse.de

- Remove .pc/*/.pc files, and adjust various scripts accordingly.
- Run test/one.test inside sub-directory.
- Bump version number to 0.27 (cvs tag VER_0_27).

-------------------------------------------------------------------
Tue Oct 28 14:32:13 CET 2003 - agruen@suse.de

- Change name and semantics of PATCHSCRIPTS variable: Before, if
  PATCHSCRIPTS was set, the patches were in $PATCHSCRIPTS/patches.
  Now, if QUILT_PATCHES is set, the patches are in $QUILT_PATCHES.
  QUILT_PATCHES defaults to "patches", like before.

-------------------------------------------------------------------
Sun Oct 26 17:53:53 CET 2003 - agruen@suse.de

- Get rid of patches_per cache_in `quilt patches'. Remove
  patches_per_file and associated functions. `quilt patches'
  now is a bit slow for unapplied patches.

-------------------------------------------------------------------
Sun Oct 26 14:45:08 CET 2003 - agruen@suse.de

- Rename snapshot directory from ".snap0" to ".snap".
- `quilt diff: Speed up file list generation in `quilt diff'.
  Don't use modified_files anymore. Instead, add first_modified_by
  function. I want to get rid of the patches_per_file cache;
  it sometimes was not brought up to date. Some cleanups.
- Add test/snapshot.test.
- Fix two errors in the date format in quilt.changes.

-------------------------------------------------------------------
Fri Oct 24 00:50:08 CEST 2003 - agruen@suse.de

- `quilt add': Return exit code 2 when a file has already been
  added.
- Add `quilt edit' command: Does a `quilt add' and then invokes
  $EDITOR (fallback is `vi'). Files that don't exist after editing
  are again removed from the patch.

-------------------------------------------------------------------
Wed Oct 22 01:44:04 CEST 2003 - agruen@suse.de

- `Quilt fork' should better fork the next patch instead of the
  topmost one. Also fix a bug in updating the series file when
  forking. The rename_in_db() function is no longer needed.

-------------------------------------------------------------------
Tue Oct 21 20:44:00 CEST 2003 - agruen@suse.de

- Add `quilt fork' command.
- Add `quilt snapshot' command and `quilt diff --snapshot' option.
- Bump the version number to 0.26.

-------------------------------------------------------------------
Tue Sep  9 08:44:12 CEST 2003 - martin.quinson@tuxfamily.org

- fix LC_ALL to C during building the reference so that the 
  documentation comes to english and not to french when build 
  on my box.
- Update the french translation
- Bump the version number to 0.25

-------------------------------------------------------------------
Tue Sep  2 15:24:51 CEST 2003 - agruen@suse.de

- Pipe rpmbuild output to /dev/null in spec2series (seems to be
  necessary since rpm4).

-------------------------------------------------------------------
Mon Jul 28 01:00:24 CEST 2003 - agruen@suse.de

- Use %{find_lang} macro in spec file.

-------------------------------------------------------------------
Sat Jul 26 13:10:19 CEST 2003 - agruen@suse.de

- Pushing is only possible if the topmost file is found in the
  series file. Fix from Tom Wang <wangdi@clusterfs.com>.

-------------------------------------------------------------------
Sat Jul 26 13:06:07 CEST 2003 - agruen@suse.de

- When popping files, go through the list of applied patches
  instead of looking at the series file: The series file may
  have changed.

-------------------------------------------------------------------
Sat Jul 26 12:49:36 CEST 2003 - agruen@suse.de

- Install package documentation into $RPM_DOC_DIR if this
  environment variable is set.  On RedHat 9 $RPM_DOC_DIR points to
  /usr/share/doc/packages, but documentation lives in
  /usr/share/doc.  This is a bug in RedHat's RPM configuration;
  working around it would break other distributions.

-------------------------------------------------------------------
Wed Jul 23 11:44:24 CEST 2003 - agruen@suse.de

- Add Autoconf test for rpmbuild vs. rpm (needed for `make rpm').
- Update spec2series accordingly.

-------------------------------------------------------------------
Sun Jul 20 00:31:53 CEST 2003 - agruen@suse.de

- lib/backup-files.c: Copy files if hard linking is not possible,
  e.g., because the backups go to a ram disc, etc.

-------------------------------------------------------------------
Wed Jun 26 15:35:55 CEST 2003 - martin.quinson@tuxfamily.org

- Add what needed to have inteligent bash completion when using quilt
- Bump version to 0.24

-------------------------------------------------------------------
Wed Jun 25 15:35:55 CEST 2003 - martin.quinson@tuxfamily.org

- Make clean before dist to avoid to put cruft in tarballs
- remove po/*mo on make clean
- update fr.po
- Fix a typo in push.in help message about --interactive

-------------------------------------------------------------------
Tue May 20 13:22:18 CEST 2003 - agruen@suse.de

- Preserve permissions of files added with `quilt add'.

-------------------------------------------------------------------
Sun May 18 15:23:03 CEST 2003 - agruen@suse.de

- Do not add the whole /usr/share/locale directory to the RPM
  file list, but only the quilt message catalogs: Otherwise RPM
  complains when uninstalling.

-------------------------------------------------------------------
Fri May 16 20:44:50 CEST 2003 - agruen@suse.de

- Rename DIFF_OPTS environment variable to QUILT_DIFF_OPTS
- Add ~/.quiltrc resource file (this file is sourced from
  the patchfsn file, which is used by all commands).

-------------------------------------------------------------------
Fri Apr 11 17:17:35 CEST 2003 - agruen@suse.de

- Apply patches with `patch -f' by default. Add --interactive
  option top `quilt push' to allow applying patches without
  `patch -f'.

-------------------------------------------------------------------
Wed Apr  9 12:08:47 CEST 2003 - agruen@suse.de

- Remove awk hacks in Makefile.in with shell loop and sed hack:
  The awk hack(s) didn't work for Martin Quinson.

-------------------------------------------------------------------
Wed Apr  9 04:00:52 CEST 2003 - agruen@suse.de

- Never reorder files in patches. (Previously the file list
  was run through (sort | uniq) to remove duplicate entries.)
- Update test script to new format, and add regression test
  cases.

-------------------------------------------------------------------
Wed Apr  9 02:38:30 CEST 2003 - agruen@suse.de

- The change from Mar 24 caused empty lines to be removed in
  patch descriptions.

-------------------------------------------------------------------
Mon Apr  7 16:03:55 CEST 2003 - agruen@suse.de

- `head -1' and `tail -1' is non-standard and deprecated, and
  does not work with coreutils-5.0 any longer.

-------------------------------------------------------------------
Sat Apr  5 22:17:44 CEST 2003 - agruen@suse.de

- Improve error checking of `quilt diff'.

-------------------------------------------------------------------
Mon Mar 24 12:29:58 CET 2003 - agruen@suse.de

- Update patch_description function used in `quilt refresh' to
  recognize `====' lines. Without that, quilt thinks these
  lines are part of the comments before the actual patch starts,
  so those lines will accumulate.

-------------------------------------------------------------------
Sun Mar 23 21:37:20 CET 2003 - agruen@suse.de

- Update test script to reflect recent patch format changes.

-------------------------------------------------------------------
Sat Mar 22 12:28:43 CET 2003 - agruen@suse.de

- Also substitute @SED@ and @AWK@.
- Some versions of sed don't like '\t'. Expand those in the
  shell instead.

-------------------------------------------------------------------
Fri Mar 21 10:42:27 CET 2003 - agruen@suse.de

- Bump version number to 0.23 (CVS tag VER_0_23).

-------------------------------------------------------------------
Fri Feb 14 15:53:52 CET 2003 - agruen@suse.de

- A couple more I18N fixes, minor cleanups in status messages.
- Remove "quilt guidiff" (obsolete).

-------------------------------------------------------------------
Fri Feb 14 14:10:39 CET 2003 - martin.quinson@tuxfamily.org

- Implement i18n, along with the french l10n.
- It was long enough that we didn't release, so bump the version
  number.

-------------------------------------------------------------------
Sat Feb  8 15:43:26 CET 2003 - agruen@suse.de

- Merge James Rowe <Jay@jnrowe.uklinux.net>'s quilt-help.diff
  patch that fixes several help messages.

-------------------------------------------------------------------
Thu Feb  6 01:22:52 CET 2003 - agruen@suse.de

- Quilt refresh: Create sub-directories in patches directory
  so that new patches in sub-directories can be added easily.

-------------------------------------------------------------------
Wed Feb  5 12:37:34 CET 2003 - agruen@suse.de

- Quilt diff: If a patch has been force applied, quilt diff -z
  will also have failures when generating the temporary files.
  Ignore these failures in this case.
- Add -R option to quilt diff to generate a a reverse patch.
- Fix deleting the temporary directory (by using an absolute
  instead of a relative path).

-------------------------------------------------------------------
Sun Feb  2 15:23:20 CET 2003 - agruen@suse.de

- Make quilt setup recognize the "# Sourcedir:" directive.
- Fix bug with spurious `Index:' lines in diff/refresh output.
- Add --diff option to quilt diff that allows to specify a
  different utility that diff to run files through. (That utility
  is only called for files that contain differences, not for
  files that are in a patches' file list but jave not been
  changed.)

-------------------------------------------------------------------
Sat Feb  1 18:52:15 CET 2003 - agruen@suse.de

- Integrate James Rowe's Autoconf setup (with a comple of
  additional changes/fixes).
- Add some messages in configure.ac.
- Make distclean removes autoconf garbage. The configure script is
  no source file. Add rule to create it when necessary.
- Invoke configure in the RPM spec file.
- Merge James Rowe's guidiff.

-------------------------------------------------------------------
Fri Jan 31 13:05:18 CET 2003 - agruen@suse.de

- Add syntax highlighting tags for emacs and vim.
- Move all scripts from lib/ to scripts/. Install lib/backup-files
  in /usr/lib/quilt/, and install the scripts in
  /usr/share/quilt/scripts/, so that no binaries are installed
  under /usr/share.
- Fix quoting strings for inclusion in regular expressions.
- Change literal '@SUBST@' strings in Makefile to '@SUBST''@',
  so that Autoconf won't mess them up later.

-------------------------------------------------------------------
Fri Jan 31 09:15:01 CET 2003 - Martin.Quinson@ens-lyon.fr

- Change '#!@BASH@' to '#! @BASH@'. It can look a bit stupid, but
  it's needed for maximal portability.

-------------------------------------------------------------------
Fri Jan 31 08:52:20 CET 2003 - Martin.Quinson@ens-lyon.fr

- Fight lintian warnings (lintian is a tool to check debian
  packages):
- Remove the dependencies on essential packages diff, gzip,
  debianutils
- Format the copyright file properly
- Remove the #! /bin/bash header from patchfns, since it's not an
  executable script, but a stuff to be sourced by others.

-------------------------------------------------------------------
Thu Jan 30 23:56:21 CET 2003 - agruen@suse.de

- Also substitute @MKTEMP@.
- For improved scripting support, add -n option to scripts that
  print patch names prints the patch file name instead. This
  is useful for selecting which patches to grep, etc.

-------------------------------------------------------------------
Thu Jan 30 19:02:14 CET 2003 - agruen@suse.de

- Allow a file list to be diffed to be passed to quilt diff. Add
  -P option for specifying a patch different from the topmost
  patch,

-------------------------------------------------------------------
Thu Jan 30 16:11:00 CET 2003 -  Martin.Quinson@ens-lyon.fr

- Remove useless oldies. Missing functionnalities needs to be
  reimplemented almost from the scratch due to the bunch of
  changes to the core since those scripts were written.

-------------------------------------------------------------------
Thu Jan 30 13:25:51 CET 2003 - agruen@suse.de
- Fix some regex quoting; use grep -E because we quote for extended
  regexps. Filenames with "+^$" in it did not work in some places. 
- Prepare for GNU Autoconf: substitute @PERL@, @BASH@, @DIFF@,
  @PATCH@ in scripts.
- Some cleanups in Makefile.
- Move documentation to doc/.
- Forgot to mention that the patches produced now contain
  `Index: dir/filename' just before the diff output for each file.
  This is required by POSIX, and is also used by diffstat.
- Adjust patch_description documentation extraction function to
  check for Index: lines.
- Quilt refresh looses text before actual patch due to bug in
  patch_description function.

-------------------------------------------------------------------
Tue Jan 28 23:41:19 CET 2003 - agruen@suse.de

- Add --leave-rejects option to quilt push and apatch, to
  leave reject files around for inspection even if a patch
  does not apply.

-------------------------------------------------------------------
Tue Jan 28 23:38:59 CET 2003 - agruen@suse.de

- Restart change log at quilt-0.21. Let orderly development
  begin :)