wmbiff: Use unsigned data type for port number.
[dockapps.git] / wmbiff / ChangeLog
blobcbe9678edf754b8d98dc2e0af1f67c8f4e56cd0c
1 2016-07-19  Doug Torrance <dtorrance@piedmont.edu>
3         * wmbiff/Imap4Client.c: Close mailbox before we call
4         status on it.
6         Additional patch by Nye Liu <nyet@nyet.org> to fix Debian bug
7         #830889 [1].
9         [1] https://bugs.debian.org/830889
11 2016-07-12  Doug Torrance <dtorrance@piedmont.edu>
13         * wmbiff/Imap4Client.c: EXAMINE before STATUS
15         Patch by Nye Liu <nyet@nyet.org> to fix Debian bug #830889 [1].
17         Outlook Office365 IMAP servers now expect a client to issue at least
18         one EXAMINE before STATUS, or UNSEEN is always zero.
20         [1] https://bugs.debian.org/830889
22 2015-10-25  Doug Torrance <dtorrance@piedmont.edu>
24         * wmbiff/wmbiff.1, wmbiff/wmbiff.c: Add missing command line options
25         to documentation.
27         Closes Debian bug #770117 [1].
29         [1] https://bugs.debian.org/770117
31 2015-08-16  Rodolfo García Peñas (kix) <kix@kix.es>
33         * wmbiff/tlsComm.c: FTBFS with initialize_gnutls
35         The first argument for the function initialize_gnutls is an intptr_t
36         so wmbiff fails to build from source. This patch changes the current
37         int to intptr_t.
39 2014-11-07  Doug Torrance <dtorrance@monmouthcollege.edu>
41         * wmbiff/Makefile.am: Remove sourceforgeupload target from
42         Makefile; no longer needed.
44 2014-11-07  Doug Torrance <dtorrance@monmouthcollege.edu>
46         * wmbiff/README, wmbiff/configure.ac,
47         wmbiff/wmbiff/sample.wmbiffrc, wmbiff/wmbiff/wmbiff.1:
48         Update email address.
50 2014-11-07  Doug Torrance <dtorrance@monmouthcollege.edu>
52         * wmbiff/wmbiff/Imap4Client.c, wmbiff/wmbiff/Pop3Client.c:
53         Use PACKAGE_BUGREPORT instead of hardcoding address.
55 2014-11-07  Doug Torrance <dtorrance@monmouthcollege.edu>
57         * wmbiff/FAQ: Update FAQ.
59 2014-11-05  Doug Torrance <dtorrance@monmouthcollege.edu>
61         * wmbiff/wmbiff/tlsComm.c, wmbiff/wmbiff/tlsComm.h: Fix cast
62         to pointer from integer of different size compiler warning.
64 2014-11-05  Doug Torrance <dtorrance@monmouthcollege.edu>
66         * wmbiff/wmbiff/gnutls-common.c, wmbiff/wmbiff/gnutls-common.h,
67         wmbiff/wmbiff/tlsComm.c: Fix compiler warnings from
68         deprecated gnutls types.
70 2014-11-05  Doug Torrance <dtorrance@monmouthcollege.edu>
72         * wmbiff/wmbiff/wmbiff.1, wmbiff/wmbiff/wmbiffrc.5.in: Fix
73         manpages.  In particular, fix spelling-error-in-manpage,
74         hyphen-used-as-minus-sign, and manpage-has-errors-from-man Lintian
75         warnings from the Debian package.
77 2014-11-05  Doug Torrance <dtorrance@monmouthcollege.edu>
79         * wmbiff/configure.ac: Remove arguments to AM_INIT_AUTOMAKE
80         in configure.ac.  This patch serves two purposes:
81         - Avoid a " AM_INIT_AUTOMAKE: two- and three-arguments forms are
82           deprecated" warning when running autoreconf.
83         - Fix "syntax error near unexpected token" when running configure.
85 2014-11-05  Doug Torrance <dtorrance@monmouthcollege.edu>
87         * wmbiff/INSTALL: Remove INSTALL; automatically generated by
88         autotools.
90 2014-11-04  Doug Torrance <dtorrance@monmouthcollege.edu>
92         * wmbiff/wmgeneral/wmgeneral.h: Increase number of actions
93         to 40.  Patch by Alberto Morales <amd77@gulic.org>.
94         For more information, see:
95         https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589408
97 2014-11-04  Doug Torrance <dtorrance@monmouthcollege.edu>
99         * wmbiff/wmbiff/Client.h, wmbiff/wmbiff/Imap4Client.c: Allow
100         usernames with more than 32 characters.
101         Patch by Tommaso Parisi <tommasop.ml@libero.it>.
102         For more information, see:
103         https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=626393
105 2014-11-04  Doug Torrance <dtorrance@monmouthcollege.edu>
107         * wmbiff/wmbiff/socket.c: Fix connection leak.
108         Patch by Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>.
109         For more information, see:
110         https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=663876
112 2014-11-04  Doug Torrance <dtorrance@monmouthcollege.edu>
114         * wmbiff/scripts/security.debian.rb: Fix security.debian.rb
115         script.
116         Patch by Lothar Ketterer <lketterer@users.sourceforge.net>
117         For more information, see:
118         https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=525749
120 2014-11-04  Doug Torrance <dtorrance@monmouthcollege.edu>
122         * wmbiff/wmbiff/gnutls-common.c: Remove LZO compression.
123         GnuTLS LZO support was removed in version 3.0.0.  Based on the patch
124         by Andreas Metzler <ametzler@debian.org>:
125         http://sources.debian.net/src/wmbiff/0.4.27-2.3/debian/patches/15_no_more_LZO.diff/
126         For more information, see:
127         https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638736
129 2014-10-05  Doug Torrance <dtorrance@monmouthcollege.edu>
131         * wmbiff/AUTHORS, wmbiff/FAQ, wmbiff/Makefile.am, wmbiff/NEWS,
132         wmbiff/README, wmbiff/TODO, wmbiff/autoconf/Makefile.am,
133         wmbiff/configure.ac, wmbiff/scripts/security.debian.rb,
134         wmbiff/wmbiff/Client.h, wmbiff/wmbiff/Imap4Client.c,
135         wmbiff/wmbiff/Makefile.am, wmbiff/wmbiff/Pop3Client.c,
136         wmbiff/wmbiff/ShellClient.c, wmbiff/wmbiff/charutil.c,
137         wmbiff/wmbiff/charutil.h, wmbiff/wmbiff/gnutls-common.c,
138         wmbiff/wmbiff/maildirClient.c, wmbiff/wmbiff/mboxClient.c,
139         wmbiff/wmbiff/passwordMgr.c, wmbiff/wmbiff/sample.wmbiffrc,
140         wmbiff/wmbiff/socket.c, wmbiff/wmbiff/test_wmbiff.c,
141         wmbiff/wmbiff/tlsComm.c, wmbiff/wmbiff/tlsComm.h,
142         wmbiff/wmbiff/wmbiff.1, wmbiff/wmbiff/wmbiff.c,
143         wmbiff/wmbiff/wmbiffrc.5.in, wmbiff/wmgeneral/Makefile.am,
144         wmbiff/wmgeneral/misc.c, wmbiff/wmgeneral/wmgeneral.c: Remove
145         trailing whitespace.
147 2013-04-08  Gabriel VLASIU <gabriel@vlasiu.net>
149         * wmbiff/wmbiff/Makefile.am, wmbiff/wmbiff/mboxClient.c,
150         wmbiff/wmbiff/wmbiff-classic-master-led.xpm,
151         wmbiff/wmbiff/wmbiff.1, wmbiff/wmbiff/wmbiff.c: Enable classic mode.
153 2013-04-08  Gabriel VLASIU <gabriel@vlasiu.net>
155         * wmbiff/configure.ac, wmbiff/wmbiff/Imap4Client.c,
156         wmbiff/wmbiff/Pop3Client.c, wmbiff/wmbiff/gnutls-common.c,
157         wmbiff/wmbiff/test_tlscomm.c, wmbiff/wmbiff/test_wmbiff.c,
158         wmbiff/wmbiff/tlsComm.c, wmbiff/wmbiff/wmbiff.c,
159         wmbiff/wmbiff/wmbiffrc.5.in: Update gnutls code (require at least
160         2.2.0).
162 2013-04-08  Gabriel VLASIU <gabriel@vlasiu.net>
164         * wmbiff/wmbiff/wmbiff.1: Remove gnomeicu from wmbif's manual.
166 2013-04-04  Gabriel VLASIU <gabriel@vlasiu.net>
168         * wmbiff/wmgeneral/wmgeneral.c: Fix segfault when -display
169         or -geometry argument is missing.
171 2013-04-04  Gabriel VLASIU <gabriel@vlasiu.net>
173         * wmbiff/wmbiff/wmbiff.c: Free memory when using a custom
174         skin.
176 2013-04-04  Gabriel VLASIU <gabriel@vlasiu.net>
178         * wmbiff/wmbiff/wmbiff.c: Fix wmbiff restart.
180 2013-04-04  Gabriel VLASIU <gabriel@vlasiu.net>
182         * wmbiff/wmbiff/gnutls-common.c: More gnutls casts.
184 2013-04-04  Gabriel VLASIU <gabriel@vlasiu.net>
186         * wmbiff/wmbiff/wmbiff.c, wmbiff/wmgeneral/wmgeneral.c: Fix
187         memory leaks pointed out by valgrind.
189 2013-04-04  Gabriel VLASIU <gabriel@vlasiu.net>
191         * wmbiff/wmgeneral/Makefile.am, wmbiff/wmgeneral/list.c,
192         wmbiff/wmgeneral/list.h, wmbiff/wmgeneral/misc.c: Remove
193         unused files.
195 2013-04-03  Gabriel VLASIU <gabriel@imhotep.timteh.com>
197         * wmbiff/wmbiff/wmbiff.c: XKeycodeToKeysym is deprecated.
199 2013-04-03  Gabriel VLASIU <gabriel@imhotep.timteh.com>
201         * wmbiff/wmbiff/wmbiff.c: Remove unused variable.
203 2013-04-03  Gabriel VLASIU <gabriel@vlasiu.net>
205         * wmbiff/wmbiff/gnutls-common.c, wmbiff/wmbiff/test_wmbiff.c,
206         wmbiff/wmbiff/tlsComm.c: Fix signedness and/or cast.
208 2013-04-03  Gabriel VLASIU <gabriel@imhotep.timteh.com>
210         * wmbiff/wmbiff/Pop3Client.c: comparison between pointer and
211         integer.
213 2013-04-03  Gabriel VLASIU <gabriel@vlasiu.net>
215         * wmbiff/wmbiff/test_tlscomm.c: Add missing include.
217 2013-04-03  Gabriel VLASIU <gabriel@vlasiu.net>
219         * wmbiff/wmbiff/wmbiff.1, wmbiff/wmbiff/wmbiffrc.5.in: Update manual
220         for wmbiff and wmbiffrc.
222 2012-06-12  Wade Berrier <wberrier@gmail.com>
224         * wmbiff/configure.ac, wmbiff/scripts/Makefile.am: slight
225         automake/autoconf refresh AM_PATH_LIBGNUTLS seems to be obsolete.
226         Replace the check with
227         pkg-config using PKG_CHECK_MODULES.
228         AM_CONFIG_HEADER also seems to be obsolete.  Replace with
229         AC_CONFIG_HEADER.  Fix installing an extra script (security.debian.rb)
231 2012-06-05  Alexey I. Froloff <raorn@raorn.name>
233         * wmbiff/wmbiff/gnutls-common.c, wmbiff/wmbiff/socket.c,
234         wmbiff/wmgeneral/list.c, wmbiff/wmgeneral/list.h,
235         wmbiff/wmgeneral/misc.c: Mass update FSF address
237 2012-06-05  Alexey I. Froloff <raorn@raorn.name>
239         * wmbiff/configure.ac: Make autoreconf happy
241 2012-06-05  Alexey I. Froloff <raorn@raorn.name>
243         * wmbiff/Makefile.in, wmbiff/aclocal.m4,
244         wmbiff/autoconf/Makefile.in, wmbiff/autoconf/depcomp,
245         wmbiff/autoconf/install-sh, wmbiff/autoconf/missing,
246         wmbiff/autoconf/mkinstalldirs, wmbiff/config.h.in,
247         wmbiff/configure, wmbiff/scripts/Makefile.in,
248         wmbiff/wmbiff/Makefile.in, wmbiff/wmbiff/wmbiffrc.5,
249         wmbiff/wmgeneral/Makefile.in: Removed all autogenerated autotools
250         and imake stuff
251         There's no need to keep autogenerated files in repository.  Those
252         dockapps which use autotoold must be autoreconf'ed prior to build,
253         those which use imake must be xmkmf'ed.  As of wmbiff,
254         AC_PATH_XTRA_CORRECTED was a hack to avoid bug in older autoconf
255         version, which is no longer needed (it's 2012 now already).
257 2012-06-05  Alexey I. Froloff <raorn@raorn.name>
259         * wmbiff/COPYING: Mass update GPLv2 from
260         http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
262 2011-03-21  Carlos R. Mafra <crmafra@gmail.com>
264         * wmbiff/wmbiff-master-led.xpm,
265         wmbiff/wmbiff.c: Change default colors
267 2011-03-21  Carlos R. Mafra <crmafra@gmail.com>
269         * wmbiff/wmbiff.c: Remove trailing colon from
270         mailbox label So now we have one extra char for the label name.
272 2011-03-21  Carlos R. Mafra <crmafra@gmail.com>
274         * Makefile.am, README.licq,
275         wmbiff/Client.h, wmbiff/LicqClient.c,
276         wmbiff/Makefile.am, wmbiff/Makefile.in,
277         wmbiff/sample.wmbiffrc,
278         wmbiff/wmbiff.1, wmbiff/wmbiff.c:
279         Remove Licq, gnomeicu and finger support
281 2011-03-21  Carlos R. Mafra <crmafra@gmail.com>
283         * wmbiff/wmbiff.c: Raise sleep interval to 20
284         secs
286 2011-03-21  Carlos R. Mafra <crmafra@gmail.com>
288         * wmbiff/wmbiff.c: Trivial code cleanups
290 2011-03-21  Carlos R. Mafra <crmafra@gmail.com>
292         * wmbiff/wmbiff.c: Fix global notification Global notification would
293         only work if all 'notify' commands for all mailboxes were unset
294         (=='\0').  Fix that.
296 2011-03-21  Carlos R. Mafra <crmafra@gmail.com>
298         * wmbiff/wmbiff.c: Remove autofetch on new
299         email arrival
301 2011-03-21  Carlos R. Mafra <crmafra@gmail.com>
303         * wmbiff/wmbiff.c: Remove 'beep' option for
304         notification
306 2011-03-21  Carlos R. Mafra <crmafra@gmail.com>
308         * wmbiff/wmbiff.c: Display "0" when there are
309         no new emails ...instead of displaying the total number of emails in the
310         mailbox.  On my gmail account with +16k emails, there was not enough
311         space to display the account label. Besides, the total number of emails
312         is useless information anyway.
314 2005-10-08 Saturday 18:13 UTC -- Neil Spring <nspring@cs.washington.edu>
316         * configure.ac: year stale 0.4.26 news
318 2005-10-07 Friday 03:07 UTC -- Neil Spring <nspring@cs.washington.edu>
320         * wmbiff/wmbiff.c: fix debian #332540: prevent -c 'directory' from
321           making wmbiff run away
323 2005-05-08 Sunday 21:31 UTC -- Neil Spring <nspring@cs.washington.edu>
325         * wmbiff/: Client.h, MessageList.c, test_tlscomm.c, test_wmbiff.c,
326           tlsComm.c, tlsComm.h, wmbiff.c: changes for gnutls 1.2 and
327           attempt to make wmbiff more responsive to X events while
328           communicating over the network
330 2004-12-12 Sunday 00:06 UTC -- Neil Spring <nspring@cs.washington.edu>
332         * check-includes.rb: update the portability checker
334 2004-12-12 Sunday 00:05 UTC -- Neil Spring <nspring@cs.washington.edu>
336         * wmgeneral/wmgeneral.c: allow KeyPress events through
338 2004-12-12 Sunday 00:03 UTC -- Neil Spring <nspring@cs.washington.edu>
340         * wmbiff/passwordMgr.c: nicer debug message
342 2004-12-12 Sunday 00:02 UTC -- Neil Spring <nspring@cs.washington.edu>
344         * wmbiff/: gnutls-common.c, test_wmbiff.c: compiler appeasement
346 2004-12-12 Sunday 00:01 UTC -- Neil Spring <nspring@cs.washington.edu>
348         * wmbiff/: Pop3Client.c, wmbiff.c, wmbiffrc.5.in: tls and password
349           asking support for pop3, keyboard event handling for the main
350           window
352 2004-10-31 Sunday 22:09 UTC -- Neil Spring <nspring@cs.washington.edu>
354         * wmbiff/tlsComm.c: indent and make tls_check_certificate void
356 2004-10-01 Friday 21:15 UTC -- Neil Spring <nspring@cs.washington.edu>
358         * wmbiff/tlsComm.c: comment the SHUT_WR
360 2004-10-01 Friday 21:06 UTC -- Neil Spring <nspring@cs.washington.edu>
362         * wmbiff/tlsComm.c: indent, and return if no certificate came back
363           from the far side
365 2004-10-01 Friday 21:05 UTC -- Neil Spring <nspring@cs.washington.edu>
367         * wmbiff/socket.c: thwack duplicate error messages about connecting
368           to a remote server
370 2004-10-01 Friday 21:02 UTC -- Neil Spring <nspring@cs.washington.edu>
372         * wmbiff/wmbiff.c: indent
374 2004-08-23 Monday 00:37 UTC -- Neil Spring <nspring@cs.washington.edu>
376         * wmbiff/wmbiff.c: disable the secure memory warning (and its use)
378 2004-07-03 Saturday 23:45 UTC -- Neil Spring <nspring@cs.washington.edu>
380         * FAQ: some faqs
382 2004-07-03 Saturday 23:43 UTC -- Neil Spring <nspring@cs.washington.edu>
384         * scripts/security.debian.rb: handle the timeout error explicitly,
385           better for disconnected operation
387 2004-07-03 Saturday 23:43 UTC -- Neil Spring <nspring@cs.washington.edu>
389         * wmbiff/socket.c: strerror preferred to perror
391 2004-06-28 Monday 18:20 UTC -- Neil Spring <nspring@cs.washington.edu>
393         * scripts/security.debian.rb: fix debian #256505: a small problem
394           with the .wmbiff-sdr directory not being created
396 2004-06-23 Wednesday 21:51 UTC -- Neil Spring <nspring@cs.washington.edu>
398         * configure.ac: 0.4.25
400 2004-06-23 Wednesday 21:46 UTC -- Neil Spring <nspring@cs.washington.edu>
402         * configure.ac, wmbiff/tlsComm.c: probably fix the s390 debian
403           build problems
405 2004-06-20 Sunday 01:03 UTC -- Neil Spring <nspring@cs.washington.edu>
407         * wmbiff/tlsComm.c: oops, should pay attention to the retval of
408           tls_compare_certificates
410 2004-06-19 Saturday 21:38 UTC -- Neil Spring <nspring@cs.washington.edu>
412         * wmbiff/gnutls-common.c: warning cleanup
414 2004-06-19 Saturday 20:53 UTC -- Neil Spring <nspring@cs.washington.edu>
416         * configure.ac, wmbiff/Client.h, wmbiff/Imap4Client.c,
417           wmbiff/Pop3Client.c, wmbiff/gnutls-common.c,
418           wmbiff/gnutls-common.h, wmbiff/tlsComm.c, wmbiff/wmbiff.c,
419           wmgeneral/wmgeneral.c: 0.4.24, supporting newer gnutls, I think
421 2004-06-18 Friday 21:29 UTC -- Neil Spring <nspring@cs.washington.edu>
423         * wmbiff/wmbiff.c: paranoid test to see if /var/mail/nspring is
424           constructed wrong.
426 2004-04-28 Wednesday 00:19 UTC -- Neil Spring <nspring@cs.washington.edu>
428         * wmbiff/: Client.h, charutil.c, socket.c, test_wmbiff.c, wmbiff.c:
429           indent run
431 2004-04-28 Wednesday 00:18 UTC -- Neil Spring <nspring@cs.washington.edu>
433         * wmbiff/: socket.c, test_wmbiff.c: handle ip addresses instead of
434           hostnames in sock_connect
436 2004-04-27 Tuesday 23:35 UTC -- Neil Spring <nspring@cs.washington.edu>
438         * configure.ac: 0.4.23
440 2004-04-27 Tuesday 23:31 UTC -- Neil Spring <nspring@cs.washington.edu>
442         * wmbiff/test_wmbiff.c: ensure that sock_connect works with IP
443           addresses
445 2004-04-21 Wednesday 21:53 UTC -- Neil Spring <nspring@cs.washington.edu>
447         * wmbiff/Imap4Client.c: oops, broke the cacheHeaders flag
449 2004-04-20 Tuesday 04:55 UTC -- Neil Spring <nspring@cs.washington.edu>
451         * wmbiff/: charutil.c, charutil.h, test_wmbiff.c, wmbiff.c: factor
452           out comment stripping for testing, which seems to have passed
454 2004-04-06 Tuesday 20:58 UTC -- Neil Spring <nspring@cs.washington.edu>
456         * wmbiff/: Imap4Client.c, Pop3Client.c, test_wmbiff.c: fix debian
457           #242458 -- allow IP addresses as server names for IMAP mailboxes,
458           and also for POP3 mailboxes
460 2004-03-28 Sunday 00:36 UTC -- Neil Spring <nspring@cs.washington.edu>
462         * configure.ac: 0.4.22
464 2004-03-28 Sunday 00:28 UTC -- Neil Spring <nspring@cs.washington.edu>
466         * wmbiff/: Client.h, Imap4Client.c, Pop3Client.c, ShellClient.c,
467           charutil.c, maildirClient.c, mboxClient.c, passwordMgr.c,
468           regulo.c, test_tlscomm.c, tlsComm.c, tlsComm.h, wmbiff.c: lots of
469           indent changes and a change to let msglst enable header caching
470           for imap
472 2004-03-12 Friday 21:35 UTC -- Neil Spring <nspring@cs.washington.edu>
474         * wmbiff/wmbiffrc.5.in: mention courier imapd's means of specifying
475           subfolders
477 2004-02-14 Saturday 18:10 UTC -- Neil Spring <nspring@cs.washington.edu>
479         * wmbiff/Imap4Client.c: bugfix for cyrus imap servers, thanks to
480           Jon Ramsey
482 2004-01-01 Thursday 23:47 UTC -- Neil Spring <nspring@cs.washington.edu>
484         * configure.ac: really call it 0.4.20
486 2004-01-01 Thursday 07:47 UTC -- Neil Spring <nspring@cs.washington.edu>
488         * AUTHORS, wmbiff/Client.h, wmbiff/Imap4Client.c,
489           wmbiff/ShellClient.c, wmbiff/maildirClient.c,
490           wmbiff/mboxClient.c, wmbiff/passwordMgr.c, wmbiff/wmbiff.c: Sam
491           Izzo's patch
493 2003-12-30 Tuesday 19:44 UTC -- Neil Spring <nspring@cs.washington.edu>
495         * Makefile.am, configure.ac: add --disable-crypto
497 2003-12-22 Monday 00:08 UTC -- Neil Spring <nspring@cs.washington.edu>
499         * wmbiff/Imap4Client.c: print failure message if imap login fails
501 2003-11-09 Sunday 07:01 UTC -- Neil Spring <nspring@cs.washington.edu>
503         * wmbiff/sample.wmbiffrc: mac os 10.3 mail responds to a different
504           way of identifying the inbox
506 2003-11-09 Sunday 03:16 UTC -- Neil Spring <nspring@cs.washington.edu>
508         * configure.ac: 0.4.19
510 2003-11-09 Sunday 03:16 UTC -- Neil Spring <nspring@cs.washington.edu>
512         * wmbiff/test_tlscomm.c: fix bug #219787
514 2003-11-08 Saturday 23:46 UTC -- Neil Spring <nspring@cs.washington.edu>
516         * Makefile.am: helper rule for sourceforge upload (I know, I know,
517           maintenance cruft making it into the release, whatever)
519 2003-11-08 Saturday 23:46 UTC -- Neil Spring <nspring@cs.washington.edu>
521         * wmbiff/Client.h: philosophical definition of truth
523 2003-11-08 Saturday 23:45 UTC -- Neil Spring <nspring@cs.washington.edu>
525         * wmbiff/Imap4Client.c: because having both from and subject
526           headers is no longer a way to tell when the end has happened,
527           must clean up the completed command tag explicitly
529 2003-11-08 Saturday 23:44 UTC -- Neil Spring <nspring@cs.washington.edu>
531         * wmbiff/passwordMgr.c: avoid compiler warning from inconsistent
532           def of size_t as passed into printf
534 2003-11-08 Saturday 22:58 UTC -- Neil Spring <nspring@cs.washington.edu>
536         * wmbiff/: ShellClient.c, charutil.c: strcpy is not defined to
537           handle overlapping regions.  valgrind complains, rightly, so
538           reimplement lefttrim to avoid such behavior
540 2003-11-08 Saturday 22:17 UTC -- Neil Spring <nspring@cs.washington.edu>
542         * wmbiff/wmbiff.c: bump up default_sleep_interval to clean up
543           strace output while bored.
545 2003-11-08 Saturday 22:13 UTC -- Neil Spring <nspring@cs.washington.edu>
547         * wmbiff/Imap4Client.c: handle messages without subject lines in
548           msglst
550 2003-11-07 Friday 09:11 UTC -- Neil Spring <nspring@cs.washington.edu>
552         * wmbiff/passwordMgr.c: panther (mac 10.3) does not appear to
553           null-terminate passwords in the keychain for us
555 2003-10-29 Wednesday 18:15 UTC -- Neil Spring <nspring@cs.washington.edu>
557         * wmbiff/: Imap4Client.c, Pop3Client.c: handle capitalized FROM and
558           SUBJECT headers common typical of spam spam spam
560 2003-10-28 Tuesday 23:39 UTC -- Neil Spring <nspring@cs.washington.edu>
562         * wmbiff/test_tlscomm.c: indent and add another check
564 2003-10-28 Tuesday 23:38 UTC -- Neil Spring <nspring@cs.washington.edu>
566         * wmbiff/: Makefile.am, test_wmbiff.c: indent
568 2003-10-28 Tuesday 07:09 UTC -- Neil Spring <nspring@cs.washington.edu>
570         * wmbiff/: Makefile.am, test_tlscomm.c: fix bug reported by
571           Jingshao Chen <jingshaochen@sbcglobal.net> with buffering
572           trouble, and incorporate a regression test to keep it from
573           accidentally popping up again
575 2003-10-28 Tuesday 06:56 UTC -- Neil Spring <nspring@cs.washington.edu>
577         * wmbiff/: test_tlscomm.c, tlsComm.c: test for proper handling of
578           buffering small bits of expected data
580 2003-10-26 Sunday 08:33 UTC -- Neil Spring <nspring@cs.washington.edu>
582         * wmbiff/: Imap4Client.c, passwordMgr.c: sigh, I dislike running
583           make indent
585 2003-10-26 Sunday 08:31 UTC -- Neil Spring <nspring@cs.washington.edu>
587         * AUTHORS, wmbiff/Pop3Client.c, wmbiff/wmbiffrc.5.in: Paolo
588           Gianrossi's patch to provide msglst support for pop3 mailboxes
590 2003-10-26 Sunday 07:42 UTC -- Neil Spring <nspring@cs.washington.edu>
592         * check-includes.rb, wmbiff/maildirClient.c, wmbiff/socket.c:
593           include file reordering, based on wisdom from porting some other
594           networky code
596 2003-10-26 Sunday 07:31 UTC -- Neil Spring <nspring@cs.washington.edu>
598         * scripts/security.debian.rb: fix some ruby1.8 warnings, minor
599           cleanup
601 2003-10-10 Friday 18:00 UTC -- Neil Spring <nspring@cs.washington.edu>
603         * configure.ac: 0.4.18
605 2003-10-10 Friday 15:59 UTC -- Neil Spring <nspring@cs.washington.edu>
607         * scripts/security.debian.rb: fix ruby1.8's complaint.
609 2003-08-31 Sunday 18:05 UTC -- Neil Spring <nspring@cs.washington.edu>
611         * configure.ac: 0.4.17
613 2003-08-31 Sunday 06:47 UTC -- Neil Spring <nspring@cs.washington.edu>
615         * wmbiff/tlsComm.c: oops, looks like I resolved a conflict poorly
617 2003-08-31 Sunday 04:39 UTC -- Neil Spring <nspring@cs.washington.edu>
619         * wmbiff/Makefile.am: build the test cases well
621 2003-08-31 Sunday 03:33 UTC -- Neil Spring <nspring@cs.washington.edu>
623         * wmbiff/: test_wmbiff.c, tlsComm.h: check the newline bugfix
625 2003-08-31 Sunday 03:32 UTC -- Neil Spring <nspring@cs.washington.edu>
627         * wmbiff/tlsComm.c: bugfix to avoid handing odd newlines badly
629 2003-07-31 Thursday 23:37 UTC -- Neil Spring <nspring@cs.washington.edu>
631         * wmbiff/Imap4Client.c: fix some potential bugs - an access of
632           freed memory and an uninitialized reference counter
634 2003-07-20 Sunday 00:52 UTC -- Neil Spring <nspring@cs.washington.edu>
636         * wmbiff/: passwordMgr.c, test_wmbiff.c: fix a five-minute old
637           regression test failure where null was returned instead of an
638           empty string for an empty password.  not sure it matters, but
639           maybe.
641 2003-07-20 Sunday 00:44 UTC -- Neil Spring <nspring@cs.washington.edu>
643         * wmbiff/passwordMgr.c: oops, I left a use-after-free bug in the
644           askpass code
646 2003-07-19 Saturday 23:56 UTC -- Neil Spring <nspring@cs.washington.edu>
648         * configure.ac, wmbiff/passwordMgr.c: use the apple keychain to
649           grab passwords! I can very nearly forget about typing them in
650           anymore
652 2003-07-10 Thursday 17:44 UTC -- Neil Spring <nspring@cs.washington.edu>
654         * Makefile.am: ensure that the current directory is not setgid when
655           making a distribution; this borks some untars
657 2003-07-07 Monday 09:00 UTC -- Neil Spring <nspring@cs.washington.edu>
659         * wmbiff/Imap4Client.c: warnings cleanup
661 2003-07-07 Monday 08:57 UTC -- Neil Spring <nspring@cs.washington.edu>
663         * configure.ac, wmbiff/Client.h, wmgeneral/wmgeneral.c: call it
664           0.4.16
666 2003-07-07 Monday 08:43 UTC -- Neil Spring <nspring@cs.washington.edu>
668         * wmbiff/: Client.h, Imap4Client.c, passwordMgr.c, test_wmbiff.c:
669           fix memfrob * bug (memfrob makes *'s zero, so password length
670           must be tracked separately
672 2003-07-04 Friday 21:42 UTC -- Neil Spring <nspring@cs.washington.edu>
674         * wmbiff/wmbiff.c: handle comments the way I meant to...
676 2003-07-03 Thursday 11:10 UTC -- Neil Spring <nspring@cs.washington.edu>
678         * wmbiff/Imap4Client.c: switch the new header cache to use
679           reference counting (better, but possibly buggy) instead of
680           locking (dumb, and certainly buggy)
682 2003-07-03 Thursday 05:39 UTC -- Neil Spring <nspring@cs.washington.edu>
684         * wmbiff/Imap4Client.c: try to avoid repetitive complaints of
685           failed connections
687 2003-07-03 Thursday 05:34 UTC -- Neil Spring <nspring@cs.washington.edu>
689         * wmbiff/socket.c: avoid repetitive error messages when hostname
690           lookup fails (such as when disconnected)
692 2003-07-03 Thursday 05:33 UTC -- Neil Spring <nspring@cs.washington.edu>
694         * wmgeneral/wmgeneral.c: last fix to geometry handling had a
695           compiler warning
697 2003-07-03 Thursday 05:12 UTC -- Neil Spring <nspring@cs.washington.edu>
699         * wmgeneral/wmgeneral.c: try doing geometry the way X intends it to
700           be done, at least as far as I can tell.
702 2003-07-03 Thursday 01:03 UTC -- Neil Spring <nspring@cs.washington.edu>
704         * wmbiff/wmbiff.c: make #'s comments only if preceded by whitespace
705           or at the beginning of the line
707 2003-07-03 Thursday 00:53 UTC -- Neil Spring <nspring@cs.washington.edu>
709         * wmbiff/wmbiff.c: looks like I'd broken the button click events
710           recently
712 2003-07-03 Thursday 00:52 UTC -- Neil Spring <nspring@cs.washington.edu>
714         * wmbiff/sample.wmbiffrc: osascript samples for driving mac mail
715           using applescript
717 2003-06-30 Monday 23:42 UTC -- Neil Spring <nspring@cs.washington.edu>
719         * wmbiff/: Imap4Client.c, tlsComm.c: warning message beautification
721 2003-06-08 Sunday 07:01 UTC -- Neil Spring <nspring@cs.washington.edu>
723         * wmbiff/: Client.h, Imap4Client.c, MessageList.c, MessageList.h,
724           ShellClient.c: general rewrite of the msglst headers, so that the
725           list is pre-cached for responsiveness.
727 2003-06-08 Sunday 06:59 UTC -- Neil Spring <nspring@cs.washington.edu>
729         * wmbiff/wmbiffrc.5.in: document msglst and buttontwo
731 2003-06-08 Sunday 06:59 UTC -- Neil Spring <nspring@cs.washington.edu>
733         * wmbiff/wmbiff.c: show a watch pointer while working behind the
734           scenes
736 2003-06-03 Tuesday 04:57 UTC -- Neil Spring <nspring@cs.washington.edu>
738         * autogen.sh: enable dependency tracking
740 2003-04-17 Thursday 05:04 UTC -- Neil Spring <nspring@cs.washington.edu>
742         * scripts/security.debian.rb: trap socket errors
744 2003-04-17 Thursday 01:56 UTC -- Neil Spring <nspring@cs.washington.edu>
746         * scripts/security.debian.rb: print the detailed version
748 2003-04-17 Thursday 01:56 UTC -- Neil Spring <nspring@cs.washington.edu>
750         * wmbiff/: Client.h, ShellClient.c, passwordMgr.c: space for detail
751           in grab command output, use the detail to populate a message list
752           in a getheaders function (eg. can see the list of thought to be
753           updated packages if using hte security.debian script
755 2003-04-17 Thursday 01:54 UTC -- Neil Spring <nspring@cs.washington.edu>
757         * wmbiff/test-wmbiffrc.shell: test usingthe debian script, allows
758           trying shell get headers
760 2003-04-17 Thursday 01:54 UTC -- Neil Spring <nspring@cs.washington.edu>
762         * wmbiff/tlsComm.c: try to print a helpful hint message to use
763           gnutls-cli-debug
765 2003-04-16 Wednesday 23:30 UTC -- Neil Spring <nspring@cs.washington.edu>
767         * configure.ac: downgrade configure.ac use of AM_INIT_AUTOMAKE to
768           support automake-1.5
770 2003-04-16 Wednesday 08:21 UTC -- Neil Spring <nspring@cs.washington.edu>
772         * wmgeneral/wmgeneral.c: export GetColor
774 2003-04-16 Wednesday 08:18 UTC -- Neil Spring <nspring@cs.washington.edu>
776         * wmbiff/: Client.h, Imap4Client.c, MessageList.c, MessageList.h,
777           tlsComm.c, wmbiff.c: indent run
779 2003-04-16 Wednesday 08:16 UTC -- Neil Spring <nspring@cs.washington.edu>
781         * wmbiff/Imap4Client.c: get headers / message list support
783 2003-04-16 Wednesday 08:16 UTC -- Neil Spring <nspring@cs.washington.edu>
785         * wmbiff/Makefile.am: messagelist
787 2003-04-16 Wednesday 08:15 UTC -- Neil Spring <nspring@cs.washington.edu>
789         * wmbiff/tlsComm.c: rename state to tls_state for clarity, small
790           cleanup, fixes for buffering several lines in an expectation
792 2003-04-16 Wednesday 08:14 UTC -- Neil Spring <nspring@cs.washington.edu>
794         * wmbiff/: wmbiff.c, Client.h: message list, button 2 support
796 2003-04-16 Wednesday 08:13 UTC -- Neil Spring <nspring@cs.washington.edu>
798         * wmbiff/: MessageList.c, MessageList.h: list new messages,
799           currently only with an imap driver
801 2003-04-09 Wednesday 04:51 UTC -- Neil Spring <nspring@cs.washington.edu>
803         * autogen.sh: fall back to automake-1.5 if necessary
805 2003-04-07 Monday 10:10 UTC -- Neil Spring <nspring@cs.washington.edu>
807         * wmbiff/tlsComm.c: invalid is returned when it doesn't match?
809 2003-04-07 Monday 09:41 UTC -- Neil Spring <nspring@cs.washington.edu>
811         * wmbiff/tlsComm.c: fix some info messages - drop complaints about
812           version 0.2.3 of gnutls, mention certfile.
814 2003-04-07 Monday 09:33 UTC -- Neil Spring <nspring@cs.washington.edu>
816         * wmbiff/wmbiffrc.5.in: doc certfile
818 2003-04-07 Monday 09:16 UTC -- Neil Spring <nspring@cs.washington.edu>
820         * wmbiff/tlsComm.c: handle certfile errors properly; positive
821           return values from gnutls_certificate_set_x509_trust_file appear
822           okay.
824 2003-03-30 Sunday 11:47 UTC -- Neil Spring <nspring@cs.washington.edu>
826         * wmbiff/: passwordMgr.c, test_wmbiff.c: oh, now I get why that
827           foolish null-termination was present.  it's better now
829 2003-03-30 Sunday 11:23 UTC -- Neil Spring <nspring@cs.washington.edu>
831         * configure.ac: 0.4.15
833 2003-03-30 Sunday 11:22 UTC -- Neil Spring <nspring@cs.washington.edu>
835         * wmbiff/wmbiffrc.5.in: note the hash caveat
837 2003-03-30 Sunday 11:05 UTC -- Neil Spring <nspring@cs.washington.edu>
839         * wmbiff/passwordMgr.c: remove (unreleased) foolhardy
840           null-termination
842 2003-03-30 Sunday 10:57 UTC -- Neil Spring <nspring@cs.washington.edu>
844         * wmbiff/test_wmbiff.c: just so as not to confuse anyone that
845           wmbiff allows #'s in passwords
847 2003-03-30 Sunday 10:38 UTC -- Neil Spring <nspring@cs.washington.edu>
849         * README, wmbiff/wmbiff.c, wmgeneral/wmgeneral.c,
850           wmgeneral/wmgeneral.h: support setting the background color using
851           -bg
853 2003-03-28 Friday 08:16 UTC -- Neil Spring <nspring@cs.washington.edu>
855         * wmbiff/test_wmbiff.c: check that passwords with # can be parsed
857 2003-03-28 Friday 08:16 UTC -- Neil Spring <nspring@cs.washington.edu>
859         * wmbiff/wmbiffrc.5.in: doc password parsing damage
861 2003-03-11 Tuesday 08:07 UTC -- Neil Spring <nspring@cs.washington.edu>
863         * README: gnupg reorganized their website
865 2003-03-11 Tuesday 08:03 UTC -- Neil Spring <nspring@cs.washington.edu>
867         * configure.ac: provide a helpful message as to where gnutls and
868           libgcrypt can be found in configure.ac
870 2003-03-06 Thursday 21:15 UTC -- Neil Spring <nspring@cs.washington.edu>
872         * wmbiff/wmbiff.c: fix debian bug #183529
874 2003-03-03 Monday 19:06 UTC -- Neil Spring <nspring@cs.washington.edu>
876         * wmbiff/passwordMgr.c: make returned password length consistent
877           with stored password length
879 2003-03-02 Sunday 02:37 UTC -- Neil Spring <nspring@cs.washington.edu>
881         * configure.ac, wmbiff/Imap4Client.c, wmbiff/passwordMgr.c,
882           wmbiff/passwordMgr.h: in-memory frobnication of imap passwords
884 2003-03-02 Sunday 02:17 UTC -- Neil Spring <nspring@cs.washington.edu>
886         * wmbiff/: Imap4Client.c, Makefile.am, Pop3Client.c, regulo.c,
887           regulo.h, socket.c, test_wmbiff.c, wmbiff.c: hostname paranoia
888           patch -- use -relax to skip hostname validation check, parse
889           ambiguous config lines
891 2003-03-02 Sunday 01:04 UTC -- Neil Spring <nspring@cs.washington.edu>
893         * wmbiff/wmbiff.c, wmgeneral/wmgeneral.c: indent run
895 2003-02-13 Thursday 21:07 UTC -- Neil Spring <nspring@cs.washington.edu>
897         * Makefile.am, configure.ac: 0.4.14
899 2003-02-08 Saturday 21:04 UTC -- Neil Spring <nspring@cs.washington.edu>
901         * wmbiff/: wmbiff.1, wmbiffrc.5.in: document restart schemes
903 2003-02-08 Saturday 07:06 UTC -- Neil Spring <nspring@cs.washington.edu>
905         * wmbiff/wmbiff.c: restart wmbiff also on ctrl-shift-left click
907 2003-02-08 Saturday 03:45 UTC -- Neil Spring <nspring@cs.washington.edu>
909         * wmbiff/wmbiff.c: restart on sig usr1 using exec()
911 2003-02-08 Saturday 03:43 UTC -- Neil Spring <nspring@cs.washington.edu>
913         * autogen.sh: I think symlink is okay for autoreconf
915 2003-02-08 Saturday 03:42 UTC -- Neil Spring <nspring@cs.washington.edu>
917         * wmgeneral/: wmgeneral.c, wmgeneral.h: much prefer if wmgeneral
918           proclaimed that it would not modify argv; I think it's even true
920 2003-01-28 Tuesday 11:14 UTC -- Neil Spring <nspring@cs.washington.edu>
922         * configure.ac: remove check for gnuregex
924 2003-01-28 Tuesday 11:13 UTC -- Neil Spring <nspring@cs.washington.edu>
926         * wmbiff/Imap4Client.c: bugfix to avoid problems with the new regex
927           scheme and the default mailbox (aliasing sucks.)
929 2003-01-28 Tuesday 11:12 UTC -- Neil Spring <nspring@cs.washington.edu>
931         * wmbiff/charutil.h: remove gnuregex.h incl
933 2003-01-28 Tuesday 11:12 UTC -- Neil Spring <nspring@cs.washington.edu>
935         * wmbiff/wmbiff.c: newline after error message
937 2003-01-25 Saturday 04:54 UTC -- Neil Spring <nspring@cs.washington.edu>
939         * autogen.sh: remove dangling symlinks config.guess, config.sub
941 2003-01-25 Saturday 04:33 UTC -- Neil Spring <nspring@cs.washington.edu>
943         * wmgeneral/list.c: compiler warning appeasement (shadowing index)
945 2003-01-25 Saturday 04:32 UTC -- Neil Spring <nspring@cs.washington.edu>
947         * wmbiff/Makefile.am: use the non gnu-make form of the
948           indent-a-c-file rule
950 2003-01-22 Wednesday 01:56 UTC -- Neil Spring <nspring@cs.washington.edu>
952         * autogen.sh: make sure ChangeLog exists locally.
954 2003-01-21 Tuesday 08:56 UTC -- Neil Spring <nspring@cs.washington.edu>
956         * wmbiff/tlsComm.c: fix some minor damage when select is
957           interrupted (EINTR)
959 2003-01-21 Tuesday 05:55 UTC -- Neil Spring <nspring@cs.washington.edu>
961         * autogen.sh: warn if autoconf/libgnutls.m4 does not exist
963 2003-01-20 Monday 19:52 UTC -- Neil Spring <nspring@cs.washington.edu>
965         * wmbiff/Makefile.am: add libgcrypt libraries if used to
966           test_wmbiff
968 2003-01-20 Monday 19:52 UTC -- Neil Spring <nspring@cs.washington.edu>
970         * configure.ac: remove possibly unneeded check for gdbm
972 2003-01-19 Sunday 13:13 UTC -- Neil Spring <nspring@cs.washington.edu>
974         * wmbiff/: Client.h, Imap4Client.c, Makefile.am, Pop3Client.c,
975           ShellClient.c, charutil.c, charutil.h, passwordMgr.c,
976           test_wmbiff.c, tlsComm.c, wmbiff.c: general portability fixes,
977           including HAVE___ATTRIBUTE__
979 2003-01-19 Sunday 13:12 UTC -- Neil Spring <nspring@cs.washington.edu>
981         * wmbiff/: regulo.c, regulo.h: posix based regular expression
982           handling with a not so lame interface
984 2003-01-19 Sunday 13:11 UTC -- Neil Spring <nspring@cs.washington.edu>
986         * configure.ac: portability fixes: HAVE___ATTRIBUTE__ (maybe),
987           libnsl (solaris), -no-cpp-precomp (os x)
989 2003-01-04 Saturday 03:39 UTC -- Neil Spring <nspring@cs.washington.edu>
991         * configure.ac, wmbiff/wmbiff.c: 0.4.12, release to fix bad
992           -geometry handling
994 2003-01-03 Friday 20:37 UTC -- Neil Spring <nspring@cs.washington.edu>
996         * wmbiff/wmbiff.c: fix geometry argument handling bug (Debian
997           #175220)
999 2002-12-29 Sunday 07:46 UTC -- Neil Spring <nspring@cs.washington.edu>
1001         * scripts/security.debian.rb: I meant to say 6 hours
1003 2002-12-29 Sunday 05:42 UTC -- Neil Spring <nspring@cs.washington.edu>
1005         * wmbiff/sample.wmbiffrc: shell recipe for security.debian.rb
1007 2002-12-29 Sunday 05:28 UTC -- Neil Spring <nspring@cs.washington.edu>
1009         * scripts/security.debian.rb: didn't mean to commit with a 6 minute
1010           refresh interval
1012 2002-12-29 Sunday 04:54 UTC -- Neil Spring <nspring@cs.washington.edu>
1014         * Makefile.am, check-includes.rb, configure.ac: add scripts
1015           subdirectory to build system
1017 2002-12-29 Sunday 04:54 UTC -- Neil Spring <nspring@cs.washington.edu>
1019         * scripts/: Makefile.am, security.debian.rb: new scripts directory
1020           to hold debian security checker and install it.
1022 2002-12-29 Sunday 03:25 UTC -- Neil Spring <nspring@cs.washington.edu>
1024         * wmbiff/wmbiff.c: general cleanup - use strdup_ordie,
1025           malloc_ordie.  reduce using ints and chars interchangeably.
1026           static annotations on module-local variables
1028 2002-12-29 Sunday 03:22 UTC -- Neil Spring <nspring@cs.washington.edu>
1030         * wmbiff/tlsComm.c: bad_certificate called as if void, so change
1031           the signature
1033 2002-12-29 Sunday 03:22 UTC -- Neil Spring <nspring@cs.washington.edu>
1035         * configure.ac: autodetect whether to use poll()
1037 2002-12-29 Sunday 02:47 UTC -- Neil Spring <nspring@cs.washington.edu>
1039         * wmgeneral/: Makefile.am, wmgeneral.c, wmgeneral.h: make
1040           AddMouseRegion take an unsigned int for the region index (which
1041           is an _index_ which means negative values need not apply)
1043 2002-12-29 Sunday 02:31 UTC -- Neil Spring <nspring@cs.washington.edu>
1045         * wmbiff/: charutil.c, charutil.h: change signature of *Trim to
1046           reflect that they can't fail (void instead of int); the return
1047           values are ignored in wmbiff
1049 2002-12-29 Sunday 01:36 UTC -- Neil Spring <nspring@cs.washington.edu>
1051         * wmbiff/wmbiff.c: reorder functions to avoid pre-declaration.
1052           should simplify reading the (now very long) code
1054 2002-12-29 Sunday 01:11 UTC -- Neil Spring <nspring@cs.washington.edu>
1056         * wmgeneral/: misc.c, misc.h: exec command can take a const char *
1058 2002-12-29 Sunday 01:05 UTC -- Neil Spring <nspring@cs.washington.edu>
1060         * wmbiff/sample.wmbiffrc: another askpass recipe
1062 2002-12-29 Sunday 00:57 UTC -- Neil Spring <nspring@cs.washington.edu>
1064         * wmbiff/wmbiff.c: cleanup unused variables
1066 2002-12-29 Sunday 00:57 UTC -- Neil Spring <nspring@cs.washington.edu>
1068         * wmbiff/Makefile.am: surgical indent rule
1070 2002-12-29 Sunday 00:37 UTC -- Neil Spring <nspring@cs.washington.edu>
1072         * configure.ac, wmbiff/wmbiff.c: use automake/autoconf defined
1073           PACKAGE_VERSION and PACKAGE_BUGREPORT
1075 2002-12-29 Sunday 00:15 UTC -- Neil Spring <nspring@cs.washington.edu>
1077         * wmbiff/passwordMgr.c: support arbitrarily long password query
1078           commands
1080 2002-12-29 Sunday 00:14 UTC -- Neil Spring <nspring@cs.washington.edu>
1082         * wmbiff/wmbiff.c: configuration file parsing cleanup, support
1083           longer configuration options, remove some ad-hockery in favor of
1084           sscanf
1086 2002-12-13 Friday 05:38 UTC -- Neil Spring <nspring@cs.washington.edu>
1088         * configure.ac, wmbiff/tlsComm.c, wmbiff/wmbiff.1, wmbiff/wmbiff.c:
1089           0.4.10, -skip-certificate-check option
1091 2002-12-09 Monday 21:45 UTC -- Neil Spring <nspring@cs.washington.edu>
1093         * AUTHORS, wmbiff/sample.wmbiffrc, wmbiff/wmbiff.c,
1094           wmbiff/wmbiffrc.5.in: Peter McAlpine's globalnotify patch
1096 2002-12-09 Monday 21:45 UTC -- Neil Spring <nspring@cs.washington.edu>
1098         * wmbiff/Imap4Client.c: minor change to timeout behavior, just
1099           delay a while before next check
1101 2002-12-02 Monday 07:16 UTC -- Neil Spring <nspring@cs.washington.edu>
1103         * configure.ac: require gnutls 0.5.9, release 0.4.9
1105 2002-11-30 Saturday 07:58 UTC -- Neil Spring <nspring@cs.washington.edu>
1107         * wmbiff/Imap4Client.c: more robust ETIMEDOUT handling -- just
1108           chill out for a few minues rather than blacklist as a compromise
1109           between the responsiveness of not retrying unresponsive servers
1110           and the robustness of prodding on.  the right thing is probably a
1111           non-blocking connect, but that's  messy
1113 2002-11-15 Friday 08:06 UTC -- Neil Spring <nspring@cs.washington.edu>
1115         * wmbiff/tlsComm.c: should really be able to catch these problems
1116           earler - without gnutls, the build would fail
1118 2002-11-15 Friday 08:05 UTC -- Neil Spring <nspring@cs.washington.edu>
1120         * autogen.sh: red hat hackery
1122 2002-11-13 Wednesday 06:44 UTC -- Neil Spring <nspring@cs.washington.edu>
1124         * wmbiff/wmbiff.1, wmbiff/wmbiff.c, wmgeneral/wmgeneral.c,
1125           wmgeneral/wmgeneral.h: a method for not using the withdrawn state
1127 2002-11-12 Tuesday 08:27 UTC -- Neil Spring <nspring@cs.washington.edu>
1129         * Makefile.am, configure.ac, wmbiff/wmbiff.c, wmbiff/wmbiffrc.5.in,
1130           wmgeneral/wmgeneral.c, wmgeneral/wmgeneral.h: Allow automatic
1131           sizing of the wmbiff window, effective for other window managers.
1133 2002-10-26 Saturday 23:17 UTC -- Jordi Mallach <jordi@sindominio.net>
1135         * FromCVS.sh, autogen.sh: Rename FromCVS.sh to autogen.sh, which is
1136           the "common" name for such script.
1138 2002-10-26 Saturday 23:15 UTC -- Jordi Mallach <jordi@sindominio.net>
1140         * ChangeLog, Makefile.am, maint/changelog-header,
1141           maint/prerelease.sh: Stop doing the ChangeLog header hack.
1142           Instead, remove ChangeLog entirely from CVS and get it generated
1143           correctly on dist. Remove unneeded maint scripts.
1145 2002-10-26 Saturday 23:12 UTC -- Jordi Mallach <jordi@sindominio.net>
1147         * FromCVS.sh: Add automake-1.7 support.
1149 2002-10-20 Sunday 21:58 UTC -- Jordi Mallach <jordi@sindominio.net>
1151         * wmbiff/: wmbiff.1, wmbiffrc.5.in: do not specify Debian
1152           GNU/Linux... I'm actually more interested in the Hurd right now
1153           :)
1155 2002-10-14 Monday 05:52 UTC -- Neil Spring <nspring@cs.washington.edu>
1157         * wmbiff/maildirClient.c: use mkstemp instead of mktemp to appease
1158           the compiler
1160 2002-10-14 Monday 01:47 UTC -- Neil Spring <nspring@cs.washington.edu>
1162         * wmbiff/wmbiffrc.5.in: add the 'this file automatically generated'
1163           tag
1165 2002-10-13 Sunday 21:28 UTC -- Neil Spring <nspring@cs.washington.edu>
1167         * wmbiff/: Imap4Client.c, tlsComm.c, tlsComm.h: Check certificate
1168           hostname, using gnutls's new function
1170 2002-10-13 Sunday 21:27 UTC -- Neil Spring <nspring@cs.washington.edu>
1172         * wmbiff/Client.h: a formatting glitch
1174 2002-10-13 Sunday 21:27 UTC -- Neil Spring <nspring@cs.washington.edu>
1176         * FromCVS.sh, Makefile.am: use autoreconf instead of the ad-hockery
1178 2002-09-25 Wednesday 06:16 UTC -- Neil Spring <nspring@cs.washington.edu>
1180         * FAQ: why doesn't wmbiff update my mailbox count when I read a
1181           message
1183 2002-09-20 Friday 19:50 UTC -- Neil Spring <nspring@cs.washington.edu>
1185         * FromCVS.sh: support redhat autoconf sadness
1187 2002-09-19 Thursday 07:00 UTC -- Neil Spring <nspring@cs.washington.edu>
1189         * wmbiff/test_wmbiff.c: allow test to run when nnot linked with
1190           gnutls
1192 2002-09-18 Wednesday 23:45 UTC -- Neil Spring <nspring@cs.washington.edu>
1194         * wmbiff/maildirClient.c: compiler warning fixes
1196 2002-09-18 Wednesday 23:43 UTC -- Neil Spring <nspring@cs.washington.edu>
1198         * ChangeLog, configure.ac, wmbiff/Client.h, wmbiff/Imap4Client.c,
1199           wmbiff/Makefile.am, wmbiff/maildirClient.c, wmbiff/test_wmbiff.c,
1200           wmbiff/wmbiffrc.5.in: bugfix to allow imap mailbox filenames to
1201           contain spaces, test that it works; also, prepare 0.4.8
1203 2002-09-14 Saturday 18:51 UTC -- Dwayne C. Litzenberger <dlitz@dlitz.net>
1205         * wmbiff/: Client.h, maildirClient.c, wmbiffrc.5.in: *
1206           maildirClient: Added support for quick checking of writable
1207           network-mounted   maildirs where directory caching normally
1208           causes unwanted delays.
1210 2002-08-16 Friday 07:55 UTC -- Neil Spring <nspring@cs.washington.edu>
1212         * ChangeLog, configure.ac, autoconf/libgnutls.m4,
1213           wmbiff/Imap4Client.c, wmbiff/gnutls-common.c,
1214           wmbiff/gnutls-common.h, wmbiff/tlsComm.c: handle new
1215           gnutls/gnutls.h convention, release 0.4.7
1217 2002-08-06 Tuesday 08:05 UTC -- Neil Spring <nspring@cs.washington.edu>
1219         * FromCVS.sh: seek out and use athe underrated automake 1.6.
1221 2002-07-27 Saturday 17:50 UTC -- Neil Spring <nspring@cs.washington.edu>
1223         * wmbiff/: Imap4Client.c, tlsComm.c: trivial formatting fixes
1225 2002-07-19 Friday 18:51 UTC -- Neil Spring <nspring@cs.washington.edu>
1227         * ChangeLog, configure.ac: release version 0.4.6
1229 2002-07-18 Thursday 02:55 UTC -- Neil Spring <nspring@cs.washington.edu>
1231         * wmbiff/wmbiff.c: ignore sigpipe, possible bugfix for abnormal
1232           termination during suspend for imap/gnutls
1234 2002-07-04 Thursday 08:00 UTC -- Neil Spring <nspring@cs.washington.edu>
1236         * ChangeLog, configure.ac: last minute changes for 0.4.5
1238 2002-07-04 Thursday 01:07 UTC -- Neil Spring <nspring@cs.washington.edu>
1240         * wmbiff/: Imap4Client.c, Makefile.am, Pop3Client.c, charutil.c,
1241           tlsComm.c, wmbiff.c: valgrind debugging, and support for -exit.
1242           some bugs were probably fixed, but since nobody has noticed yet,
1243           I don't know if they mattered
1245 2002-07-04 Thursday 00:45 UTC -- Neil Spring <nspring@cs.washington.edu>
1247         * wmgeneral/wmgeneral.c: reminder in where valgrind complains
1249 2002-07-04 Thursday 00:45 UTC -- Neil Spring <nspring@cs.washington.edu>
1251         * Makefile.am: add a top-level 'indent' rule
1253 2002-07-03 Wednesday 02:28 UTC -- Neil Spring <nspring@cs.washington.edu>
1255         * wmbiff/tlsComm.c: doubled the timeout to 40 seconds.
1257 2002-06-26 Wednesday 19:04 UTC -- Neil Spring <nspring@cs.washington.edu>
1259         * ChangeLog, Makefile.am, autoconf/Makefile.am: die configure.in!
1260           die acconfig.h!
1262 2002-06-26 Wednesday 18:56 UTC -- Neil Spring <nspring@cs.washington.edu>
1264         * ChangeLog, FromCVS.sh, Makefile.am, configure.ac, configure.in,
1265           autoconf/acconfig.h: migrate to newer autoconf (2.5) to try to
1266           debug making-from-scratch problem and get rid of acconfig.h cruft
1268 2002-06-25 Tuesday 23:52 UTC -- Neil Spring <nspring@cs.washington.edu>
1270         * Makefile.am: tiny automake 1.6 fix (doesn't appear to use
1271           stamp-h.  who knew.)
1273 2002-06-25 Tuesday 23:33 UTC -- Neil Spring <nspring@cs.washington.edu>
1275         * autoconf/libgnutls.m4: trivial upstream bugfix
1277 2002-06-25 Tuesday 23:29 UTC -- Neil Spring <nspring@cs.washington.edu>
1279         * wmbiff/Makefile.am: never underestimate the complexity of
1280           solutions involving automake
1282 2002-06-25 Tuesday 23:24 UTC -- Neil Spring <nspring@cs.washington.edu>
1284         * configure.in, wmbiff/Makefile.am: corrections to conditional
1285           compilation of gnutls-common for automake 1.5 (and thereby the
1286           true automake way)
1288 2002-06-25 Tuesday 23:15 UTC -- Neil Spring <nspring@cs.washington.edu>
1290         * configure.in, wmbiff/Makefile.am: only compile gnutls-common.[ch]
1291           if gnutls is configured in (duh), and only check for gcrypt.h if
1292           libgcrypt is installed and current
1294 2002-06-24 Monday 07:18 UTC -- Neil Spring <nspring@cs.washington.edu>
1296         * ChangeLog, FromCVS.sh: roughly finished 0.4.4
1298 2002-06-24 Monday 07:16 UTC -- Neil Spring <nspring@cs.washington.edu>
1300         * wmbiff/tlsComm.c: restore certificate checking
1302 2002-06-24 Monday 07:15 UTC -- Neil Spring <nspring@cs.washington.edu>
1304         * wmbiff/: gnutls-common.c, gnutls-common.h: indent run
1306 2002-06-24 Monday 01:23 UTC -- Neil Spring <nspring@cs.washington.edu>
1308         * wmbiff/Makefile.am, configure.in: basic gnutls 0.4.3 support
1309           (that is, it compiles.)
1311 2002-06-24 Monday 01:18 UTC -- Neil Spring <nspring@cs.washington.edu>
1313         * wmbiff/: gnutls-common.c, gnutls-common.h, tlsComm.c: basic
1314           gnutls 0.4.3 support (that is, it compiles.)
1316 2002-06-23 Sunday 01:26 UTC -- Neil Spring <nspring@cs.washington.edu>
1318         * wmbiff/wmbiff.c: cleanup to periodic mail checking, removal of
1319           the first mail check - now all cases are the same
1321 2002-06-21 Friday 04:34 UTC -- Neil Spring <nspring@cs.washington.edu>
1323         * wmbiff/wmbiff.c: y_ and x_origin, and num_mailboxes constants,
1324           highlight color for fn, restructured mailbox creation routines
1326 2002-06-21 Friday 04:31 UTC -- Neil Spring <nspring@cs.washington.edu>
1328         * wmbiff/Pop3Client.c: splint
1330 2002-06-21 Friday 04:31 UTC -- Neil Spring <nspring@cs.washington.edu>
1332         * wmbiff/: LicqClient.c, ShellClient.c, charutil.c,
1333           maildirClient.c, mboxClient.c, passwordMgr.c, test_wmbiff.c:
1334           config.h
1336 2002-06-21 Friday 04:30 UTC -- Neil Spring <nspring@cs.washington.edu>
1338         * wmbiff/Imap4Client.c: clarity and splint
1340 2002-06-21 Friday 04:29 UTC -- Neil Spring <nspring@cs.washington.edu>
1342         * wmbiff/Client.h: splint support
1344 2002-06-21 Friday 04:29 UTC -- Neil Spring <nspring@cs.washington.edu>
1346         * wmbiff/wmbiff.1: highlight color
1348 2002-06-21 Friday 04:28 UTC -- Neil Spring <nspring@cs.washington.edu>
1350         * wmbiff/Makefile.am: verify that config.h is included in each .c
1351           file
1353 2002-06-15 Saturday 09:05 UTC -- Neil Spring <nspring@cs.washington.edu>
1355         * configure.in: likely bugfix for newer autoconf?
1357 2002-06-15 Saturday 09:04 UTC -- Neil Spring <nspring@cs.washington.edu>
1359         * Makefile.am: keep automake1.6 happy
1361 2002-06-08 Saturday 22:22 UTC -- Neil Spring <nspring@cs.washington.edu>
1363         * ChangeLog, configure.in: release 0.4.3 final updates
1365 2002-06-08 Saturday 22:20 UTC -- Neil Spring <nspring@cs.washington.edu>
1367         * wmbiff/wmbiff.c: make the background black when using fonts
1369 2002-06-08 Saturday 22:15 UTC -- Neil Spring <nspring@cs.washington.edu>
1371         * wmgeneral/: wmgeneral.c, wmgeneral.h: font support, ability to
1372           erase rectangles
1374 2002-06-08 Saturday 22:14 UTC -- Neil Spring <nspring@cs.washington.edu>
1376         * wmbiff/Client.h: slightly changed debug messages; exists() is
1377           more a test -f than a test -e
1379 2002-06-08 Saturday 22:13 UTC -- Neil Spring <nspring@cs.washington.edu>
1381         * wmbiff/wmbiff.1: documentation of -fg and -font options
1383 2002-06-08 Saturday 22:13 UTC -- Neil Spring <nspring@cs.washington.edu>
1385         * wmbiff/: Imap4Client.c, ShellClient.c: cleanup for splint
1386           annotations
1388 2002-06-08 Saturday 22:13 UTC -- Neil Spring <nspring@cs.washington.edu>
1390         * wmbiff/wmbiff.c: basic font support, color selection, cleanup to
1391           default configuration code, bugifx and cleanup to mouse region
1392           code
1394 2002-06-08 Saturday 21:40 UTC -- Neil Spring <nspring@cs.washington.edu>
1396         * wmbiff/socket.c: need config.h to get IPv6 support
1398 2002-06-01 Saturday 18:10 UTC -- Neil Spring <nspring@cs.washington.edu>
1400         * ChangeLog: 0.4.2
1402 2002-06-01 Saturday 17:58 UTC -- Neil Spring <nspring@cs.washington.edu>
1404         * configure.in, wmbiff/wmbiff.c: oops, didn't really want to
1405           release with the crazy font stuff quite yet
1407 2002-06-01 Saturday 07:03 UTC -- Neil Spring <nspring@cs.washington.edu>
1409         * ChangeLog, configure.in, wmbiff/test-wmbiffrc.shell: release
1410           0.4.1
1412 2002-06-01 Saturday 07:01 UTC -- Neil Spring <nspring@cs.washington.edu>
1414         * AUTHORS: release preparation
1416 2002-06-01 Saturday 06:47 UTC -- Neil Spring <nspring@cs.washington.edu>
1418         * wmgeneral/wmgeneral.h: prototypes for basic font support
1420 2002-06-01 Saturday 06:47 UTC -- Neil Spring <nspring@cs.washington.edu>
1422         * wmgeneral/wmgeneral.c: indent run
1424 2002-06-01 Saturday 06:02 UTC -- Neil Spring <nspring@cs.washington.edu>
1426         * wmbiff/: Client.h, ShellClient.c, charutil.c, mboxClient.c:
1427           indent run
1429 2002-06-01 Saturday 06:01 UTC -- Neil Spring <nspring@cs.washington.edu>
1431         * wmbiff/wmbiff.c: font support, disabled by default
1433 2002-06-01 Saturday 06:00 UTC -- Neil Spring <nspring@cs.washington.edu>
1435         * wmbiff/tlsComm.c: a start at certificate checking (a daunting
1436           task at the moment)
1438 2002-06-01 Saturday 05:59 UTC -- Neil Spring <nspring@cs.washington.edu>
1440         * wmbiff/Client.h: declare exists()
1442 2002-06-01 Saturday 05:51 UTC -- Neil Spring <nspring@cs.washington.edu>
1444         * wmgeneral/wmgeneral.c: some basic font support, renaming some
1445           variables for clarity
1447 2002-06-01 Saturday 05:45 UTC -- Neil Spring <nspring@cs.washington.edu>
1449         * wmbiff/socket.c: correct date
1451 2002-06-01 Saturday 05:42 UTC -- Neil Spring <nspring@cs.washington.edu>
1453         * configure.in, wmbiff/socket.c: IPv6 support using getaddrinfo
1454           from Jun-ichiro itojun Hagino <itojun@iijlab.net>
1456 2002-05-03 Friday 05:51 UTC -- Neil Spring <nspring@cs.washington.edu>
1458         * ChangeLog, configure.in: Release 0.4.0
1460 2002-05-03 Friday 05:51 UTC -- Neil Spring <nspring@cs.washington.edu>
1462         * Makefile.am: don't list TODO changes in ChangeLog, to avoid
1463           confusion
1465 2002-05-03 Friday 05:43 UTC -- Neil Spring <nspring@cs.washington.edu>
1467         * wmbiff/mboxClient.c: type casting hackery to help architectures I
1468           don't have
1470 2002-05-03 Friday 05:42 UTC -- Neil Spring <nspring@cs.washington.edu>
1472         * wmbiff/: sample.wmbiffrc, wmbiffrc.5.in: lpq example creep
1474 2002-05-03 Friday 05:42 UTC -- Neil Spring <nspring@cs.washington.edu>
1476         * wmbiff/ShellClient.c: bugfix when alternates between numeric and
1477           text
1479 2002-04-29 Monday 02:01 UTC -- Neil Spring <nspring@cs.washington.edu>
1481         * wmbiff/: Client.h, ShellClient.c, charutil.c, charutil.h: lclint
1482           cleanups - strdup_ordie, some null annotations
1484 2002-04-27 Saturday 08:54 UTC -- Neil Spring <nspring@cs.washington.edu>
1486         * wmbiff/: Client.h, ShellClient.c, passwordMgr.c: cleanup to use
1487           grabCommandOutput in passwordMgr instead of duplicating the
1488           popen/fgets/pclose code
1490 2002-04-27 Saturday 08:29 UTC -- Neil Spring <nspring@cs.washington.edu>
1492         * wmbiff/: Client.h, Makefile.am, charutil.c, passwordMgr.c,
1493           passwordMgr.h, test_wmbiff.c: move passwordMgr testing to
1494           test_wmbiff.c; catch a small bug in handling empty passwords
1496 2002-04-27 Saturday 08:29 UTC -- Neil Spring <nspring@cs.washington.edu>
1498         * FromCVS.sh: apparently aclocal barfs when macros are defined both
1499           in the system directory and in a local copy.  semper fragile.
1501 2002-04-25 Thursday 20:28 UTC -- Neil Spring <nspring@cs.washington.edu>
1503         * README: add a note about gnutls version 0.3.5
1505 2002-04-25 Thursday 18:33 UTC -- Neil Spring <nspring@cs.washington.edu>
1507         * configure.in: hack attempt at supporting gnutls built locally
1509 2002-04-25 Thursday 17:31 UTC -- Neil Spring <nspring@cs.washington.edu>
1511         * ChangeLog, FromCVS.sh, autoconf/libgcrypt.m4,
1512           autoconf/libgnutls.m4: add m4 macros for libgcrypt and libgnutls
1513           to the repository, so that FromCVS can be run to regenerate
1514           configure.in, even on systems without gnutls.
1516 2002-04-20 Saturday 09:55 UTC -- Neil Spring <nspring@cs.washington.edu>
1518         * wmbiff/Makefile.am: correct a problem uncovered by sourceforge's
1519           compile farm
1521 2002-04-20 Saturday 09:27 UTC -- Neil Spring <nspring@cs.washington.edu>
1523         * wmbiff/ShellClient.c: BSD fix (no strndup, no sighandler_t)
1525 2002-04-20 Saturday 09:12 UTC -- Neil Spring <nspring@cs.washington.edu>
1527         * wmbiff/: LicqClient.c, mboxClient.c: move msgs=-1 assignment on
1528           failure to the common openMailbox()
1530 2002-04-20 Saturday 08:53 UTC -- Neil Spring <nspring@cs.washington.edu>
1532         * ChangeLog, configure.in, wmbiff/Client.h: update meta-information
1533           for prerelease 5
1535 2002-04-20 Saturday 08:51 UTC -- Neil Spring <nspring@cs.washington.edu>
1537         * wmbiff/Makefile.am: correct syntax for making a test program
1539 2002-04-20 Saturday 08:13 UTC -- Neil Spring <nspring@cs.washington.edu>
1541         * wmbiff/sample.wmbiffrc: finish deprecating
1543 2002-04-20 Saturday 08:12 UTC -- Neil Spring <nspring@cs.washington.edu>
1545         * wmbiff/: sample.wmbiffrc, wmbiffrc.5.in: document back-tick
1546           expansion, deprecate mbox style without mbox: prefix
1548 2002-04-20 Saturday 07:54 UTC -- Neil Spring <nspring@cs.washington.edu>
1550         * wmbiff/: Client.h, LicqClient.c, ShellClient.c, mboxClient.c:
1551           oops (indent)
1553 2002-04-20 Saturday 07:53 UTC -- Neil Spring <nspring@cs.washington.edu>
1555         * wmbiff/: LicqClient.c, mboxClient.c: refactor mailbox stat()'ting
1556           to reduce duplicated code and supprort backticks.
1558 2002-04-20 Saturday 07:52 UTC -- Neil Spring <nspring@cs.washington.edu>
1560         * wmbiff/ShellClient.c: refactor command execution code to support
1561           backtick foo expansion
1563 2002-04-20 Saturday 07:50 UTC -- Neil Spring <nspring@cs.washington.edu>
1565         * wmbiff/: Makefile.am, test_wmbiff.c: add tests for bbacktick
1566           expansion
1568 2002-04-20 Saturday 07:49 UTC -- Neil Spring <nspring@cs.washington.edu>
1570         * wmbiff/Client.h: ctime has become useless; new prototypes to
1571           handle backtick
1573 2002-04-16 Tuesday 07:37 UTC -- Neil Spring <nspring@cs.washington.edu>
1575         * ChangeLog, wmbiff/Client.h, wmbiff/Imap4Client.c,
1576           wmbiff/LicqClient.c, wmbiff/Pop3Client.c, wmbiff/mboxClient.c,
1577           wmbiff/passwordMgr.c, wmbiff/wmbiff.c: remove vestigial
1578           pc->open()
1580 2002-04-16 Tuesday 07:08 UTC -- Neil Spring <nspring@cs.washington.edu>
1582         * wmbiff/test-make.sh: unnecessary now that autoconf is involved
1584 2002-04-15 Monday 22:58 UTC -- Neil Spring <nspring@cs.washington.edu>
1586         * Makefile.am: dist the FAQ
1588 2002-04-15 Monday 21:19 UTC -- Neil Spring <nspring@cs.washington.edu>
1590         * wmgeneral/: Makefile.am, list.c, list.h, misc.c, misc.h,
1591           wmgeneral.c, wmgeneral.h: run make indent; also tolerate standard
1592           geometry string (dumping the dimensions provided)
1594 2002-04-15 Monday 21:06 UTC -- Neil Spring <nspring@cs.washington.edu>
1596         * wmbiff/wmbiff.c: bugfix to sigchld_handler (argh)
1598 2002-04-15 Monday 08:15 UTC -- Neil Spring <nspring@cs.washington.edu>
1600         * ChangeLog, Makefile.am, configure.in, wmbiff/Makefile.am,
1601           autoconf/Makefile.am: try to make the distcheck target work
1602           correctly.  voodoo.
1604 2002-04-15 Monday 08:14 UTC -- Neil Spring <nspring@cs.washington.edu>
1606         * FAQ: a little documentation
1608 2002-04-15 Monday 02:21 UTC -- Neil Spring <nspring@cs.washington.edu>
1610         * wmbiff/wmbiff.c: treat  all gicu messages as new (they're unread)
1612 2002-04-15 Monday 02:10 UTC -- Neil Spring <nspring@cs.washington.edu>
1614         * configure.in: chmod 0444 wmbiffrc.5 to remind me not to try to
1615           edit it.
1617 2002-04-15 Monday 02:09 UTC -- Neil Spring <nspring@cs.washington.edu>
1619         * wmbiff/wmbiffrc.5.in: document finger, changes to shell
1621 2002-04-15 Monday 01:58 UTC -- Neil Spring <nspring@cs.washington.edu>
1623         * wmbiff/: ShellClient.c, wmbiff.c: waitpid until done
1625 2002-04-15 Monday 01:48 UTC -- Neil Spring <nspring@cs.washington.edu>
1627         * configure.in: slightly nicer message
1629 2002-04-15 Monday 01:47 UTC -- Neil Spring <nspring@cs.washington.edu>
1631         * ChangeLog, configure.in, wmbiff/wmbiff-master-contrast.xpm:
1632           0.4.0pre4 - finger support, text from shell support, minor code
1633           reorganization
1635 2002-04-15 Monday 01:38 UTC -- Neil Spring <nspring@cs.washington.edu>
1637         * AUTHORS, README: add Andelko Horvat to the list of contributors,
1638           remove author list from README
1640 2002-04-15 Monday 01:30 UTC -- Neil Spring <nspring@cs.washington.edu>
1642         * wmbiff/test-wmbiffrc.shell: test finger as well
1644 2002-04-15 Monday 01:30 UTC -- Neil Spring <nspring@cs.washington.edu>
1646         * wmbiff/Client.h: TextStatus to hold a three-character status
1647           message
1649 2002-04-15 Monday 01:30 UTC -- Neil Spring <nspring@cs.washington.edu>
1651         * wmbiff/wmbiff.c: support TextString as status; factor
1652           blitMsgCounters as displayMsgCounters was starting to get ugly,
1653           add finger recipe to use ShellClient instead of a separate module
1655 2002-04-15 Monday 01:26 UTC -- Neil Spring <nspring@cs.washington.edu>
1657         * wmbiff/passwordMgr.c: use chomp to remove the newline from
1658           ssh-askpass output
1660 2002-04-15 Monday 01:26 UTC -- Neil Spring <nspring@cs.washington.edu>
1662         * wmbiff/: charutil.c, charutil.h: duplicate perl's chomp()
1664 2002-04-15 Monday 01:26 UTC -- Neil Spring <nspring@cs.washington.edu>
1666         * wmbiff/ShellClient.c: return sigchld to default hander before
1667           using popen; handle text input. Much complexity, I hope it's
1668           worth it.
1670 2002-04-15 Monday 01:25 UTC -- Neil Spring <nspring@cs.washington.edu>
1672         * wmbiff/wmbiff-master-led.xpm: support yellow text
1674 2002-04-15 Monday 01:24 UTC -- Neil Spring <nspring@cs.washington.edu>
1676         * wmbiff/Makefile.am: derive wmbiff-master-contrast.xpm from
1677           wmbiff-master-led.xpm
1679 2002-04-12 Friday 05:54 UTC -- Neil Spring <nspring@cs.washington.edu>
1681         * wmbiff/socket.c: extra debugging messages, to be in-line with our
1682           -debug to stdout philosophy
1684 2002-04-11 Thursday 21:39 UTC -- Jordi Mallach <jordi@sindominio.net>
1686         * autoconf/: install-sh, missing, mkinstalldirs: Shouldn't be in
1687           CVS...
1689 2002-04-11 Thursday 18:24 UTC -- Neil Spring <nspring@cs.washington.edu>
1691         * configure.in: attempt to fix Jordi's configure bug
1693 2002-04-11 Thursday 07:24 UTC -- Neil Spring <nspring@cs.washington.edu>
1695         * wmbiff/Pop3Client.c: APOP bugfix (unreleased bug)
1697 2002-04-09 Tuesday 07:52 UTC -- Neil Spring <nspring@cs.washington.edu>
1699         * ChangeLog, configure.in: bump version to 0.4.0pre3 - permissions
1700           checking for .wmbiffrc added.
1702 2002-04-09 Tuesday 07:47 UTC -- Neil Spring <nspring@cs.washington.edu>
1704         * Makefile.am: try to tell the difference between running make dist
1705           with cvs and missing cvs2cl (an error), and running make dist
1706           without cvs (which should be ok).
1708 2002-04-09 Tuesday 07:45 UTC -- Neil Spring <nspring@cs.washington.edu>
1710         * wmbiff/: LicqClient.c, maildirClient.c, mboxClient.c: some
1711           explicit casts to make compiling on non-linux a bit more
1712           warning-free
1714 2002-04-09 Tuesday 07:44 UTC -- Neil Spring <nspring@cs.washington.edu>
1716         * wmbiff/wmbiff.c: permissions checking for .wmbiffrc (if it
1717           exists), some minor cleanup associated with this.
1719 2002-04-09 Tuesday 07:43 UTC -- Neil Spring <nspring@cs.washington.edu>
1721         * wmbiff/Makefile.am: _DATA files don't get distributed, add the
1722           skins into extra_dist. automake can be confusing
1724 2002-04-08 Monday 09:35 UTC -- Neil Spring <nspring@cs.washington.edu>
1726         * configure.in, wmbiff/wmbiffrc.5, wmbiff/wmbiffrc.5.in:
1727           automatically generate wmbiffrc.5 based on the results of
1728           configure, so that the configure-time chosen defaults are
1729           accurately shown
1731 2002-04-07 Sunday 19:30 UTC -- Neil Spring <nspring@cs.washington.edu>
1733         * configure.in: don't try to configure gnutls if libz or libgdbm
1734           aren't installed
1736 2002-04-07 Sunday 19:30 UTC -- Neil Spring <nspring@cs.washington.edu>
1738         * FromCVS.sh: allow for automake 1.5's need for depcomp
1740 2002-04-07 Sunday 05:08 UTC -- Neil Spring <nspring@cs.washington.edu>
1742         * COPYING, ChangeLog, FromCVS.sh, INSTALL, Makefile.am,
1743           configure.in, autoconf/acconfig.h, autoconf/install-sh,
1744           autoconf/missing, autoconf/mkinstalldirs, maint/changelog-header,
1745           wmbiff/Client.h, wmbiff/Imap4Client.c, wmbiff/LicqClient.c,
1746           wmbiff/Makefile, wmbiff/Makefile.am, wmbiff/Pop3Client.c,
1747           wmbiff/charutil.h, wmbiff/maildirClient.c, wmbiff/mboxClient.c,
1748           wmbiff/tlsComm.c, wmbiff/wmbiff.c, wmgeneral/Makefile.am,
1749           wmgeneral/wmgeneral.c: use automake / autoconf; after checkout
1750           run ./FromCVS.sh
1752 2002-04-07 Sunday 03:23 UTC -- Neil Spring <nspring@cs.washington.edu>
1754         * AUTHORS: automake required file, duplicated from README
1756 2002-04-05 Friday 19:44 UTC -- Neil Spring <nspring@cs.washington.edu>
1758         * wmbiff/wmbiff-master-contrast.xpm: a first cut higher-contrast
1759           skin
1761 2002-04-05 Friday 19:43 UTC -- Neil Spring <nspring@cs.washington.edu>
1763         * wmbiff/: Makefile, sample.wmbiffrc, test-make.sh, wmbiff.c:
1764           askpass - invoke ssh-askpass to fill in passwords for IMAP
1765           servers; skin - dynamically load an .xpm background
1767 2002-04-05 Friday 19:42 UTC -- Neil Spring <nspring@cs.washington.edu>
1769         * wmbiff/wmbiffrc.5: documentation of askpass and skin
1771 2002-04-05 Friday 19:08 UTC -- Neil Spring <nspring@cs.washington.edu>
1773         * wmbiff/tlsComm.c: explicit handling of timeouts
1775 2002-04-05 Friday 19:02 UTC -- Neil Spring <nspring@cs.washington.edu>
1777         * wmbiff/passwordMgr.c: askpass having a space in it is an INFO,
1778           not an ERR.
1780 2002-04-04 Thursday 08:51 UTC -- Neil Spring <nspring@cs.washington.edu>
1782         * wmbiff/: Client.h, Imap4Client.c, Makefile, Pop3Client.c,
1783           passwordMgr.c, passwordMgr.h, sample.wmbiffrc, test-make.sh:
1784           interactive password prompting support for imap - leave password
1785           in the : format blank to use
1787 2002-03-26 Tuesday 16:30 UTC -- Jordi Mallach <jordi@sindominio.net>
1789         * ChangeLog, wmbiff/Makefile: Released WMBiff 0.3.8.
1791 2002-03-18 Monday 09:47 UTC -- Neil Spring <nspring@cs.washington.edu>
1793         * wmgeneral/wmgeneral.h: un-shadow index
1795 2002-03-18 Monday 09:46 UTC -- Neil Spring <nspring@cs.washington.edu>
1797         * wmgeneral/wmgeneral.c: un-shadow a global variable
1799 2002-03-14 Thursday 08:51 UTC -- Neil Spring <nspring@cs.washington.edu>
1801         * README: correct and expand upon crypto instructions
1803 2002-03-12 Tuesday 23:53 UTC -- Neil Spring <nspring@cs.washington.edu>
1805         * wmbiff/: Client.h, Imap4Client.c, Pop3Client.c, ShellClient.c,
1806           tlsComm.c: fixed misunderstanding of the use of ## in macros with
1807           strings - the compiler does the concatenation, not the
1808           preprocessor
1810 2002-03-11 Monday 00:11 UTC -- Neil Spring <nspring@cs.washington.edu>
1812         * wmbiff/tlsComm.c: slightly better message on expect failure
1814 2002-03-09 Saturday 08:50 UTC -- Neil Spring <nspring@cs.washington.edu>
1816         * wmbiff/ShellClient.c: debug messages cleanup; start handling
1817           pclose errors; remove open() function pointer assignment;
1818           #include fix
1820 2002-03-09 Saturday 08:03 UTC -- Neil Spring <nspring@cs.washington.edu>
1822         * wmgeneral/: list.h, wmgeneral.c: minor warning cleanups
1824 2002-03-08 Friday 19:26 UTC -- Neil Spring <nspring@cs.washington.edu>
1826         * README: credit Ben
1828 2002-03-07 Thursday 22:20 UTC -- Neil Spring <nspring@cs.washington.edu>
1830         * wmbiff/ShellClient.c: fix error return status (ben's 'lil' patch)
1832 2002-03-07 Thursday 07:04 UTC -- Neil Spring <nspring@cs.washington.edu>
1834         * wmbiff/ShellClient.c: appropriate credits
1836 2002-03-06 Wednesday 18:01 UTC -- Neil Spring <nspring@cs.washington.edu>
1838         * wmbiff/ShellClient.c: fix my sloppy mistake in shell path parsing
1840 2002-03-06 Wednesday 07:59 UTC -- Neil Spring <nspring@cs.washington.edu>
1842         * wmbiff/ShellClient.c: misplaced string.h
1844 2002-03-06 Wednesday 07:59 UTC -- Neil Spring <nspring@cs.washington.edu>
1846         * wmbiff/wmbiff.c: rename in Read_Config_File for more 'index'
1847           purging
1849 2002-03-06 Wednesday 07:44 UTC -- Neil Spring <nspring@cs.washington.edu>
1851         * wmbiff/ShellClient.c: fix a potential file descriptor leak
1853 2002-03-06 Wednesday 07:15 UTC -- Neil Spring <nspring@cs.washington.edu>
1855         * wmbiff/: Client.h, Makefile, ShellClient.c, mboxClient.c,
1856           sample.wmbiffrc, test-wmbiffrc.shell, wmbiff.1, wmbiff.c,
1857           wmbiffrc.5: Draft shell command and gnomeicu support from Benoît
1858           Rouits with minor modifications 1) implement gicu using the shell
1859           module rather than as a separate module, 2) edit Ben's shell
1860           format to have extra colons for extensibility, 3) add some extra
1861           error checking in the shell method.  I also added a test wmbiffrc
1862           that can be used to verify that the gicu and shell methods
1863           "work".
1865 2002-03-05 Tuesday 05:02 UTC -- Dwayne C. Litzenberger <dlitz@dlitz.net>
1867         * wmbiff/maildirClient.c: cosmetic changes
1869 2002-03-04 Monday 06:57 UTC -- Neil Spring <nspring@cs.washington.edu>
1871         * wmbiff/mboxClient.c: convert a lingering fprintf to DM
1873 2002-03-02 Saturday 23:25 UTC -- Neil Spring <nspring@cs.washington.edu>
1875         * wmbiff/: Imap4Client.c, Makefile, wmbiff.c: a little -Wshadow and
1876           -Wcast-qual cleanup (or, eliminate the use of 'index' as a
1877           variable name)
1879 2002-03-02 Saturday 22:38 UTC -- Neil Spring <nspring@cs.washington.edu>
1881         * wmbiff/Client.h: add preprocessor define to handle portability of
1882           __attribute__ tag to non-gcc compilers (untested)
1884 2002-03-02 Saturday 06:42 UTC -- Neil Spring <nspring@cs.washington.edu>
1886         * wmbiff/tlsComm.c: indent run (oops)
1888 2002-03-02 Saturday 06:41 UTC -- Neil Spring <nspring@cs.washington.edu>
1890         * wmbiff/: Pop3Client.c, Imap4Client.c: minor reorganization of
1891           gcrypt-needing authentication schemes
1893 2002-03-02 Saturday 06:39 UTC -- Neil Spring <nspring@cs.washington.edu>
1895         * wmbiff/tlsComm.c: attribute tags for warning cleanup w/o gnutls
1897 2002-03-02 Saturday 06:36 UTC -- Neil Spring <nspring@cs.washington.edu>
1899         * wmbiff/wmbiff.c: gcc attribute tags, minor debug message cleanup
1901 2002-03-02 Saturday 06:31 UTC -- Neil Spring <nspring@cs.washington.edu>
1903         * wmbiff/Makefile: rearrange which compiler warnings are implied by
1904           DEBUG
1906 2002-03-02 Saturday 05:58 UTC -- Neil Spring <nspring@cs.washington.edu>
1908         * wmbiff/Client.h: use off_t instead of size_t in Licq and Maildir
1909           for file sizes from stat()
1911 2002-03-02 Saturday 05:50 UTC -- Neil Spring <nspring@cs.washington.edu>
1913         * wmbiff/tlsComm.c: bugfix to support compilation without crypto
1915 2002-03-01 Friday 11:58 UTC -- Jordi Mallach <jordi@sindominio.net>
1917         * wmbiff/wmbiff.c: Added -debug to help text.  Removed Gennady's
1918           mail address and added our devel list.
1920 2002-03-01 Friday 11:28 UTC -- Jordi Mallach <jordi@sindominio.net>
1922         * wmbiff/Makefile: Fixed install rule in Makefile.
1924 2002-03-01 Friday 08:41 UTC -- Neil Spring <nspring@cs.washington.edu>
1926         * wmbiff/: Client.h, Imap4Client.c, LicqClient.c, Makefile,
1927           Pop3Client.c, maildirClient.c, mboxClient.c, tlsComm.c,
1928           tlsComm.h, wmbiff.1, wmbiff.c, wmbiffrc.5: Replaced DEBUG_x
1929           preprocessor defines with a -debug option and debug configuration
1930           keyword.  Replaced most debugging messages with a DM (debug
1931           message) macro.  Removed gnutls version 0.2.x support.  Added
1932           troubleshooting section to man page.
1934 2002-02-03 Sunday 22:48 UTC -- Jordi Mallach <jordi@sindominio.net>
1936         * ChangeLog: Released WMBiff 0.3.7.
1938 2002-02-03 Sunday 22:43 UTC -- Jordi Mallach <jordi@sindominio.net>
1940         * wmbiff/Makefile: Bumped WMBIFF_VERSION to 0.3.7.
1942 2002-02-02 Saturday 18:04 UTC -- Jordi Mallach <jordi@sindominio.net>
1944         * wmbiff/: Client.h, Imap4Client.c, Makefile, Pop3Client.c,
1945           charutil.h: Makefile fixes from Simon L. Nielsen, which help
1946           building wmbiff in FreeBSD.  Fixed the previous IMAP regex patch.
1948 2002-01-27 Sunday 20:20 UTC -- Jordi Mallach <jordi@sindominio.net>
1950         * ChangeLog, maint/changelog.sed, maint/prerelease.sh: Some fixes
1951           for the maint scripts.
1953 2002-01-27 Sunday 19:59 UTC -- Jordi Mallach <jordi@sindominio.net>
1955         * ChangeLog: Released WMBiff 0.3.6.
1957 2002-01-27 Sunday 19:56 UTC -- Jordi Mallach <jordi@sindominio.net>
1959         * wmbiff/Imap4Client.c: Indent fixes.
1961 2002-01-27 Sunday 19:52 UTC -- Jordi Mallach <jordi@sindominio.net>
1963         * wmbiff/Makefile: Bump WMBIFF_VERSION to 0.3.6.
1965 2002-01-27 Sunday 12:46 UTC -- Jordi Mallach <jordi@sindominio.net>
1967         * README, wmbiff/Imap4Client.c, wmbiff/Makefile, wmbiff/wmbiffrc.5:
1968           Alternate regex for imap/imaps which allows "@" in passwords.
1969           Fix to correctly handle the auth list in imap.  Patch from David
1970           Smith <davidsmith@acm.org>.
1972 2002-01-14 Monday 01:51 UTC -- Jordi Mallach <jordi@sindominio.net>
1974         * ChangeLog: Released WMBiff 0.3.5.
1976 2002-01-14 Monday 01:50 UTC -- Jordi Mallach <jordi@sindominio.net>
1978         * wmbiff/Makefile: Bump WMBIFF_VERSION to 0.3.5.
1980 2002-01-12 Saturday 19:18 UTC -- Neil Spring <nspring@cs.washington.edu>
1982         * wmbiff/Imap4Client.c: quote patch from Nick Mitchell, ref debian
1983           #128863
1985 2002-01-12 Saturday 06:17 UTC -- Neil Spring <nspring@cs.washington.edu>
1987         * wmbiff/tlsComm.c: debugging for gnutls3
1989 2002-01-12 Saturday 05:50 UTC -- Neil Spring <nspring@cs.washington.edu>
1991         * wmbiff/Makefile: clarify what to do with gnutls version define
1993 2002-01-12 Saturday 05:30 UTC -- Neil Spring <nspring@cs.washington.edu>
1995         * wmbiff/: Makefile, charutil.c, tlsComm.c: update for the
1996           interface change in gnutls 0.3.0
1998 2001-11-23 Friday 15:57 UTC -- Jordi Mallach <jordi@sindominio.net>
2000         * ChangeLog: Released WMBiff 0.3.4.
2002 2001-11-23 Friday 15:55 UTC -- Jordi Mallach <jordi@sindominio.net>
2004         * wmbiff/Makefile: Bumped version to 0.3.4, and release.
2006 2001-11-23 Friday 15:53 UTC -- Jordi Mallach <jordi@sindominio.net>
2008         * ChangeLog, wmbiff/sample.wmbiffrc: Doc updates for 0.3.4.
2010 2001-11-16 Friday 07:11 UTC -- Neil Spring <nspring@cs.washington.edu>
2012         * wmbiff/: Imap4Client.c, Pop3Client.c, charutil.c: regexes limit
2013           password and username to 32 characters
2015 2001-11-16 Friday 06:08 UTC -- Neil Spring <nspring@cs.washington.edu>
2017         * wmgeneral/: wmgeneral.c, wmgeneral.h: -Wwrite-strings cleanliness
2019 2001-11-16 Friday 01:13 UTC -- Neil Spring <nspring@cs.washington.edu>
2021         * wmbiff/: Client.h, Imap4Client.c, Makefile, Pop3Client.c,
2022           charutil.c: rewrite of authentication code to a) allow users to
2023           specify authentication type, b) fall back to other authentication
2024           methods when hash-based authentication fails (because not
2025           everybody uses the cleartext password file) c) fix debug messages
2027 2001-11-16 Friday 00:40 UTC -- Neil Spring <nspring@cs.washington.edu>
2029         * wmbiff/charutil.h: regex helpers common to pop3 and imap4 clients
2030           extracted and moved here
2032 2001-11-16 Friday 00:40 UTC -- Neil Spring <nspring@cs.washington.edu>
2034         * wmbiff/: tlsComm.c, tlsComm.h: blacklist and debugging updates
2035           for gnutls 0.2.10 and DM macro
2037 2001-11-16 Friday 00:39 UTC -- Neil Spring <nspring@cs.washington.edu>
2039         * wmbiff/wmbiffrc.5: authentication method list, reduced
2040           indentation to fit screen better
2042 2001-11-16 Friday 00:38 UTC -- Neil Spring <nspring@cs.washington.edu>
2044         * wmbiff/wmbiff-master-led.xpm: made pixmap const char
2046 2001-11-16 Friday 00:37 UTC -- Neil Spring <nspring@cs.washington.edu>
2048         * wmbiff/wmbiff.c: -Wwrite-strings cleanliness
2050 2001-11-02 Friday 08:53 UTC -- Neil Spring <nspring@cs.washington.edu>
2052         * wmbiff/: Imap4Client.c, wmbiff.c, wmbiffrc.5: Prefer "imaps"
2053           instead of "sslimap" (sslimap is still supported, but imaps is
2054           documented, and a better name).
2056 2001-11-02 Friday 08:48 UTC -- Neil Spring <nspring@cs.washington.edu>
2058         * wmbiff/tlsComm.c: Small debugging message to help if a connection
2059           ends unexpectedly.
2061 2001-10-29 Monday 13:57 UTC -- Jordi Mallach <jordi@sindominio.net>
2063         * ChangeLog: Released WMBiff 0.3.3.
2065 2001-10-29 Monday 13:54 UTC -- Jordi Mallach <jordi@sindominio.net>
2067         * wmbiff/: Imap4Client.c, wmbiff.c: Indent run.
2069 2001-10-28 Sunday 23:32 UTC -- Jordi Mallach <jordi@sindominio.net>
2071         * ChangeLog, README, wmbiff/Makefile, wmbiff/sample.wmbiffrc:
2072           Preparation for 0.3.3.  Documentation updates.
2074 2001-10-28 Sunday 22:22 UTC -- Neil Spring <nspring@cs.washington.edu>
2076         * wmbiff/wmbiff.c: Bugfix: initialize libgcrypt properly before
2077           cram-md5 (or probably apop) authentication.
2079 2001-10-24 Wednesday 15:35 UTC -- Jordi Mallach <jordi@sindominio.net>
2081         * maint/changelog.sed: Added Neil to the sed script.
2083 2001-10-23 Tuesday 21:14 UTC -- Neil Spring <nspring@cs.washington.edu>
2085         * wmbiff/Imap4Client.c: error check just in case sighup patch is
2086           applied
2088 2001-10-23 Tuesday 18:35 UTC -- Jordi Mallach <jordi@sindominio.net>
2090         * ChangeLog: Released WMBiff 0.3.2.
2092 2001-10-23 Tuesday 18:33 UTC -- Jordi Mallach <jordi@sindominio.net>
2094         * wmbiff/Makefile: Bump WMBIFF_VERSION to 0.3.2.
2096 2001-10-05 Friday 16:10 UTC -- Jordi Mallach <jordi@sindominio.net>
2098         * wmbiff/Makefile: Changed order of additions to LIBS and
2099           EXTRAFLAGS, removed extra WMBIFF_VERSION definition.
2101 2001-10-04 Thursday 09:50 UTC -- Jordi Mallach <jordi@sindominio.net>
2103         * README, wmbiff/Client.h, wmbiff/Imap4Client.c,
2104           wmbiff/LicqClient.c, wmbiff/Makefile, wmbiff/Pop3Client.c,
2105           wmbiff/charutil.c, wmbiff/charutil.h, wmbiff/maildirClient.c,
2106           wmbiff/mboxClient.c, wmbiff/socket.c, wmbiff/tlsComm.c,
2107           wmbiff/tlsComm.h, wmbiff/wmbiff.1, wmbiff/wmbiff.c,
2108           wmbiff/wmbiffrc.5: * Big patch from Neil Spring which adds lots
2109           of crypto support to WMBiff.  * WMBiff can now speak IMAP over
2110           TLS and CRAM-MD5, and APOP using libgcrypt.  * Known problems:
2111           - gnutls is being developed still, so it may have security
2112           related bugs.    - A bug in gnutls (a too-small buffer) may cause
2113           problems      in the parsing of openssl certificates. This should
2114           be fixed by gnutls      soon, hopefully. Added error messages if
2115           this bug is tickled. If you've      got problems with IMAP SSL,
2116           please try upgrading gnutls. If the problem      persists, let us
2117           know.    - IMAP has totally been rewritten, so bugs may crop up.
2118           - Pop3 hasn't been rewritten to use the TLS primitives, though
2119           it probably      could be if someone wanted to.  * There's a new
2120           interface for reading and writing to the socket in
2121           tlsComm.[ch].  This makes the IMAP code somewhat independent of
2122           whether   ssl is used, and provides nicer primitives to help skip
2123           'informational'   messages.  * WITH_TLS and WITH_GCRYPT are
2124           on-by-default in the Makefile.  TLS   applies to encryption,
2125           GCRYPT to cram-md5 and apop authentication.    Since gnutls
2126           depends on libgcrypt anyway, these probably don't need to be
2127           independent.  Some compile warnings may be generated when these
2128           are    disabled.  * Added code to optionally include dmalloc.h
2129           and link -ldmalloc. This   doesn't do anything at the moment, but
2130           shouldn't hurt. It's off-by-default.  * IMAP connections are now
2131           persistent.  persistent.  This is to cut down on   the need to
2132           re-negotiate an SSL connection every time you want to check
2133           mail. It tries to use just one connection per
2134           (server/username/password/port   number), which means multiple
2135           mailboxes need only one connection.  * There are a handful of
2136           lclint (http://lclint.cs.virginia.edu) annotations   in
2137           tlsComm.[ch]. These should also not hurt anyone, and are meant to
2138           keep   the signal to noise ratio of lclint high.  * The rewritten
2139           IMAP code uses the GNU regex library to handle the
2140           configuration line.  I think its clearer than the cascading
2141           strtok()   solution, but the regex might not be perfect.  *
2142           Removed an unnecessary "inline" keyword from charutil.h.  * Added
2143           a TODO document with the bits that are missing from the picture.
2144           * Please bow in awe at NAKAYAMA Takao, Jay T. Francis and
2145           specially   Neil Spring for all of this.
2147 2001-10-04 Thursday 09:21 UTC -- Jordi Mallach <jordi@sindominio.net>
2149         * wmbiff/ApopClient.c: Removed unneeded Apop support code, now
2150           integrated in Neil and Jay's patch.
2152 2001-10-04 Thursday 09:00 UTC -- Jordi Mallach <jordi@sindominio.net>
2154         * maint/changelog.sed: Added my other SF account, which I intend to
2155           use now.
2157 2001-10-04 Thursday 08:54 UTC -- Jordi Mallach <jordi@sindominio.net>
2159         * ChangeLog, README, wmbiff/Client.h, wmbiff/Makefile,
2160           wmbiff/sample.wmbiffrc, wmbiff/wmbiff.1, wmbiff/wmbiff.c,
2161           wmbiff/wmbiffrc.5: Backed out hoehoe's patch, preparing to apply
2162           Neil's.
2164 2001-09-24 Monday 11:58 UTC -- Jordi Mallach <jordi@sindominio.net>
2166         * ChangeLog, README, wmbiff/ApopClient.c, wmbiff/Client.h,
2167           wmbiff/Makefile, wmbiff/sample.wmbiffrc, wmbiff/wmbiff.1,
2168           wmbiff/wmbiff.c, wmbiff/wmbiffrc.5: Added APOP support, patch
2169           from NAKAYAMA Takao <hoehoe@wakaba.jp>.  Fixed some bits of the
2170           manpage (Jordi) Bumped version to 0.3.2.
2172 2001-09-24 Monday 11:56 UTC -- Jordi Mallach <jordi@sindominio.net>
2174         * maint/prerelease.sh: Removed -t to cvs2cl invocation, to make
2175           cleaner ChangeLogs.
2177 2001-06-24 Sunday 18:17 UTC -- Jordi Mallach <jordi@sindominio.net>
2179         * ChangeLog: Released wmbiff 0.3.1.
2181 2001-06-24 Sunday 18:08 UTC -- Jordi Mallach <jordi@sindominio.net>
2183         * ChangeLog, README: Removed duplicate entry for Vladimir Popov in
2184           README.
2186 2001-06-23 Saturday 00:09 UTC -- Jordi Mallach <jordi@sindominio.net>
2188         * wmbiff/Imap4Client.c: Imap fix from Rob Funk
2190 2001-06-23 Saturday 00:07 UTC -- Jordi Mallach <jordi@sindominio.net>
2192         * ChangeLog, maint/changelog.sed, maint/prerelease.sh: Renamed
2193           CHANGES to ChangeLog and RELEASE-NOTES to NEWS, modified release
2194           scripts accordingly. Added Mark to the sed file.
2196 2001-06-22 Friday 23:55 UTC -- Jordi Mallach <jordi@sindominio.net>
2198         * CHANGES, RELEASE-NOTES: Renamed to NEWS and ChangeLog
2200 2001-06-19 Tuesday 03:52 UTC -- Dwayne C. Litzenberger <dlitz@dlitz.net>
2202         * CHANGES, maint/prerelease.sh: * Whoops!  Messed up CVS expansion
2203           in maint/prerelease.sh.  Fixed it.  * Also changed
2204           maint/prerelease.sh a bit.
2206 2001-06-19 Tuesday 03:38 UTC -- Dwayne C. Litzenberger <dlitz@dlitz.net>
2208         * CHANGES, ChangeLog, README, RELEASE-NOTES, maint/changelog.sed,
2209           maint/prerelease.sh, wmbiff/Client.h, wmbiff/Imap4Client.c,
2210           wmbiff/LicqClient.c, wmbiff/Makefile, wmbiff/Pop3Client.c,
2211           wmbiff/charutil.c, wmbiff/charutil.h, wmbiff/maildirClient.c,
2212           wmbiff/mboxClient.c, wmbiff/sample.wmbiffrc, wmbiff/socket.c,
2213           wmbiff/wmbiff.1, wmbiff/wmbiff.c, wmbiff/wmbiffrc.5: * Another
2214           big patch that mucks with everything.  I probably deserve to be
2215           flamed for this practice.  Feel free... :-) * Added
2216           maint/prerelease.sh script.  Run it before making any releases.
2217           * Added maint/changelog.sed.  Add your SourceForge userid here.
2218           * Moved ChangeLog to RELEASE-NOTES (see below).  * Added a new
2219           file, CHANGES (created by maint/prerelease.sh) that tabulates
2220           all the CVS changes.  * Added "distclean" to wmbiff/Makefile.  *
2221           Added CVS Id$ to all the files in wmbiff/ .  * I reformatted ths
2222           changelog, again.  I hope this is the last time I need   to do
2223           this.  The CVS logs should be used for all changes, and this file
2224           should by updated for user-visible changes only, from now on.
2225           (Dwayne C. Litzenberger)  * Updated the README to reflect that
2226           Gennady Belyakov died right after releasing   wmBiff 0.2.  May
2227           your soul rest in peace, Gennady.  (Dwayne C. Litzenberger)
2229 2001-06-16 Saturday 01:02 UTC -- Jordi Mallach <jordi@sindominio.net>
2231         * ChangeLog, wmbiff/Makefile, wmbiff/sample.wmbiffrc,
2232           wmbiff/wmbiff.c: An FHS fix for wmbiff.c and use $(CC) in the
2233           Makefile
2235 2001-05-17 Thursday 04:22 UTC -- Dwayne C. Litzenberger <dlitz@dlitz.net>
2237         * ChangeLog, wmbiff/Makefile, wmbiff/charutil.c: Committing Mark
2238           Hurley's patch
2240 2001-05-16 Wednesday 10:48 UTC -- Jordi Mallach <jordi@sindominio.net>
2242         * ChangeLog, README: Updated some obsolete info in README
2244 2001-05-11 Friday 15:04 UTC -- Jordi Mallach <jordi@sindominio.net>
2246         * ChangeLog, wmbiff/Imap4Client.c, wmbiff/Makefile,
2247           wmbiff/charutil.c, wmbiff/charutil.h, wmbiff/wmbiff.c: Mark's
2248           wmbiffrc parsing fix, small Makefile changes and bump version to
2249           0.3.0.
2251 2001-05-11 Friday 14:49 UTC -- Jordi Mallach <jordi@sindominio.net>
2253         * wmbiff/Makefile: Uncommitted stuff to deal with the removal of
2254           the xmp link
2256 2001-05-04 Friday 11:01 UTC -- Jordi Mallach <jordi@sindominio.net>
2258         * ChangeLog, wmbiff/Makefile: Updated Changelog and Makefile for
2259           0.2r.
2261 2001-05-01 Tuesday 16:11 UTC -- Jordi Mallach <jordi@sindominio.net>
2263         * README.licq, ChangeLog, README, wmgeneral/list.c,
2264           wmgeneral/list.h, wmgeneral/misc.c, wmgeneral/misc.h,
2265           wmgeneral/wmgeneral.h, wmbiff/socket.c, wmgeneral/wmgeneral.c,
2266           wmbiff/Imap4Client.c, wmbiff/Makefile, wmbiff/mboxClient.c,
2267           wmbiff/sample.wmbiffrc, wmbiff/wmbiff.1, wmbiff/wmbiff.c,
2268           wmbiff/wmbiff-master-led.xpm, wmbiff/Client.h,
2269           wmbiff/LicqClient.c, wmbiff/Pop3Client.c, wmbiff/maildirClient.c,
2270           wmbiff/wmbiffrc.5: Initial import to SourceForge, version
2271           0.2q1+Debian
2273 2001-05-01 Tuesday 16:11 UTC -- Jordi Mallach <jordi@sindominio.net>
2275         * README.licq, ChangeLog, README, wmgeneral/list.c,
2276           wmgeneral/list.h, wmgeneral/misc.c, wmgeneral/misc.h,
2277           wmgeneral/wmgeneral.h, wmbiff/socket.c, wmgeneral/wmgeneral.c,
2278           wmbiff/Imap4Client.c, wmbiff/Makefile, wmbiff/mboxClient.c,
2279           wmbiff/sample.wmbiffrc, wmbiff/wmbiff.1, wmbiff/wmbiff.c,
2280           wmbiff/wmbiff-master-led.xpm, wmbiff/Client.h,
2281           wmbiff/LicqClient.c, wmbiff/Pop3Client.c, wmbiff/maildirClient.c,
2282           wmbiff/wmbiffrc.5: Initial revision