~ubuntu-branches/ubuntu/natty/quilt/natty

« back to all changes in this revision

Viewing changes to quilt.spec

  • Committer: Bazaar Package Importer
  • Author(s): Martin Quinson
  • Date: 2006-11-23 16:17:11 UTC
  • mfrom: (2.1.6 feisty)
  • Revision ID: james.westby@ubuntu.com-20061123161711-b17ess0ls8t959ca
Tags: 0.45-6
* [debian/patches/override_mail_sender_in_testsuite]
  Fix the patch to catch all occurences of 'quilt mail' since each of them
  will cause a FTBFS on misconfigured hosts (thanks to Goswin Brederlow).
  (Closes: #397285, #395482, #393985) I hope, at least.
  
* [debian/patches/doc_improvement]
  Fix some more typos in the manpages
  (Closes: #386548, #395447)

* [debian/control]
   Add procmail to suggest list to help users locating the 'formail' tool.
   (Closes: #396093)

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
Summary:        Scripts for working with series of patches
7
7
License:        GPL
8
8
Group:          Productivity/Text/Utilities
9
 
Version:        0.39
 
9
Version:        0.45
10
10
Release:        1
11
11
Requires:       coreutils diffutils patch gzip bzip2 perl mktemp gettext
12
12
Autoreqprov:    off
30
30
%setup
31
31
 
32
32
%build
33
 
./configure
34
 
make prefix=/usr BUILD_ROOT=$RPM_BUILD_ROOT
 
33
CFLAGS="$RPM_OPT_FLAGS" ./configure
 
34
make prefix=/usr BUILD_ROOT=$RPM_BUILD_ROOT RELEASE=%release
35
35
 
36
36
%install
37
37
rm -rf $RPM_BUILD_ROOT
48
48
/usr/share/quilt/
49
49
/usr/lib/quilt/
50
50
/etc/bash_completion.d/quilt
51
 
%doc %{_mandir}/man1/guards.1.gz
52
 
%doc %{_mandir}/man1/quilt.1.gz
 
51
%config(noreplace) /etc/quilt.quiltrc
 
52
%doc %{_mandir}/man1/guards.1*
 
53
%doc %{_mandir}/man1/quilt.1*
53
54
%doc %{_docdir}/%{name}-%{version}/README
 
55
%doc %{_docdir}/%{name}-%{version}/README.MAIL
54
56
%doc %{_docdir}/%{name}-%{version}/quilt.pdf
55
57
 
56
58
%changelog
57
 
* jeu f�v 10 2005 - agruen@suse.de
 
59
* Mon Apr 24 2006 - khali@linux-fr.org
 
60
- Bump version to 0.45.
 
61
* Wed Apr 19 2006 - khali@linux-fr.org
 
62
- po/*.po: Delete obsolete translations.
 
63
* Wed Apr 19 2006 - khali@linux-fr.org
 
64
- compat/getopt.in: Ignore option -q, rather than failing on it.
 
65
  This prevents the test suite from failing on patch-wrapper
 
66
  when --without-getopt is used. Reported by Markus Oberhumer.
 
67
* Sat Apr 15 2006 - khali@linux-fr.org
 
68
- compat/getopt.in: Remove duplicate test.
 
69
* Sat Apr 15 2006 - khali@linux-fr.org
 
70
- quilt/scripts/patchfns.in: Fix broken return in function
 
71
  find_applied_patch, which was causing a bogus error message
 
72
  on failed pop.
 
73
- test/three.test: Test failed pop.
 
74
* Sun Mar 26 2006 - agruen@suse.de
 
75
- test/mail.in: Test UTF-8 header encoding.
 
76
* Sun Mar 26 2006 - khali@linux-fr.org
 
77
- test/mail.in: Test for recipients with a dot in their name.
 
78
* Sat Mar 25 2006 - agruen@suse.de
 
79
- quilt/main.in: Use -gt instead of > in [ ... ] expression.
 
80
- quilt/scripts/edmail.in: Improve handling of quoting and
 
81
  special characters in recipient addresses: Automatically quote
 
82
  display names that contain quotable characters, and encode
 
83
  special and eight-bit characters according to RFC 2047
 
84
  (e.g., =?utf-8?q?Andreas=20Gr=C3=BCnbacher?=).
 
85
* Sat Mar 25 2006 - khali@linux-fr.org
 
86
- Makefile.in: configure depends on aclocal.m4 too.
 
87
- configure.ac: Cleanup two QUILT_COMPAT_PROG_PATH calls, the
 
88
  second parameter is not supposed to be a list.
 
89
- aclocal.m4: Document the fourth (optional) parameter of
 
90
  QUILT_COMPAT_PROG_PATH.
 
91
- aclocal.m4: No need to check for binaries we were told not to
 
92
  use.
 
93
* Tue Mar 21 2006 - agruen@suse.de
 
94
- quilt/edit.in: The last fix broke another way of using edit.
 
95
* Mon Mar 20 2006 - khali@linux-fr.org
 
96
- configure.ac: Fix a typo in a test expression which was breaking
 
97
  configure on FreeBSD. Patch contributed by Dirk Jagdmann.
 
98
* Mon Mar 20 2006 - khali@linux-fr.org
 
99
- Makefile.in: Fix building with GNU make < 3.80.
 
100
* Wed Mar 15 2006 - agruen@suse.de
 
101
- quilt/edit.in: Fix for working in subdirectories.
 
102
* Sun Mar 12 2006 - khali@linux-fr.org
 
103
- Makefile.in: Fix pseudo-symlinks under compat not being removed
 
104
  by "make clean".
 
105
* Sun Mar 05 2006 - khali@linux-fr.org
 
106
- quilt/import.in: Fix replacement of compressed patches.
 
107
- test/import2.test: New test case for compressed patches.
 
108
* Thu Feb 16 2006 - agruen@suse.de
 
109
- quilt/scripts/inspect.in: Also recognize when tar is passed a
 
110
  filename on the command line -- in this case, md5sum will add
 
111
  a `*' in front of the filename, which indicates a binary file.
 
112
* Thu Feb 16 2006 - agruen@suse.de
 
113
- quilt/scripts/inspect.in: Add default value for QUILT_DIR so
 
114
  that inspect can be used stand-alone as well.
 
115
* Wed Feb 15 2006 - agruen@suse.de
 
116
- quilt.spec.in: Use wildcards for matching manpage{,.gz,bz2}
 
117
  (Thomas Petazzoni <thomas.petazzoni@enix.org>).
 
118
* Tue Feb 14 2006 - agruen@suse.de
 
119
- Stop using bash's =~ operator: older versions don't support it.
 
120
- Bump version to 0.44.
 
121
* Tue Feb 14 2006 - khali@linux-fr.org
 
122
- po/fr.po: French translation update.
 
123
* Tue Feb 14 2006 - khali@linux-fr.org
 
124
- quilt/mail.in: Fix temporary file leak.
 
125
* Tue Feb 14 2006 - agruen@suse.de
 
126
- po/ja.po: Translation update from Yasushi.
 
127
* Tue Feb 14 2006 - agruen@suse.de
 
128
- Fix a critical bug in the push command that causes parts of
 
129
  patches to end up half-reversed (introduced on 22 Jan).
 
130
* Sat Feb 11 2006 - agruen@suse.de
 
131
- lib/backup-files.c: Close files before rename; Windows won't
 
132
  rename open files.
 
133
* Sat Feb 11 2006 - agruen@suse.de
 
134
- test/run: Avoid warnings with some versions of Perl.
 
135
* Sat Feb 11 2006 - agruen@suse.de
 
136
- Two bash 3.1 compatibility fixes from Arnaud Patard
 
137
  <apatard@mandriva.com> -- thank you.
 
138
* Sat Feb 11 2006 - agruen@suse.de
 
139
- Some versions of mkdir screw up on `mkdir -p dir/.' when dir
 
140
  does not already exist.
 
141
* Sat Feb 11 2006 - agruen@suse.de
 
142
- bin/patch-wrapper.in: Call GNU patch by absolute patch to avoid
 
143
  recursion. Don't print an error message when a patch contains
 
144
  no files.
 
145
* Sat Feb 11 2006 - agruen@suse.de
 
146
- quilt/setup.in: Add --path option for defining a tarball search
 
147
  path. Fix a bug in check_for_existing_files. When a series file
 
148
  is given as an argument, symlink to that series file in the
 
149
  same way as we symlink to the patches. Improve the symlink
 
150
  creation algorithm. Add testcase test/setup.test.
 
151
* Sat Feb 11 2006 - agruen@suse.de
 
152
- quilt/new.in: Try to explain how to choose another source tree
 
153
  root directory when quilt chooses the wrong one.
 
154
* Sat Feb 11 2006 - agruen@suse.de
 
155
- quilt/scripts/patchfns.in: Fix bug in quilt_command when working
 
156
  in subdirectories.
 
157
- Add testcase test/edit.test to catch this kind of bug.
 
158
* Wed Feb 08 2006 - agruen@suse.de
 
159
- bin/patch-wrapper.in: Fix permissions of installed file.
 
160
* Tue Feb 07 2006 - agruen@suse.de
 
161
- quilt/scripts/inspect.in: Improve recognition of patch's -i and
 
162
  --input options.
 
163
* Tue Feb 07 2006 - agruen@suse.de
 
164
- po/ja.po: Fix three errors: % used instead of %s (Yasushi Shoji).
 
165
* Mon Feb 06 2006 - agruen@suse.de
 
166
- Add --with-patch-wrapper configure argument, and optionally
 
167
  install the wrapper as /usr/share/quilt/wrapper/patch.
 
168
- bin/patch-wrapper.in: Minor cleanups.
 
169
* Mon Feb 06 2006 - agruen@suse.de
 
170
- bin/patch-wrapper.in: Add hack to follow pipes via /proc on
 
171
  Linux (zcat patch.diff.gz | patch -p0, etc.).
 
172
* Mon Feb 06 2006 - agruen@suse.de
 
173
- bin/patch-wrapper.in: A wrapper to GNU patch that recognizes the
 
174
  most common options and mimics GNU patch's behavior and output,
 
175
  and creates the quilt metadata as if quilt push was used to
 
176
  apply the patch.  When options are used that this wrapper does
 
177
  not recognize, GNU patch is used directly, and no quilt metadata
 
178
  will get created.
 
179
- lib/backup-files.c: Don't fail if a directory specified with
 
180
  -B does not exist.
 
181
* Sat Feb 04 2006 - agruen@suse.de
 
182
- make dist: Add the missing aclocal.m4 to the tarball.
 
183
* Fri Feb 03 2006 - khali@linux-fr.org
 
184
- bash_completion: Code refactoring, indentation fixes.
 
185
* Fri Feb 03 2006 - khali@linux-fr.org
 
186
- quilt/mail.in: Strip "Tr:" from subject lines like we do with
 
187
  "Re:" and "Fwd:".
 
188
* Fri Feb 03 2006 - agruen@suse.de
 
189
- quilt/mail.in: Disable broken patch header format check.
 
190
* Fri Feb 03 2006 - jayvdb@gmail.com
 
191
- configure.ac: Add check for GNU diff and use $GREP
 
192
  in GNU patch check.
 
193
* Wed Feb 01 2006 - agruen@suse.de
 
194
- Bump version to 0.43.
 
195
* Wed Feb 01 2006 - agruen@suse.de
 
196
- compat/date.in: Fix GetOptions problem with options starting
 
197
  with `+'.
 
198
- test/run: Adjust $ENV{PWD} in cd command; add FIXME comment in
 
199
  export command: in commands like `export foo=$var/bar', $var is
 
200
  not evaluated.
 
201
* Wed Feb 01 2006 - agruen@suse.de
 
202
- quilt/mail.in: Documentation fix.
 
203
* Wed Feb 01 2006 - agruen@suse.de
 
204
- configure.ac: Remove uniq -D test; we no longer use it.
 
205
* Wed Feb 01 2006 - jayvdb@gmail.com
 
206
- compat/date.in: Compatibility wrapper that emulates the GNU
 
207
  date features that quilt depends on (with minor cleanups from
 
208
  Andreas Gruenbacher).
 
209
- configure.ac: Add test for date --rfc-822.
 
210
* Wed Feb 01 2006 - agruen@suse.de
 
211
- bin/guards: Update to latest version (supports --with-guards
 
212
  option).
 
213
- doc/README.in: Update the description of the helper scripts.
 
214
  Add Typical Usages section from Randy Dunlap
 
215
  <rdunlap@xenotime.net>.
 
216
- contrib/import.diff: Remove obsolete file.
 
217
* Wed Feb 01 2006 - khali@linux-fr.org
 
218
- po/fr.po: Add missing translation of quilt mail's --sender
 
219
  option help. Thanks to Andreas Gruenbacher for pointing out.
 
220
* Wed Feb 01 2006 - jayvdb@gmail.com
 
221
- Filter duplicates with awk instead of using uniq -D.
 
222
* Wed Feb 01 2006 - agruen@suse.de
 
223
- Clean up quoting in messages. Add some spaces to the Japanese
 
224
  translation for good measure.
 
225
* Wed Feb 01 2006 - agruen@suse.de
 
226
- Japanese translation update from Yasushi Shoji.
 
227
* Tue Jan 31 2006 - agruen@suse.de
 
228
- Check for GNU uniq, and test if uniq -D is supported (from Gary
 
229
  V. Vaughan).
 
230
* Tue Jan 31 2006 - agruen@suse.de
 
231
- Make sure that the %changes section in the spec file will
 
232
  contain POSIX dates (#15591).
 
233
* Mon Jan 30 2006 - khali@linux-fr.org
 
234
- quilt/mail.in: Don't use sed's Q command, old versions of
 
235
  sed don't know about it.
 
236
* Mon Jan 30 2006 - agruen@suse.de
 
237
- quilt/mail.in: Use $(hostname) for the sender address for
 
238
  platforms on which $(hostname -f) doesn't work.
 
239
* Mon Jan 30 2006 - jayvdb@gmail.com
 
240
- compat/getopt.in: Properly handle spaces in arguments to getopt.
 
241
* Mon Jan 30 2006 - agruen@suse.de
 
242
- Allow backup-files to build on windows using the MinGW compiler.
 
243
* Mon Jan 30 2006 - jayvdb@gmail.com
 
244
- Makefile.in: The trailing slash in `find compat/' is causing OSX
 
245
  /usr/bin/find to print 'compat//sed', etc. As a result, they are
 
246
  appearing in compat_leftover, being removed in the middle of the
 
247
  build, causing errors during the construction of $(DOC).
 
248
* Mon Jan 30 2006 - jayvdb@gmail.com
 
249
- test/mail.test: /dev/stdin @CHANGELOG@ /dev/stdout dont exist on Tru64.
 
250
* Mon Jan 30 2006 - agruen@suse.de
 
251
- lib/backup-files.c: Tru64 does not have snprintf. (Reported by
 
252
  John Vandenberg).
 
253
* Mon Jan 30 2006 - khali@linux-fr.org
 
254
- bash_completion: Update import and mail commands options.
 
255
* Mon Jan 30 2006 - khali@linux-fr.org
 
256
- po/fr.po: Update French translation.
 
257
* Sun Jan 29 2006 - agruen@suse.de
 
258
- Also strip any bracketed fields and Re:, Fwd:, Fw:, Aw: from
 
259
  subject headers.
 
260
* Sun Jan 29 2006 - agruen@suse.de
 
261
- quilt/mail.in:
 
262
  + Add -m and --prefix options so that the mail command can be
 
263
    used without invoking an editor. 
 
264
  + Verify that each message generated will have a unique subject.
 
265
  + Verify that the introduction has a subject header.
 
266
  + Fix a bug in the heuristic for adding recipients.
 
267
  + Add a heuristic for extracting subject headers
 
268
  + Clarify some messages.
 
269
  + Add a test case.
 
270
  + Update the documentation.
 
271
* Sun Jan 29 2006 - agruen@suse.de
 
272
- Makefile.in: Add a missing dependency.
 
273
* Sun Jan 29 2006 - khali@linux-fr.org
 
274
- quilt/files.in, bash_completion: Command files only works on
 
275
  applied patches.
 
276
* Sun Jan 29 2006 - khali@linux-fr.org
 
277
- quilt/patches.in, quilt/refresh.in: Update usage line.
 
278
- bash_completion: Resync with quilt commands options.
 
279
* Sun Jan 29 2006 - khali@linux-fr.org
 
280
- quilt/push.in: Fix a temporary file leak and vulnerability.
 
281
* Sun Jan 29 2006 - khali@linux-fr.org
 
282
- quilt/scripts/patchfns.in: Drop an unused local variable in
 
283
  function find_patch_file.
 
284
- quilt/import.in: Add a missing print_patch call.
 
285
- quilt/import.in: Fix several temporary file leaks.
 
286
* Fri Jan 27 2006 - agruen@suse.de
 
287
- po/ja.po: Translation update from Yasushi.
 
288
* Fri Jan 27 2006 - agruen@suse.de
 
289
- Stop using bash <(...) process substitution: it triggers bugs
 
290
  on some platforms.
 
291
- In source tree compat/ "virtual symlink" scripts, exec the
 
292
  target binary instead of only calling it.
 
293
* Fri Jan 27 2006 - agruen@suse.de
 
294
- Unify existing -p and -n parameters that specify a patch:
 
295
  always use -P as the option name. Update test suite and the
 
296
  translations accordingly. Patch mostly from Gary V. Vaughan.
 
297
* Thu Jan 26 2006 - khali@linux-fr.org
 
298
- po/fr.po: Update French translation.
 
299
* Thu Jan 26 2006 - khali@linux-fr.org
 
300
- lib/backup-files.c: Fix usage line and help text.
 
301
- lib/backup-files.c: Improve recursive processing by avoiding
 
302
  repeated realloc and strlen calls. Hardly measurable though.
 
303
* Thu Jan 26 2006 - khali@linux-fr.org
 
304
- Makefile.in: Have Makefile depend on configure, so that the
 
305
  user runs ./configure only once if both Makefile.in and
 
306
  configure.ac have changed.
 
307
* Thu Jan 26 2006 - agruen@suse.de
 
308
- quilt/import.in: Add missing quoting, stop using diff -U for
 
309
  portability.
 
310
* Thu Jan 26 2006 - agruen@suse.de
 
311
- aclocal.m4(QUILT_COMPAT_PROG_PATH): Create missing compat
 
312
  symlinks for binaries that have a different basename than what
 
313
  quilt expects (e.g., awk/gawk). Patch from Gary V. Vaughan.
 
314
* Thu Jan 26 2006 - agruen@suse.de
 
315
- Stop using find's -printf option: some versions of find don't
 
316
  have it.
 
317
* Thu Jan 26 2006 - agruen@suse.de
 
318
- quilt/delete.in: Remove a superfluous message.
 
319
* Thu Jan 26 2006 - agruen@suse.de
 
320
- lib/backup-files.c: Stop using ftw and implement our own dir
 
321
  walking: ftw is a portability nightmare. The foreachdir function
 
322
  is based a proposal from Gary V. Vaughan <gary@gnu.org>, thanks!
 
323
* Wed Jan 25 2006 - agruen@suse.de
 
324
- quilt/import.in: Improve the help text.
 
325
- Makefile.in: Make sure configure is up to date.
 
326
* Wed Jan 25 2006 - agruen@suse.de
 
327
- lib/backup-files.c: Fix memory leaks (markus@oberhumer.com).
 
328
* Wed Jan 25 2006 - agruen@suse.de
 
329
- lib/backup-files.c: Don't fail when link(1) returns ENOSYS, and
 
330
  try to copy in that case.
 
331
* Wed Jan 25 2006 - agruen@suse.de
 
332
- lib/backup-files.c: Fix another missed optimization.
 
333
* Wed Jan 25 2006 - agruen@suse.de
 
334
- lib/backup-files.c: Cleanups by Markus F.X.J. Oberhumer
 
335
  <markus@oberhumer.com>.
 
336
- lib/backup-files.c: Several fixes from Markus as well.
 
337
* Tue Jan 24 2006 - agruen@suse.de
 
338
- quilt/scripts/parse-patch.in: files_in_patch improvement from
 
339
  jayvdb@gmail.com.
 
340
* Mon Jan 23 2006 - agruen@suse.de
 
341
- configure.ac: Use $TR instead of tr.
 
342
* Mon Jan 23 2006 - jayvdb@gmail.com
 
343
- Fix make check-all and make check-*.
 
344
* Mon Jan 23 2006 - agruen@suse.de
 
345
- configure.ac: Require GNU patch 2.4+.
 
346
- quilt/import.in: Don't use diff -U-1.
 
347
- Test suite: Recognize output of old versions of patch (from
 
348
  jayvdb@gmail.com).
 
349
* Mon Jan 23 2006 - jayvdb@gmail.com
 
350
- configure.ac: Check if awk supports sub().
 
351
- quilt/scripts/patchfns.in: Syntax changes for Solaris
 
352
  /usr/xpg4/bin/awk.
 
353
* Mon Jan 23 2006 - agruen@suse.de
 
354
- Stop using GNU awk's gensub.
 
355
* Mon Jan 23 2006 - jayvdb@gmail.com
 
356
- A better rule for test/.depend.
 
357
- In order to run make check immediately after configure, a few
 
358
  minor dependencies need to be added.
 
359
- The test suite depends on the compat layer and backup-files.
 
360
- quilt/refresh depends on remove-trailing-ws.
 
361
* Mon Jan 23 2006 - agruen@suse.de
 
362
- Remove unnecessary uses of diff's -N option.
 
363
* Sun Jan 22 2006 - agruen@suse.de
 
364
- Don't include any object files in LIBOBJS that we don't have.
 
365
* Sun Jan 22 2006 - agruen@suse.de
 
366
- Call $(CMD) instead of cmd in Makefile.in.
 
367
* Sun Jan 22 2006 - agruen@suse.de
 
368
- push command: when a patch doesn't apply, check if it reverse
 
369
  applies, and inform the user.
 
370
* Sun Jan 22 2006 - agruen@suse.de
 
371
- When inserting new diffstat, put a "---" line above it.
 
372
* Sat Jan 21 2006 - agruen@suse.de
 
373
- Add fallback ftw implementation for systems that don't have it.
 
374
* Sat Jan 21 2006 - agruen@suse.de
 
375
- Use ftw instead of nftw (some platforms don't have nftw).
 
376
* Sat Jan 21 2006 - jayvdb@gmail.com
 
377
- lib/backup-files.c: Only create and remove parents that are
 
378
  missing or empty. Report errors in nftw. (Minor changes by
 
379
  agruen@suse.de).
 
380
* Sat Jan 21 2006 - jayvdb@gmail.com
 
381
- Don't use date -r for comparing file timestamps.
 
382
* Sat Jan 21 2006 - jayvdb@gmail.com
 
383
- GNU patch 2.5 messages differ slightly from the messages of more
 
384
  recent versions. Recognize the old version's output when fixing
 
385
  patch's output in the push command, and also accept the old
 
386
  version's output in the test suite.
 
387
* Sat Jan 21 2006 - jayvdb@gmail.com
 
388
- test/run: Support regex matching in test scripts.
 
389
* Sat Jan 21 2006 - jayvdb@gmail.com
 
390
- Check whether cp -l works.
 
391
* Sat Jan 21 2006 - jayvdb@gmail.com
 
392
- Default to use NLS when NLS binaries are available (minor
 
393
  changes by agruen@suse.de).
 
394
* Sat Jan 21 2006 - agruen@suse.de
 
395
- Split off strip_diffstat from header command.
 
396
- import command: compare patch headers to prevent destruction;
 
397
  add -d option to choose which header(s) to keep.
 
398
* Sat Jan 21 2006 - jayvdb@gmail.com
 
399
- import command: catch several error conditions. Patches in
 
400
  QUILT_PATCHES can now be imported. A minor fix in the output.
 
401
* Sat Jan 21 2006 - agruen@suse.de
 
402
- Fix delete -n when no patches are applied.
 
403
* Fri Jan 20 2006 - jayvdb@gmail.com
 
404
- Tru64 /bin/sh complains when $(call ) is used without ; on each
 
405
  line of the define.
 
406
* Fri Jan 20 2006 - jayvdb@gmail.com
 
407
- Clear up the internal make rules so make -d is not so verbose.
 
408
* Fri Jan 20 2006 - agruen@suse.de
 
409
- Check if arguments to --with-<prog> exist, warn if they do not,
 
410
  and fail if they do but are no executables. (Based on a patch
 
411
  from jayvdb@gmail.com).
 
412
* Fri Jan 20 2006 - jayvdb@gmail.com
 
413
- configure.in: Document to use --without-foo instead of
 
414
  --with-foo=none.
 
415
* Thu Jan 19 2006 - agruen@suse.de
 
416
- Make sure quilt diff --snapshot visits files in a defined order.
 
417
* Thu Jan 19 2006 - jayvdb@gmail.com
 
418
- Move patch parameter checks into patchfns.in, adding quotes
 
419
  around all patch parameters, and reporting 'No patches in series'
 
420
- quilt/annonate.in: Fix case where no patches have been applied.
 
421
* Mon Jan 16 2006 - jayvdb@gmail.com
 
422
- test/three.test, test/import.test: Add various tests.
 
423
* Mon Jan 16 2006 - jayvdb@gmail.com
 
424
- Always use full command names in the test suite.
 
425
* Mon Jan 16 2006 - jayvdb@gmail.com
 
426
- doc/README and doc/quilt.1 depend on compat/getopt being built
 
427
  prior to their generation.  As the phony target 'compat' cant
 
428
  be used as a prereq, except to other phony targets, $(COMPAT)
 
429
  has been added to refer to all necessary compat/ objects.
 
430
- bin/*.in should be regenerated after a change to Makefile.
 
431
* Mon Jan 16 2006 - agruen@suse.de
 
432
- Change the rules for splitting a patch into header and body so
 
433
  that it will work for git extanded patches as well.
 
434
* Sun Jan 15 2006 - agruen@suse.de
 
435
- John Vandenberg <jayvdb@gmail.com>: Make check depends on
 
436
  programs that have been configured with --with-<name>=<prog>.
 
437
  Make dependencies would get confused by symlinks, so create
 
438
  wrappers in compat/ for make check.
 
439
- Remove binaries in compat/ that are not listed in COMPAT_PROGRAMS
 
440
  or COMPAT_SYMLINKS.
 
441
- configure.ac: use --without-$foo instead of --with-foo=none.
 
442
- Fix processing of translations again, and update de.po.
 
443
* Sat Jan 14 2006 - agruen@suse.de
 
444
- Move scripts directory to quilt/scripts to simplify running quilt
 
445
  directly from the source tree.
 
446
- test/Makefile: merge into Makefile.in (target check).
 
447
- Makefile.in: clean up.
 
448
* Sat Jan 14 2006 - agruen@suse.de
 
449
- Use the quilt version in the source tree instead of the
 
450
  installed version for running the test suite.
 
451
* Tue Jan 10 2006 - khali@linux-fr.org
 
452
- test/null-bug.test: Fix the original directory creation so that
 
453
  the test doesn't fail if any higher-level directory contains a
 
454
  patches/ sub-directory.
 
455
- test/*.test: Fix the test suite after the December 8th, 2005
 
456
  change to quilt diff. Contributed by Markus Oberhumer.
 
457
* Wed Jan 04 2006 - khali@linux-fr.org
 
458
- po/quilt.pot, po/de.po: Resync with code.
 
459
- po/ja.po: Update from Yasushi Shoji.
 
460
- po/fr.po: Update from me.
 
461
* Thu Dec 08 2005 - agruen@suse.de
 
462
- scripts/inspect.in (setup command): add heuristic to check for
 
463
  input files specified on the command line in the tar/patch
 
464
  wrapper.
 
465
- quilt/diff.in: Degrade the ``More recent patches modify files
 
466
  in patch'' message to a warning.
 
467
* Thu Dec 01 2005 - mquinson@debian.org
 
468
- bin/guards.in: s/ocnfiguration/configuration/ 
 
469
  (fixes Bug#341518 in Debian)
 
470
- doc/quilt.1.in: Document common options to all commands
 
471
  (fixes Bug#334408 in Debian)
 
472
* Mon Nov 28 2005 - agruen@suse.de
 
473
- quilt/diff.in, quilt/refresh.in: for -p0 style patches, when a
 
474
  file is being deleted, use the real filename in the +++ line
 
475
  instead of filename.orig: if we don't, the patch does not
 
476
  contain the real filename anymore, and patch will fail. See
 
477
  test/null-bug.test.
 
478
- files command: remove a redundant find_patch().
 
479
- Make top_patch() fail if there is no top patch.
 
480
* Fri Nov 04 2005 - agruen@suse.de
 
481
- Makefile.in: don't strip the backup-files binary in the install
 
482
  target.
 
483
- quilt.spec.in: set the CFLAGS to $RPM_OPT_FLAGS, and pass on
 
484
  the RPM release number when building quilt.
 
485
* Wed Oct 12 2005 - agruen@suse.de
 
486
- scripts/inspect.in: remove unnecessary path_search() function
 
487
  and let the shell search the path internally.
 
488
* Tue Oct 04 2005 - khali@linux-fr.org
 
489
- scripts/patchfns.in: Prevent patch_header and patch_body from
 
490
  mistakenly considering "---" alone on its header line as the
 
491
  beginning of the patch body.
 
492
* Fri Sep 23 2005 - khali@linux-fr.org
 
493
- configure.ac: Let the user select the find binary. Test that find
 
494
  supports -path.
 
495
* Fri Sep 23 2005 - khali@linux-fr.org
 
496
- quilt/files.in: Sort the file names rather than respecting the
 
497
  original order of the files in patches. This is slightly faster,
 
498
  and we don't much care about the original order.
 
499
* Fri Sep 23 2005 - khali@linux-fr.org
 
500
- Fix the test suite so that directories leftover from a previously
 
501
  interrupted test won't cause a test to fail.
 
502
* Fri Sep 23 2005 - khali@linux-fr.org
 
503
- Drop test/reorder.test, it duplicates test/sort.test but is
 
504
  less complete.
 
505
* Fri Sep 23 2005 - khali@linux-fr.org
 
506
- test/run: Do not depend on Term::ReadKey.
 
507
* Fri Sep 23 2005 - agruen@suse.de
 
508
- Fix the test suite so that it doesn't fail if any higher-level
 
509
  directory contains a patches/ sub-directory (iow, if quilt
 
510
  itself is patched with quilt).
 
511
* Thu Sep 22 2005 - khali@linux-fr.org
 
512
- Makefile.in: Fix extra spaces in foreach command which were
 
513
  causing "missing separator" errors. Patch from Gary V. Vaughan.
 
514
* Thu Sep 22 2005 - khali@linux-fr.org
 
515
- configure.ac: Test sed support for (foo|bar) constructs.
 
516
* Wed Sep 21 2005 - khali@linux-fr.org
 
517
- configure.ac, Makefile.in: Make the cp, date and tr binaries
 
518
  user-selectable.
 
519
- configure.ac: Test grep and tr features.
 
520
* Wed Sep 21 2005 - khali@linux-fr.org
 
521
- aclocal.m4: Fix typo causing binaries with alternative names not
 
522
  to be properly handled.
 
523
* Wed Sep 21 2005 - khali@linux-fr.org
 
524
- quilt/files.in: Compute file status only when needed (that is,
 
525
  when -v is used and -l isn't). This divides the execution time
 
526
  by 5 in all other cases.
 
527
* Wed Sep 21 2005 - khali@linux-fr.org
 
528
- test/subdir.test: Test quilt files -v.
 
529
* Wed Sep 21 2005 - khali@linux-fr.org
 
530
- test/sort.test: Quote grep arguments, as some grep
 
531
  implementations seem to otherwise choke on them. Original patch
 
532
  from John Vandenberg.
 
533
* Wed Sep 21 2005 - khali@linux-fr.org
 
534
- quilt/diff.in: Add missing call to print_patch.
 
535
* Tue Sep 20 2005 - khali@linux-fr.org
 
536
- Makefile.in: Fix compat/tail symlink creation. Fix variable 
 
537
  exporting bashism.
 
538
- configure.ac: Use grep >/dev/null instead of grep -q for
 
539
  compatibility. Test for grep -q, some quilt scripts need it.
 
540
- test/Makefile: Fix varible exporting and script sourcing
 
541
  bashisms.
 
542
* Mon Sep 19 2005 - agruen@suse.de
 
543
- Makefile.in: Fix when COMPAT_PROGRAMS is empty.
 
544
- Avoid spurious rebuilds because of unnecessary chmod.
 
545
* Mon Sep 19 2005 - khali@linux-fr.org
 
546
- Makefile.in: Fix harmless error message in reference rule.
 
547
* Mon Sep 19 2005 - khali@linux-fr.org
 
548
- aclocal.m4: Fix a bug causing user-selected binary names not
 
549
  to be displayed properly.
 
550
* Mon Sep 19 2005 - agruen@suse.de
 
551
- Use compatibility m4 for diffstat. Correctly diagnose older
 
552
  diffstat on OS X 10.3, which outputs '1.2 (patch 5)'. Update
 
553
  configure warning message to reflect reality that quilt diff
 
554
  does not accept --diffstat (John Vandenberg <jayvdb@gmail.com>).
 
555
* Mon Sep 19 2005 - agruen@suse.de
 
556
- quilt/mail.in: add a --sender option for specifying the envelope
 
557
  sender address (defaults to ${LOGNAME:-`whoami`}@`hostname -f`).
 
558
* Mon Sep 19 2005 - agruen@suse.de
 
559
- Rename MTA program to SENDMAIL, and improve configure.ac
 
560
  (from John Vandenberg again, as several other recent things --
 
561
   thanks!)
 
562
- Must build the compatibility programs before creating the
 
563
  command reference (which extracts the help texts).
 
564
* Mon Sep 19 2005 - agruen@suse.de
 
565
- Fix mta check when sendmail is found.
 
566
- Fix --disable-nls.
 
567
- configure.ac: Don't run tests when using internal compatibility
 
568
  programs.
 
569
* Sun Sep 18 2005 - agruen@suse.de
 
570
- Add a missing $(BUILD_ROOT) and fix compat-symlink dependencies.
 
571
* Sun Sep 18 2005 - khali@linux-fr.org
 
572
- configure.ac: Test for tail -n.
 
573
* Sun Sep 18 2005 - agruen@suse.de
 
574
- Makefile.in: Add a dependency of all to COMPAT_PROGRAMS which
 
575
  was lost somewhere. Fix internal "mta" program.
 
576
- Get rid of ``grep -E''.
 
577
* Sun Sep 18 2005 - agruen@suse.de
 
578
- Fix a few things in po/quilt.pot generation.
 
579
- Always create the mta symlink in compat/. Replace "@MTA@" with
 
580
  "mta" in scripts. Replace mta check in configure.ac with
 
581
  QUILT_COMPAT_PROG_PATH.
 
582
- quilt/main.in: Add a User-Agent header.
 
583
- Update the German translation.
 
584
* Sun Sep 18 2005 - agruen@suse.de
 
585
- Makefile.in: remove obsolete substitutions.
 
586
* Sun Sep 18 2005 - agruen@suse.de
 
587
- Get rid of ``grep -e''.
 
588
* Sun Sep 18 2005 - agruen@suse.de
 
589
- Remove config.h, and use @DEFS@ in Makefile.in instead
 
590
  (Gary V. Vaughan <gary@gnu.org>).
 
591
* Sun Sep 18 2005 - khali@linux-fr.org
 
592
- configure.ac: Drop useless -e to grep.
 
593
* Sun Sep 18 2005 - agruen@suse.de
 
594
- Merge po/Makefile into Makefile.in. Add a lost @false to
 
595
  Makefile.in.
 
596
* Sun Sep 18 2005 - agruen@suse.de
 
597
- lib/backup-files.c: add missing dependency on config.h. Check
 
598
  for chmod and fchmod support. Remove two unnecessary chmod calls.
 
599
- Makefile.in: fix cyclic dependency on Makefile.
 
600
* Sun Sep 18 2005 - agruen@suse.de
 
601
- lib/backup-files.c: use mktemp if mkstemp is not available
 
602
  (Gary V. Vaughan <gary@gnu.org>). Add a config.h.
 
603
* Sun Sep 18 2005 - agruen@suse.de
 
604
- lib/backup-files.c: switch from alloca to malloc for portability.
 
605
* Sun Sep 18 2005 - khali@linux-fr.org
 
606
- configure.ac: Make the tail executable user-selectable.
 
607
* Sun Sep 18 2005 - agruen@suse.de
 
608
- Forgot to add new files to the repository.
 
609
* Sun Sep 18 2005 - agruen@suse.de
 
610
- Merge compatibility layer from  John Vandenberg <jayvdb@gmail.com>.
 
611
- Only add compat/ directory to PATH if it exists. Only create it
 
612
  when necessary.
 
613
- configure.ac: fail if getopt does not support --long.
 
614
- Replace @INSTALL@ with $(INSTALL) and @BASH@ with $(BASH) in
 
615
  Makefile.in.
 
616
- Replace @FOO@ macros in scripts with foo command where possible.
 
617
- Remove compatibility shell functions and convert them to
 
618
  standalone scripts.
 
619
* Fri Sep 16 2005 - khali@linux-fr.org
 
620
- configure.ac: Fix a copy-n-paste bug which was causing perl to
 
621
  be checked twice and awk not to be checked properly.
 
622
* Fri Sep 16 2005 - khali@linux-fr.org
 
623
- Make it possible to pass arbitrary options to diffstat, by
 
624
  defining a QUILT_DIFFSTAT_OPTS variable in ~/.quiltrc.
 
625
- Update documentation and sample configuration file accordingly.
 
626
* Thu Sep 15 2005 - agruen@suse.de
 
627
- Fix off-by-one error: it's not a good idea to edit $x instead
 
628
  of $x.in.
 
629
* Thu Sep 15 2005 - khali@linux-fr.org
 
630
- Makefile.in: Add missing dependency of doc/README on quilt/*.
 
631
- Makefile.in: Rewrite non-portable sed command in "reference"
 
632
  rule.
 
633
* Thu Sep 15 2005 - khali@linux-fr.org
 
634
- Omitting the search directory in "find" is not portable; add
 
635
  an explicit "." (Gary V. Vaughan, John Vandenberg).
 
636
* Thu Sep 15 2005 - agruen@suse.de
 
637
- Fix quilt.spec generation after the Sep 14 change.
 
638
* Thu Sep 15 2005 - agruen@suse.de
 
639
- quilt/pop.in: get rid of tac.
 
640
* Wed Sep 14 2005 - agruen@suse.de
 
641
- quilt/mail.in: Remove stray getopt line. If --subject is given,
 
642
  actually fill in the subject in the message template.
 
643
* Wed Sep 14 2005 - khali@linux-fr.org
 
644
- Makefile.in: Use @BASH@ instead of bash (John Vandenberg).
 
645
- Makefile.in: Use `foo` instead of $$(foo) for compatibility.
 
646
- Makefile.in: Drop call to chmod --reference (Gary V. Vaughan).
 
647
* Tue Sep 13 2005 - khali@linux-fr.org
 
648
- quilt/annotate.in: Rework the annotation algorithm (Andreas
 
649
  Gruenbacher). The new code is shorter and faster.
 
650
- quilt/annotate.in: New option "-p patch" to stop checking for
 
651
  changes at the specified rather than the topmost patch.
 
652
- bash_completion: Support the new -p option.
 
653
- test/annotation.test: Test the new -p option.
 
654
* Sun Sep 11 2005 - khali@linux-fr.org
 
655
- quilt/annotate.in: Update help text to mention that only applied
 
656
  patches will show (Andreas Gruenbacher). Optimize by using
 
657
  applied_patches() instead of cat_series().
 
658
* Fri Sep 09 2005 - khali@linux-fr.org
 
659
- test/*.test: Fix sed compatibility issues: do not use inplace
 
660
  (-i); do not filter out tabs in patches, it's no more needed
 
661
  now that --no-timestamps is used; do not use the "a" command.
 
662
  Based on a patch by John Vandenberg.
 
663
* Fri Sep 09 2005 - khali@linux-fr.org
 
664
- scripts/patchfns.in: New quilt_command function for running
 
665
  another quilt command. Patch from Joe Green.
 
666
- quilt/delete.in, quilt/edit.in: Use the new quilt_command
 
667
  function. Patch from Joe Green.
 
668
* Wed Sep 07 2005 - khali@linux-fr.org
 
669
- quilt/delete.in: Fix the quilt pop invocation when attempting
 
670
  to delete the top patch (default). Patch by Joe Green.
 
671
* Tue Sep 06 2005 - khali@linux-fr.org
 
672
- Japanese translation update contributed by Satoru Takeuchi and
 
673
  Yasushi Shoji.
 
674
* Tue Sep 06 2005 - khali@linux-fr.org
 
675
- It is now possible to set EDITOR in ~/.quiltrc in order to use
 
676
  a different editor for quilt and for the other tasks.
 
677
* Tue Sep 06 2005 - khali@linux-fr.org
 
678
- doc/README needs the same $EDITOR filtering quirk we just added
 
679
  for doc/quilt.1.
 
680
* Tue Sep 06 2005 - khali@linux-fr.org
 
681
- scripts/patchfns.in: Rewrite files_in_patch_ordered() so as to
 
682
  not require the awk asort function, which is not available on
 
683
  all versions of awk.
 
684
- test/sort.test: Add more files to better test the ordering and
 
685
  sorting issues. Original patch by John Vandenberg.
 
686
* Tue Sep 06 2005 - khali@linux-fr.org
 
687
- Merge doc/sample.quiltrc into quilt.quiltrc, and delete it.
 
688
  It will be easier to maintain a single configuration file.
 
689
* Tue Sep 06 2005 - khali@linux-fr.org
 
690
- Makefile.in: Filter out expanded $EDITOR in quilt.1. This value
 
691
  being set at installation time may be irrelevant at execution
 
692
  time.
 
693
* Tue Sep 06 2005 - agruen@suse.de
 
694
- Fix test/perms.test for LANG=POSIX (from John Vandenberg
 
695
  <jayvdb@gmail.com>), and always run the test cases with LANG set
 
696
  to POSIX.
 
697
* Sun Sep 04 2005 - khali@linux-fr.org
 
698
- quilt/diff.in: Fix incorrect error message when incompatible
 
699
  options are used. Fix direct call to awk.
 
700
* Fri Sep 02 2005 - khali@linux-fr.org
 
701
- scripts/patchfns.in: Fix permissions of .pc/applied-patches
 
702
  being lost in remove_from_db() and rename_in_db().
 
703
* Fri Sep 02 2005 - khali@linux-fr.org
 
704
- quilt/refresh.in: Drop a useless line in the awk script
 
705
  replacing the diffstat section in patch headers. Improve the
 
706
  regular expression matching diffstat lines. Original patch from
 
707
  John Vandenberg.
 
708
* Sun Aug 28 2005 - khali@linux-fr.org
 
709
- configure.ac, Makefile.in: Support GCC and other compilers.
 
710
  Allow executable extensions (non-Unix.) Original patch from
 
711
  John Vandenberg.
 
712
* Fri Aug 26 2005 - khali@linux-fr.org
 
713
- quilt/delete.in: Drop extra spaces in usage line.
 
714
- quilt/graph.in: Add missing -T option to usage line.
 
715
- quilt/push.in: Add missing --interactive and --color options to
 
716
  usage line.
 
717
* Fri Aug 26 2005 - khali@linux-fr.org
 
718
- quilt/delete.in: Add options -r (remove patch file) and
 
719
  --backup (backup rather than remove.) Patch from Joe Green.
 
720
* Fri Aug 26 2005 - agruen@suse.de
 
721
- scripts/patchfns.in: insert_in_series(): Insert new patches
 
722
  before the following patch instead of after the top patch. When
 
723
  no patch is in the series file, insert the new patch at the end
 
724
  (i.e., after comments from setup, etc.) instead of at the top.
 
725
* Fri Aug 26 2005 - khali@linux-fr.org
 
726
- quilt/import.in: Fix error path when imported patch doesn't
 
727
  exist.
 
728
* Wed Aug 24 2005 - agruen@suse.de
 
729
- quilt/edit.in: Check exit status after adding files, and fail
 
730
  except when files have already been added.
 
731
* Mon Aug 22 2005 - agruen@suse.de
 
732
- quilt/fold.in: fold did not work when invoked from a
 
733
  subdirectory; update test case.
 
734
* Fri Aug 12 2005 - khali@linux-fr.org
 
735
- configure.ac: Do not check for diffstat version if
 
736
  --without-diffstat is used.
 
737
* Thu Aug 11 2005 - mquinson@debian.org
 
738
- bash_completion: add completion of the header command
 
739
  [Joe Green].
 
740
- improve description of the import command
 
741
  [Joe Green].
 
742
* Fri Jul 29 2005 - khali@linux-fr.org
 
743
- test/delete.test: New test case for the delete command.
 
744
* Fri Jul 29 2005 - khali@linux-fr.org
 
745
- Makefile.in: add test/Makefile and test/test.quiltrc to SRC,
 
746
  so that they get included into the tarball by make dist.
 
747
* Wed Jul 27 2005 - agruen@suse.de
 
748
- test/missing.test: Fix test case.
 
749
* Tue Jul 26 2005 - khali@linux-fr.org
 
750
- Bump version to 0.42.
 
751
* Tue Jul 26 2005 - agruen@suse.de
 
752
- Mike Fabian <mfabian@suse.de> fixed two fuzzy Japanese messages
 
753
  for us -- thanks!
 
754
* Mon Jul 25 2005 - khali@linux-fr.org
 
755
- Fix one fuzzy message in French translation.
 
756
* Mon Jul 25 2005 - agruen@suse.de
 
757
- Japanese translation update from Yasushi SHOJI
 
758
  <yashi@atmark-techno.com>.
 
759
* Sun Jul 24 2005 - khali@linux-fr.org
 
760
- Let the perl scripts (edmail, parse-patch and
 
761
  remove-trailing-ws) work without Locale::gettext.
 
762
* Fri Jul 22 2005 - khali@linux-fr.org
 
763
- Makefile.in: Drop pointless dependency between quilt command
 
764
  files and scripts.
 
765
* Tue Jul 19 2005 - khali@linux-fr.org
 
766
- Update French translation.
 
767
* Tue Jul 19 2005 - agruen@suse.de
 
768
- Fix a few translation bugs; update german translation.
 
769
* Mon Jul 18 2005 - agruen@suse.de
 
770
- Add internationalization support to Perl scripts as well.
 
771
- Rename test/create-delete.diff to *.test and fix the test.
 
772
* Mon Jul 18 2005 - khali@linux-fr.org
 
773
- French translation unfuzzying.
 
774
* Mon Jul 18 2005 - agruen@suse.de
 
775
- uninstall target: remove $(LIB_DIR) as well.
 
776
* Mon Jul 18 2005 - agruen@suse.de
 
777
- Based on work done by several contributers, add a header
 
778
  command.
 
779
- Bump version to 0.41.
 
780
* Mon Jul 18 2005 - agruen@suse.de
 
781
- quilt/annotate.in: Fix case where the file is created/deleted
 
782
  by a patch.
 
783
- Makefile.in: add uninstall target.
 
784
* Sun Jul 17 2005 - agruen@suse.de
 
785
- bin/quilt.in: clean up helptext.
 
786
* Thu Jul 14 2005 - khali@linux-fr.org
 
787
- Update the French translation.
 
788
* Thu Jul 14 2005 - agruen@suse.de
 
789
- Use wildcard to generate the list of all commands in Makefile
 
790
  instead of explicitly listing them.
 
791
- Helptext improvements.
 
792
* Thu Jul 07 2005 - khali@linux-fr.org
 
793
- Makefile.in: Properly set LINGUAS before running "make all" in
 
794
  subdirectory po. This ensures that all .mo files will actually
 
795
  be built.
 
796
- Makefile.in: Delete po/*.mo only once on "make clean".
 
797
* Wed Jul 06 2005 - khali@linux-fr.org
 
798
- quilt delete: Add option -n, which deletes the next patch
 
799
  after topmost (rather than the specified or topmost patch).
 
800
* Tue Jul 05 2005 - khali@linux-fr.org
 
801
- fr.po: Add all missing translations.
 
802
- de.po: Add one easy translation.
 
803
* Tue Jul 05 2005 - khali@linux-fr.org
 
804
- quilt delete: Display the name of the deleted patch on success.
 
805
* Sat Jul 02 2005 - agruen@suse.de
 
806
- Remove outdated BUGS file and references.
 
807
- refresh command: don't write into existing patches but create
 
808
  new files instead to avoid overwriting hardlinked copies.
 
809
* Fri Jul 01 2005 - khali@linux-fr.org
 
810
- configure.ac: Add a test on diffstat version. Versions prior
 
811
  to 1.32 are known to behave in a confusing manner, so we warn
 
812
  the user if such an old version is found.
 
813
* Wed Jun 29 2005 - agruen@suse.de
 
814
- po/de.po: Small update from Debian Bug #313827.
 
815
* Wed Jun 29 2005 - khali@linux-fr.org
 
816
- Fix a typo in diff.in's help.
 
817
* Wed Jun 29 2005 - khali@linux-fr.org
 
818
- French translation unfuzzying.
 
819
* Mon Jun 27 2005 - khali@linux-fr.org
 
820
- Fix a typo in quilt.changes.
 
821
* Mon Jun 27 2005 - agruen@suse.de
 
822
- quilt diff: Fix -z option if QUILT_PATCHES is an absolute path.
 
823
* Sun Jun 26 2005 - agruen@suse.de
 
824
- Jean Delvare:
 
825
  + Add a --version option that prints the program version.
 
826
  + patch_args: Fix comments parsing in series files.
 
827
* Wed Jun 22 2005 - agruen@suse.de
 
828
- annotate: temp file leak; add bash completions (Jean Delvare).
 
829
* Tue Jun 21 2005 - agruen@suse.de
 
830
- quilt/annotate.in: Add comment; remove some dead code.
 
831
* Tue Jun 21 2005 - agruen@suse.de
 
832
- add command: "File %s added to patch %s" message goes to stdout
 
833
  and not to stderr (Jean Delvare).
 
834
- Don't fail when popping missing patches (Jerome Lacoste, Jean
 
835
  Delvare, I).
 
836
* Sat Jun 18 2005 - agruen@suse.de
 
837
- Add fix for refresh --strip-trailing-whitespace option: now
 
838
  refresh always checks for trailing whitespace and reports it
 
839
  per file and line number. With --strip-trailing-whitespace it
 
840
  strips the whitespace from the patch and from the affected files
 
841
  in the working tree.
 
842
* Sat Jun 18 2005 - agruen@suse.de
 
843
- Add new annotate command.
 
844
* Thu Jun 16 2005 - agruen@suse.de
 
845
- rpm build: add missing files to file list; remove percent-prep
 
846
  string from changes file so that RPM doesn't choke on it.
 
847
* Tue Jun 14 2005 - agruen@suse.de
 
848
- refresh command: also touch .pc/$patch/.timestamp when a patch
 
849
  is found to be up-to-date (Peter Williams,
 
850
  <pwil3058@bigpond.net.au>).
 
851
* Sun Jun 12 2005 - agruen@suse.de
 
852
- Documentation update from Jerome Lacoste
 
853
  <jerome.lacoste@gmail.com> and me.
 
854
* Sun Jun 12 2005 - agruen@suse.de
 
855
- Remove obsolete remnants of removed -n flag (Jean Delvare).
 
856
* Thu Jun 09 2005 - agruen@suse.de
 
857
- Additional fixes to the rename command.
 
858
* Wed Jun 08 2005 - agruen@suse.de
 
859
- Add rename command from Jean Delvare <khali@linux-fr.org>.
 
860
* Wed Jun 08 2005 - agruen@suse.de
 
861
- Add testcase for diff --no-index.
 
862
* Mon Jun 06 2005 - agruen@suse.de
 
863
- Add --no-index option to diff and refresh commands: Suppress
 
864
  Index: lines in the patch. From Jean Delvare <khali@linux-fr.org>.
 
865
* Wed Jun 01 2005 - agruen@suse.de
 
866
- test/remove2.test: Test for remove + refresh interactions.
 
867
* Mon May 23 2005 - agruen@suse.de
 
868
- quilt.quiltrc: A minor cleanup in quilt_mail_patch_filter().
 
869
* Sun May 22 2005 - agruen@suse.de
 
870
- setup command: When a patch cannot be identified, scan all the
 
871
  files in the build directory: the patch may have been created,
 
872
  unpacked from an archive, etc.
 
873
* Sun May 22 2005 - agruen@suse.de
 
874
- refresh command: Fix temporary file leak (from Jean Delvare).
 
875
* Wed May 18 2005 - agruen@suse.de
 
876
- debian/changelog: Fix typo.
 
877
* Thu May 12 2005 - agruen@suse.de
 
878
- Quoting fix from Jean Delvare <khali@linux-fr.org>, and one more
 
879
  from me.
 
880
* Sun May 08 2005 - agruen@suse.de
 
881
- doc/quilt.1.in: Fix some typos (mostly from Jean Delvare).
 
882
* Sun May 01 2005 - agruen@suse.de
 
883
- Fix misspelling in documentation (Nicolas Kaiser <nikai@nikai.net>).
 
884
* Fri Apr 29 2005 - agruen@suse.de
 
885
- Add trailing-whitespace check an --strip-trailing-whitespace
 
886
  option to the refresh command.
 
887
- Bump version to 0.40.
 
888
* Tue Apr 19 2005 - agruen@suse.de
 
889
- fork command help update (Jean Delvare <khali@linux-fr.org>).
 
890
* Wed Apr 13 2005 - agruen@suse.de
 
891
- Add --sort options to the diff and refresh commands which
 
892
  sorts files by filename. The default is to keep files in their
 
893
  original order whenever possible.
 
894
- refresh command: add new files in sort order instead of the
 
895
  filesystem order.
 
896
- diff command: output files in the order in which they show up
 
897
  in the patch instead of sorting them alphabetically.
 
898
- Add sort testcase.
 
899
* Wed Apr 13 2005 - agruen@suse.de
 
900
- Fix typos in introduction.
 
901
* Tue Apr 05 2005 - agruen@suse.de
 
902
- doc/quilt.1.in: Remove an unnecessary 8-bit character.
 
903
* Thu Mar 10 2005 - agruen@suse.de
 
904
- Debian Bug #298785: Pass -p $opt_strip_level option to diffstat
 
905
  in refresh command.
 
906
* Mon Mar 07 2005 - agruen@suse.de
 
907
- Another Japanese translation update from Yasushi SHOJI.
 
908
* Sun Mar 06 2005 - agruen@suse.de
 
909
- Add `graph', `grep' and `mail' to QUILT_IN in po/Makefile.
 
910
- Fix typo and translation updates.
 
911
- Add a missing ``exit 1'' to quilt/fold.in when no patches are
 
912
  applied. (All except the German translation update from Yasushi
 
913
  SHOJI -- thanks.)
 
914
* Thu Feb 24 2005 - mquinson@debian.org
 
915
- quilt add: Add check to ensure that no symlink will be added
 
916
  since we fail to backup them properly (see #295913 in Debian).
 
917
* Fri Feb 18 2005 - agruen@suse.de
 
918
- quilt add: Add check to ensure that no files below patches/
 
919
  or .pc/ will be added.
 
920
* Thu Feb 10 2005 - agruen@suse.de
58
921
- quilt remove: Update restored file's timestamp. Also, some uses
59
922
  caused a subsequent ``quilt diff -z'' to fail: we must mark
60
923
  the patch as dirty after removing files.
61
924
- test/run: adjust to terminal width.
62
925
- Bump version to 0.39.
63
 
* dim f�v 06 2005 - agruen@suse.de
 
926
* Sun Feb 06 2005 - agruen@suse.de
64
927
- Update of the Japanese translation from Yasushi SHOJI
65
928
  <yashi@atmark-techno.com> -- thank you.
66
929
- Don't leak so many temporary files in the push command.
67
 
- Include command names in tempfile names to find leaks more easily.
68
 
* mer f�v 02 2005 - agruen@suse.de
 
930
- Include command names in tempfile names to find leaks more
 
931
  easily.
 
932
* Wed Feb 02 2005 - agruen@suse.de
69
933
- Fix date calculation bug with some versions of GNU date.
70
 
* mer f�v 02 2005 - agruen@suse.de
 
934
* Wed Feb 02 2005 - agruen@suse.de
71
935
- Use color defaults so that QUILT_COLORS can be used to only
72
936
  override some colors.
73
937
- When checking for remaining changes (refresh forgotten), use
74
938
  $QUILT_PATCH_OPTS as in the push command to get identical
75
939
  results. Don't generate the actually diff; it doesn't get
76
940
  printed anyway. This should speed things up.
77
 
* jeu jan 27 2005 - agruen@suse.de
 
941
* Thu Jan 27 2005 - agruen@suse.de
78
942
- lib/backup-files.c: Remove unused command line option and
79
943
  document the remaining options.
80
944
- quilt/pop.in: Colorize this as well:
81
945
  "Patch attempted to create file *, which already exists."
82
946
  "can't find file to patch at input line *"
83
947
  "* out of * hunk ignored"
84
 
* mar jan 25 2005 - agruen@suse.de
 
948
* Tue Jan 25 2005 - agruen@suse.de
85
949
- Fix pop command for recent coreutils (cp dir dir2/ no longer
86
950
  works if dir2 doesn't yet exist).
87
 
* dim jan 23 2005 - agruen@suse.de
 
951
* Sun Jan 23 2005 - agruen@suse.de
88
952
- Add color support for push command output and allow to customize
89
953
  colors via the QUILT_COLORS environment variable (for reverse
90
954
  video, etc.).
91
 
* dim jan 23 2005 - agruen@suse.de
 
955
* Sun Jan 23 2005 - agruen@suse.de
92
956
- Add mail command, doc/README.MAIL and example ``mail'' command
93
957
  filter in quilt.quiltrc.
94
958
- Bump version to 0.38.
95
 
* ven jan 21 2005 - agruen@suse.de
 
959
* Fri Jan 21 2005 - agruen@suse.de
96
960
- Add a missing find_patch call in the files command.
97
 
* jeu jan 20 2005 - mquinson@debian.org
 
961
* Thu Jan 20 2005 - mquinson@debian.org
98
962
- fix the bash completion file: 
99
963
  - does not complete on dir anymore, just files.
100
 
  - use string comparison when dealing with BASH_VERSION, it may contain
101
 
    letters.
102
 
* mar jan 11 2005 - agruen@suse.de
 
964
  - use string comparison when dealing with BASH_VERSION, it may
 
965
    contain letters.
 
966
* Tue Jan 11 2005 - agruen@suse.de
103
967
- Add a default /etc/quilt.quiltrc file that is sourced if no
104
968
  ~/.quiltrc file exists.
105
 
* ven nov 19 2004 - agruen@suse.de
 
969
* Fri Nov 19 2004 - agruen@suse.de
106
970
- Push command: Write out output of patch process immediately
107
971
  instead of reading into a variable and then printing that
108
972
  variable. This helps to see what's happening with large patches.
109
 
* lun nov 15 2004 - agruen@suse.de
 
973
* Mon Nov 15 2004 - agruen@suse.de
110
974
- Get rid of the apatch and rpatch helper scripts: Integrate them
111
975
  in the push and pop commands. This should bring a small
112
976
  performance improvement.
113
 
* lun nov 08 2004 - agruen@suse.de
 
977
* Mon Nov 08 2004 - agruen@suse.de
114
978
- Fix extra trailing space in series file after quilt refresh
115
979
  (David Vrabel <dvrabel@arcom.com>).
116
980
- Missing quotation in bash_completion
117
981
  (Axel Grossklaus <ag@pre-secure.de>).
118
982
- Fix patches command (Brent Casavant <bcasavan@sgi.com>).
119
 
* dim oct 17 2004 - agruen@suse.de
 
983
* Sun Oct 17 2004 - agruen@suse.de
120
984
- When applying a patch with -q and without -f no (individual)
121
985
  reject files are created, and the "patching file" comments
122
986
  are missing as well. In that case, we don't know wich files the
126
990
  like make don't get confused.
127
991
- Add a missing print_patch call (cosmetic).
128
992
- Bump to version 0.37.
129
 
* mer sep 22 2004 - agruen@suse.de
 
993
* Wed Sep 22 2004 - agruen@suse.de
130
994
- scripts/patchfns.in: set the dotglob option so that dot files
131
995
  will show up in file globs as well. Bug reported by James Rowe.
132
996
- Add a missing tab to the patch header of files that are removed.
139
1003
  version.
140
1004
- Fix the version check in bash_completion for bash 3.
141
1005
- Bump version to 0.36.
142
 
* mar sep 21 2004 - agruen@suse.de
 
1006
* Tue Sep 21 2004 - agruen@suse.de
143
1007
- Series command: add missing paths to patches if
144
1008
  $QUILT_PATCHES_PREFIX is set.
145
1009
- test/run script: Add export and unset statements.
146
 
* lun sep 13 2004 - agruen@suse.de
 
1010
* Mon Sep 13 2004 - agruen@suse.de
147
1011
- bin/quilt.in: Add optional verbose modifier to --trace option
148
1012
  by request of Dean Roehrich <roehrich@sgi.com>.
149
1013
- Fix a message; took a while. Thanks Yasushi SHOJI
150
1014
  <yashi@atmark-techno.com>.
151
 
* dim sep 12 2004 - agruen@suse.de
152
 
- scripts/inspect.in: Run the RPM %prep section in /var/tmp and
 
1015
* Sun Sep 12 2004 - agruen@suse.de
 
1016
- scripts/inspect.in: Run the RPM prep section in /var/tmp and
153
1017
  not in /tmp: the sources can become large.
154
1018
- The fork command at some point broke and did not insert the
155
1019
  "serial number" in the right place in patch names anymore.
156
 
* mer ao� 25 2004 - agruen@suse.de
 
1020
* Wed Aug 25 2004 - agruen@suse.de
157
1021
- Refresh command: recognize and ignore header lines generated by
158
1022
  ``cvs diff''.
159
1023
- Add a missing print_patch call (cosmetic).
160
 
* sam ao� 14 2004 - agruen@suse.de
 
1024
* Sat Aug 14 2004 - agruen@suse.de
161
1025
- Add Japanese translation from
162
1026
  Yasushi SHOJI <yashi@atmark-techno.com>. Thank you.
163
 
* ven ao� 13 2004 - agruen@suse.de
 
1027
* Fri Aug 13 2004 - agruen@suse.de
164
1028
- setup command: detect errors when running ``rpm -bp'' and
165
1029
  improve the messages of ``quilt setup''.
166
 
* mer ao� 11 2004 - agruen@suse.de
 
1030
* Wed Aug 11 2004 - agruen@suse.de
167
1031
- Merge improvement to files command from Dean Roehrich: Allow to
168
1032
  list all files modified, or all files modified by a range of
169
1033
  patches.
170
1034
- Fix pop command help.
171
 
* mer ao� 11 2004 - agruen@suse.de
 
1035
* Wed Aug 11 2004 - agruen@suse.de
172
1036
- Working in sub-directories: `quilt new' so far did always
173
1037
  create patches in the current directory, even if the current
174
1038
  directory appeared to be a sub-directory of the working tree.
175
1039
  This was confusing for several people now. Make `quilt new'
176
1040
  behave like all other commands, and thus allow it to be used
177
1041
  from within sub-directories.
178
 
* sam ao� 07 2004 - mquinson@fuxfamily.org
 
1042
* Sat Aug 07 2004 - mquinson@fuxfamily.org
179
1043
- Small fix by Yasushi SHOJI: display the name of the patch which
180
1044
  is not applied in the error message.
181
 
* jeu jui 22 2004 - mquinson@tuxfamily.org
 
1045
* Thu Jul 22 2004 - mquinson@tuxfamily.org
182
1046
- repharse the output of rpatch when patch does not remove properly:
183
1047
  refreshing the patch is another way to fix it
184
1048
- sync french translation.
185
 
* jeu jui 15 2004 - mquinson@tuxfamily.org
 
1049
* Thu Jul 15 2004 - mquinson@tuxfamily.org
186
1050
- patch from Joe Green to "Complete options for a partial command
187
1051
  as long as it's unique. quilt will accept such a partial command
188
1052
  as valid."
189
 
* jeu jui 15 2004 - agruen@suse.de
 
1053
* Thu Jul 15 2004 - agruen@suse.de
190
1054
- Add test case for permissions.
191
1055
- Very minor translation updates.
192
1056
- Convert timestamps in changes file into UTC when generating
193
1057
  the RPM changelog: the changelog does not understand
194
1058
  timestamps.
195
1059
- Bump version to 0.35.
196
 
* mar jui 13 2004 - mquinson@tuxfamily.org
 
1060
* Tue Jul 13 2004 - mquinson@tuxfamily.org
197
1061
- Fix a typo (s/prinf/printf/) reported by Dean Roehrich.
198
1062
- Track down two variable expensions in printf $"" constructs.
199
1063
- update the french translation accordingly
200
 
* lun jui 12 2004 - agruen@suse.de
 
1064
* Mon Jul 12 2004 - agruen@suse.de
201
1065
- refresh command: Fix --diffstat option; it did swap lines. Also
202
1066
  remove stray dollar sign.
203
1067
- Also set TEXTDOMAINDIR in the wrapper script (bin/quilt.in).
204
1068
- Fix stripping of the path to $QUILT_PATCHES when working in
205
1069
  sub-dirextories. (This could be fixed more flexibly later...)
206
 
* lun jui 12 2004 - mquinson@tuxfamily.org
 
1070
* Mon Jul 12 2004 - mquinson@tuxfamily.org
207
1071
- Sync french translation after the recent butchery ;)
208
1072
- Commit patch from Joe Green to make the completion file usable on
209
1073
  non-debian systems.
210
 
* lun jui 12 2004 - agruen@suse.de
 
1074
* Mon Jul 12 2004 - agruen@suse.de
211
1075
- Some more QUILT_PATCHES_PREFIX fixes.
212
1076
- Disable CDPATH within quilt (Joe Green writes: I've seen some
213
1077
  cases where having CDPATH set results in the path being printed
214
1078
  by cd, and I suppose it's possible that the wrong destination
215
1079
  might be selected in some cases.)
216
 
* ven jui 09 2004 - agruen@suse.de
 
1080
* Fri Jul 09 2004 - agruen@suse.de
217
1081
- Switch from echo to printf for all translations: This is more
218
1082
  stable than having expansions in messages that might change
219
1083
  independent of the message.
227
1091
  refreshes the existing diffstat output. No special tags in the
228
1092
  path file (%diffstat or the like) are needed.
229
1093
- Minor fix inserting changelog into RPM specfile.
230
 
* mer jui 07 2004 - mquinson@tuxfamily.org
 
1094
* Wed Jul 07 2004 - mquinson@tuxfamily.org
231
1095
- Fix the bash_completion by not using quilt internals, but the
232
1096
  external commands [Joe Green].
233
 
* dim jui 04 2004 - agruen@suse.de
 
1097
* Sun Jul 04 2004 - agruen@suse.de
234
1098
- Add common GNU diff format options to diff and refresh commands:
235
1099
  -u, -U num, -c, -C num. Rename old -c option (combine patches)
236
1100
  of diff command to --combine.
240
1104
  some point.
241
1105
- Set TEXTDOMAINDIR to where the translations are put so that
242
1106
  Messages are found even when not installing into /usr.
243
 
* ven jui 02 2004 - agruen@suse.de
 
1107
* Fri Jul 02 2004 - agruen@suse.de
244
1108
- Several Fixes from Joe Green <jgreen@mvista.com>:
245
 
  + Another sed \t\r problem, in Makefile.in
 
1109
  + Another sed         
246
1110
problem, in Makefile.in
247
1111
  + Bad error message on "quilt delete" of non-existent patch
248
1112
  + "import" doesn't remove all leading components on patch file
249
1113
  + Misspelling in "import" help text
255
1119
- Update documentation to QUILT_${COMMAND}_ARGS in .quiltrc.
256
1120
  (The old settings still work but they are no longer documented.)
257
1121
- Update German translation.
258
 
* jeu jui 01 2004 - agruen@suse.de
 
1122
* Thu Jul 01 2004 - agruen@suse.de
259
1123
- Allow passing of default options to commands by defining
260
1124
  QUILT_${COMMAND}_ARGS in .quiltrc. This should eventually get
261
1125
  us rid of some of the mess in .quiltrc.
262
 
* mer jun 30 2004 - agruen@suse.de
 
1126
* Wed Jun 30 2004 - agruen@suse.de
263
1127
- Quilt diff: add --color option for optionally colorizing the
264
1128
  output.
265
 
* sam jun 26 2004 - agruen@suse.de
 
1129
* Sat Jun 26 2004 - agruen@suse.de
266
1130
- Quilt import: when importing patches with their original file
267
1131
  name, strip path prefixes from the patch names.
268
 
* sam jun 12 2004 - agruen@suse.de
 
1132
* Sat Jun 12 2004 - agruen@suse.de
269
1133
- Fix another upgrade bug: The series file may optionally contain
270
1134
  a strip level argument (-pN) which must be stripped off when
271
1135
  determining the patch name.
272
1136
- A minor correction in the doumentation; some whitespace fixes.
273
1137
- Translation update.
274
 
* ven jun 11 2004 - mquinson@tuxfamily.org
 
1138
* Fri Jun 11 2004 - mquinson@tuxfamily.org
275
1139
- Fix the man page generation
276
1140
- Add a --no-timestamps option to diff and refresh doing what
277
1141
  QUILT_NO_DIFF_TIMESTAMPS does. This should make more visible a
278
1142
  feature I was about reimplementing ;)
279
1143
- Document all options from the pdf into the man page.
280
1144
- update the bash completion stuff so that :
281
 
  - it does not kill the shell when completing in a tree not matching the
282
 
    meta data version.
283
 
  - it does not move the current directory around, seeking for patches/
 
1145
  - it does not kill the shell when completing in a tree not
 
1146
    matching the meta data version.
 
1147
  - it does not move the current directory around, seeking for
 
1148
    patches/
284
1149
  - it completes on the new commands (grep graph upgrade)
285
1150
- Various output messages polishing (and translation fuzzying)
286
1151
- French translation unfuzzying
287
 
* jeu jun 10 2004 - agruen@suse.de
 
1152
* Thu Jun 10 2004 - agruen@suse.de
288
1153
- Add meta-data version check/upgrade code from Martin Quinson and
289
1154
  me; new `quilt upgrade' command.
290
1155
- Handle new/removed files correctly in generated patches: If the
297
1162
- Add test/Makefile for running the test suite. Note: The tests
298
1163
  run against the installed version of quilt!
299
1164
- Bump version to 0.34.
300
 
* dim jun 06 2004 - agruen@suse.de
 
1165
* Sun Jun 06 2004 - agruen@suse.de
301
1166
- Preserve the order of files in patches in the diff and refresh
302
1167
  commands. Files added to a patch appear at the end of a patch.
303
1168
  The files command also lists the files in the order in which
304
1169
  they appear in patches.
305
1170
- Update to version 0.33.
306
 
* dim jun 06 2004 - agruen@suse.de
 
1171
* Sun Jun 06 2004 - agruen@suse.de
307
1172
- dependency-graph: Fix for --lines option in patcher mode;
308
1173
  restrict to applied patches.
309
 
* dim jun 06 2004 - agruen@suse.de
 
1174
* Sun Jun 06 2004 - agruen@suse.de
310
1175
- import: Create patches/ and parent directories to patch to be
311
1176
  imported. Insert the correct patch name in the series file.
312
 
* dim jun 06 2004 - agruen@suse.de
 
1177
* Sun Jun 06 2004 - agruen@suse.de
313
1178
- backup-file.c: Add code to recursively search .pc directories.
314
1179
  Add a "no-op" mode as default, and allow to just unlink files.
315
1180
- apatch/rpatch: let backup-files search .pc directories instead
318
1183
  of unlinking at each step.
319
1184
- If QUILTRC is set in the environment, use this as the
320
1185
  configuration file.
321
 
* sam jun 05 2004 - agruen@suse.de
 
1186
* Sat Jun 05 2004 - agruen@suse.de
322
1187
- Return exit status 2 when commands go beyond the series (top
323
1188
  with no series, push/next when all patches are applied, pop/
324
1189
  previous when no patches are applied).
327
1192
  of Holger Schurig's patcher tool,
328
1193
  http://www.holgerschurig.de/patcher.html.
329
1194
- Update German translation.
330
 
* mar jun 01 2004 - agruen@suse.de
 
1195
* Tue Jun 01 2004 - agruen@suse.de
331
1196
- Fix from Dean Roehrich <roehrich@sgi.com>: Preserve file mode
332
1197
  of original file when creating backup files.
333
 
* mar jun 01 2004 - mquinson@tuxfamily.org
 
1198
* Tue Jun 01 2004 - mquinson@tuxfamily.org
334
1199
- document common options to all scripts (--trace and --quiltrc)
335
1200
- update french translation
336
 
* lun mai 31 2004 - agruen@suse.de
 
1201
* Mon May 31 2004 - agruen@suse.de
337
1202
- Rewrite spec2series to return what the new `quilt setup' needs,
338
1203
  and rename it to inspect.
339
1204
- `quilt setup': Rewrite so that it supports multiple archives
340
1205
  per spec file. Always make the patches directory a symlink to
341
1206
  the original patch files instead of copying the patches.
342
1207
- Update German translation.
343
 
* dim mai 16 2004 - agruen@suse.de
 
1208
* Sun May 16 2004 - agruen@suse.de
344
1209
- Clarify help text of `quilt add' (thanks to  Tom Rini
345
1210
  <trini@mvista.com>). Update translations.
346
 
* sam mai 15 2004 - agruen@suse.de
 
1211
* Sat May 15 2004 - agruen@suse.de
347
1212
- Add `quilt grep': Grep over all files, recursively, skipping
348
1213
  the $QUILT_PATCHES and $QUILT_PC directories.
349
 
* mar avr 27 2004 - agruen@suse.de
 
1214
* Tue Apr 27 2004 - agruen@suse.de
350
1215
- Fix `quilt fork': It destroys .pc/applied patches; that bug got
351
1216
  introduced when reverting it to its previous semantics.
352
 
* mer avr 21 2004 - agruen@suse.de
353
 
- Replace two occurrences of \t in sed regular expressions
354
 
  with bash $'\t': Some older versions of sed don't understand
355
 
  \t. Thanks to Randy Dunlap <rddunlap@osdl.org> and Greg Edwards
 
1217
* Wed Apr 21 2004 - agruen@suse.de
 
1218
- Replace two occurrences of     in sed regular expressions
 
1219
  with bash $'  ': Some older versions of sed don't understand
 
1220
        . Thanks to Randy Dunlap <rddunlap@osdl.org> and Greg Edwards
356
1221
  <edwardsg@sgi.com> for reporting.
357
 
* sam mar 20 2004 - agruen@suse.de
 
1222
* Sat Mar 20 2004 - agruen@suse.de
358
1223
- Fix an algorithmic bug in `quilt graph --lines': Edges were
359
1224
  sometimes lost.
360
1225
- A few minor cleanups.
361
 
* dim mar 14 2004 - agruen@suse.de
 
1226
* Sun Mar 14 2004 - agruen@suse.de
362
1227
- Extend `quilt graph' to also support checking for overlapping
363
1228
  changes in patches.
364
1229
- Export QUILT_PATCHES QUILT_PC SUBDIR SERIES DB for use in
365
1230
  non-shell components of quilt.
366
 
* sam mar 13 2004 - agruen@suse.de
 
1231
* Sat Mar 13 2004 - agruen@suse.de
367
1232
- Change `quilt import' to allow importing multiple patches
368
1233
  at once.
369
1234
- Fix a bug in backup-files.c (introduced just before).
370
1235
- Update to version 0.32.
371
 
* sam mar 13 2004 - agruen@suse.de
 
1236
* Sat Mar 13 2004 - agruen@suse.de
372
1237
- Add `quilt graph' command for generating a dependency graph
373
1238
  between patches. This requires the graphviz package for
374
1239
  removing transitive edges (optional) and for rendering the
387
1252
  too.
388
1253
- Update the documentation. Add example1.test from the
389
1254
  documentation.
390
 
* mer mar 10 2004 - agruen@suse.de
 
1255
* Wed Mar 10 2004 - agruen@suse.de
391
1256
- Quilt push/pop: exit with a non-zero status when beyond series.
392
1257
- Ignore empty lines in series file.
393
1258
- Add man page to tarball and to spec file; add make dependencies.
394
1259
- Sort the commands in the man page command reference.
395
 
* mar mar 09 2004 - agruen@suse.de
 
1260
* Tue Mar 09 2004 - agruen@suse.de
396
1261
- Make files writeable in `quilt add' (and `quilt edit') for
397
1262
  working with read-only trees.
398
 
* mer f�v 25 2004 - martin.quinson@tuxfamily.org
 
1263
* Wed Feb 25 2004 - martin.quinson@tuxfamily.org
399
1264
- Add completion to the edit command in bash
400
 
* dim f�v 22 2004 - martin.quinson@tuxfamily.org
 
1265
* Sun Feb 22 2004 - martin.quinson@tuxfamily.org
401
1266
- Add a man page (generated automatically from -h)
402
 
* sam f�v 21 2004 - agruen@suse.de
 
1267
* Sat Feb 21 2004 - agruen@suse.de
403
1268
- Sub-directory support: `quilt setup' could get confused, too.
404
 
* ven f�v 20 2004 - agruen@suse.de
 
1269
* Fri Feb 20 2004 - agruen@suse.de
405
1270
- Sub-directory support:
406
1271
  + Fix another bug that triggers when /patches exists.
407
1272
  + Working in sub-directories: Force `quilt new' to always create
410
1275
    This should restore the behavior from before Jan 28 very well.
411
1276
- quilt files, diff, refresh: Sort the files in the patch
412
1277
  alphabetically.
413
 
* dim f�v 15 2004 - agruen@suse.de
 
1278
* Sun Feb 15 2004 - agruen@suse.de
414
1279
- Never fail when patching temporary files in `quilt diff -z',
415
1280
  only warn.
416
 
* jeu f�v 05 2004 - agruen@suse.de
 
1281
* Thu Feb 05 2004 - agruen@suse.de
417
1282
- Add some fixes from Manuel Estrada Sainz <ranty@debian.org>.
418
1283
- Add QUILT_SERIES setting: Override the location of the series
419
1284
  file to use.
420
1285
- Don't print an empty line for `quilt top' if no patches are
421
1286
  applied.
422
 
* mar f�v 03 2004 - agruen@suse.de
 
1287
* Tue Feb 03 2004 - agruen@suse.de
423
1288
- Add --quiltrc={rcfile|-} option. Remove some superfluous quoting
424
1289
  from quilt wrapper.
425
1290
- Extra tests in `quilt refresh' did not check if the old patch
426
1291
  was missing.
427
 
* lun f�v 02 2004 - agruen@suse.de
 
1292
* Mon Feb 02 2004 - agruen@suse.de
428
1293
- Fix test for bash in configure.ac.
429
1294
- Add `--trace' option to quilt wrapper (runs commands with -x,
430
1295
  which prints an execution trace).
431
1296
- Add QUILT_BACKUP setting in .quiltrc (creates backup copies
432
1297
  when refreshing patches).
433
1298
- Fix `quilt next'.
434
 
* sam jan 31 2004 - agruen@suse.de
 
1299
* Sat Jan 31 2004 - agruen@suse.de
435
1300
- Also fix `quilt import' after patch name mangling removal.
436
 
* sam jan 31 2004 - agruen@suse.de
 
1301
* Sat Jan 31 2004 - agruen@suse.de
437
1302
- No longer remove common extensions (.dif, .diff, .patch, .gz,
438
1303
  .bz2) from patch names. This allows patches in the same series
439
1304
  that only differ by extension, and cleans up the scripts a
441
1306
- Remove unused diffstat code.
442
1307
- Fix generating doc/README after subdirectory support broke it.
443
1308
- Remove excessive newlines in -h messages.
444
 
* mer jan 28 2004 - agruen@suse.de
 
1309
* Wed Jan 28 2004 - agruen@suse.de
445
1310
- Fix bugs introduced while merging Chris's patch.
446
1311
- Add more test cases for subdirectory support.
447
1312
- Fix `make dist': Some files in debian/ did not exist.
448
1313
- Update to version 0.30.
449
 
* mer jan 28 2004 - agruen@suse.de
 
1314
* Wed Jan 28 2004 - agruen@suse.de
450
1315
- Patch from Chris Mason <mason@suse.de>: Add support for working
451
1316
  in subdirectories of the base directory that contains patches/
452
1317
  and .pc/. In the unlikely case that quilt shall operate in the
453
1318
  sub-directory itself, it is sufficient to create a patches/
454
1319
  directory there.
455
1320
- Add a small testcase for subdirectory support.
456
 
* sam jan 24 2004 - agruen@suse.de
 
1321
* Sat Jan 24 2004 - agruen@suse.de
457
1322
- Add QUILT_NO_DIFF_TIMESTAMPS option in .quiltrc.
458
1323
- Add QUILT_PATCH_OPTS setting to allow passing options to
459
1324
  GNU patch.
460
1325
- Fix help for `quilt diff'.
461
 
* jeu jan 08 2004 - agruen@suse.de
 
1326
* Thu Jan 08 2004 - agruen@suse.de
462
1327
- Also accept `quilt diff -z ./file' (ignore the ./ prefix that
463
1328
  is often produced by find etc.)
464
 
* jeu nov 27 2003 - agruen@suse.de
 
1329
* Thu Nov 27 2003 - agruen@suse.de
465
1330
- `quilt fold' did not create directories for additional files,
466
1331
  and the code for recovering from failures was wrong.
467
 
* mar nov 25 2003 - agruen@suse.de
 
1332
* Tue Nov 25 2003 - agruen@suse.de
468
1333
- Update quilt paper.
469
 
* lun nov 24 2003 - agruen@suse.de
 
1334
* Mon Nov 24 2003 - agruen@suse.de
470
1335
- Error check for `quilt diff -z filelist' was too strict; relax.
471
 
* lun nov 17 2003 - agruen@suse.de
 
1336
* Mon Nov 17 2003 - agruen@suse.de
472
1337
- Add new command `quilt fold' to fold one patch into another.
473
1338
- Fix bug in `quilt files': Files that are neither present in the
474
1339
  working directory and have an empty backup copy sometimes were
475
1340
  still listed.
476
1341
- Some minor cleanups in apatch.
477
1342
- Add test/fold.test, and fix a now-useless check in one.test.
478
 
* sam nov 15 2003 - agruen@suse.de
 
1343
* Sat Nov 15 2003 - agruen@suse.de
479
1344
- Merge some changes from wangdi:
480
1345
  + Use -f (force) option of GNU patch in `quilt diff -z'.
481
1346
  + Build source and binary RPMs in `make rpm' target.
482
1347
  + Simplify sed expression in Makefile.in.
483
 
* mer nov 12 2003 - agruen@suse.de
 
1348
* Wed Nov 12 2003 - agruen@suse.de
484
1349
- Add introductory paper to CVS repository.
485
1350
- Remove obsolete documentation.
486
1351
- Bump version number to 0.29 (cvs tag VER_0_29).
487
 
* mar nov 04 2003 - agruen@suse.de
 
1352
* Tue Nov 04 2003 - agruen@suse.de
488
1353
- Add failpop.test that checks if modified patches are recognized.
489
1354
- Fix the check for modified patches: That broke with the .pc file
490
1355
  removal.
491
1356
- `quilt setup' sometimes forgot to create the patches sub-dir.
492
1357
- Fix the timestamp check in scripts/rpatch.in for missing files.
493
 
* ven oct 31 2003 - agruen@suse.de
 
1358
* Fri Oct 31 2003 - agruen@suse.de
494
1359
- Bump version number to 0.28 (cvs tag VER_0_28).
495
 
* ven oct 31 2003 - agruen@suse.de
 
1360
* Fri Oct 31 2003 - agruen@suse.de
496
1361
- No longer verify if patches remove cleanly by reverse applying
497
1362
  them: This doesn't always succeed, and the  the equivalent of
498
1363
  `quilt diff -z' should suffice, anyway.
500
1365
  `quilt pop' after a refresh.
501
1366
- Update test suite.
502
1367
- apatch was printing a spurious newline.
503
 
* mer oct 29 2003 - agruen@suse.de
 
1368
* Wed Oct 29 2003 - agruen@suse.de
504
1369
- If a patch does not apply cleanly and `quilt push' removes
505
1370
  rejects files it GNU patch left behind, change the output from
506
1371
  ``saving rejects to file x.rej'' to ``rejects in file x''.
507
 
* mar oct 28 2003 - agruen@suse.de
 
1372
* Tue Oct 28 2003 - agruen@suse.de
508
1373
- Remove .pc/*/.pc files, and adjust various scripts accordingly.
509
1374
- Run test/one.test inside sub-directory.
510
1375
- Bump version number to 0.27 (cvs tag VER_0_27).
511
 
* mar oct 28 2003 - agruen@suse.de
 
1376
* Tue Oct 28 2003 - agruen@suse.de
512
1377
- Change name and semantics of PATCHSCRIPTS variable: Before, if
513
1378
  PATCHSCRIPTS was set, the patches were in $PATCHSCRIPTS/patches.
514
1379
  Now, if QUILT_PATCHES is set, the patches are in $QUILT_PATCHES.
515
1380
  QUILT_PATCHES defaults to "patches", like before.
516
 
* dim oct 26 2003 - agruen@suse.de
 
1381
* Sun Oct 26 2003 - agruen@suse.de
517
1382
- Get rid of patches_per cache_in `quilt patches'. Remove
518
1383
  patches_per_file and associated functions. `quilt patches'
519
1384
  now is a bit slow for unapplied patches.
520
 
* dim oct 26 2003 - agruen@suse.de
 
1385
* Sun Oct 26 2003 - agruen@suse.de
521
1386
- Rename snapshot directory from ".snap0" to ".snap".
522
1387
- `quilt diff: Speed up file list generation in `quilt diff'.
523
1388
  Don't use modified_files anymore. Instead, add first_modified_by
525
1390
  it sometimes was not brought up to date. Some cleanups.
526
1391
- Add test/snapshot.test.
527
1392
- Fix two errors in the date format in quilt.changes.
528
 
* jeu oct 23 2003 - agruen@suse.de
 
1393
* Thu Oct 23 2003 - agruen@suse.de
529
1394
- `quilt add': Return exit code 2 when a file has already been
530
1395
  added.
531
1396
- Add `quilt edit' command: Does a `quilt add' and then invokes
532
1397
  $EDITOR (fallback is `vi'). Files that don't exist after editing
533
1398
  are again removed from the patch.
534
 
* mar oct 21 2003 - agruen@suse.de
 
1399
* Tue Oct 21 2003 - agruen@suse.de
535
1400
- `Quilt fork' should better fork the next patch instead of the
536
1401
  topmost one. Also fix a bug in updating the series file when
537
1402
  forking. The rename_in_db() function is no longer needed.
538
 
* mar oct 21 2003 - agruen@suse.de
 
1403
* Tue Oct 21 2003 - agruen@suse.de
539
1404
- Add `quilt fork' command.
540
1405
- Add `quilt snapshot' command and `quilt diff --snapshot' option.
541
1406
- Bump the version number to 0.26.
542
 
* mar sep 09 2003 - martin.quinson@tuxfamily.org
 
1407
* Tue Sep 09 2003 - martin.quinson@tuxfamily.org
543
1408
- fix LC_ALL to C during building the reference so that the 
544
1409
  documentation comes to english and not to french when build 
545
1410
  on my box.
546
1411
- Update the french translation
547
1412
- Bump the version number to 0.25
548
 
* mar sep 02 2003 - agruen@suse.de
 
1413
* Tue Sep 02 2003 - agruen@suse.de
549
1414
- Pipe rpmbuild output to /dev/null in spec2series (seems to be
550
1415
  necessary since rpm4).
551
 
* dim jui 27 2003 - agruen@suse.de
 
1416
* Sun Jul 27 2003 - agruen@suse.de
552
1417
- Use %{find_lang} macro in spec file.
553
 
* sam jui 26 2003 - agruen@suse.de
 
1418
* Sat Jul 26 2003 - agruen@suse.de
554
1419
- Pushing is only possible if the topmost file is found in the
555
1420
  series file. Fix from Tom Wang <wangdi@clusterfs.com>.
556
 
* sam jui 26 2003 - agruen@suse.de
 
1421
* Sat Jul 26 2003 - agruen@suse.de
557
1422
- When popping files, go through the list of applied patches
558
1423
  instead of looking at the series file: The series file may
559
1424
  have changed.
560
 
* sam jui 26 2003 - agruen@suse.de
 
1425
* Sat Jul 26 2003 - agruen@suse.de
561
1426
- Install package documentation into $RPM_DOC_DIR if this
562
1427
  environment variable is set.  On RedHat 9 $RPM_DOC_DIR points to
563
1428
  /usr/share/doc/packages, but documentation lives in
564
1429
  /usr/share/doc.  This is a bug in RedHat's RPM configuration;
565
1430
  working around it would break other distributions.
566
 
* mer jui 23 2003 - agruen@suse.de
 
1431
* Wed Jul 23 2003 - agruen@suse.de
567
1432
- Add Autoconf test for rpmbuild vs. rpm (needed for `make rpm').
568
1433
- Update spec2series accordingly.
569
 
* sam jui 19 2003 - agruen@suse.de
 
1434
* Sat Jul 19 2003 - agruen@suse.de
570
1435
- lib/backup-files.c: Copy files if hard linking is not possible,
571
1436
  e.g., because the backups go to a ram disc, etc.
572
 
* jeu jun 26 2003 - martin.quinson@tuxfamily.org
 
1437
* Thu Jun 26 2003 - martin.quinson@tuxfamily.org
573
1438
- Add what needed to have inteligent bash completion when using quilt
574
1439
- Bump version to 0.24
575
 
* mer jun 25 2003 - martin.quinson@tuxfamily.org
 
1440
* Wed Jun 25 2003 - martin.quinson@tuxfamily.org
576
1441
- Make clean before dist to avoid to put cruft in tarballs
577
1442
- remove po/*mo on make clean
578
1443
- update fr.po
579
1444
- Fix a typo in push.in help message about --interactive
580
 
* mar mai 20 2003 - agruen@suse.de
 
1445
* Tue May 20 2003 - agruen@suse.de
581
1446
- Preserve permissions of files added with `quilt add'.
582
 
* dim mai 18 2003 - agruen@suse.de
 
1447
* Sun May 18 2003 - agruen@suse.de
583
1448
- Do not add the whole /usr/share/locale directory to the RPM
584
1449
  file list, but only the quilt message catalogs: Otherwise RPM
585
1450
  complains when uninstalling.
586
 
* ven mai 16 2003 - agruen@suse.de
 
1451
* Fri May 16 2003 - agruen@suse.de
587
1452
- Rename DIFF_OPTS environment variable to QUILT_DIFF_OPTS
588
1453
- Add ~/.quiltrc resource file (this file is sourced from
589
1454
  the patchfsn file, which is used by all commands).
590
 
* ven avr 11 2003 - agruen@suse.de
 
1455
* Fri Apr 11 2003 - agruen@suse.de
591
1456
- Apply patches with `patch -f' by default. Add --interactive
592
1457
  option top `quilt push' to allow applying patches without
593
1458
  `patch -f'.
594
 
* mer avr 09 2003 - agruen@suse.de
 
1459
* Wed Apr 09 2003 - agruen@suse.de
595
1460
- Remove awk hacks in Makefile.in with shell loop and sed hack:
596
1461
  The awk hack(s) didn't work for Martin Quinson.
597
 
* mer avr 09 2003 - agruen@suse.de
 
1462
* Wed Apr 09 2003 - agruen@suse.de
598
1463
- Never reorder files in patches. (Previously the file list
599
1464
  was run through (sort | uniq) to remove duplicate entries.)
600
1465
- Update test script to new format, and add regression test
601
1466
  cases.
602
 
* mer avr 09 2003 - agruen@suse.de
 
1467
* Wed Apr 09 2003 - agruen@suse.de
603
1468
- The change from Mar 24 caused empty lines to be removed in
604
1469
  patch descriptions.
605
 
* lun avr 07 2003 - agruen@suse.de
 
1470
* Mon Apr 07 2003 - agruen@suse.de
606
1471
- `head -1' and `tail -1' is non-standard and deprecated, and
607
1472
  does not work with coreutils-5.0 any longer.
608
 
* sam avr 05 2003 - agruen@suse.de
 
1473
* Sat Apr 05 2003 - agruen@suse.de
609
1474
- Improve error checking of `quilt diff'.
610
 
* lun mar 24 2003 - agruen@suse.de
 
1475
* Mon Mar 24 2003 - agruen@suse.de
611
1476
- Update patch_description function used in `quilt refresh' to
612
1477
  recognize `====' lines. Without that, quilt thinks these
613
1478
  lines are part of the comments before the actual patch starts,
614
1479
  so those lines will accumulate.
615
 
* dim mar 23 2003 - agruen@suse.de
 
1480
* Sun Mar 23 2003 - agruen@suse.de
616
1481
- Update test script to reflect recent patch format changes.
617
 
* sam mar 22 2003 - agruen@suse.de
 
1482
* Sat Mar 22 2003 - agruen@suse.de
618
1483
- Also substitute @SED@ and @AWK@.
619
 
- Some versions of sed don't like '\t'. Expand those in the
 
1484
- Some versions of sed don't like '     '. Expand those in the
620
1485
  shell instead.
621
 
* ven mar 21 2003 - agruen@suse.de
 
1486
* Fri Mar 21 2003 - agruen@suse.de
622
1487
- Bump version number to 0.23 (CVS tag VER_0_23).
623
 
* ven f�v 14 2003 - agruen@suse.de
 
1488
* Fri Feb 14 2003 - agruen@suse.de
624
1489
- A couple more I18N fixes, minor cleanups in status messages.
625
1490
- Remove "quilt guidiff" (obsolete).
626
 
* ven f�v 14 2003 - martin.quinson@tuxfamily.org
 
1491
* Fri Feb 14 2003 - martin.quinson@tuxfamily.org
627
1492
- Implement i18n, along with the french l10n.
628
 
- It was long enough that we didn't release, so bump the version number.
629
 
* sam f�v 08 2003 - agruen@suse.de
 
1493
- It was long enough that we didn't release, so bump the version
 
1494
  number.
 
1495
* Sat Feb 08 2003 - agruen@suse.de
630
1496
- Merge James Rowe <Jay@jnrowe.uklinux.net>'s quilt-help.diff
631
1497
  patch that fixes several help messages.
632
 
* jeu f�v 06 2003 - agruen@suse.de
 
1498
* Thu Feb 06 2003 - agruen@suse.de
633
1499
- Quilt refresh: Create sub-directories in patches directory
634
1500
  so that new patches in sub-directories can be added easily.
635
 
* mer f�v 05 2003 - agruen@suse.de
 
1501
* Wed Feb 05 2003 - agruen@suse.de
636
1502
- Quilt diff: If a patch has been force applied, quilt diff -z
637
1503
  will also have failures when generating the temporary files.
638
1504
  Ignore these failures in this case.
639
1505
- Add -R option to quilt diff to generate a a reverse patch.
640
1506
- Fix deleting the temporary directory (by using an absolute
641
1507
  instead of a relative path).
642
 
* dim f�v 02 2003 - agruen@suse.de
 
1508
* Sun Feb 02 2003 - agruen@suse.de
643
1509
- Make quilt setup recognize the "# Sourcedir:" directive.
644
1510
- Fix bug with spurious `Index:' lines in diff/refresh output.
645
1511
- Add --diff option to quilt diff that allows to specify a
647
1513
  is only called for files that contain differences, not for
648
1514
  files that are in a patches' file list but jave not been
649
1515
  changed.)
650
 
* sam f�v 01 2003 - agruen@suse.de
 
1516
* Sat Feb 01 2003 - agruen@suse.de
651
1517
- Integrate James Rowe's Autoconf setup (with a comple of
652
1518
  additional changes/fixes).
653
1519
- Add some messages in configure.ac.
655
1521
  no source file. Add rule to create it when necessary.
656
1522
- Invoke configure in the RPM spec file.
657
1523
- Merge James Rowe's guidiff.
658
 
* ven jan 31 2003 - agruen@suse.de
 
1524
* Fri Jan 31 2003 - agruen@suse.de
659
1525
- Add syntax highlighting tags for emacs and vim.
660
1526
- Move all scripts from lib/ to scripts/. Install lib/backup-files
661
1527
  in /usr/lib/quilt/, and install the scripts in
664
1530
- Fix quoting strings for inclusion in regular expressions.
665
1531
- Change literal '@SUBST@' strings in Makefile to '@SUBST''@',
666
1532
  so that Autoconf won't mess them up later.
667
 
* ven jan 31 2003 - Martin.Quinson@ens-lyon.fr
 
1533
* Fri Jan 31 2003 - Martin.Quinson@ens-lyon.fr
668
1534
- Change '#!@BASH@' to '#! @BASH@'. It can look a bit stupid, but
669
1535
  it's needed for maximal portability.
670
 
* ven jan 31 2003 - Martin.Quinson@ens-lyon.fr
 
1536
* Fri Jan 31 2003 - Martin.Quinson@ens-lyon.fr
671
1537
- Fight lintian warnings (lintian is a tool to check debian
672
1538
  packages):
673
1539
- Remove the dependencies on essential packages diff, gzip,
675
1541
- Format the copyright file properly
676
1542
- Remove the #! /bin/bash header from patchfns, since it's not an
677
1543
  executable script, but a stuff to be sourced by others.
678
 
* jeu jan 30 2003 - agruen@suse.de
 
1544
* Thu Jan 30 2003 - agruen@suse.de
679
1545
- Also substitute @MKTEMP@.
680
1546
- For improved scripting support, add -n option to scripts that
681
1547
  print patch names prints the patch file name instead. This
682
1548
  is useful for selecting which patches to grep, etc.
683
 
* jeu jan 30 2003 - agruen@suse.de
 
1549
* Thu Jan 30 2003 - agruen@suse.de
684
1550
- Allow a file list to be diffed to be passed to quilt diff. Add
685
1551
  -P option for specifying a patch different from the topmost
686
1552
  patch,
687
 
* jeu jan 30 2003 -  Martin.Quinson@ens-lyon.fr
 
1553
* Thu Jan 30 2003 -  Martin.Quinson@ens-lyon.fr
688
1554
- Remove useless oldies. Missing functionnalities needs to be
689
1555
  reimplemented almost from the scratch due to the bunch of
690
1556
  changes to the core since those scripts were written.
691
 
* jeu jan 30 2003 - agruen@suse.de
 
1557
* Thu Jan 30 2003 - agruen@suse.de
692
1558
- Fix some regex quoting; use grep -E because we quote for extended
693
1559
  regexps. Filenames with "+^$" in it did not work in some places. 
694
1560
- Prepare for GNU Autoconf: substitute @PERL@, @BASH@, @DIFF@,
700
1566
  This is required by POSIX, and is also used by diffstat.
701
1567
- Adjust patch_description documentation extraction function to
702
1568
  check for Index: lines.
703
 
- Quilt refresh looses text before actual patch due to but in
 
1569
- Quilt refresh looses text before actual patch due to bug in
704
1570
  patch_description function.
705
 
* mar jan 28 2003 - agruen@suse.de
 
1571
* Tue Jan 28 2003 - agruen@suse.de
706
1572
- Add --leave-rejects option to quilt push and apatch, to
707
1573
  leave reject files around for inspection even if a patch
708
1574
  does not apply.
709
 
* mar jan 28 2003 - agruen@suse.de
 
1575
* Tue Jan 28 2003 - agruen@suse.de
710
1576
- Restart change log at quilt-0.21. Let orderly development
711
1577
  begin :)
712