summaryrefslogtreecommitdiffstats
path: root/quilt.changes
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2003-01-31 12:06:13 +0000
committerAndreas Gruenbacher <agruen@suse.de>2003-01-31 12:06:13 +0000
commitf07f43d191fe23209876061b7a31b5cb1e9a219d (patch)
tree7644bfa43d825061f5fd8697909ee54a5e93a59c /quilt.changes
parent14f0ac2e621a7dcd0f2d3a33058a8a092fda26a5 (diff)
downloadquilt-f07f43d191fe23209876061b7a31b5cb1e9a219d.tar.gz
Add syntax highlighting tags for emacs and vim
Diffstat (limited to 'quilt.changes')
-rw-r--r--quilt.changes21
1 files changed, 14 insertions, 7 deletions
diff --git a/quilt.changes b/quilt.changes
index 72fbc60..89dde3f 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,23 +1,30 @@
-------------------------------------------------------------------
+Fri Jan 31 13:05:18 CET 2003 - agruen@suse.de
+
+- Add syntax highlighting tags for emacs and vim.
+
+-------------------------------------------------------------------
Fri Jan 31 09:15:01 +0100 2003 - Martin.Quinson@ens-lyon.fr
-- Change '#!@BASH@' to '#! @BASH@'. It can look a bit stupid, but it's needed
- for maximal portability.
+- Change '#!@BASH@' to '#! @BASH@'. It can look a bit stupid, but
+ it's needed for maximal portability.
-------------------------------------------------------------------
Fri Jan 31 08:52:20 +0100 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
+- 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.
+- 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 +0100 2003 - agruen@suse.de
- Also substitute @MKTEMP@.
-- For improved scripting support, -n option to scripts that
+- 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.