[Pkg-wmaker-commits] [wmbiff] 37/38: call it 0.4.16

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


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

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

commit ba2168c94274dbfa42cf35e1c745ffc87e931e2e
Author: bluehal <bluehal>
Date:   Mon Jul 7 08:57:12 2003 +0000

    call it 0.4.16
---
 NEWS                  |  7 ++++---
 configure.ac          |  4 ++--
 wmbiff/Client.h       |  6 +++---
 wmgeneral/wmgeneral.c | 10 +++++-----
 4 files changed, 14 insertions(+), 13 deletions(-)

diff --git a/NEWS b/NEWS
index 2f3b93a..30646d4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 Release Notes
 ~~~~~~~~~~~~~
-Release 0.4.16 - 
+Release 0.4.16 - July 7, 2003
   * Check TLS certificates.  See wmbiffrc(5) for 
     details on the certfile option.  
   * #'s are now only comments in .wmbiffrc at the 
@@ -13,8 +13,9 @@ Release 0.4.16 -
     and program output for shell methods.  This is 
     intended to be faster than starting up a new 
     mail program or re-executing a script.
-  * Avoid repetitive error messages.
+  * Avoid repetitive error messages when disconnected.
   * Use conventional -geometry option handling.
+  * Fix bug in 0.4.15 to re-enable *'s in IMAP passwords.
 
 Release 0.4.15 - Mar 30, 2003
   * Frobnicate internally stored passwords, partially 
@@ -429,4 +430,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.45 2003/07/03 05:43:41 bluehal Exp $
+$Id: NEWS,v 1.46 2003/07/07 08:57:12 bluehal Exp $
diff --git a/configure.ac b/configure.ac
index 1bf48fc..a076be1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,9 +6,9 @@ dnl and configure:
 dnl  installation prefix
 dnl  version
 
-AC_INIT(WMBiff, 0.4.15, wmbiff-devel at lists.sourceforge.net, wmbiff)
+AC_INIT(WMBiff, 0.4.16, wmbiff-devel at lists.sourceforge.net, wmbiff)
 AC_CONFIG_AUX_DIR(autoconf)
-AM_INIT_AUTOMAKE(wmbiff, 0.4.15) dnl tarded syntax for automake <= 1.5
+AM_INIT_AUTOMAKE(wmbiff, 0.4.16) dnl tarded syntax for automake <= 1.5
 AM_CONFIG_HEADER(config.h)
 dnl make sure autoheader finds version, implicitly defined above.
 AH_TEMPLATE([VERSION], [wmbiff's release version])
diff --git a/wmbiff/Client.h b/wmbiff/Client.h
index 0e8cec8..eb982ac 100644
--- a/wmbiff/Client.h
+++ b/wmbiff/Client.h
@@ -1,11 +1,11 @@
-/* $Id: Client.h,v 1.35 2003/07/07 08:43:01 bluehal Exp $ */
+/* $Id: Client.h,v 1.36 2003/07/07 08:57:12 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/finger
  *
- * Last Updated : $Date: 2003/07/07 08:43:01 $
+ * Last Updated : $Date: 2003/07/07 08:57:12 $
  *
  */
 
@@ -74,7 +74,7 @@ typedef struct _mbox_t {
 			unsigned int dossl:1;	/* use tls. */
 			/* prompt the user if we can't login / password is empty */
 			unsigned int interactive_password:1;
-			unsigned char password_len;
+			unsigned char password_len;	/* memfrob may shorten passwords */
 		} pop_imap;
 	} u;
 
diff --git a/wmgeneral/wmgeneral.c b/wmgeneral/wmgeneral.c
index ebc30f6..2d9dca3 100644
--- a/wmgeneral/wmgeneral.c
+++ b/wmgeneral/wmgeneral.c
@@ -579,11 +579,11 @@ void openXwindow(int argc, const char *argv[],
 	if (geometry) {
 		/* we'll silently drop width and height as well as negative positions */
 		/* mostly because I don't know how to deal with them */
-        /*
-		int wx, wy, x, y;
-		int specified = XParseGeometry(geometry, &x, &y, &wx, &wy);
-		printf("%d %d %d %d\n", x, y, wx, wy);
-		 if( specified & XNegative ) {
+		/*
+		   int wx, wy, x, y;
+		   int specified = XParseGeometry(geometry, &x, &y, &wx, &wy);
+		   printf("%d %d %d %d\n", x, y, wx, wy);
+		   if( specified & XNegative ) {
 		   x = DisplayWidth(display, DefaultScreen(display)) - x - pixmask_width;
 		   }
 		   if( specified & YNegative ) {

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