[Pkg-wmaker-commits] [wmbiff] 08/14: * Another big patch that mucks with everything. I probably deserve to be flamed for this practice. Feel free... :-) * Added maint/prerelease.sh script. Run it before making any releases. * Added maint/changelog.sed. Add your SourceForge userid here. * Moved ChangeLog to RELEASE-NOTES (see below). * Added a new file, CHANGES (created by maint/prerelease.sh) that tabulates all the CVS changes. * Added "distclean" to wmbiff/Makefile. * Added CVS Id$ to all the files in wmbiff/ . * I reformatted ths changelog, again. I hope this is the last time I need to do this. The CVS logs should be used for all changes, and this file should by updated for user-visible changes only, from now on. (Dwayne C. Litzenberger) * Updated the README to reflect that Gennady Belyakov died right after releasing wmBiff 0.2. May your soul rest in peace, Gennady. (Dwayne C. Litzenberger)
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Thu Aug 20 02:59:55 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to tag wmbiff_0_3_1
in repository wmbiff.
commit 6305441fb8af6ccfb78de33da79d9032fd6c349d
Author: dwonis <dwonis>
Date: Tue Jun 19 03:38:57 2001 +0000
* Another big patch that mucks with everything. I probably deserve to be
flamed for this practice. Feel free... :-)
* Added maint/prerelease.sh script. Run it before making any releases.
* Added maint/changelog.sed. Add your SourceForge userid here.
* Moved ChangeLog to RELEASE-NOTES (see below).
* Added a new file, CHANGES (created by maint/prerelease.sh) that tabulates
all the CVS changes.
* Added "distclean" to wmbiff/Makefile.
* Added CVS Id$ to all the files in wmbiff/ .
* I reformatted ths changelog, again. I hope this is the last time I need
to do this. The CVS logs should be used for all changes, and this file
should by updated for user-visible changes only, from now on.
(Dwayne C. Litzenberger)
* Updated the README to reflect that Gennady Belyakov died right after releasing
wmBiff 0.2. May your soul rest in peace, Gennady. (Dwayne C. Litzenberger)
---
CHANGES | 60 ++++++++++++++++++++
README | 43 ++++++++++++++-
ChangeLog => RELEASE-NOTES | 134 ++++++++++++++++++++++-----------------------
maint/changelog.sed | 8 +++
maint/prerelease.sh | 57 +++++++++++++++++++
wmbiff/Client.h | 1 +
wmbiff/Imap4Client.c | 1 +
wmbiff/LicqClient.c | 1 +
wmbiff/Makefile | 3 +
wmbiff/Pop3Client.c | 1 +
wmbiff/charutil.c | 1 +
wmbiff/charutil.h | 1 +
wmbiff/maildirClient.c | 1 +
wmbiff/mboxClient.c | 1 +
wmbiff/sample.wmbiffrc | 2 +
wmbiff/socket.c | 1 +
wmbiff/wmbiff.1 | 2 +
wmbiff/wmbiff.c | 1 +
wmbiff/wmbiffrc.5 | 2 +
19 files changed, 252 insertions(+), 69 deletions(-)
diff --git a/CHANGES b/CHANGES
new file mode 100644
index 0000000..46137bf
--- /dev/null
+++ b/CHANGES
@@ -0,0 +1,60 @@
+CVS Changelog. Don't bother editing this file, because it will get overwritten
+by maint/prerelease.sh .
+
+$
+
+2001-06-16 Saturday 01:02 UTC -- Jordi Mallach <jordi at sindominio.net>
+
+ * ChangeLog, wmbiff/Makefile, wmbiff/sample.wmbiffrc,
+ wmbiff/wmbiff.c: An FHS fix for wmbiff.c and use $(CC) in the
+ Makefile
+
+2001-05-17 Thursday 04:22 UTC -- Dwayne C. Litzenberger <dlitz at dlitz.net>
+
+ * ChangeLog, wmbiff/Makefile, wmbiff/charutil.c: Committing Mark
+ Hurley's patch
+
+2001-05-16 Wednesday 10:48 UTC -- Jordi Mallach <jordi at sindominio.net>
+
+ * ChangeLog, README: Updated some obsolete info in README
+
+2001-05-11 Friday 15:04 UTC -- Jordi Mallach <jordi at sindominio.net>
+
+ * ChangeLog, wmbiff/Imap4Client.c, wmbiff/Makefile,
+ wmbiff/charutil.c, wmbiff/charutil.h, wmbiff/wmbiff.c: Mark's
+ wmbiffrc parsing fix, small Makefile changes and bump version to
+ 0.3.0.
+
+2001-05-11 Friday 14:49 UTC -- Jordi Mallach <jordi at sindominio.net>
+
+ * wmbiff/: .cvsignore, Makefile: Uncommitted stuff to deal with the
+ removal of the xmp link
+
+2001-05-04 Friday 11:01 UTC -- Jordi Mallach <jordi at sindominio.net>
+
+ * ChangeLog, wmbiff/Makefile: Updated Changelog and Makefile for
+ 0.2r.
+
+2001-05-01 Tuesday 16:11 UTC -- Jordi Mallach <jordi at sindominio.net>
+
+ * README.licq, ChangeLog, README, wmgeneral/list.c,
+ wmgeneral/list.h, wmgeneral/misc.c, wmgeneral/misc.h,
+ wmgeneral/wmgeneral.h, wmbiff/socket.c, wmgeneral/wmgeneral.c,
+ wmbiff/Imap4Client.c, wmbiff/Makefile, wmbiff/mboxClient.c,
+ wmbiff/sample.wmbiffrc, wmbiff/wmbiff.1, wmbiff/wmbiff.c,
+ wmbiff/wmbiff-master-led.xpm, wmbiff/.cvsignore, wmbiff/Client.h,
+ wmbiff/LicqClient.c, wmbiff/Pop3Client.c, wmbiff/maildirClient.c,
+ wmbiff/wmbiffrc.5: Initial revision
+
+2001-05-01 Tuesday 16:11 UTC -- Jordi Mallach <jordi at sindominio.net>
+
+ * README.licq, ChangeLog, README, wmgeneral/list.c,
+ wmgeneral/list.h, wmgeneral/misc.c, wmgeneral/misc.h,
+ wmgeneral/wmgeneral.h, wmbiff/socket.c, wmgeneral/wmgeneral.c,
+ wmbiff/Imap4Client.c, wmbiff/Makefile, wmbiff/mboxClient.c,
+ wmbiff/sample.wmbiffrc, wmbiff/wmbiff.1, wmbiff/wmbiff.c,
+ wmbiff/wmbiff-master-led.xpm, wmbiff/.cvsignore, wmbiff/Client.h,
+ wmbiff/LicqClient.c, wmbiff/Pop3Client.c, wmbiff/maildirClient.c,
+ wmbiff/wmbiffrc.5 (utags: start): Initial import to SourceForge,
+ version 0.2q1+Debian
+
diff --git a/README b/README
index 3d30ffc..d421968 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-
+
Introducing
wmBiff is an WindowMaker docking utility, that displays number of
@@ -90,3 +90,44 @@ position. All other positions will be empty.
or the original author, Gennady Belyakov gb at ccat.elect.ru, if he
reappears.
+
+ _________________________________________________________________
+
+UPDATE [2001-06-18]:
+
+On Tuesday, 22 May 2001, Jordi Mallach sent the following email to the
+wmbiff-devel list:
+
+ Hello,
+ I just found evidence of what I had believed for a long time.
+
+ http://www.monkey.org/openbsd/archive/ports/0101/msg00311.html
+
+ Gennady Belyakov passed away right after releasing 0.2 and when he
+ stopped answering mail :|
+
+ I guess we need to update the docs.
+
+ Jordi
+
+Here is the message, if that URL becomes unavailable:
+
+ To: ports at openbsd.org
+ Subject: Re: mail/wmbiff update
+ From: Vladimir Popov <pva48 at mail.ru>
+ Date: Sat, 27 Jan 2001 09:34:15 +0500
+
+ On Fri, Jan 26, 2001 at 01:02:59PM +0000, Christian Weisgerber wrote:
+ >
+ > The major issue I have with this port is that the master site/home
+ > page is unreachable.
+ >
+
+ Well, wmbiff's author Gennady Belyakov passed away in late November 1999.
+ That's why that url isn't any longer valid.
+
+ --
+ Vladimir
+
+May your soul rest in peace, Gennady.
+
diff --git a/ChangeLog b/RELEASE-NOTES
similarity index 67%
rename from ChangeLog
rename to RELEASE-NOTES
index 98f6606..048eda7 100644
--- a/ChangeLog
+++ b/RELEASE-NOTES
@@ -1,39 +1,41 @@
-Sat, 16 Jun 2001 02:55:51 +0100 Jordi Mallach <jordi at sindominio.net>
-
- * wmbiff/Makefile: replaced hardcoded `gcc' calls with $(CC).
- * wmbiff/sample.wmbiffrc, wmbiff/wmbiff.c: replace /var/spool/mail
- with /var/mail, which is what the FHS mandates. All decent
- systems should have either the directory or a symlink pointing
- somewhere else.
-
-Wed, 16 May 2001 20:45:49 -0400 Mark Hurley <debian4tux at telocity.com>
-
- * wmbiff/charutil.c: fixed gcc-3.0 implicit warning, but including string.h
- also cleaned up other includes in same file
-
-wmBiff (0.3.0)
- * wmbiff/Makefile:
- + added charutil.o to OBJS (Mark Hurley).
- + little cosmetic changes and remove wmbiff-master.xpm.
- * wmbiff/Imap4Client.c: removed two unused variables in imap4CheckMail
- (Mark Hurley).
- * wmbiff/charutil.c: added for TrimLeft, TrimRight, TrimFull (also .h)
- (Mark Hurley).
- * wmbiff/wmbiff.c: [ReadLine] removed previous trim leading spaces, added
- TrimFull. Fixes Debian Bug #95849 (Mark Hurley).
- * wmbiff/wmbiff.c: if a pop3 or imap mailbox read fails and the following
- reads are successful but no mail was in the server, the given mailbox
- would remain reading "XX". Now it updates the counter no matter what the
- read was (Mark Hurley).
- * wmbiff/mboxClient.c: wmbiff would only count as new mails those with "N"
- flags, ignoring those marked "ON" (Rob Funk).
- * wmbiff/Imap4Client.c: fixed reading of quoted imap folders, which some
- IMAPd's do (Rob Funk).
- * README: updated some very obsolete info.
-
- -- Jordi Mallach <jordi at sindominio.net> Fri, 16 May 2001 12:16:44 +0200
-
-wmBiff (0.2q1)
+Release Release Notes:
+~~~~~~~~~~~~~~~~~~~~~~
+
+Release 0.3.1 - (unreleased)
+
+ * Replaced /var/spool/mail with /var/mail, which is what the FHS mandates.
+ All decent systems should have either the directory or a symlink pointing
+ somewhere else. (Jordi Mallach)
+ * I reformatted ths changelog, again. I hope this is the last time I need
+ to do this. The CVS logs should be used for all changes, and this file
+ should by updated for user-visible changes only, from now on.
+ (Dwayne C. Litzenberger)
+ * Updated the README to reflect that Gennady Belyakov died right after releasing
+ wmBiff 0.2. May your soul rest in peace, Gennady. (Dwayne C. Litzenberger)
+
+
+Release 0.3.0 - Fri, 16 May 2001 12:16:44 +0200
+
+ * [ReadLine] removed previous trim leading spaces, added TrimFull. Fixes
+ Debian Bug #95849 (Mark Hurley).
+ * There was a bug where if a POP3 or IMAP mailbox read failed and the
+ following reads were successful, but no mail was in the server, the given
+ mailbox would remain reading "XX". Now it updates the counter no matter
+ what the read was (Mark Hurley).
+ * wmBiff would only count as new mails in mbox mailboxes with "N" flags,
+ ignoring those marked "ON" (Rob Funk).
+ * Fixed reading of quoted imap folders, which some IMAPd's do (Rob Funk).
+ * README: updated some very obsolete info. (Jordi Mallach)
+
+
+Release 0.2q1+Debian - Tue, 1 May 2001 10:11:00 +0000
+
+ * Moved to CVS at SourceForge. (Jordi Mallach)
+
+
+Release 0.2q1 - Fri, 13 Apr 2001 02:47:10 -0400
+
+ * This release is by Mark Hurley <debian4tux at telocity.com>.
* wmbiff/Client.h: move DEBUG_* macros to wmbiff/Makefile
* wmbiff/Pop3Client.c:
+ My password contains an @ character. This causes
@@ -90,10 +92,10 @@ wmBiff (0.2q1)
BUG! Last postion #4 was not correctly being checked.
Now correctly checks each position.
- -- Mark Hurley <debian4tux at telocity.com> 13 Apr 2001 02:47:10 -0400
+Release 0.2q - Tue, 20 Mar 2001 05:32:35 +0100
-wmBiff (0.2q)
+ * This release is by Jorge Garc�a <Jorge.Garcia at uv.es>.
* wmbiff/{*.[ch]}: removed unnecesary includes.
* wmbiff/wmbiff.c: some cleanups and optimizations.
+ init_biff:
@@ -111,11 +113,10 @@ wmBiff (0.2q)
* wmbiff/{IMap4Client.c, Pop3Client.c}: check for correct format line to
avoid "segmentation fault" while parsing.
- -- Jorge Garc�a <Jorge.Garcia at uv.es> 20-Mar-2001 05:32:35+0100
-
-wmBiff (0.2p)
+Release 0.2p - Mon, 12 Mar 2001 00:00:00 -0600
+ * This release is by Dwayne C. Litzenberger <dlitz at dlitz.net>.
* Added maildir support! Yay!
* Stole the manpages from Debian.
* Massive (lack of) coding style cleanup; Standardized coding style using
@@ -129,11 +130,12 @@ wmBiff (0.2p)
* I'm not maintaining wmBiff; I just submitted a big patch. Send your
complaints (or complements) to Yong-iL Joh.
- -- Dwayne C. Litzenberger <dlitz at dlitz.net> 12-Mar-2001 -0600
-
-wmBiff (0.2o)
+Release 0.2o - Mon, 12 Mar 2001 00:00:00 +0900
+ * This release is by Yong-iL Joh <tolkien at mizi.com>.
+ * I don't think the date of this changelog entry is right.
+ (Dwayne C. Litzenberger)
* Jordi Mallach <jordi at sindominio.net>, Debian's wmbiff maintainer, sent
me an email a couple of days ago which included a patch with man pages.
The patch did the following:
@@ -157,69 +159,65 @@ wmBiff (0.2o)
-- Yong-iL Joh <tolkien at mizi.com> 12-Mar-2001 +0900
-wmBiff (0.2n)
+Release 0.2n - Tue, 20 Feb 2001 0:00:00 +0900
+ * This release is by Yong-iL Joh <tolkien at mizi.com>.
* Nick Clarey <nclarey at 3glab.com> sent me a patch.
that enhances the following:
+ UW Imap server 2000.283rh
+ Config file now supports IMAP mailbox "paths" rather than
just the mailbox name (e.g. mail/foo/blah)
- -- Yong-iL Joh <tolkien at mizi.com> 20-Feb-2001 +0900
+Release 0.2m - Mon, 5 Feb 2001 00:00:00 +0900
-wmBiff (0.2m)
-
+ * This release is by Yong-iL Joh <tolkien at mizi.com>.
* Imap4Client.c did not close when a connection error occurred. Fixed it.
- -- Yong-iL Joh <tolkien at mizi.com> 05-Feb-2001 +0900
-
-wmBiff (0.2l)
+Release 0.2l - Thu, 11 Jan 2001 00:00:00 +0900
+ * This release is by Yong-iL Joh <tolkien at mizi.com>.
* Imap4Client.c had a bug when trying to connect to an imap4 server. Fixed
it.
- -- Yong-iL Joh <tolkien at mizi.com> 11-Jan-2001 +0900
+Release 0.2j - Mon, 1 Jan 2001 00:00:00 +0900
-wmBiff (0.2j)
-
+ * This release is by Yong-iL Joh <tolkien at mizi.com>.
* Because I can't contact the author, I jumped to version 0.2j
* Added imap4-based mail server check component.
* Divided wmbiff.c to wmbiff.c, LicqClient.c mboxClient.c
- -- Yong-iL Joh <tolkien at mizi.com> 01-Jan-2001 +0900
-
-wmBiff (0.2-licq)
+Release 0.2-licq - Sat, 1 Jan 2000 00:00:00 +0000
+ * This release is by Yong-iL Joh <tolkien at mizi.com>.
+ * The actual date of this release is unknown, so I picked New Year's Day,
+ Y2K. (Dwayne C. Litzenberger)
* I found it from http://www.licq.org/download.html.
- -- Yong-iL Joh <tolkien at mizi.com> No Date
-
-wmBiff (0.2)
+Release 0.2 - Fri, 26 Nov 1999 00:00:00 +0000
+ * This release is by Gennady Belyakov <gb at ccat.elect.ru>.
+ * We don't actually know the time zone of Gennady's changelog entries
+ (Dwayne C. Litzenberger).
* POP3 support added with (auto)fetching
* digits blinking on new mail arrival
* resource wasting lowered
* individual rescan interval for differrent mailboxes
* some bugfixes
- -- Gennady Belyakov <gb at ccat.elect.ru> 26-Nov-1999
-
-wmBiff (0.1a)
+Release 0.1a - Thu, 18 Nov 1999 00:00:00 +0000
+ * This release is by Gennady Belyakov <gb at ccat.elect.ru>.
* Some fixes with intialization
- -- Gennady Belyakov <gb at ccat.elect.ru> 18-Nov-1999
-
-wmBiff (0.1)
+Release 0.1 - Wed, 17 Nov 1999 00:00:00 +0000
- * Initial release
+ * Initial release by Gennady Belyakov <gb at ccat.elect.ru>.
- -- Gennady Belyakov <gb at ccat.elect.ru> 17-Nov-1999
diff --git a/maint/changelog.sed b/maint/changelog.sed
new file mode 100644
index 0000000..f3ae6ba
--- /dev/null
+++ b/maint/changelog.sed
@@ -0,0 +1,8 @@
+# $Id: changelog.sed,v 1.1 2001/06/19 03:38:58 dwonis Exp $
+# Changes cvs2cl's output to something more pleasant
+s/\([0-9][0-9]:[0-9][0-9]\) /\1 UTC --/g
+
+# Add yourself below:
+s/dwonis/Dwayne C. Litzenberger <dlitz at dlitz.net>/g
+s/oskuro/Jordi Mallach <jordi at sindominio.net>/g
+#s/????/Mark Hurley <debian4tux at telocity.com>/g
diff --git a/maint/prerelease.sh b/maint/prerelease.sh
new file mode 100755
index 0000000..e764146
--- /dev/null
+++ b/maint/prerelease.sh
@@ -0,0 +1,57 @@
+#!/bin/sh
+# $Id: prerelease.sh,v 1.1 2001/06/19 03:38:58 dwonis Exp $
+# wmBiff prerelease script. Used mainly by the upstream maintainer(s).
+# Run this before making a new release of wmBiff
+# You will need cvs2cl.
+
+set -e
+
+(
+ cd wmbiff
+ make indent
+ make distclean
+ make all
+ make distclean
+)
+
+cat <<EOF > CHANGES
+CVS Changelog. Don't bother editing this file, because it will get overwritten
+by maint/prerelease.sh .
+
+$Log: prerelease.sh,v $
+Revision 1.1 2001/06/19 03:38:58 dwonis
+* Another big patch that mucks with everything. I probably deserve to be
+ flamed for this practice. Feel free... :-)
+* Added maint/prerelease.sh script. Run it before making any releases.
+* Added maint/changelog.sed. Add your SourceForge userid here.
+* Moved ChangeLog to RELEASE-NOTES (see below).
+* Added a new file, CHANGES (created by maint/prerelease.sh) that tabulates
+ all the CVS changes.
+* Added "distclean" to wmbiff/Makefile.
+* Added CVS Id$ to all the files in wmbiff/ .
+* I reformatted ths changelog, again. I hope this is the last time I need
+ to do this. The CVS logs should be used for all changes, and this file
+ should by updated for user-visible changes only, from now on.
+ (Dwayne C. Litzenberger)
+* Updated the README to reflect that Gennady Belyakov died right after releasing
+ wmBiff 0.2. May your soul rest in peace, Gennady. (Dwayne C. Litzenberger)
+
+
+EOF
+
+cvs2cl --stdout --utc --day-of-week -t | sed -f maint/changelog.sed >> CHANGES
+
+echo ""
+echo ""
+echo ""
+echo ""
+echo "Pre-release script successful!"
+echo ""
+echo "Don't forget to edit RELEASE-NOTES, and substitute today's date for"
+echo "(unreleased), commit and tag the release, then add a new version line"
+echo "and commit again."
+echo ""
+echo "Also, don't forget to update WMBIFF_VERSION in wmbiff/Makefile ."
+echo ""
+echo "The date for the changelog is: `date -R`"
+
diff --git a/wmbiff/Client.h b/wmbiff/Client.h
index 0c8aaa1..277ce7a 100644
--- a/wmbiff/Client.h
+++ b/wmbiff/Client.h
@@ -1,3 +1,4 @@
+/* $Id: Client.h,v 1.2 2001/06/19 03:38:58 dwonis Exp $ */
/* Author : Scott Holden ( scotth at thezone.net )
Modified : Yong-iL Joh ( tolkien at mizi.com )
Modified : Jorge Garc�a ( Jorge.Garcia at uv.es )
diff --git a/wmbiff/Imap4Client.c b/wmbiff/Imap4Client.c
index 68fb2e9..d65be8a 100644
--- a/wmbiff/Imap4Client.c
+++ b/wmbiff/Imap4Client.c
@@ -1,3 +1,4 @@
+/* $Id: Imap4Client.c,v 1.3 2001/06/19 03:38:58 dwonis Exp $ */
/* Author : Yong-iL Joh ( tolkien at mizi.com )
Modified: Jorge Garc�a ( Jorge.Garcia at uv.es )
*
diff --git a/wmbiff/LicqClient.c b/wmbiff/LicqClient.c
index 6ae7ba6..d747584 100644
--- a/wmbiff/LicqClient.c
+++ b/wmbiff/LicqClient.c
@@ -1,3 +1,4 @@
+/* $Id: LicqClient.c,v 1.2 2001/06/19 03:38:58 dwonis Exp $ */
/* Author : Yong-iL Joh ( tolkien at mizi.com )
Modified: Jorge Garc�a ( Jorge.Garcia at uv.es )
*
diff --git a/wmbiff/Makefile b/wmbiff/Makefile
index e55c1fb..65fb7c7 100644
--- a/wmbiff/Makefile
+++ b/wmbiff/Makefile
@@ -1,3 +1,4 @@
+# $Id: Makefile,v 1.7 2001/06/19 03:38:58 dwonis Exp $
WMBIFF_VERSION="0.3.1"
DESTDIR=
prefix=/usr/local
@@ -46,6 +47,8 @@ clean:
done
rm -f wmbiff *~ tags core wmbiff-master.xpm
+distclean: clean
+
install: wmbiff
$(INSTALL_DIR) $(DESTDIR)$(bindir)
$(INSTALL_DIR) $(DESTDIR)$(mandir)/man1
diff --git a/wmbiff/Pop3Client.c b/wmbiff/Pop3Client.c
index e71e605..f393f63 100644
--- a/wmbiff/Pop3Client.c
+++ b/wmbiff/Pop3Client.c
@@ -1,3 +1,4 @@
+/* $Id: Pop3Client.c,v 1.2 2001/06/19 03:38:58 dwonis Exp $ */
/* Author : Scott Holden ( scotth at thezone.net )
Modified : Yong-iL Joh ( tolkien at mizi.com )
Modified : Jorge Garc�a ( Jorge.Garcia at uv.es )
diff --git a/wmbiff/charutil.c b/wmbiff/charutil.c
index b52535e..fb8a697 100644
--- a/wmbiff/charutil.c
+++ b/wmbiff/charutil.c
@@ -1,3 +1,4 @@
+/* $Id: charutil.c,v 1.3 2001/06/19 03:38:58 dwonis Exp $ */
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
diff --git a/wmbiff/charutil.h b/wmbiff/charutil.h
index a10a89c..5e3cbeb 100644
--- a/wmbiff/charutil.h
+++ b/wmbiff/charutil.h
@@ -1,3 +1,4 @@
+/* $Id: charutil.h,v 1.2 2001/06/19 03:38:58 dwonis Exp $ */
/* Author: Mark Hurley (debian4tux at telocity.com)
*
* Simple char util's to trim char string arrays
diff --git a/wmbiff/maildirClient.c b/wmbiff/maildirClient.c
index 4393e38..5ef751c 100644
--- a/wmbiff/maildirClient.c
+++ b/wmbiff/maildirClient.c
@@ -1,3 +1,4 @@
+/* $Id: maildirClient.c,v 1.2 2001/06/19 03:38:58 dwonis Exp $ */
/* Author : Yong-iL Joh ( tolkien at mizi.com )
Modified : Jorge Garc�a ( Jorge.Garcia at uv.es )
*
diff --git a/wmbiff/mboxClient.c b/wmbiff/mboxClient.c
index 1cb48e9..7ba2072 100644
--- a/wmbiff/mboxClient.c
+++ b/wmbiff/mboxClient.c
@@ -1,3 +1,4 @@
+/* $Id: mboxClient.c,v 1.2 2001/06/19 03:38:58 dwonis Exp $ */
/* Author: Yong-iL Joh <tolkien at mizi.com>
Modified: Jorge Garc�a <Jorge.Garcia at uv.es>
Rob Funk <rfunk at funknet.net>
diff --git a/wmbiff/sample.wmbiffrc b/wmbiff/sample.wmbiffrc
index fff8193..a875ed3 100644
--- a/wmbiff/sample.wmbiffrc
+++ b/wmbiff/sample.wmbiffrc
@@ -1,3 +1,5 @@
+# $Id: sample.wmbiffrc,v 1.3 2001/06/19 03:38:58 dwonis Exp $
+#
# Global interval -- seconds between check mailboxes
interval=60
diff --git a/wmbiff/socket.c b/wmbiff/socket.c
index e4694cb..1aec4f8 100644
--- a/wmbiff/socket.c
+++ b/wmbiff/socket.c
@@ -1,3 +1,4 @@
+/* $Id: socket.c,v 1.2 2001/06/19 03:38:58 dwonis Exp $ */
/* Copyright (C) 1998 Trent Piepho <xyzzy at u.washington.edu>
* (C) 1999 Trent Piepho <xyzzy at speakeasy.org>
*
diff --git a/wmbiff/wmbiff.1 b/wmbiff/wmbiff.1
index 27462cf..b3d0f2a 100644
--- a/wmbiff/wmbiff.1
+++ b/wmbiff/wmbiff.1
@@ -1,4 +1,6 @@
.\" Hey, Emacs! This is an -*- nroff -*- source file.
+.\" $Id: wmbiff.1,v 1.2 2001/06/19 03:38:58 dwonis Exp $
+.\"
.\" wmbiff.1 and wmbiffrc.5 are copyright 1999-2001 by
.\" Jordi Mallach <jordi at debian.org>
.\"
diff --git a/wmbiff/wmbiff.c b/wmbiff/wmbiff.c
index f1ba3e5..8b154da 100644
--- a/wmbiff/wmbiff.c
+++ b/wmbiff/wmbiff.c
@@ -1,3 +1,4 @@
+/* $Id: wmbiff.c,v 1.4 2001/06/19 03:38:58 dwonis Exp $ */
#define USE_POLL
diff --git a/wmbiff/wmbiffrc.5 b/wmbiff/wmbiffrc.5
index d299ad7..e65eba4 100644
--- a/wmbiff/wmbiffrc.5
+++ b/wmbiff/wmbiffrc.5
@@ -1,4 +1,6 @@
.\" Hey, Emacs! This is an -*- nroff -*- source file.
+.\" $Id: wmbiffrc.5,v 1.2 2001/06/19 03:38:58 dwonis Exp $
+.\"
.\" wmbiff.1 and wmbiffrc.5 are copyright 1999-2001 by
.\" Jordi Mallach <jordi at debian.org>
.\"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git
More information about the Pkg-wmaker-commits
mailing list