[Pkg-wmaker-commits] [wmbiff] 55/77: update meta-information for prerelease 5

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:01:14 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to tag wmbiff_0_4_0
in repository wmbiff.

commit 6d2848d631b72e8f80501c930b0b33315cbcf880
Author: bluehal <bluehal>
Date:   Sat Apr 20 08:53:20 2002 +0000

    update meta-information for prerelease 5
---
 ChangeLog       | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++--
 NEWS            | 19 +++++++++++--------
 TODO            | 12 +++++++-----
 configure.in    |  2 +-
 wmbiff/Client.h |  4 ++--
 5 files changed, 71 insertions(+), 18 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 5595506..417c441 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,14 +6,62 @@ The latest changelog entry is in a different format, because it's inserted by
 CVS on commit.
 
   $Log: ChangeLog,v $
-  Revision 1.27  2002/04/16 07:37:37  bluehal
-  remove vestigial pc->open()
+  Revision 1.28  2002/04/20 08:53:20  bluehal
+  update meta-information for prerelease 5
 
   Revision 1.1  2002/04/07 05:08:23  bluehal
   use automake / autoconf; after checkout run ./FromCVS.sh
 
 
 
+2002-04-20 Saturday 08:13 UTC -- Neil Spring <nspring at cs.washington.edu>
+
+	* wmbiff/sample.wmbiffrc: finish deprecating
+
+2002-04-20 Saturday 08:12 UTC -- Neil Spring <nspring at cs.washington.edu>
+
+	* wmbiff/: sample.wmbiffrc, wmbiffrc.5.in: document back-tick
+	expansion, deprecate mbox style without mbox: prefix
+
+2002-04-20 Saturday 07:54 UTC -- Neil Spring <nspring at cs.washington.edu>
+
+	* wmbiff/: Client.h, LicqClient.c, ShellClient.c, mboxClient.c:
+	oops (indent)
+
+2002-04-20 Saturday 07:53 UTC -- Neil Spring <nspring at cs.washington.edu>
+
+	* wmbiff/: LicqClient.c, mboxClient.c: refactor mailbox stat()'ting
+	to reduce duplicated code and supprort backticks.
+
+2002-04-20 Saturday 07:52 UTC -- Neil Spring <nspring at cs.washington.edu>
+
+	* wmbiff/ShellClient.c: refactor command execution code to support
+	backtick foo expansion
+
+2002-04-20 Saturday 07:50 UTC -- Neil Spring <nspring at cs.washington.edu>
+
+	* wmbiff/: Makefile.am, test_wmbiff.c: add tests for bbacktick
+	expansion
+
+2002-04-20 Saturday 07:49 UTC -- Neil Spring <nspring at cs.washington.edu>
+
+	* wmbiff/Client.h: ctime has become useless; new prototypes to
+	handle backtick
+
+2002-04-16 Tuesday 08:10 UTC -- Neil Spring <nspring at cs.washington.edu>
+
+	* NEWS, TODO: a little wordsmithing
+
+2002-04-16 Tuesday 07:37 UTC -- Neil Spring <nspring at cs.washington.edu>
+
+	* ChangeLog, TODO, wmbiff/Client.h, wmbiff/Imap4Client.c,
+	wmbiff/LicqClient.c, wmbiff/Pop3Client.c, wmbiff/mboxClient.c,
+	wmbiff/passwordMgr.c, wmbiff/wmbiff.c: remove vestigial pc->open()
+
+2002-04-16 Tuesday 07:08 UTC -- Neil Spring <nspring at cs.washington.edu>
+
+	* wmbiff/test-make.sh: unnecessary now that autoconf is involved
+
 2002-04-15 Monday 22:58 UTC -- Neil Spring <nspring at cs.washington.edu>
 
 	* Makefile.am: dist the FAQ
diff --git a/NEWS b/NEWS
index 5a18604..8ce0036 100644
--- a/NEWS
+++ b/NEWS
@@ -3,22 +3,25 @@ Release Notes
 Release 0.4.0 - unreleased
 
   * This release is by Neil Spring <nspring at cs.washington.edu>.
-  * Passwords can be left empty for IMAP: ssh-askpass
+  * askpass: Passwords can be left empty for IMAP: ssh-askpass
     will be used to prompt the user.  See sample.wmbiffrc 
     and wmbiffrc(5).
-  * Background pixmaps can be specified in .wmbiffrc.
+  * skinfile: Background pixmaps can be specified in .wmbiffrc.
     This has the effect of "skins."  See wmbiffrc(5).
     Add "skinfile=wmbiff-master-contrast.xpm" to .wmbiffrc 
     for a more readable wmbiff.
-  * Permissions on .wmbiffrc are checked to protect security.
-    Only a warning is printed now.  This will degenerate in 
-    later releases for .wmbiffrc's that store passwords.
-  * Finger client added - finger a user's mailbox to get its
+  * finger: Finger client added - finger a user's mailbox to get its
     status.  Requires perl and finger commands. See wmbiffrc(5).
     Thanks to Andelko Horvat.
-  * Improvements to ShellClient - now allows three character 
+  * shell: Improvements to ShellClient - now allows three character 
     text to be printed as status.  If "new" is on the output
     line, the text will be in yellow. Thanks to Andelko Horvat.
+  * mbox: Paths can be specified including shell expressions 
+    in `'s.  If requested, this feature can be expanded to other 
+    clients.  Nested expressions are not supported.
+  * Permissions on .wmbiffrc are checked to protect security.
+    Only a warning is printed now.  This will degenerate in 
+    later releases for .wmbiffrc's that store passwords.
   * Migrated to automake / autoconf to detect defaults for
     ssh-askpass and prepare for future changes.
   * Bugfix to handle -geometry tags with dimension as generated
@@ -302,4 +305,4 @@ Release 0.1 - Wed, 17 Nov 1999 00:00:00 +0000
   * Initial release by Gennady Belyakov <gb at ccat.elect.ru>.
 
 
-$Id: NEWS,v 1.18 2002/04/16 08:10:16 bluehal Exp $
+$Id: NEWS,v 1.19 2002/04/20 08:53:20 bluehal Exp $
diff --git a/TODO b/TODO
index 022428a..1fe202d 100644
--- a/TODO
+++ b/TODO
@@ -5,8 +5,6 @@ these todo items are welcome.
   I don't know whether gnutls supports this.  A pointer to
   documentation that describes what to do, or a way to leech
   stored certificates or CA's from mutt would be great.
-* Runtime back-tick expansion
-  Because interesting mailboxes can be defined by date.
 * \ line continuations in configuration file.
   Because shell commands can be quite long.
 * Generic constructors for mboxes.  
@@ -31,9 +29,13 @@ these todo items are welcome.
   one of them is received, we're done.
 * Reload .wmbiffrc when it changes
   This is straightforward, except for IMAP mailboxes that
-  keep a connection to the server open.  A close function 
+  keep a connection to the server open.  A close function
   will have to be implemented to shut those down gracefully.
-  Do not involve sighup or any other signals.
+  Do not involve sighup or any other signals.  Use or
+  improve fileHasChanged().
+* Runtime back-tick expansion for non-mbox
+  Because interesting mailboxes can be defined by date,
+  though its not clear any other clients can take advantage.
 * Support GSSAPI or SASL authentication
   Authentication using krb5 would be sweet.
 * Unlikely to get done, unless someone volunteers:
@@ -42,7 +44,7 @@ these todo items are welcome.
   for POP.  Unfortunately, this would only be useful for
   someone who has such a server that doesn't support IMAPS.
 
-$Id: TODO,v 1.9 2002/04/16 08:10:16 bluehal Exp $
+$Id: TODO,v 1.10 2002/04/20 08:53:20 bluehal Exp $
 
 Local Variables:
 mode: outline
diff --git a/configure.in b/configure.in
index 8a766a2..72e363f 100644
--- a/configure.in
+++ b/configure.in
@@ -9,7 +9,7 @@ dnl  version
 
 AC_INIT(configure.in)
 AC_CONFIG_AUX_DIR(autoconf)
-AM_INIT_AUTOMAKE(wmbiff, 0.4.0pre4)
+AM_INIT_AUTOMAKE(wmbiff, 0.4.0pre5)
 dnl AUTOHEADER="$AUTOHEADER -l \\\\\\\$\(srcdir)/autoconf"
 AM_CONFIG_HEADER(config.h)
 AC_SUBST(VERSION)
diff --git a/wmbiff/Client.h b/wmbiff/Client.h
index d76300d..e91d396 100644
--- a/wmbiff/Client.h
+++ b/wmbiff/Client.h
@@ -1,11 +1,11 @@
-/* $Id: Client.h,v 1.18 2002/04/20 07:54:06 bluehal Exp $ */
+/* $Id: Client.h,v 1.19 2002/04/20 08:53:20 bluehal 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 )
  *
  * Email Checker Pop3/Imap4/Licq/Gicu/mbox/maildir
  *
- * Last Updated : Mar 20, 05:32:35 CET 2001     
+ * Last Updated : $Date: 2002/04/20 08:53:20 $
  *
  */
 

-- 
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