summaryrefslogtreecommitdiffstats
path: root/quilt.changes
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2003-01-30 18:05:47 +0000
committerAndreas Gruenbacher <agruen@suse.de>2003-01-30 18:05:47 +0000
commitbca5fbfcee9dc294360f937b0c39fc1c6c1cc899 (patch)
tree0931cd27dc859b051db1a0b57b1c72d6be624d69 /quilt.changes
parenta62fb9b3aa2cee7c5a5b5c3e14372faba01f383d (diff)
downloadquilt-bca5fbfcee9dc294360f937b0c39fc1c6c1cc899.tar.gz
Quilt diff now accepts a list of files; add quilt.changes entry for previous file removal.
Diffstat (limited to 'quilt.changes')
-rw-r--r--quilt.changes14
1 files changed, 14 insertions, 0 deletions
diff --git a/quilt.changes b/quilt.changes
index 24849ad..e471c86 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,18 @@
-------------------------------------------------------------------
+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 20 12:11:00 EST 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.