[Pkg-wmaker-commits] [wmbiff] 31/77: 0.4.0pre4 - finger support, text from shell support, minor code reorganization

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:01:08 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 ee9545db1bc020f16442deae8aed02f957976a97
Author: bluehal <bluehal>
Date:   Mon Apr 15 01:47:09 2002 +0000

    0.4.0pre4 - finger support, text from shell support, minor code reorganization
---
 ChangeLog                         |  77 ++++++++++++++++++++++++-
 configure.in                      |   4 +-
 wmbiff/wmbiff-master-contrast.xpm | 116 --------------------------------------
 3 files changed, 78 insertions(+), 119 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 6b23b46..f523c14 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,14 +6,87 @@ The latest changelog entry is in a different format, because it's inserted by
 CVS on commit.
 
   $Log: ChangeLog,v $
-  Revision 1.24  2002/04/09 07:52:11  bluehal
-  bump version to 0.4.0pre3 - permissions checking for .wmbiffrc added.
+  Revision 1.25  2002/04/15 01:47:09  bluehal
+  0.4.0pre4 - finger support, text from shell support, minor code reorganization
 
   Revision 1.1  2002/04/07 05:08:23  bluehal
   use automake / autoconf; after checkout run ./FromCVS.sh
 
 
 
+2002-04-15 Monday 01:38 UTC -- Neil Spring <nspring at cs.washington.edu>
+
+	* AUTHORS, README: add Andelko Horvat to the list of contributors,
+	remove author list from README
+
+2002-04-15 Monday 01:30 UTC -- Neil Spring <nspring at cs.washington.edu>
+
+	* wmbiff/test-wmbiffrc.shell: test finger as well
+
+2002-04-15 Monday 01:30 UTC -- Neil Spring <nspring at cs.washington.edu>
+
+	* wmbiff/Client.h: TextStatus to hold a three-character status
+	message
+
+2002-04-15 Monday 01:30 UTC -- Neil Spring <nspring at cs.washington.edu>
+
+	* wmbiff/wmbiff.c: support TextString as status; factor
+	blitMsgCounters as displayMsgCounters was starting to get ugly, add
+	finger recipe to use ShellClient instead of a separate module
+
+2002-04-15 Monday 01:26 UTC -- Neil Spring <nspring at cs.washington.edu>
+
+	* wmbiff/passwordMgr.c: use chomp to remove the newline from
+	ssh-askpass output
+
+2002-04-15 Monday 01:26 UTC -- Neil Spring <nspring at cs.washington.edu>
+
+	* wmbiff/: charutil.c, charutil.h: duplicate perl's chomp()
+
+2002-04-15 Monday 01:26 UTC -- Neil Spring <nspring at cs.washington.edu>
+
+	* wmbiff/ShellClient.c: return sigchld to default hander before
+	using popen; handle text input. Much complexity, I hope it's worth
+	it.
+
+2002-04-15 Monday 01:25 UTC -- Neil Spring <nspring at cs.washington.edu>
+
+	* wmbiff/wmbiff-master-led.xpm: support yellow text
+
+2002-04-15 Monday 01:24 UTC -- Neil Spring <nspring at cs.washington.edu>
+
+	* wmbiff/Makefile.am: derive wmbiff-master-contrast.xpm from
+	wmbiff-master-led.xpm
+
+2002-04-12 Friday 05:54 UTC -- Neil Spring <nspring at cs.washington.edu>
+
+	* wmbiff/socket.c: extra debugging messages, to be in-line with our
+	-debug to stdout philosophy
+
+2002-04-11 Thursday 21:49 UTC -- Jordi Mallach <jordi at sindominio.net>
+
+	* .cvsignore, wmbiff/.cvsignore, wmgeneral/.cvsignore: Ignorable
+	flies.
+
+2002-04-11 Thursday 21:39 UTC -- Jordi Mallach <jordi at sindominio.net>
+
+	* autoconf/: install-sh, missing, mkinstalldirs: Shouldn't be in
+	CVS...
+
+2002-04-11 Thursday 18:24 UTC -- Neil Spring <nspring at cs.washington.edu>
+
+	* configure.in, wmbiff/.cvsignore: attempt to fix Jordi's configure
+	bug
+
+2002-04-11 Thursday 07:24 UTC -- Neil Spring <nspring at cs.washington.edu>
+
+	* wmbiff/Pop3Client.c: APOP bugfix (unreleased bug)
+
+2002-04-09 Tuesday 07:52 UTC -- Neil Spring <nspring at cs.washington.edu>
+
+	* ChangeLog, configure.in: bump version to 0.4.0pre3 - permissions
+	checking for .wmbiffrc added.
+
 2002-04-09 Tuesday 07:47 UTC -- Neil Spring <nspring at cs.washington.edu>
 
 	* Makefile.am: try to tell the difference between running make dist
diff --git a/configure.in b/configure.in
index 180ff0d..dff87cd 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.0pre3)
+AM_INIT_AUTOMAKE(wmbiff, 0.4.0pre4)
 dnl AUTOHEADER="$AUTOHEADER -l \\\\\\\$\(srcdir)/autoconf"
 AM_CONFIG_HEADER(config.h)
 AC_SUBST(VERSION)
@@ -41,6 +41,8 @@ if test "$gnutls" = "ok"; then
                          CFLAGS="$CFLAGS $LIBGNUTLS_CFLAGS"
                          GNUTLS_MAN_STATUS="This copy of WMBiff was compiled with GNUTLS." ])
  AC_CHECK_HEADERS(gnutls.h) 
+else
+ AC_MSG_RESULT(GNUTLS support requires libz.a and libgdbm.a)
 fi
 GCRYPT_MAN_STATUS="This copy of WMBiff was not compiled with gcrypt."
 AM_PATH_LIBGCRYPT(1.1.5, [LIBS="$LIBS $LIBGCRYPT_LIBS"
diff --git a/wmbiff/wmbiff-master-contrast.xpm b/wmbiff/wmbiff-master-contrast.xpm
deleted file mode 100644
index 9c7c156..0000000
--- a/wmbiff/wmbiff-master-contrast.xpm
+++ /dev/null
@@ -1,116 +0,0 @@
-/* XPM */
-static const char * wmbiff_master_xpm[] = {
-"160 100 13 1",
-" 	c #0000FF",
-".	c #202020",
-"X	c #FFFF00",
-"o	c #494100",
-"O	c #797908",
-"+	c #000000",
-"@	c #C7C3C7",
-"$	c #20B2AE",
-"&	c #B60418",
-"*	c #00EB00",
-"=	c #283C38",
-"-	c #F7F3FF",
-";	c #71E371",
-"                                                                ................................................................................                ",
-"                                                                ...XXX...oooO.OXXXO.OXXXO.OoooO.OXXXO.OXXXO.OXXXO.OXXXO.OXXXO...................                ",
-"                                                                ..X...X.o...X.o...X.o...X.X...X.X...o.X...o.o...X.X...X.X...X............X......                ",
-"                                                                ..X...X.o...X.o...X.o...X.X...X.X...o.X...o.o...X.X...X.X...X..X....X....X......                ",
-"    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++    ..OoooO..oooO.OXXXO..XXXO.OXXXO.OXXXO.OXXXO..oooO.oXXXo.OXXXO..O....O...X.......                ",
-"    +......................................................@    ..X...X.o...X.X...o.o...X.o...X.o...X.X...X.o...X.X...X.o...X...........X.......                ",
-"    +......................................................@    ..X...X.o...X.X...o.o...X.o...X.o...X.X...X.o...X.X...X.o...X..X....X..X........                ",
-"    +......................................................@    ...XXX...oooX.OXXXO.OXXXO..oooO.OXXXO.OXXXO..oooO.OXXXO.OXXXO..O....O..X........                ",
-"    +......................................................@    ................................................................................                ",
-"    +......................................................@    .                                                                                               ",
-"    +......................................................@    .                                                                                               ",
-"    +......................................................@    .                                                                                               ",
-"    +......................................................@    .                                                                                               ",
-"    +......................................................@    .                                                                                               ",
-"    +......................................................@    .                                                                                               ",
-"    +......................................................@    .                                                                                               ",
-"    +......................................................@    .                                                                                               ",
-"    +......................................................@    .                                                                                               ",
-"    +......................................................@    .                                                                                               ",
-"    +......................................................@    .                                                                                               ",
-"    +......................................................@    .                                                                                               ",
-"    +......................................................@    .                                                                                               ",
-"    +......................................................@    .                                                                                               ",
-"    +......................................................@    .                                                                                               ",
-"    +......................................................@    .                                                                                               ",
-"    +......................................................@    .                                                                                               ",
-"    +......................................................@    .                                                                                               ",
-"    +......................................................@    .                                                                                               ",
-"    +......................................................@    .                                                                                               ",
-"    +......................................................@    .                                                                                               ",
-"    +......................................................@    .                                                                                               ",
-"    +......................................................@    .                                                                                               ",
-"    +......................................................@    .                                                                                               ",
-"    +......................................................@    .                                                                                               ",
-"    +......................................................@    .                                                                                               ",
-"    +......................................................@    .                                                                                               ",
-"    +......................................................@    .                                                                                               ",
-"    +......................................................@    .                                                                                               ",
-"    +......................................................@    .                                                                                               ",
-"    +......................................................@    .                                                                                               ",
-"    +......................................................@    .                                                                                               ",
-"    +......................................................@    .                                                                                               ",
-"    +......................................................@    .                                                                                               ",
-"    +......................................................@    .                                                                                               ",
-"    +......................................................@    .                                                                                               ",
-"    +......................................................@    .                                                                                               ",
-"    +......................................................@    .                                                                                               ",
-"    +......................................................@    .                                                                                               ",
-"    +......................................................@    .                                                                                               ",
-"    +......................................................@    .                                                                                               ",
-"    +......................................................@    .                                                                                               ",
-"    +......................................................@    .                                                                                               ",
-"    +......................................................@    .                                                                                               ",
-"    +......................................................@    .                                                                                               ",
-"    +......................................................@    .                                                                                               ",
-"    +......................................................@    .                                                                                               ",
-"    +......................................................@    .                                                                                               ",
-"    +......................................................@    .                                                                                               ",
-"    +......................................................@    .                                                                                               ",
-"    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    .                                                                                               ",
-"                                                                .                                                                                               ",
-"                                                                .                                                                                               ",
-"                                                                .                                                                                               ",
-"                                                                .                                                                                               ",
-"...............................................................................                                                                                 ",
-"..$$$......$.$$$$$.$$$$$.$...$.$$$$$.$$$$$.$$$$$..$$$..$$$$$...................                                                                                 ",
-".$...$.....$.....$.....$.$...$.$.....$.........$.$...$.$...$............$......  .&&.  .**.  .==.                                                               ",
-".$...$.....$.....$.....$.$...$.$.....$.........$.$...$.$...$..$....$....$......  &-&&  *-**  ====                                                               ",
-".$...$.....$.$$$$$..$$$$.$$$$$.$$$$$.$$$$$.....$..$$$..$$$$$..$....$...$.......  &&&&  ****  ====   .$.;                                                        ",
-".$...$.....$.$.........$.....$.....$.$...$.....$.$...$.....$...........$.......  .&&.  .**.  .==.                                                               ",
-".$...$.....$.$.........$.....$.....$.$...$.....$.$...$.....$..$....$..$........                                                                                 ",
-"..$$$......$.$$$$$.$$$$$.....$.$$$$$.$$$$$.....$..$$$..$$$$$..$....$..$........                                                                                 ",
-"...............................................................................                                                                                 ",
-"                                                                                                                                                                ",
-"................................................................................................................................................................",
-"..$$$..$$$$..$$$$$.$$$$..$$$$$.$$$$$.$$$$$.$...$...$.......$.$...$.$.....$...$.$$$$..$$$$$.$$$$$.$$$$$.$$$$$.$$$$$.$$$$$.$...$.$...$.$...$.$...$.$...$.$$$$$....",
-".$...$.$...$.$.....$...$.$.....$.....$.....$...$...$.......$.$...$.$.....$$.$$.$...$.$...$.$...$.$...$.$...$.$.......$...$...$.$...$.$...$.$...$.$...$.....$....",
-".$...$.$...$.$.....$...$.$.....$.....$.....$...$...$.......$.$..$..$.....$.$.$.$...$.$...$.$...$.$...$.$...$.$.......$...$...$.$...$.$...$..$.$..$...$....$.....",
-".$$$$$.$$$$..$.....$...$.$$$$..$$$$..$.$$$.$$$$$...$.......$.$$$...$.....$...$.$...$.$...$.$$$$$.$$..$.$$$$..$$$$$...$...$...$.$...$.$...$...$...$$$$$...$......",
-".$...$.$...$.$.....$...$.$.....$.....$...$.$...$...$.......$.$..$..$.....$...$.$...$.$...$.$.....$.$.$.$...$.....$...$...$...$.$...$.$.$.$..$.$......$..$.......",
-".$...$.$...$.$.....$...$.$.....$.....$...$.$...$...$...$...$.$...$.$.....$...$.$...$.$...$.$.....$..$$.$...$.....$...$...$...$.$...$.$$.$$.$...$.....$.$........",
-".$...$.$$$$..$$$$$.$$$$..$$$$$.$.....$$$$$.$...$...$....$$$..$...$.$$$$..$...$.$...$.$$$$$.$.....$$$$$.$...$.$$$$$...$....$$$$..$$$..$...$.$...$..$$$..$$$$$....",
-"................................................................................................................................................................",
-"                                                                                                                                                                ",
-"    +......................................................@    .                                                                                               ",
-"     ......................................................                                                                                                     ",
-"     ......................................................                                                                                                     ",
-"     ......................................................                                                                                                     ",
-"     ......................................................                                                                                                     ",
-"     ......................................................                                                                                                     ",
-"     ......................................................                                                                                                     ",
-"     ......................................................                                                                                                     ",
-"     ......................................................                                                                                                     ",
-"     ......................................................                                                                                                     ",
-"                                                                                                                                                                ",
-"                                                                                                                                                                ",
-"                                                                                                                                                                ",
-"                                                                                                                                                                ",
-"                                                                                                                                                                ",
-"                                                                                                                                                                "};

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