From e98829edf8d3d28ca9966d55c09997702ae8378d Mon Sep 17 00:00:00 2001 From: William McBrine Date: Mon, 14 Jul 2008 12:35:23 +0000 Subject: [PATCH] Normalized email addresses, where possible. --- HISTORY | 6 +++--- README | 2 +- demos/testcurs.c | 10 +++++----- demos/tui.c | 4 ++-- demos/tui.h | 4 ++-- demos/tuidemo.c | 4 ++-- dos/README | 4 ++-- pdcurses/README | 4 ++-- pdcurses/overlay.c | 4 ++-- pdcurses/panel.c | 7 +++---- sdl1/README | 2 +- win32/README | 2 +- x11/README | 2 +- 13 files changed, 27 insertions(+), 28 deletions(-) diff --git a/HISTORY b/HISTORY index 4eacf2be..2c58190f 100644 --- a/HISTORY +++ b/HISTORY @@ -1241,7 +1241,7 @@ INTRODUCTION: you avoid the Unix port at this stage. The other major addition to PDCurses is the support for DJGPP (the DOS - port of GNU C++). Thanks to David Nugent (davidn@csource.oz.au). + port of GNU C++). Thanks to David Nugent . Other additions are copywin() function, function debugging support and getting the small and medium memory models to work. The testcurs.c demo @@ -1464,7 +1464,7 @@ ACKNOWLEDGEMENTS: John 'Frotz' Fa'atuai, the previous maintainer for providing an excellent base for further development. - John Burnell (johnb@kea.am.dsir.govt.nz), for the OS/2 port. + John Burnell , for the OS/2 port. John Steele, Jason (finally NOT a John) Shumate.... for various fixes and suggestions. Eberhardt Mattes (author of emx) for allowing code based on his @@ -1620,7 +1620,7 @@ specify what characters should be used as box borders when the box() functions are called. If the new border characters are non-0, they override the border characters specified in the box() call. In my understanding, this functionality is required for AT&T UNIX sV.3 -compatibility. Thanks for this goes to Tony L. Hansen +compatibility. Thanks for this goes to Tony L. Hansen (hansen@pegasus.UUCP) for posting an article about it on Usenet (newsgroup comp.unix.questions; his posting was not related at all to PCcurses). diff --git a/README b/README index a14f7463..dc476a9f 100644 --- a/README +++ b/README @@ -45,4 +45,4 @@ described within it. Maintainer ---------- -William McBrine (wmcbrine@users.sf.net) +William McBrine diff --git a/demos/testcurs.c b/demos/testcurs.c index 193cf458..5b330f55 100644 --- a/demos/testcurs.c +++ b/demos/testcurs.c @@ -1,11 +1,11 @@ /* - * This is a test program for PDCurses. Originally by John Burnell - * (johnb@kea.am.dsir.govt.nz). + * This is a test program for PDCurses. Originally by + * John Burnell * - * wrs(5/28/93) -- modified to be consistent (perform identically) with - * either PDCurses or under Unix System V, R4 + * wrs(5/28/93) -- modified to be consistent (perform identically) + * with either PDCurses or under Unix System V, R4 * - * $Id: testcurs.c,v 1.84 2008/07/13 16:08:17 wmcbrine Exp $ + * $Id: testcurs.c,v 1.85 2008/07/14 12:35:23 wmcbrine Exp $ */ #ifndef _XOPEN_SOURCE_EXTENDED diff --git a/demos/tui.c b/demos/tui.c index 3a73f9fe..e57a1b09 100644 --- a/demos/tui.c +++ b/demos/tui.c @@ -2,9 +2,9 @@ /* * 'textual user interface' * - * $Id: tui.c,v 1.33 2008/07/13 16:08:17 wmcbrine Exp $ + * $Id: tui.c,v 1.34 2008/07/14 12:35:23 wmcbrine Exp $ * - * Author : P.J. Kunst (kunst@prl.philips.nl) + * Author : P.J. Kunst * Date : 25-02-93 */ diff --git a/demos/tui.h b/demos/tui.h index f98630ab..b99ca6b2 100644 --- a/demos/tui.h +++ b/demos/tui.h @@ -1,9 +1,9 @@ /* * 'textual user interface' * - * $Id: tui.h,v 1.10 2008/07/13 16:08:17 wmcbrine Exp $ + * $Id: tui.h,v 1.11 2008/07/14 12:35:23 wmcbrine Exp $ * - * Author : P.J. Kunst (kunst@prl.philips.nl) + * Author : P.J. Kunst * Date : 25-02-93 */ diff --git a/demos/tuidemo.c b/demos/tuidemo.c index d9526bce..a22d2a41 100644 --- a/demos/tuidemo.c +++ b/demos/tuidemo.c @@ -1,7 +1,7 @@ /* - * $Id: tuidemo.c,v 1.21 2008/07/13 16:08:17 wmcbrine Exp $ + * $Id: tuidemo.c,v 1.22 2008/07/14 12:35:23 wmcbrine Exp $ * - * Author : P.J. Kunst (kunst@prl.philips.nl) + * Author : P.J. Kunst * Date : 25-02-93 * * Purpose: This program demonstrates the use of the 'curses' library diff --git a/dos/README b/dos/README index 1060fc8f..569034bb 100644 --- a/dos/README +++ b/dos/README @@ -45,5 +45,5 @@ The files in this directory are released to the Public Domain. Acknowledgements ---------------- -Watcom C port was provided by Pieter Kunst (kunst@prl.philips.nl) -DJGPP 1.x port was provided by David Nugent (davidn@csource.oz.au) +Watcom C port was provided by Pieter Kunst +DJGPP 1.x port was provided by David Nugent diff --git a/pdcurses/README b/pdcurses/README index 69bddb9b..bef1c4c4 100644 --- a/pdcurses/README +++ b/pdcurses/README @@ -21,5 +21,5 @@ The files in this directory are released to the Public Domain. Acknowledgements ---------------- -The panel library was originally provided by Warren Tucker N4HGF - {gatech,emory}!n4hgf!wht -or- wht@n4hgf.Mt-Park.GA.US +The panel library was originally provided by +Warren Tucker diff --git a/pdcurses/overlay.c b/pdcurses/overlay.c index f00458f9..f9bba50f 100644 --- a/pdcurses/overlay.c +++ b/pdcurses/overlay.c @@ -2,7 +2,7 @@ #include -RCSID("$Id: overlay.c,v 1.35 2008/07/14 12:22:13 wmcbrine Exp $") +RCSID("$Id: overlay.c,v 1.36 2008/07/14 12:35:23 wmcbrine Exp $") /*man-start************************************************************** @@ -43,7 +43,7 @@ RCSID("$Id: overlay.c,v 1.35 2008/07/14 12:22:13 wmcbrine Exp $") **man-end****************************************************************/ -/* Thanks to Andreas Otte (venn@@uni-paderborn.de) for the +/* Thanks to Andreas Otte for the corrected overlay()/overwrite() behavior. */ static int _copy_win(const WINDOW *src_w, WINDOW *dst_w, int src_tr, diff --git a/pdcurses/panel.c b/pdcurses/panel.c index 12653992..77028c6f 100644 --- a/pdcurses/panel.c +++ b/pdcurses/panel.c @@ -2,7 +2,7 @@ #include -RCSID("$Id: panel.c,v 1.7 2008/07/13 16:08:18 wmcbrine Exp $") +RCSID("$Id: panel.c,v 1.8 2008/07/14 12:35:23 wmcbrine Exp $") /*man-start************************************************************** @@ -52,7 +52,7 @@ RCSID("$Id: panel.c,v 1.7 2008/07/13 16:08:18 wmcbrine Exp $") hide_panel() removes a panel from the deck and thus hides it from view. - move_panel() move() the curses window associated with pan, so + move_panel() moves the curses window associated with pan, so that its upper lefthand corner is at the supplied coordinates. (Do not use mvwin() on the window.) @@ -119,8 +119,7 @@ RCSID("$Id: panel.c,v 1.7 2008/07/13 16:08:18 wmcbrine Exp $") update_panels - - Y Credits: - Original Author - Warren Tucker N4HGF - {gatech,emory}!n4hgf!wht -or- wht@n4hgf.Mt-Park.GA.US + Original Author - Warren Tucker **man-end****************************************************************/ diff --git a/sdl1/README b/sdl1/README index b3198739..35234d39 100644 --- a/sdl1/README +++ b/sdl1/README @@ -30,4 +30,4 @@ The files in this directory are released to the Public Domain. Acknowledgements ---------------- -SDL port was provided by William McBrine (wmcbrine@users.sf.net) +SDL port was provided by William McBrine diff --git a/win32/README b/win32/README index 872180c6..bfe2ad95 100644 --- a/win32/README +++ b/win32/README @@ -73,4 +73,4 @@ The files in this directory are released to the Public Domain. Acknowledgements ---------------- -Generic Win32 port was provided by Chris Szurgot (szurgot@itribe.net) +Generic Win32 port was provided by Chris Szurgot diff --git a/x11/README b/x11/README index 3096f3bf..37b45d06 100644 --- a/x11/README +++ b/x11/README @@ -61,4 +61,4 @@ To be Done Acknowledgements ---------------- -X11 port was provided by Mark Hessling (mark@rexx.org) +X11 port was provided by Mark Hessling