Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
6bb43b09
...
6bb43b09cf83f5cb7eae9762ec0f4d946cd8edc9
authored
1999-10-11 17:22:33 +0000
by
Sean 'Shaleh' Perry
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fixed changelog.pl to use '\t*' not ' *'
1 parent
9b9fbddc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
ChangeLog
changelog.pl
ChangeLog
View file @
6bb43b0
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
...
...
changelog.pl
View file @
6bb43b0
...
...
@@ -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
~~ ^<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
...
...
Please
register
or
sign in
to post a comment