From 219e04f6ad97a4fdcefc5b68c91a7c9b10800849 Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Mon, 14 May 2018 11:53:13 -0400 Subject: [PATCH] Update mailing list links to new Google Groups. --- cnslock/README | 2 +- cnslock/cnslock.1.in | 2 +- cnslock/cnslock.c | 2 +- cnslock/configure.ac | 2 +- fookb/configure.ac | 2 +- libdockapp/NEWS | 2 +- libdockapp/configure.ac | 2 +- wmacpi/ChangeLog | 2 +- wmacpi/README | 2 +- wmbattery/wmbattery.c | 2 +- wmbiff/FAQ | 6 +++--- wmbiff/README | 2 +- wmbiff/configure.ac | 2 +- wmbiff/wmbiff/sample.wmbiffrc | 2 +- wmbiff/wmbiff/wmbiff.1 | 2 +- wmbutton/README | 4 ++-- wmbutton/configure.ac | 2 +- wmcalc/ChangeLog | 2 +- wmcalc/README | 2 +- wmcdplay/ChangeLog | 2 +- wmcdplay/configure.ac | 2 +- wmcliphist/ChangeLog | 2 +- wmclock/INSTALL | 2 +- wmclock/README | 2 +- wmclock/configure.ac | 2 +- wmcpuload/README | 2 +- wmcpuload/configure.ac | 2 +- wmframepic/configure.ac | 2 +- wmfsm/AUTHORS | 2 +- wmfsm/configure.ac | 2 +- wmget/configure.ac | 2 +- wmgtemp/CREDITS | 2 +- wmgtemp/README | 2 +- wmgtemp/configure.ac | 2 +- wmifinfo/Changelog | 2 +- wmifs/README | 6 +++--- wmifs/TODO | 2 +- wmifs/configure.ac | 2 +- wmitime/CHANGES | 2 +- wmitime/README | 4 ++-- wmitime/wmitime.c | 2 +- wmix/README | 2 +- wmix/configure.ac | 2 +- wmload/README | 2 +- wmload/wmload.c | 2 +- wmlongrun/README | 2 +- wmlongrun/configure.ac | 2 +- wmmemload/ChangeLog | 2 +- wmmemload/README | 2 +- wmmemload/configure.ac | 2 +- wmmenu/README | 2 +- wmmixer/README | 2 +- wmmixer/configure.ac | 2 +- wmmon/README | 4 ++-- wmmon/TODO | 2 +- wmmon/configure.ac | 2 +- wmmoonclock/BUGS | 2 +- wmmoonclock/configure.ac | 2 +- wmpager/configure.ac | 2 +- wmppp.app/CHANGES | 2 +- wmppp.app/README | 4 ++-- wmppp.app/TODO | 2 +- wmppp.app/wmppp.1 | 2 +- wmressel/README | 4 ++-- wmressel/TODO | 2 +- wmressel/configure.ac | 2 +- wmshutdown/README | 2 +- wmshutdown/configure.ac | 2 +- wmshutdown/wmshutdown.1 | 2 +- wmsun/BUGS | 2 +- wmsun/README | 2 +- wmtime/README | 4 ++-- wmtime/TODO | 2 +- wmtop/configure.ac | 2 +- wmtv/README | 4 ++-- wmtv/configure.ac | 2 +- 76 files changed, 87 insertions(+), 87 deletions(-) diff --git a/cnslock/README b/cnslock/README index 552079d..81ad9c5 100644 --- a/cnslock/README +++ b/cnslock/README @@ -11,7 +11,7 @@ as I have a wireless keyboard with no leds on it. Bugs ------------------------------------------------------------ If you discover any bug in this software, please send a -bugreport to wmaker-dev@lists.windowmaker.org and describe +bugreport to wmaker-dev@googlegroups.com and describe the problem with as many details as possible. Copyright diff --git a/cnslock/cnslock.1.in b/cnslock/cnslock.1.in index e707d6d..8e8fb00 100644 --- a/cnslock/cnslock.1.in +++ b/cnslock/cnslock.1.in @@ -17,5 +17,5 @@ show program version and exit run the application in windowed mode .SH AUTHOR cnslock was written by Simon Hunter. Now maintained by the Window Maker Team -. +. diff --git a/cnslock/cnslock.c b/cnslock/cnslock.c index 75a7915..df30fba 100644 --- a/cnslock/cnslock.c +++ b/cnslock/cnslock.c @@ -1,6 +1,6 @@ /* cnslock * Copyright (C) 2002 Simon Hunter (lists@sprig.dyn.dhs.org) - * Copyright (C) 2017 Window Maker Team (wmaker-dev@lists.windowmaker.org) + * Copyright (C) 2017 Window Maker Team (wmaker-dev@googlegroups.com) * * cnslock is a dock application that displays the current state of the * three lock keys (caps, num, and scroll) diff --git a/cnslock/configure.ac b/cnslock/configure.ac index 99db453..286b7d8 100644 --- a/cnslock/configure.ac +++ b/cnslock/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([cnslock], [1.03], [wmaker-dev@lists.windowmaker.org]) +AC_INIT([cnslock], [1.03], [wmaker-dev@googlegroups.com]) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_SRCDIR([configure.ac]) AC_PROG_CC diff --git a/fookb/configure.ac b/fookb/configure.ac index 8c3f442..5f20319 100644 --- a/fookb/configure.ac +++ b/fookb/configure.ac @@ -5,7 +5,7 @@ dnl dnl vim:ts=8:sts=2:shiftwidth=2:expandtab:foldmethod=marker dnl {{{1 -AC_INIT([fookb], [4.0], [wmaker-dev@lists.windowmaker.org]) +AC_INIT([fookb], [4.0], [wmaker-dev@googlegroups.com]) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_SRCDIR([fookb.c]) diff --git a/libdockapp/NEWS b/libdockapp/NEWS index b9e3359..f735d4d 100644 --- a/libdockapp/NEWS +++ b/libdockapp/NEWS @@ -1,4 +1,4 @@ -This file is maintained by wmaker-dev@lists.windowmaker.org, and available +This file is maintained by wmaker-dev@googlegroups.com, and available from http://windowmaker.org/dockapps/?name=libdockapp. News for for all libDockApp users. diff --git a/libdockapp/configure.ac b/libdockapp/configure.ac index b1101e9..d61ddfe 100644 --- a/libdockapp/configure.ac +++ b/libdockapp/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libdockapp],[0.7.2],[wmaker-dev@lists.windowmaker.org]) +AC_INIT([libdockapp],[0.7.2],[wmaker-dev@googlegroups.com]) AC_CONFIG_SRCDIR([src/dockapp.h]) AM_INIT_AUTOMAKE diff --git a/wmacpi/ChangeLog b/wmacpi/ChangeLog index 64a7329..3e04a0b 100644 --- a/wmacpi/ChangeLog +++ b/wmacpi/ChangeLog @@ -22,7 +22,7 @@ build. Now maintained by the Window Maker Developers Team - . + . Git repository: git clone git://repo.or.cz/dockapps.git diff --git a/wmacpi/README b/wmacpi/README index fe1524a..65e6463 100644 --- a/wmacpi/README +++ b/wmacpi/README @@ -49,6 +49,6 @@ specify a number. Be aware that it will try to take all those samples in the space of one second, so if your ACPI implementation is b0rken this could have adverse effects. -Please report bugs to +Please report bugs to Simon Fowler, 2007-07-13. diff --git a/wmbattery/wmbattery.c b/wmbattery/wmbattery.c index 9e812bd..f3c15c7 100644 --- a/wmbattery/wmbattery.c +++ b/wmbattery/wmbattery.c @@ -1,7 +1,7 @@ /* wmbattery - display laptop battery info, dockable in WindowMaker * Copyright (C) 1998-2014 Joey Hess * Copyright (C) 2014 Window Maker Developers Team - * + * * * Portions of code derived from: * wmapm - Copyright (C) 1998-1999 Chris D. Faulhaber diff --git a/wmbiff/FAQ b/wmbiff/FAQ index 65832c3..8e4ce47 100644 --- a/wmbiff/FAQ +++ b/wmbiff/FAQ @@ -1,7 +1,7 @@ * Does WMBiff have a mailing list? There is no longer a WMBiff-specific mailing list, but it may be discussed -on the Window Maker Developers mailing list, wmaker-dev@lists.windowmaker.org. +on the Window Maker Developers mailing list, wmaker-dev@googlegroups.com. See http://lists.windowmaker.org/. @@ -42,7 +42,7 @@ wmaker-dev. If using Debian, use 'reportbug wmbiff' and submit a wishlist bug. Or, send mail with your suggestion to -wmaker-dev@lists.windowmaker.org. +wmaker-dev@googlegroups.com. Some previously requested features can't be done: - Count IMAP deleted messages separately (the protocol @@ -86,4 +86,4 @@ http://repo.or.cz/w/wmaker-crm.git/blob/HEAD:/The-perfect-Window-Maker-patch.txt * This FAQ is wrong. -Send mail to wmaker-dev@lists.windowmaker.org. +Send mail to wmaker-dev@googlegroups.com. diff --git a/wmbiff/README b/wmbiff/README index 6054a11..5651ac1 100644 --- a/wmbiff/README +++ b/wmbiff/README @@ -68,7 +68,7 @@ position. All other positions will be empty. Any suggestions/bug reports please send to our mailing list, - wmaker-dev@lists.windowmaker.org + wmaker-dev@googlegroups.com Please include the output of 'wmbiff -debug'. diff --git a/wmbiff/configure.ac b/wmbiff/configure.ac index 2622e7a..a17905f 100644 --- a/wmbiff/configure.ac +++ b/wmbiff/configure.ac @@ -6,7 +6,7 @@ dnl and configure: dnl installation prefix dnl version -AC_INIT(WMBiff, 0.4.31, wmaker-dev@lists.windowmaker.org, wmbiff) +AC_INIT(WMBiff, 0.4.31, wmaker-dev@googlegroups.com, wmbiff) AC_CONFIG_AUX_DIR(autoconf) AM_INIT_AUTOMAKE AC_CONFIG_HEADER([config.h]) diff --git a/wmbiff/wmbiff/sample.wmbiffrc b/wmbiff/wmbiff/sample.wmbiffrc index c63f5e6..3fbf460 100644 --- a/wmbiff/wmbiff/sample.wmbiffrc +++ b/wmbiff/wmbiff/sample.wmbiffrc @@ -40,7 +40,7 @@ askpass = /usr/bin/ssh-askpass -fg cyan -bg black -xrm '*Dialog.title: WMBiff Pa # higher contrast for lower-color displays #skinfile=wmbiff-master-contrast.xpm # make your own derivative and submit it -# to us at wmaker-dev@lists.windowmaker.org. +# to us at wmaker-dev@googlegroups.com. ### First string ### diff --git a/wmbiff/wmbiff/wmbiff.1 b/wmbiff/wmbiff/wmbiff.1 index 0a9856b..eeace5b 100644 --- a/wmbiff/wmbiff/wmbiff.1 +++ b/wmbiff/wmbiff/wmbiff.1 @@ -106,7 +106,7 @@ to mean the opposite. .SH BUGS Send bug reports or suggestions to the Window Maker Development -Mailing List . Consider +Mailing List . Consider attaching a transcript of your session, generated using: .RS wmbiff \-debug | tee wmbiff-log diff --git a/wmbutton/README b/wmbutton/README index f24f718..6646710 100644 --- a/wmbutton/README +++ b/wmbutton/README @@ -3,7 +3,7 @@ wmbutton Code is based on wmppp, wmload, wmtime, wmcp, and asbutton Author: Edward H. Flora This version is released by: - Window Maker Team + Window Maker Team DESCRIPTION: ------------ @@ -154,7 +154,7 @@ BUGS: Remember, they're just undocumented FEATURES!!! Probably Lots. Send comments (preferably with fixes) to - + Good Luck. diff --git a/wmbutton/configure.ac b/wmbutton/configure.ac index 85ecd56..17a6ee2 100644 --- a/wmbutton/configure.ac +++ b/wmbutton/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([wmbutton], [0.7.1], [wmaker-dev@lists.windowmaker.org]) +AC_INIT([wmbutton], [0.7.1], [wmaker-dev@googlegroups.com]) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_SRCDIR([configure.ac]) AC_PROG_CC diff --git a/wmcalc/ChangeLog b/wmcalc/ChangeLog index 3686737..68cbaa9 100644 --- a/wmcalc/ChangeLog +++ b/wmcalc/ChangeLog @@ -32,7 +32,7 @@ CHANGE LOG: Fix -Woverflow compiler warnings. Remove C++ style comments. Maintained by Window Maker Developers Team - + 0.4 Added global config file Maintained by Gordon Fraser diff --git a/wmcalc/README b/wmcalc/README index 8e6beef..bff3a95 100644 --- a/wmcalc/README +++ b/wmcalc/README @@ -3,7 +3,7 @@ wmcalc Code is loosely based on wmppp, wmload, wmtime, wmcp, and asbutton Original Author: Edward H. Flora Current Maintainer: Window Maker Developers Team - + DESCRIPTION: ------------ diff --git a/wmcdplay/ChangeLog b/wmcdplay/ChangeLog index 2dec3dd..a662393 100644 --- a/wmcdplay/ChangeLog +++ b/wmcdplay/ChangeLog @@ -100,4 +100,4 @@ Release 1.1 18/12/14 Add -i option so users can specify cd polling Install art script. Add manpage from Debian. Now maintained by Window Maker Developers Team - . + . diff --git a/wmcdplay/configure.ac b/wmcdplay/configure.ac index 18210e2..a9a7d7a 100644 --- a/wmcdplay/configure.ac +++ b/wmcdplay/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([wmcdplay], [1.1], [wmaker-dev@lists.windowmaker.org]) +AC_INIT([wmcdplay], [1.1], [wmaker-dev@googlegroups.com]) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_SRCDIR([configure.ac]) AC_PROG_CXX diff --git a/wmcliphist/ChangeLog b/wmcliphist/ChangeLog index a3acc8b..7d22756 100644 --- a/wmcliphist/ChangeLog +++ b/wmcliphist/ChangeLog @@ -3,7 +3,7 @@ - Add manpage from Debian. - Add -b command line option to select which clipboard to manage. - Now maintained by Window Maker Developers team - . + . 21/03/2009: v2.0 - Gentoo patches by Samuli Suominen integrated diff --git a/wmclock/INSTALL b/wmclock/INSTALL index 0680c2c..6ce42f8 100644 --- a/wmclock/INSTALL +++ b/wmclock/INSTALL @@ -46,4 +46,4 @@ The procedure for installing wmclock is relatively simple. instructions on installing wmclock into Window Maker's dock. -- -Window Maker Developers Team \ No newline at end of file +Window Maker Developers Team \ No newline at end of file diff --git a/wmclock/README b/wmclock/README index 2726bc4..e400d4e 100644 --- a/wmclock/README +++ b/wmclock/README @@ -135,4 +135,4 @@ other dealings in the software. Your mileage may vary. Eat your vegetables. -- -Window Maker Developers Team +Window Maker Developers Team diff --git a/wmclock/configure.ac b/wmclock/configure.ac index e438231..6539542 100644 --- a/wmclock/configure.ac +++ b/wmclock/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([wmclock], [1.0.16], [wmaker-dev@lists.windowmaker.org]) +AC_INIT([wmclock], [1.0.16], [wmaker-dev@googlegroups.com]) AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_CONFIG_SRCDIR([configure.ac]) AC_PROG_CC diff --git a/wmcpuload/README b/wmcpuload/README index 0f99ee1..4b19524 100644 --- a/wmcpuload/README +++ b/wmcpuload/README @@ -126,7 +126,7 @@ A) kapm-idled executes HLT instructions to save power. Bug reports =========== -Please send e-mail to wmaker-dev@lists.windowmaker.org. +Please send e-mail to wmaker-dev@googlegroups.com. URL diff --git a/wmcpuload/configure.ac b/wmcpuload/configure.ac index 9d227a8..21d7980 100644 --- a/wmcpuload/configure.ac +++ b/wmcpuload/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.52) dnl AC_INIT(src/main.c) dnl AM_INIT_AUTOMAKE(wmcpuload, 0.9.0) -AC_INIT(wmcpuload, 1.1.1, wmaker-dev@lists.windowmaker.org) +AC_INIT(wmcpuload, 1.1.1, wmaker-dev@googlegroups.com) AC_CANONICAL_HOST AC_CANONICAL_TARGET AM_INIT_AUTOMAKE diff --git a/wmframepic/configure.ac b/wmframepic/configure.ac index c09d2f2..ce92aef 100644 --- a/wmframepic/configure.ac +++ b/wmframepic/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([wmframepic], [0.2], [wmaker-dev@lists.windowmaker.org]) +AC_INIT([wmframepic], [0.2], [wmaker-dev@googlegroups.com]) AC_CONFIG_SRCDIR([src/main.c]) AM_INIT_AUTOMAKE diff --git a/wmfsm/AUTHORS b/wmfsm/AUTHORS index 5ae605d..aa87a88 100644 --- a/wmfsm/AUTHORS +++ b/wmfsm/AUTHORS @@ -1,4 +1,4 @@ wmfsm is currently maintained by the Window Maker Developers Team -. +. It was previously maintained by Chris Gray , but was originally written by Stefan Eilemann . diff --git a/wmfsm/configure.ac b/wmfsm/configure.ac index 8e6dd05..f569c19 100644 --- a/wmfsm/configure.ac +++ b/wmfsm/configure.ac @@ -1,6 +1,6 @@ dnl Hey emacs -*- mode: m4 -*- thanks dnl Process this file with autoconf to create a configure script -AC_INIT([wmfsm], [0.36], [wmaker-dev@lists.windowmaker.org]) +AC_INIT([wmfsm], [0.36], [wmaker-dev@googlegroups.com]) AC_CONFIG_SRCDIR([wmfsm/wmfsm.c]) AM_INIT_AUTOMAKE AC_CANONICAL_HOST diff --git a/wmget/configure.ac b/wmget/configure.ac index dc0d7a0..565d9dd 100644 --- a/wmget/configure.ac +++ b/wmget/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([wmget], [0.6.1], [wmaker-dev@lists.windowmaker.org]) +AC_INIT([wmget], [0.6.1], [wmaker-dev@googlegroups.com]) AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_CONFIG_SRCDIR([configure.ac]) AC_PROG_CC diff --git a/wmgtemp/CREDITS b/wmgtemp/CREDITS index 37e869d..20727f2 100644 --- a/wmgtemp/CREDITS +++ b/wmgtemp/CREDITS @@ -1,4 +1,4 @@ -Current maintainer: Window Maker Team +Current maintainer: Window Maker Team Previous maintainer: Roger Dunce Here are a list of people that have contributed to the project diff --git a/wmgtemp/README b/wmgtemp/README index eecc284..3874e4b 100644 --- a/wmgtemp/README +++ b/wmgtemp/README @@ -39,4 +39,4 @@ Supported Sensors: Send any bug reports and ideas to: -Window Maker Team +Window Maker Team diff --git a/wmgtemp/configure.ac b/wmgtemp/configure.ac index 32fb875..01cd1cc 100644 --- a/wmgtemp/configure.ac +++ b/wmgtemp/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([wmgtemp], [1.2], [wmaker-dev@lists.windowmaker.org]) +AC_INIT([wmgtemp], [1.2], [wmaker-dev@googlegroups.com]) AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_CONFIG_SRCDIR([configure.ac]) AC_PROG_CC diff --git a/wmifinfo/Changelog b/wmifinfo/Changelog index cae7518..a6590ce 100644 --- a/wmifinfo/Changelog +++ b/wmifinfo/Changelog @@ -62,4 +62,4 @@ - Fix compiler warnings. - Add manpage from Debian package. - Now maintained by the Window Maker Developers Team - . + . diff --git a/wmifs/README b/wmifs/README index 5a458b6..6f328d7 100644 --- a/wmifs/README +++ b/wmifs/README @@ -3,12 +3,12 @@ WMiFS Authors...: Martijn Pieterse (pieterse@xs4all.nl) Antoine Nulle (warp@xs4all.nl) Currently maintained by the Window Maker Developers Team - (wmaker-dev@lists.windowmaker.org) + (wmaker-dev@googlegroups.com) Note......: Please mail bugreports, comments, suggestions, requests and flames to: - wmaker-dev@lists.windowmaker.org + wmaker-dev@googlegroups.com The official WMiFS support website address: @@ -59,7 +59,7 @@ COPYING GNU General Public License Version 2. Bugs -------------------------------------------------------------- If you discover any bugs in this software, please send a -bugreport to wmaker-dev@lists.windowmaker.org and describe +bugreport to wmaker-dev@googlegroups.com and describe the problem as detailed as you can. diff --git a/wmifs/TODO b/wmifs/TODO index 9b642a6..6fd14c8 100644 --- a/wmifs/TODO +++ b/wmifs/TODO @@ -7,6 +7,6 @@ TODO list for WMiFS. Your feedback! If you have nice suggestions, ideas, whatever, that aren't on this list, feel free to mail them to: - wmaker-dev@lists.windowmaker.org + wmaker-dev@googlegroups.com If you don't let us know... how are we suppose to know? ;-) \ No newline at end of file diff --git a/wmifs/configure.ac b/wmifs/configure.ac index 8ea9940..bbd1d4e 100644 --- a/wmifs/configure.ac +++ b/wmifs/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([wmifs], [1.8], [wmaker-dev@lists.windowmaker.org]) +AC_INIT([wmifs], [1.8], [wmaker-dev@googlegroups.com]) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_SRCDIR([configure.ac]) AC_PROG_CC diff --git a/wmitime/CHANGES b/wmitime/CHANGES index 7a744ad..651e6d6 100644 --- a/wmitime/CHANGES +++ b/wmitime/CHANGES @@ -35,7 +35,7 @@ Version Description feature. * Update contact information. wmitime is now maintained by the Window Maker Developers Team - . + . * Add manpage and desktop file, both adapted from Debian. * Remove wmitime-master-led.xpm; unused duplicate file. * Do not include or compile unused wmgeneral files. diff --git a/wmitime/README b/wmitime/README index 5fc6b48..be5b1ef 100644 --- a/wmitime/README +++ b/wmitime/README @@ -1,7 +1,7 @@ wmitime -------------------------------------------------------------- Author...: Dave Clark (clarkd@skynet.ca) -Maintainers : Window Maker Developers Team +Maintainers : Window Maker Developers Team Homepage : http://windowmaker.org/dockapps/?name=wmitime Description @@ -45,7 +45,7 @@ COPYING GNU General Public License Version 2. Bugs -------------------------------------------------------------- If you discover any bugs in this software, please send a -bugreport to wmaker-dev@lists.windowmaker.org and describe the +bugreport to wmaker-dev@googlegroups.com and describe the problem as detailed! as you can. diff --git a/wmitime/wmitime.c b/wmitime/wmitime.c index 9e511a0..3f68669 100644 --- a/wmitime/wmitime.c +++ b/wmitime/wmitime.c @@ -577,7 +577,7 @@ void BlitNum(int num, int x, int y) void usage(void) { - fprintf(stderr, "\nWMiTIME - Window Maker Developers Team \n"); + fprintf(stderr, "\nWMiTIME - Window Maker Developers Team \n"); fprintf(stderr, " original author: Dave Clark \n\n"); fprintf(stderr, "usage:\n"); fprintf(stderr, " -12 12-hour mode\n"); diff --git a/wmix/README b/wmix/README index a7de916..b59fde4 100644 --- a/wmix/README +++ b/wmix/README @@ -2,7 +2,7 @@ __ ___ __ ___ (_)_ __ timecop@japan.co.jp \ \ /\ / / '_ ` _ \| \ \/ / skunk@mit.edu \ V V /| | | | | | |> < current maintainer: - \_/\_/ |_| |_| |_|_/_/\_\ wmaker-dev@lists.windowmaker.org + \_/\_/ |_| |_| |_|_/_/\_\ wmaker-dev@googlegroups.com ______________________________________________________________________________ * This is a complete dockapp mixer utilizing the OSS mixer API diff --git a/wmix/configure.ac b/wmix/configure.ac index f689f5c..9896b66 100644 --- a/wmix/configure.ac +++ b/wmix/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([wmix], [3.3], [wmaker-dev@lists.windowmaker.org]) +AC_INIT([wmix], [3.3], [wmaker-dev@googlegroups.com]) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_SRCDIR([wmix.c]) diff --git a/wmload/README b/wmload/README index b4873d5..85d469f 100644 --- a/wmload/README +++ b/wmload/README @@ -53,7 +53,7 @@ LIABILITY & USABILITY: FEEDBACK etc: Maintainer of the current version... - Window Maker Developers Team, wmaker-dev@lists.windowmaker.org + Window Maker Developers Team, wmaker-dev@googlegroups.com Previously maintained by... Ryan Land, rland@bc1.com diff --git a/wmload/wmload.c b/wmload/wmload.c index b3c2427..3a33696 100644 --- a/wmload/wmload.c +++ b/wmload/wmload.c @@ -2,7 +2,7 @@ * Copyright (C) 1996 Beat Christen * Copyright (C) 1997 Ryan Land * Copyright (C) 2015 Window Maker Developers Team -* +* * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/wmlongrun/README b/wmlongrun/README index f2d760e..2ee70b2 100644 --- a/wmlongrun/README +++ b/wmlongrun/README @@ -60,7 +60,7 @@ For Enlightenment users Bug reports =========== -Please send e-mail to wmaker-dev@lists.windowmaker.org +Please send e-mail to wmaker-dev@googlegroups.com URL diff --git a/wmlongrun/configure.ac b/wmlongrun/configure.ac index 311be1d..ce85818 100644 --- a/wmlongrun/configure.ac +++ b/wmlongrun/configure.ac @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([wmlongrun], [0.3.1], [wmaker-dev@lists.windowmaker.org]) +AC_INIT([wmlongrun], [0.3.1], [wmaker-dev@googlegroups.com]) AC_CONFIG_SRCDIR([src/main.c]) AM_INIT_AUTOMAKE AM_CONFIG_HEADER(config.h) diff --git a/wmmemload/ChangeLog b/wmmemload/ChangeLog index cf237bf..21d717d 100644 --- a/wmmemload/ChangeLog +++ b/wmmemload/ChangeLog @@ -21,7 +21,7 @@ 2014 October 4 * Now maintained by Window Maker Developers Team - + * Fix autotools warnings. * Fix errors in the manpage. * Fix version check for kernel 3.0 (submitted by Guillermo Indalecio diff --git a/wmmemload/README b/wmmemload/README index ad28d8f..e3a3de7 100644 --- a/wmmemload/README +++ b/wmmemload/README @@ -9,7 +9,7 @@ Git: http://repo.or.cz/dockapps.git Original Author: Mark Staggs Currently maintained by: Window Maker Developers Team - + ================================================================================ diff --git a/wmmemload/configure.ac b/wmmemload/configure.ac index a1d58a2..7d25e7a 100644 --- a/wmmemload/configure.ac +++ b/wmmemload/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.52) dnl AC_INIT(src/main.c) -AC_INIT(wmmemload, 0.1.8, wmaker-dev@lists.windowmaker.org) +AC_INIT(wmmemload, 0.1.8, wmaker-dev@googlegroups.com) AC_CANONICAL_HOST AC_CANONICAL_TARGET AM_INIT_AUTOMAKE diff --git a/wmmenu/README b/wmmenu/README index 8325d88..3810113 100644 --- a/wmmenu/README +++ b/wmmenu/README @@ -186,7 +186,7 @@ STATUS 1.3 2015/01/24 Now maintained by the Window Maker Developers Team - . + . Remove trailing whitespace. diff --git a/wmmixer/README b/wmmixer/README index 5fb01e0..3f5dea8 100644 --- a/wmmixer/README +++ b/wmmixer/README @@ -3,7 +3,7 @@ wmmixer - A mixer designed for WindowMaker Copyright (C) 1998 Sam Hawker Copyright (C) 2002 Gordon Fraser -Now maintained by the Window Maker Team +Now maintained by the Window Maker Team This software comes with ABSOLUTELY NO WARRANTY This software is free software, and you are welcome to redistribute it diff --git a/wmmixer/configure.ac b/wmmixer/configure.ac index 38d5cfc..057cb5d 100644 --- a/wmmixer/configure.ac +++ b/wmmixer/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([wmmixer], [1.8], [wmaker-dev@lists.windowmaker.org]) +AC_INIT([wmmixer], [1.8], [wmaker-dev@googlegroups.com]) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_SRCDIR([configure.ac]) AC_PROG_CXX diff --git a/wmmon/README b/wmmon/README index c9e03f0..0b71449 100644 --- a/wmmon/README +++ b/wmmon/README @@ -8,7 +8,7 @@ Authors...: Martijn Pieterse (pieterse@xs4all.nl) Note......: Please mail bugreports, comments, suggestions, requests and flames to: - wmaker-dev@lists.windowmaker.org + wmaker-dev@googlegroups.com The official WMMon support website address: @@ -68,7 +68,7 @@ TODO Stuff we've planned for future WMMon releases. Bugs -------------------------------------------------------------- If you discover any bugs in this software, please send a -bugreport to wmaker-dev@lists.windowmaker.org and describe +bugreport to wmaker-dev@googlegroups.com and describe the problem as detailed as you can. diff --git a/wmmon/TODO b/wmmon/TODO index d500d8c..1ed9810 100644 --- a/wmmon/TODO +++ b/wmmon/TODO @@ -13,6 +13,6 @@ This is a list of things we've already planned for WMMon-1.0: Your feedback! If you have nice suggestions, ideas, whatever, that aren't on this list, feel free to mail them to: - wmaker-dev@lists.windowmaker.org + wmaker-dev@googlegroups.com If you don't let us know... how are we suppose to know? ;-) diff --git a/wmmon/configure.ac b/wmmon/configure.ac index 493def2..369d9d9 100644 --- a/wmmon/configure.ac +++ b/wmmon/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([wmmon], [1.4], [wmaker-dev@lists.windowmaker.org]) +AC_INIT([wmmon], [1.4], [wmaker-dev@googlegroups.com]) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_SRCDIR([configure.ac]) AC_PROG_CC diff --git a/wmmoonclock/BUGS b/wmmoonclock/BUGS index d164d88..0c507bb 100644 --- a/wmmoonclock/BUGS +++ b/wmmoonclock/BUGS @@ -1 +1 @@ -Please send bug reports to wmaker-dev@lists.windowmaker.org +Please send bug reports to wmaker-dev@googlegroups.com diff --git a/wmmoonclock/configure.ac b/wmmoonclock/configure.ac index 00209ab..1763bc5 100644 --- a/wmmoonclock/configure.ac +++ b/wmmoonclock/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([wmmoonclock], [1.29], [wmaker-dev@lists.windowmaker.org]) +AC_INIT([wmmoonclock], [1.29], [wmaker-dev@googlegroups.com]) AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_CONFIG_SRCDIR([configure.ac]) AC_PROG_CC diff --git a/wmpager/configure.ac b/wmpager/configure.ac index e96d64b..6e9e731 100644 --- a/wmpager/configure.ac +++ b/wmpager/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.60]) -AC_INIT([wmpager], [1.2], [wmaker-dev@lists.windowmaker.org]) +AC_INIT([wmpager], [1.2], [wmaker-dev@googlegroups.com]) AC_CONFIG_SRCDIR([src/wmpager.c]) AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip]) AM_SILENT_RULES diff --git a/wmppp.app/CHANGES b/wmppp.app/CHANGES index 3b73368..f022932 100644 --- a/wmppp.app/CHANGES +++ b/wmppp.app/CHANGES @@ -10,7 +10,7 @@ Version Description 1.3.1 * Released 150519 * Now maintained by Window Maker Developers Team - . + . * Update Free Software Foundation address and GPL2 text in COPYING. diff --git a/wmppp.app/README b/wmppp.app/README index eec5b97..f0d00df 100644 --- a/wmppp.app/README +++ b/wmppp.app/README @@ -6,7 +6,7 @@ Authors...: Martijn Pieterse (pieterse@xs4all.nl) Note......: Please mail bugreports, comments, suggestions, requests and flames to: - wmaker-dev@lists.windowmaker.org + wmaker-dev@googlegroups.com The official WMPPP support website address: @@ -50,7 +50,7 @@ COPYING GNU General Public License Version 2. Bugs -------------------------------------------------------------- If you discover any bugs in this software, please send a -bugreport to wmaker-dev@lists.windowmaker.org and describe the +bugreport to wmaker-dev@googlegroups.com and describe the problem as detailed! as you can. diff --git a/wmppp.app/TODO b/wmppp.app/TODO index ecfefcd..b5d4ecc 100644 --- a/wmppp.app/TODO +++ b/wmppp.app/TODO @@ -8,6 +8,6 @@ TODO list for WMPPP. Your feedback! If you have nice suggestions, ideas, whatever, that aren't on this list, feel free to mail them to: - wmaker-dev@lists.windowmaker.org + wmaker-dev@googlegroups.com If you don't let us know... how are we suppose to know? ;-) diff --git a/wmppp.app/wmppp.1 b/wmppp.app/wmppp.1 index 451ce15..7af875e 100644 --- a/wmppp.app/wmppp.1 +++ b/wmppp.app/wmppp.1 @@ -100,7 +100,7 @@ Longyear longyear@netcom.com\fP and \fIPaul Mackerras \fP (pppstats). .P Email regarding wmppp should be sent to -\fIwmaker-dev@lists.windowmaker.org\fP. +\fIwmaker-dev@googlegroups.com\fP. .P This manpage was written by \fIMarcelo Magallon current maintainer: Window Maker Developers Team - + 6. Todo -Modal window for shutdown diff --git a/wmshutdown/configure.ac b/wmshutdown/configure.ac index cedc793..72ecfe4 100644 --- a/wmshutdown/configure.ac +++ b/wmshutdown/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([wmshutdown], [1.4], [wmaker-dev@lists.windowmaker.org]) +AC_INIT([wmshutdown], [1.4], [wmaker-dev@googlegroups.com]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_HEADER([config.h]) diff --git a/wmshutdown/wmshutdown.1 b/wmshutdown/wmshutdown.1 index db3cffb..56ad17e 100644 --- a/wmshutdown/wmshutdown.1 +++ b/wmshutdown/wmshutdown.1 @@ -21,6 +21,6 @@ X display to use .SH AUTHORS wmshutdown was written by Rafael V. Aroca and is currently maintained by the Window Maker Developers Team -. +. This manual page was adapted from the one written by Jari Aalto for Debian. diff --git a/wmsun/BUGS b/wmsun/BUGS index d11f084..3ad1478 100644 --- a/wmsun/BUGS +++ b/wmsun/BUGS @@ -1 +1 @@ -Please send bug reports to wmaker-dev@lists.windowmaker.org. +Please send bug reports to wmaker-dev@googlegroups.com. diff --git a/wmsun/README b/wmsun/README index 4031507..f93f91f 100644 --- a/wmsun/README +++ b/wmsun/README @@ -10,7 +10,7 @@ Dockable WindowMaker SunRise/SunSet App http://windowmaker.org/dockapps/?name=wmsun Author: Mike Henderson -Maintainers: Window Maker Developers Team +Maintainers: Window Maker Developers Team ================================================================================ REQUIREMENTS diff --git a/wmtime/README b/wmtime/README index bef7551..d16dd02 100644 --- a/wmtime/README +++ b/wmtime/README @@ -3,7 +3,7 @@ WMTime Authors...: Martijn Pieterse (pieterse@xs4all.nl) Antoine Nulle (warp@xs4all.nl) -Maintainer: Window Maker Developers Team (wmaker-dev@lists.windowmaker.org) +Maintainer: Window Maker Developers Team (wmaker-dev@googlegroups.com) Note......: The official WMTime support website address: @@ -49,7 +49,7 @@ Bugs -------------------------------------------------------------- If you discover any bugs in this software, please submit a bugreport to -wmaker-dev@lists.windowmaker.org +wmaker-dev@googlegroups.com Copyright -------------------------------------------------------------- diff --git a/wmtime/TODO b/wmtime/TODO index d5eaada..20a9c95 100644 --- a/wmtime/TODO +++ b/wmtime/TODO @@ -11,6 +11,6 @@ TODO list for WMTime. Your feedback! If you have nice suggestions, ideas, whatever, that aren't on this list, feel free to mail them to: - wmaker-dev@lists.windowmaker.org + wmaker-dev@googlegroups.com If you don't let us know... how are we suppose to know? ;-) diff --git a/wmtop/configure.ac b/wmtop/configure.ac index cc3ddb8..3334109 100644 --- a/wmtop/configure.ac +++ b/wmtop/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([wmtop], [0.85], [wmaker-dev@lists.windowmaker.org]) +AC_INIT([wmtop], [0.85], [wmaker-dev@googlegroups.com]) AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_CONFIG_SRCDIR([configure.ac]) AC_CANONICAL_HOST diff --git a/wmtv/README b/wmtv/README index f6651c4..cb7ff1f 100644 --- a/wmtv/README +++ b/wmtv/README @@ -1,6 +1,6 @@ ================================================================================ WMTV - WindowMaker TV - + ================================================================================ Description @@ -202,5 +202,5 @@ responsible for anything. This does to your system including loss of data, loss of uptime, loss of hair and etc. -Please report any bugs/comments/feedbacks to +Please report any bugs/comments/feedbacks to Please visit http://windowmaker.org/dockapps/?name=wmtv for updates on WMTV. diff --git a/wmtv/configure.ac b/wmtv/configure.ac index aab4d18..8a5e8c6 100644 --- a/wmtv/configure.ac +++ b/wmtv/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([wmtv], [0.6.6], [wmaker-dev@lists.windowmaker.org]) +AC_INIT([wmtv], [0.6.6], [wmaker-dev@googlegroups.com]) AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_CONFIG_SRCDIR([configure.ac]) AC_PROG_CC