comparison lib-src/=rcs2log @ 8496:2dba6eb73c65

Use <> to delimit email address.
author Richard M. Stallman <rms@gnu.org>
date Tue, 09 Aug 1994 20:43:48 +0000
parents 5b4f9564bfaf
children 12b36ece5c25
comparison
equal deleted inserted replaced
8495:27305753852c 8496:2dba6eb73c65
10 # Clump together log entries that start with `{topic} ', 10 # Clump together log entries that start with `{topic} ',
11 # where `topic' contains neither white space nor `}'. 11 # where `topic' contains neither white space nor `}'.
12 12
13 # Author: Paul Eggert <eggert@twinsun.com> 13 # Author: Paul Eggert <eggert@twinsun.com>
14 14
15 # $Id: rcs2log,v 1.15 1993/09/24 01:03:32 eggert Exp eggert $ 15 # $Id: rcs2log,v 1.16 1993/10/19 02:50:31 eggert Exp rms $
16 16
17 # Copyright 1992, 1993 Free Software Foundation, Inc. 17 # Copyright 1992, 1993 Free Software Foundation, Inc.
18 18
19 # This program is free software; you can redistribute it and/or modify 19 # This program is free software; you can redistribute it and/or modify
20 # it under the terms of the GNU General Public License as published by 20 # it under the terms of the GNU General Public License as published by
407 auth = fullname[author] 407 auth = fullname[author]
408 else 408 else
409 auth = author 409 auth = author
410 printf "%s %s %2d %s %d %s ", w[days_since_Sunday_before_epoch%7], m[month-1], day, $3, year, auth 410 printf "%s %s %2d %s %d %s ", w[days_since_Sunday_before_epoch%7], m[month-1], day, $3, year, auth
411 if (mailaddr[author]) 411 if (mailaddr[author])
412 printf "(%s)\n\n", mailaddr[author] 412 printf "<%s>\n\n", mailaddr[author]
413 else 413 else
414 printf "(%s@%s)\n\n", author, "'"$hostname"'" 414 printf "<%s@%s>\n\n", author, "'"$hostname"'"
415 } 415 }
416 if (! filesknown[$1]) { 416 if (! filesknown[$1]) {
417 filesknown[$1] = 1 417 filesknown[$1] = 1
418 if (files == "") files = " " $1 418 if (files == "") files = " " $1
419 else files = files ", " $1 419 else files = files ", " $1