Commit 6bb43b09 6bb43b09cf83f5cb7eae9762ec0f4d946cd8edc9 by Sean 'Shaleh' Perry

Fixed changelog.pl to use '\t*' not ' *'

1 parent 9b9fbddc
1999-10-10 Jeff Bailey <jbailey@cr499794-a.crdva1.bc.wave.home.com>
* THANKS: New file
* THANKS: New file
* doc/mailutils.texi: New File
Provided by Alain Magloire <alainm@rcsm.ece.mcgill.ca> with some
......
......@@ -100,7 +100,7 @@ if ($EMAIL eq '') {
}
print O "$DATE $MAINTAINER <$EMAIL>\n\n";
if ($TEXT) { write O } else { print O " * \n\n"; $line=3; }
if ($TEXT) { write O } else { print O "\t* \n\n"; $line=3; }
# Rewind the current changelog to the beginning of the file
seek S,0,0 or fatal "Couldn't rewind ChangeLog:" . " $!";
# Copy the rest of the changelog file to new one
......@@ -121,7 +121,7 @@ copy("ChangeLog.dch","ChangeLog") or
# Format for standard ChangeLogs
format O =
* ^<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
* ^<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
$TEXT
~~ ^<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
......