[Pkg-wmaker-commits] [wmbiff] 22/84: release 0.4.3 final updates

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


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

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

commit 14a8395b7d431db6d491af3ce3f6e13c46f4dfce
Author: bluehal <bluehal>
Date:   Sat Jun 8 22:22:11 2002 +0000

    release 0.4.3 final updates
---
 ChangeLog    | 40 ++++++++++++++++++++++++++++++++++++++--
 NEWS         | 16 +++++++++++++++-
 configure.in |  2 +-
 3 files changed, 54 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index b479f74..efd8f80 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,14 +6,50 @@ The latest changelog entry is in a different format, because it's inserted by
 CVS on commit.
 
   $Log: ChangeLog,v $
-  Revision 1.32  2002/06/01 18:10:28  bluehal
-  0.4.2
+  Revision 1.33  2002/06/08 22:22:11  bluehal
+  release 0.4.3 final updates
 
   Revision 1.1  2002/04/07 05:08:23  bluehal
   use automake / autoconf; after checkout run ./FromCVS.sh
 
 
 
+2002-06-08 Saturday 22:20 UTC -- Neil Spring <nspring at cs.washington.edu>
+
+	* wmbiff/wmbiff.c: make the background black when using fonts
+
+2002-06-08 Saturday 22:15 UTC -- Neil Spring <nspring at cs.washington.edu>
+
+	* wmgeneral/: wmgeneral.c, wmgeneral.h: font support, ability to
+	erase rectangles
+
+2002-06-08 Saturday 22:14 UTC -- Neil Spring <nspring at cs.washington.edu>
+
+	* wmbiff/Client.h: slightly changed debug messages; exists() is
+	more a test -f than a test -e
+
+2002-06-08 Saturday 22:13 UTC -- Neil Spring <nspring at cs.washington.edu>
+
+	* wmbiff/wmbiff.1: documentation of -fg and -font options
+
+2002-06-08 Saturday 22:13 UTC -- Neil Spring <nspring at cs.washington.edu>
+
+	* wmbiff/: Imap4Client.c, ShellClient.c: cleanup for splint
+	annotations
+
+2002-06-08 Saturday 22:13 UTC -- Neil Spring <nspring at cs.washington.edu>
+
+	* wmbiff/wmbiff.c: basic font support, color selection, cleanup to
+	default configuration code, bugifx and cleanup to mouse region code
+
+2002-06-08 Saturday 21:40 UTC -- Neil Spring <nspring at cs.washington.edu>
+
+	* wmbiff/socket.c: need config.h to get IPv6 support
+
+2002-06-01 Saturday 18:10 UTC -- Neil Spring <nspring at cs.washington.edu>
+
+	* ChangeLog, NEWS: 0.4.2
+
 2002-06-01 Saturday 17:58 UTC -- Neil Spring <nspring at cs.washington.edu>
 
 	* configure.in, wmbiff/wmbiff.c: oops, didn't really want to
diff --git a/NEWS b/NEWS
index 5221497..7bbbfbe 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,19 @@
 Release Notes
 ~~~~~~~~~~~~~
+Release 0.4.3 - June 8, 2002
+  * IPv6 support for real. (missed a detail with autoconf)
+  * Preliminary font support, allowing variable colors.  Use
+    wmbiff -fg violet to give it a spin.  Note: if the number of
+    old messages is at least 1000, the old number of messages
+    will not be completely erased when new mail arrives.
+  * Mouse handling fix.
+  * Cleanup of internals: handling of default configuration when
+    .wmbiffrc does not exist, vertical position of rows, variable 
+    names, etc.
+  * GNUTLS version 0.3.5 is expected; earlier and later versions
+    may be incompatible.
+  * This release is by Neil Spring <nspring at cs.washington.edu>.
+
 Release 0.4.2 - June 1, 2002
   * Bugfix: accidentally released a partial feature.
 
@@ -317,4 +331,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.23 2002/06/01 18:10:28 bluehal Exp $
+$Id: NEWS,v 1.24 2002/06/08 22:22:11 bluehal Exp $
diff --git a/configure.in b/configure.in
index 9301c67..79ac344 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.2)
+AM_INIT_AUTOMAKE(wmbiff, 0.4.3)
 dnl AUTOHEADER="$AUTOHEADER -l \\\\\\\$\(srcdir)/autoconf"
 AM_CONFIG_HEADER(config.h)
 AC_SUBST(VERSION)

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