[Pkg-wmaker-commits] [wmbiff] 45/77: a little wordsmithing
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:01:11 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 2405e357a4a88b24601f0382370eb0f61eda28f8
Author: bluehal <bluehal>
Date: Tue Apr 16 08:10:16 2002 +0000
a little wordsmithing
---
NEWS | 22 +++++++++++++++++-----
TODO | 16 ++++++++++++----
2 files changed, 29 insertions(+), 9 deletions(-)
diff --git a/NEWS b/NEWS
index d5c4b7d..5a18604 100644
--- a/NEWS
+++ b/NEWS
@@ -2,15 +2,27 @@ Release Notes
~~~~~~~~~~~~~
Release 0.4.0 - unreleased
- * Can leave IMAP password empty in .wmbiffrc: ssh-askpass
+ * This release is by Neil Spring <nspring at cs.washington.edu>.
+ * Passwords can be left empty for IMAP: ssh-askpass
will be used to prompt the user. See sample.wmbiffrc
and wmbiffrc(5).
- * A different background pixmap can be specified in .wmbiffrc.
+ * 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
+ status. Requires perl and finger commands. See wmbiffrc(5).
+ Thanks to Andelko Horvat.
+ * 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.
* Migrated to automake / autoconf to detect defaults for
ssh-askpass and prepare for future changes.
- * [unfinished] Permissions on .wmbiffrc are checked to protect
- security.
+ * Bugfix to handle -geometry tags with dimension as generated
+ by fvwmSaveDesk. The size is ignored. (in Debian 0.3.8-3)
Release 0.3.8 - Tue, 26 Mar 2002 17:17:07 +0100
@@ -290,4 +302,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.17 2002/04/07 05:08:23 bluehal Exp $
+$Id: NEWS,v 1.18 2002/04/16 08:10:16 bluehal Exp $
diff --git a/TODO b/TODO
index 0fde376..022428a 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,6 @@
+This is not a prioritized list. Patches that accomplish
+these todo items are welcome.
+
* Store and verify server certificates.
I don't know whether gnutls supports this. A pointer to
documentation that describes what to do, or a way to leech
@@ -26,15 +29,20 @@
For example, an IMAP status query has a good response (*
STATUS) and a bad response (a003 NO STATUS). As soon as
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
+ will have to be implemented to shut those down gracefully.
+ Do not involve sighup or any other signals.
+* Support GSSAPI or SASL authentication
+ Authentication using krb5 would be sweet.
* Unlikely to get done, unless someone volunteers:
-* Support pops
+* Support POP over TLS.
tlsComm.c should make it easy to provide TLS support
for POP. Unfortunately, this would only be useful for
someone who has such a server that doesn't support IMAPS.
-$Id: TODO,v 1.8 2002/04/16 07:37:37 bluehal Exp $
+$Id: TODO,v 1.9 2002/04/16 08:10:16 bluehal Exp $
Local Variables:
mode: outline
--
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