wmbattery: Bump to version 2.50.
[dockapps.git] / wmbiff / ChangeLog
blob427132630707432a7100dd4eea37250da8cdf8a0
1 2014-11-07  Doug Torrance <dtorrance@monmouthcollege.edu>
3         * wmbiff/Makefile.am: Remove sourceforgeupload target from
4         Makefile; no longer needed.
6 2014-11-07  Doug Torrance <dtorrance@monmouthcollege.edu>
8         * wmbiff/README, wmbiff/configure.ac,
9         wmbiff/wmbiff/sample.wmbiffrc, wmbiff/wmbiff/wmbiff.1:
10         Update email address.
12 2014-11-07  Doug Torrance <dtorrance@monmouthcollege.edu>
14         * wmbiff/wmbiff/Imap4Client.c, wmbiff/wmbiff/Pop3Client.c:
15         Use PACKAGE_BUGREPORT instead of hardcoding address.
17 2014-11-07  Doug Torrance <dtorrance@monmouthcollege.edu>
19         * wmbiff/FAQ: Update FAQ.
21 2014-11-05  Doug Torrance <dtorrance@monmouthcollege.edu>
23         * wmbiff/wmbiff/tlsComm.c, wmbiff/wmbiff/tlsComm.h: Fix cast
24         to pointer from integer of different size compiler warning.
26 2014-11-05  Doug Torrance <dtorrance@monmouthcollege.edu>
28         * wmbiff/wmbiff/gnutls-common.c, wmbiff/wmbiff/gnutls-common.h,
29         wmbiff/wmbiff/tlsComm.c: Fix compiler warnings from
30         deprecated gnutls types.
32 2014-11-05  Doug Torrance <dtorrance@monmouthcollege.edu>
34         * wmbiff/wmbiff/wmbiff.1, wmbiff/wmbiff/wmbiffrc.5.in: Fix
35         manpages.  In particular, fix spelling-error-in-manpage,
36         hyphen-used-as-minus-sign, and manpage-has-errors-from-man Lintian
37         warnings from the Debian package.
39 2014-11-05  Doug Torrance <dtorrance@monmouthcollege.edu>
41         * wmbiff/configure.ac: Remove arguments to AM_INIT_AUTOMAKE
42         in configure.ac.  This patch serves two purposes:
43         - Avoid a " AM_INIT_AUTOMAKE: two- and three-arguments forms are
44           deprecated" warning when running autoreconf.
45         - Fix "syntax error near unexpected token" when running configure.
47 2014-11-05  Doug Torrance <dtorrance@monmouthcollege.edu>
49         * wmbiff/INSTALL: Remove INSTALL; automatically generated by
50         autotools.
52 2014-11-04  Doug Torrance <dtorrance@monmouthcollege.edu>
54         * wmbiff/wmgeneral/wmgeneral.h: Increase number of actions
55         to 40.  Patch by Alberto Morales <amd77@gulic.org>.
56         For more information, see:
57         https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589408
59 2014-11-04  Doug Torrance <dtorrance@monmouthcollege.edu>
61         * wmbiff/wmbiff/Client.h, wmbiff/wmbiff/Imap4Client.c: Allow
62         usernames with more than 32 characters.
63         Patch by Tommaso Parisi <tommasop.ml@libero.it>.
64         For more information, see:
65         https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=626393
67 2014-11-04  Doug Torrance <dtorrance@monmouthcollege.edu>
69         * wmbiff/wmbiff/socket.c: Fix connection leak.
70         Patch by Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>.
71         For more information, see:
72         https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=663876
74 2014-11-04  Doug Torrance <dtorrance@monmouthcollege.edu>
76         * wmbiff/scripts/security.debian.rb: Fix security.debian.rb
77         script.
78         Patch by Lothar Ketterer <lketterer@users.sourceforge.net>
79         For more information, see:
80         https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=525749
82 2014-11-04  Doug Torrance <dtorrance@monmouthcollege.edu>
84         * wmbiff/wmbiff/gnutls-common.c: Remove LZO compression.
85         GnuTLS LZO support was removed in version 3.0.0.  Based on the patch
86         by Andreas Metzler <ametzler@debian.org>:
87         http://sources.debian.net/src/wmbiff/0.4.27-2.3/debian/patches/15_no_more_LZO.diff/
88         For more information, see:
89         https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638736
91 2014-10-05  Doug Torrance <dtorrance@monmouthcollege.edu>
93         * wmbiff/AUTHORS, wmbiff/FAQ, wmbiff/Makefile.am, wmbiff/NEWS,
94         wmbiff/README, wmbiff/TODO, wmbiff/autoconf/Makefile.am,
95         wmbiff/configure.ac, wmbiff/scripts/security.debian.rb,
96         wmbiff/wmbiff/Client.h, wmbiff/wmbiff/Imap4Client.c,
97         wmbiff/wmbiff/Makefile.am, wmbiff/wmbiff/Pop3Client.c,
98         wmbiff/wmbiff/ShellClient.c, wmbiff/wmbiff/charutil.c,
99         wmbiff/wmbiff/charutil.h, wmbiff/wmbiff/gnutls-common.c,
100         wmbiff/wmbiff/maildirClient.c, wmbiff/wmbiff/mboxClient.c,
101         wmbiff/wmbiff/passwordMgr.c, wmbiff/wmbiff/sample.wmbiffrc,
102         wmbiff/wmbiff/socket.c, wmbiff/wmbiff/test_wmbiff.c,
103         wmbiff/wmbiff/tlsComm.c, wmbiff/wmbiff/tlsComm.h,
104         wmbiff/wmbiff/wmbiff.1, wmbiff/wmbiff/wmbiff.c,
105         wmbiff/wmbiff/wmbiffrc.5.in, wmbiff/wmgeneral/Makefile.am,
106         wmbiff/wmgeneral/misc.c, wmbiff/wmgeneral/wmgeneral.c: Remove
107         trailing whitespace.
109 2013-04-08  Gabriel VLASIU <gabriel@vlasiu.net>
111         * wmbiff/wmbiff/Makefile.am, wmbiff/wmbiff/mboxClient.c,
112         wmbiff/wmbiff/wmbiff-classic-master-led.xpm,
113         wmbiff/wmbiff/wmbiff.1, wmbiff/wmbiff/wmbiff.c: Enable classic mode.
115 2013-04-08  Gabriel VLASIU <gabriel@vlasiu.net>
117         * wmbiff/configure.ac, wmbiff/wmbiff/Imap4Client.c,
118         wmbiff/wmbiff/Pop3Client.c, wmbiff/wmbiff/gnutls-common.c,
119         wmbiff/wmbiff/test_tlscomm.c, wmbiff/wmbiff/test_wmbiff.c,
120         wmbiff/wmbiff/tlsComm.c, wmbiff/wmbiff/wmbiff.c,
121         wmbiff/wmbiff/wmbiffrc.5.in: Update gnutls code (require at least
122         2.2.0).
124 2013-04-08  Gabriel VLASIU <gabriel@vlasiu.net>
126         * wmbiff/wmbiff/wmbiff.1: Remove gnomeicu from wmbif's manual.
128 2013-04-04  Gabriel VLASIU <gabriel@vlasiu.net>
130         * wmbiff/wmgeneral/wmgeneral.c: Fix segfault when -display
131         or -geometry argument is missing.
133 2013-04-04  Gabriel VLASIU <gabriel@vlasiu.net>
135         * wmbiff/wmbiff/wmbiff.c: Free memory when using a custom
136         skin.
138 2013-04-04  Gabriel VLASIU <gabriel@vlasiu.net>
140         * wmbiff/wmbiff/wmbiff.c: Fix wmbiff restart.
142 2013-04-04  Gabriel VLASIU <gabriel@vlasiu.net>
144         * wmbiff/wmbiff/gnutls-common.c: More gnutls casts.
146 2013-04-04  Gabriel VLASIU <gabriel@vlasiu.net>
148         * wmbiff/wmbiff/wmbiff.c, wmbiff/wmgeneral/wmgeneral.c: Fix
149         memory leaks pointed out by valgrind.
151 2013-04-04  Gabriel VLASIU <gabriel@vlasiu.net>
153         * wmbiff/wmgeneral/Makefile.am, wmbiff/wmgeneral/list.c,
154         wmbiff/wmgeneral/list.h, wmbiff/wmgeneral/misc.c: Remove
155         unused files.
157 2013-04-03  Gabriel VLASIU <gabriel@imhotep.timteh.com>
159         * wmbiff/wmbiff/wmbiff.c: XKeycodeToKeysym is deprecated.
161 2013-04-03  Gabriel VLASIU <gabriel@imhotep.timteh.com>
163         * wmbiff/wmbiff/wmbiff.c: Remove unused variable.
165 2013-04-03  Gabriel VLASIU <gabriel@vlasiu.net>
167         * wmbiff/wmbiff/gnutls-common.c, wmbiff/wmbiff/test_wmbiff.c,
168         wmbiff/wmbiff/tlsComm.c: Fix signedness and/or cast.
170 2013-04-03  Gabriel VLASIU <gabriel@imhotep.timteh.com>
172         * wmbiff/wmbiff/Pop3Client.c: comparison between pointer and
173         integer.
175 2013-04-03  Gabriel VLASIU <gabriel@vlasiu.net>
177         * wmbiff/wmbiff/test_tlscomm.c: Add missing include.
179 2013-04-03  Gabriel VLASIU <gabriel@vlasiu.net>
181         * wmbiff/wmbiff/wmbiff.1, wmbiff/wmbiff/wmbiffrc.5.in: Update manual
182         for wmbiff and wmbiffrc.
184 2012-06-12  Wade Berrier <wberrier@gmail.com>
186         * wmbiff/configure.ac, wmbiff/scripts/Makefile.am: slight
187         automake/autoconf refresh AM_PATH_LIBGNUTLS seems to be obsolete.
188         Replace the check with
189         pkg-config using PKG_CHECK_MODULES.
190         AM_CONFIG_HEADER also seems to be obsolete.  Replace with
191         AC_CONFIG_HEADER.  Fix installing an extra script (security.debian.rb)
193 2012-06-05  Alexey I. Froloff <raorn@raorn.name>
195         * wmbiff/wmbiff/gnutls-common.c, wmbiff/wmbiff/socket.c,
196         wmbiff/wmgeneral/list.c, wmbiff/wmgeneral/list.h,
197         wmbiff/wmgeneral/misc.c: Mass update FSF address
199 2012-06-05  Alexey I. Froloff <raorn@raorn.name>
201         * wmbiff/configure.ac: Make autoreconf happy
203 2012-06-05  Alexey I. Froloff <raorn@raorn.name>
205         * wmbiff/Makefile.in, wmbiff/aclocal.m4,
206         wmbiff/autoconf/Makefile.in, wmbiff/autoconf/depcomp,
207         wmbiff/autoconf/install-sh, wmbiff/autoconf/missing,
208         wmbiff/autoconf/mkinstalldirs, wmbiff/config.h.in,
209         wmbiff/configure, wmbiff/scripts/Makefile.in,
210         wmbiff/wmbiff/Makefile.in, wmbiff/wmbiff/wmbiffrc.5,
211         wmbiff/wmgeneral/Makefile.in: Removed all autogenerated autotools
212         and imake stuff
213         There's no need to keep autogenerated files in repository.  Those
214         dockapps which use autotoold must be autoreconf'ed prior to build,
215         those which use imake must be xmkmf'ed.  As of wmbiff,
216         AC_PATH_XTRA_CORRECTED was a hack to avoid bug in older autoconf
217         version, which is no longer needed (it's 2012 now already).
219 2012-06-05  Alexey I. Froloff <raorn@raorn.name>
221         * wmbiff/COPYING: Mass update GPLv2 from
222         http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
224 2011-03-21  Carlos R. Mafra <crmafra@gmail.com>
226         * wmbiff/wmbiff-master-led.xpm,
227         wmbiff/wmbiff.c: Change default colors
229 2011-03-21  Carlos R. Mafra <crmafra@gmail.com>
231         * wmbiff/wmbiff.c: Remove trailing colon from
232         mailbox label So now we have one extra char for the label name.
234 2011-03-21  Carlos R. Mafra <crmafra@gmail.com>
236         * Makefile.am, README.licq,
237         wmbiff/Client.h, wmbiff/LicqClient.c,
238         wmbiff/Makefile.am, wmbiff/Makefile.in,
239         wmbiff/sample.wmbiffrc,
240         wmbiff/wmbiff.1, wmbiff/wmbiff.c:
241         Remove Licq, gnomeicu and finger support
243 2011-03-21  Carlos R. Mafra <crmafra@gmail.com>
245         * wmbiff/wmbiff.c: Raise sleep interval to 20
246         secs
248 2011-03-21  Carlos R. Mafra <crmafra@gmail.com>
250         * wmbiff/wmbiff.c: Trivial code cleanups
252 2011-03-21  Carlos R. Mafra <crmafra@gmail.com>
254         * wmbiff/wmbiff.c: Fix global notification Global notification would
255         only work if all 'notify' commands for all mailboxes were unset
256         (=='\0').  Fix that.
258 2011-03-21  Carlos R. Mafra <crmafra@gmail.com>
260         * wmbiff/wmbiff.c: Remove autofetch on new
261         email arrival
263 2011-03-21  Carlos R. Mafra <crmafra@gmail.com>
265         * wmbiff/wmbiff.c: Remove 'beep' option for
266         notification
268 2011-03-21  Carlos R. Mafra <crmafra@gmail.com>
270         * wmbiff/wmbiff.c: Display "0" when there are
271         no new emails ...instead of displaying the total number of emails in the
272         mailbox.  On my gmail account with +16k emails, there was not enough
273         space to display the account label. Besides, the total number of emails
274         is useless information anyway.
276 2005-10-08 Saturday 18:13 UTC -- Neil Spring <nspring@cs.washington.edu>
278         * configure.ac: year stale 0.4.26 news
280 2005-10-07 Friday 03:07 UTC -- Neil Spring <nspring@cs.washington.edu>
282         * wmbiff/wmbiff.c: fix debian #332540: prevent -c 'directory' from
283           making wmbiff run away
285 2005-05-08 Sunday 21:31 UTC -- Neil Spring <nspring@cs.washington.edu>
287         * wmbiff/: Client.h, MessageList.c, test_tlscomm.c, test_wmbiff.c,
288           tlsComm.c, tlsComm.h, wmbiff.c: changes for gnutls 1.2 and
289           attempt to make wmbiff more responsive to X events while
290           communicating over the network
292 2004-12-12 Sunday 00:06 UTC -- Neil Spring <nspring@cs.washington.edu>
294         * check-includes.rb: update the portability checker
296 2004-12-12 Sunday 00:05 UTC -- Neil Spring <nspring@cs.washington.edu>
298         * wmgeneral/wmgeneral.c: allow KeyPress events through
300 2004-12-12 Sunday 00:03 UTC -- Neil Spring <nspring@cs.washington.edu>
302         * wmbiff/passwordMgr.c: nicer debug message
304 2004-12-12 Sunday 00:02 UTC -- Neil Spring <nspring@cs.washington.edu>
306         * wmbiff/: gnutls-common.c, test_wmbiff.c: compiler appeasement
308 2004-12-12 Sunday 00:01 UTC -- Neil Spring <nspring@cs.washington.edu>
310         * wmbiff/: Pop3Client.c, wmbiff.c, wmbiffrc.5.in: tls and password
311           asking support for pop3, keyboard event handling for the main
312           window
314 2004-10-31 Sunday 22:09 UTC -- Neil Spring <nspring@cs.washington.edu>
316         * wmbiff/tlsComm.c: indent and make tls_check_certificate void
318 2004-10-01 Friday 21:15 UTC -- Neil Spring <nspring@cs.washington.edu>
320         * wmbiff/tlsComm.c: comment the SHUT_WR
322 2004-10-01 Friday 21:06 UTC -- Neil Spring <nspring@cs.washington.edu>
324         * wmbiff/tlsComm.c: indent, and return if no certificate came back
325           from the far side
327 2004-10-01 Friday 21:05 UTC -- Neil Spring <nspring@cs.washington.edu>
329         * wmbiff/socket.c: thwack duplicate error messages about connecting
330           to a remote server
332 2004-10-01 Friday 21:02 UTC -- Neil Spring <nspring@cs.washington.edu>
334         * wmbiff/wmbiff.c: indent
336 2004-08-23 Monday 00:37 UTC -- Neil Spring <nspring@cs.washington.edu>
338         * wmbiff/wmbiff.c: disable the secure memory warning (and its use)
340 2004-07-03 Saturday 23:45 UTC -- Neil Spring <nspring@cs.washington.edu>
342         * FAQ: some faqs
344 2004-07-03 Saturday 23:43 UTC -- Neil Spring <nspring@cs.washington.edu>
346         * scripts/security.debian.rb: handle the timeout error explicitly,
347           better for disconnected operation
349 2004-07-03 Saturday 23:43 UTC -- Neil Spring <nspring@cs.washington.edu>
351         * wmbiff/socket.c: strerror preferred to perror
353 2004-06-28 Monday 18:20 UTC -- Neil Spring <nspring@cs.washington.edu>
355         * scripts/security.debian.rb: fix debian #256505: a small problem
356           with the .wmbiff-sdr directory not being created
358 2004-06-23 Wednesday 21:51 UTC -- Neil Spring <nspring@cs.washington.edu>
360         * configure.ac: 0.4.25
362 2004-06-23 Wednesday 21:46 UTC -- Neil Spring <nspring@cs.washington.edu>
364         * configure.ac, wmbiff/tlsComm.c: probably fix the s390 debian
365           build problems
367 2004-06-20 Sunday 01:03 UTC -- Neil Spring <nspring@cs.washington.edu>
369         * wmbiff/tlsComm.c: oops, should pay attention to the retval of
370           tls_compare_certificates
372 2004-06-19 Saturday 21:38 UTC -- Neil Spring <nspring@cs.washington.edu>
374         * wmbiff/gnutls-common.c: warning cleanup
376 2004-06-19 Saturday 20:53 UTC -- Neil Spring <nspring@cs.washington.edu>
378         * configure.ac, wmbiff/Client.h, wmbiff/Imap4Client.c,
379           wmbiff/Pop3Client.c, wmbiff/gnutls-common.c,
380           wmbiff/gnutls-common.h, wmbiff/tlsComm.c, wmbiff/wmbiff.c,
381           wmgeneral/wmgeneral.c: 0.4.24, supporting newer gnutls, I think
383 2004-06-18 Friday 21:29 UTC -- Neil Spring <nspring@cs.washington.edu>
385         * wmbiff/wmbiff.c: paranoid test to see if /var/mail/nspring is
386           constructed wrong.
388 2004-04-28 Wednesday 00:19 UTC -- Neil Spring <nspring@cs.washington.edu>
390         * wmbiff/: Client.h, charutil.c, socket.c, test_wmbiff.c, wmbiff.c:
391           indent run
393 2004-04-28 Wednesday 00:18 UTC -- Neil Spring <nspring@cs.washington.edu>
395         * wmbiff/: socket.c, test_wmbiff.c: handle ip addresses instead of
396           hostnames in sock_connect
398 2004-04-27 Tuesday 23:35 UTC -- Neil Spring <nspring@cs.washington.edu>
400         * configure.ac: 0.4.23
402 2004-04-27 Tuesday 23:31 UTC -- Neil Spring <nspring@cs.washington.edu>
404         * wmbiff/test_wmbiff.c: ensure that sock_connect works with IP
405           addresses
407 2004-04-21 Wednesday 21:53 UTC -- Neil Spring <nspring@cs.washington.edu>
409         * wmbiff/Imap4Client.c: oops, broke the cacheHeaders flag
411 2004-04-20 Tuesday 04:55 UTC -- Neil Spring <nspring@cs.washington.edu>
413         * wmbiff/: charutil.c, charutil.h, test_wmbiff.c, wmbiff.c: factor
414           out comment stripping for testing, which seems to have passed
416 2004-04-06 Tuesday 20:58 UTC -- Neil Spring <nspring@cs.washington.edu>
418         * wmbiff/: Imap4Client.c, Pop3Client.c, test_wmbiff.c: fix debian
419           #242458 -- allow IP addresses as server names for IMAP mailboxes,
420           and also for POP3 mailboxes
422 2004-03-28 Sunday 00:36 UTC -- Neil Spring <nspring@cs.washington.edu>
424         * configure.ac: 0.4.22
426 2004-03-28 Sunday 00:28 UTC -- Neil Spring <nspring@cs.washington.edu>
428         * wmbiff/: Client.h, Imap4Client.c, Pop3Client.c, ShellClient.c,
429           charutil.c, maildirClient.c, mboxClient.c, passwordMgr.c,
430           regulo.c, test_tlscomm.c, tlsComm.c, tlsComm.h, wmbiff.c: lots of
431           indent changes and a change to let msglst enable header caching
432           for imap
434 2004-03-12 Friday 21:35 UTC -- Neil Spring <nspring@cs.washington.edu>
436         * wmbiff/wmbiffrc.5.in: mention courier imapd's means of specifying
437           subfolders
439 2004-02-14 Saturday 18:10 UTC -- Neil Spring <nspring@cs.washington.edu>
441         * wmbiff/Imap4Client.c: bugfix for cyrus imap servers, thanks to
442           Jon Ramsey
444 2004-01-01 Thursday 23:47 UTC -- Neil Spring <nspring@cs.washington.edu>
446         * configure.ac: really call it 0.4.20
448 2004-01-01 Thursday 07:47 UTC -- Neil Spring <nspring@cs.washington.edu>
450         * AUTHORS, wmbiff/Client.h, wmbiff/Imap4Client.c,
451           wmbiff/ShellClient.c, wmbiff/maildirClient.c,
452           wmbiff/mboxClient.c, wmbiff/passwordMgr.c, wmbiff/wmbiff.c: Sam
453           Izzo's patch
455 2003-12-30 Tuesday 19:44 UTC -- Neil Spring <nspring@cs.washington.edu>
457         * Makefile.am, configure.ac: add --disable-crypto
459 2003-12-22 Monday 00:08 UTC -- Neil Spring <nspring@cs.washington.edu>
461         * wmbiff/Imap4Client.c: print failure message if imap login fails
463 2003-11-09 Sunday 07:01 UTC -- Neil Spring <nspring@cs.washington.edu>
465         * wmbiff/sample.wmbiffrc: mac os 10.3 mail responds to a different
466           way of identifying the inbox
468 2003-11-09 Sunday 03:16 UTC -- Neil Spring <nspring@cs.washington.edu>
470         * configure.ac: 0.4.19
472 2003-11-09 Sunday 03:16 UTC -- Neil Spring <nspring@cs.washington.edu>
474         * wmbiff/test_tlscomm.c: fix bug #219787
476 2003-11-08 Saturday 23:46 UTC -- Neil Spring <nspring@cs.washington.edu>
478         * Makefile.am: helper rule for sourceforge upload (I know, I know,
479           maintenance cruft making it into the release, whatever)
481 2003-11-08 Saturday 23:46 UTC -- Neil Spring <nspring@cs.washington.edu>
483         * wmbiff/Client.h: philosophical definition of truth
485 2003-11-08 Saturday 23:45 UTC -- Neil Spring <nspring@cs.washington.edu>
487         * wmbiff/Imap4Client.c: because having both from and subject
488           headers is no longer a way to tell when the end has happened,
489           must clean up the completed command tag explicitly
491 2003-11-08 Saturday 23:44 UTC -- Neil Spring <nspring@cs.washington.edu>
493         * wmbiff/passwordMgr.c: avoid compiler warning from inconsistent
494           def of size_t as passed into printf
496 2003-11-08 Saturday 22:58 UTC -- Neil Spring <nspring@cs.washington.edu>
498         * wmbiff/: ShellClient.c, charutil.c: strcpy is not defined to
499           handle overlapping regions.  valgrind complains, rightly, so
500           reimplement lefttrim to avoid such behavior
502 2003-11-08 Saturday 22:17 UTC -- Neil Spring <nspring@cs.washington.edu>
504         * wmbiff/wmbiff.c: bump up default_sleep_interval to clean up
505           strace output while bored.
507 2003-11-08 Saturday 22:13 UTC -- Neil Spring <nspring@cs.washington.edu>
509         * wmbiff/Imap4Client.c: handle messages without subject lines in
510           msglst
512 2003-11-07 Friday 09:11 UTC -- Neil Spring <nspring@cs.washington.edu>
514         * wmbiff/passwordMgr.c: panther (mac 10.3) does not appear to
515           null-terminate passwords in the keychain for us
517 2003-10-29 Wednesday 18:15 UTC -- Neil Spring <nspring@cs.washington.edu>
519         * wmbiff/: Imap4Client.c, Pop3Client.c: handle capitalized FROM and
520           SUBJECT headers common typical of spam spam spam
522 2003-10-28 Tuesday 23:39 UTC -- Neil Spring <nspring@cs.washington.edu>
524         * wmbiff/test_tlscomm.c: indent and add another check
526 2003-10-28 Tuesday 23:38 UTC -- Neil Spring <nspring@cs.washington.edu>
528         * wmbiff/: Makefile.am, test_wmbiff.c: indent
530 2003-10-28 Tuesday 07:09 UTC -- Neil Spring <nspring@cs.washington.edu>
532         * wmbiff/: Makefile.am, test_tlscomm.c: fix bug reported by
533           Jingshao Chen <jingshaochen@sbcglobal.net> with buffering
534           trouble, and incorporate a regression test to keep it from
535           accidentally popping up again
537 2003-10-28 Tuesday 06:56 UTC -- Neil Spring <nspring@cs.washington.edu>
539         * wmbiff/: test_tlscomm.c, tlsComm.c: test for proper handling of
540           buffering small bits of expected data
542 2003-10-26 Sunday 08:33 UTC -- Neil Spring <nspring@cs.washington.edu>
544         * wmbiff/: Imap4Client.c, passwordMgr.c: sigh, I dislike running
545           make indent
547 2003-10-26 Sunday 08:31 UTC -- Neil Spring <nspring@cs.washington.edu>
549         * AUTHORS, wmbiff/Pop3Client.c, wmbiff/wmbiffrc.5.in: Paolo
550           Gianrossi's patch to provide msglst support for pop3 mailboxes
552 2003-10-26 Sunday 07:42 UTC -- Neil Spring <nspring@cs.washington.edu>
554         * check-includes.rb, wmbiff/maildirClient.c, wmbiff/socket.c:
555           include file reordering, based on wisdom from porting some other
556           networky code
558 2003-10-26 Sunday 07:31 UTC -- Neil Spring <nspring@cs.washington.edu>
560         * scripts/security.debian.rb: fix some ruby1.8 warnings, minor
561           cleanup
563 2003-10-10 Friday 18:00 UTC -- Neil Spring <nspring@cs.washington.edu>
565         * configure.ac: 0.4.18
567 2003-10-10 Friday 15:59 UTC -- Neil Spring <nspring@cs.washington.edu>
569         * scripts/security.debian.rb: fix ruby1.8's complaint.
571 2003-08-31 Sunday 18:05 UTC -- Neil Spring <nspring@cs.washington.edu>
573         * configure.ac: 0.4.17
575 2003-08-31 Sunday 06:47 UTC -- Neil Spring <nspring@cs.washington.edu>
577         * wmbiff/tlsComm.c: oops, looks like I resolved a conflict poorly
579 2003-08-31 Sunday 04:39 UTC -- Neil Spring <nspring@cs.washington.edu>
581         * wmbiff/Makefile.am: build the test cases well
583 2003-08-31 Sunday 03:33 UTC -- Neil Spring <nspring@cs.washington.edu>
585         * wmbiff/: test_wmbiff.c, tlsComm.h: check the newline bugfix
587 2003-08-31 Sunday 03:32 UTC -- Neil Spring <nspring@cs.washington.edu>
589         * wmbiff/tlsComm.c: bugfix to avoid handing odd newlines badly
591 2003-07-31 Thursday 23:37 UTC -- Neil Spring <nspring@cs.washington.edu>
593         * wmbiff/Imap4Client.c: fix some potential bugs - an access of
594           freed memory and an uninitialized reference counter
596 2003-07-20 Sunday 00:52 UTC -- Neil Spring <nspring@cs.washington.edu>
598         * wmbiff/: passwordMgr.c, test_wmbiff.c: fix a five-minute old
599           regression test failure where null was returned instead of an
600           empty string for an empty password.  not sure it matters, but
601           maybe.
603 2003-07-20 Sunday 00:44 UTC -- Neil Spring <nspring@cs.washington.edu>
605         * wmbiff/passwordMgr.c: oops, I left a use-after-free bug in the
606           askpass code
608 2003-07-19 Saturday 23:56 UTC -- Neil Spring <nspring@cs.washington.edu>
610         * configure.ac, wmbiff/passwordMgr.c: use the apple keychain to
611           grab passwords! I can very nearly forget about typing them in
612           anymore
614 2003-07-10 Thursday 17:44 UTC -- Neil Spring <nspring@cs.washington.edu>
616         * Makefile.am: ensure that the current directory is not setgid when
617           making a distribution; this borks some untars
619 2003-07-07 Monday 09:00 UTC -- Neil Spring <nspring@cs.washington.edu>
621         * wmbiff/Imap4Client.c: warnings cleanup
623 2003-07-07 Monday 08:57 UTC -- Neil Spring <nspring@cs.washington.edu>
625         * configure.ac, wmbiff/Client.h, wmgeneral/wmgeneral.c: call it
626           0.4.16
628 2003-07-07 Monday 08:43 UTC -- Neil Spring <nspring@cs.washington.edu>
630         * wmbiff/: Client.h, Imap4Client.c, passwordMgr.c, test_wmbiff.c:
631           fix memfrob * bug (memfrob makes *'s zero, so password length
632           must be tracked separately
634 2003-07-04 Friday 21:42 UTC -- Neil Spring <nspring@cs.washington.edu>
636         * wmbiff/wmbiff.c: handle comments the way I meant to...
638 2003-07-03 Thursday 11:10 UTC -- Neil Spring <nspring@cs.washington.edu>
640         * wmbiff/Imap4Client.c: switch the new header cache to use
641           reference counting (better, but possibly buggy) instead of
642           locking (dumb, and certainly buggy)
644 2003-07-03 Thursday 05:39 UTC -- Neil Spring <nspring@cs.washington.edu>
646         * wmbiff/Imap4Client.c: try to avoid repetitive complaints of
647           failed connections
649 2003-07-03 Thursday 05:34 UTC -- Neil Spring <nspring@cs.washington.edu>
651         * wmbiff/socket.c: avoid repetitive error messages when hostname
652           lookup fails (such as when disconnected)
654 2003-07-03 Thursday 05:33 UTC -- Neil Spring <nspring@cs.washington.edu>
656         * wmgeneral/wmgeneral.c: last fix to geometry handling had a
657           compiler warning
659 2003-07-03 Thursday 05:12 UTC -- Neil Spring <nspring@cs.washington.edu>
661         * wmgeneral/wmgeneral.c: try doing geometry the way X intends it to
662           be done, at least as far as I can tell.
664 2003-07-03 Thursday 01:03 UTC -- Neil Spring <nspring@cs.washington.edu>
666         * wmbiff/wmbiff.c: make #'s comments only if preceded by whitespace
667           or at the beginning of the line
669 2003-07-03 Thursday 00:53 UTC -- Neil Spring <nspring@cs.washington.edu>
671         * wmbiff/wmbiff.c: looks like I'd broken the button click events
672           recently
674 2003-07-03 Thursday 00:52 UTC -- Neil Spring <nspring@cs.washington.edu>
676         * wmbiff/sample.wmbiffrc: osascript samples for driving mac mail
677           using applescript
679 2003-06-30 Monday 23:42 UTC -- Neil Spring <nspring@cs.washington.edu>
681         * wmbiff/: Imap4Client.c, tlsComm.c: warning message beautification
683 2003-06-08 Sunday 07:01 UTC -- Neil Spring <nspring@cs.washington.edu>
685         * wmbiff/: Client.h, Imap4Client.c, MessageList.c, MessageList.h,
686           ShellClient.c: general rewrite of the msglst headers, so that the
687           list is pre-cached for responsiveness.
689 2003-06-08 Sunday 06:59 UTC -- Neil Spring <nspring@cs.washington.edu>
691         * wmbiff/wmbiffrc.5.in: document msglst and buttontwo
693 2003-06-08 Sunday 06:59 UTC -- Neil Spring <nspring@cs.washington.edu>
695         * wmbiff/wmbiff.c: show a watch pointer while working behind the
696           scenes
698 2003-06-03 Tuesday 04:57 UTC -- Neil Spring <nspring@cs.washington.edu>
700         * autogen.sh: enable dependency tracking
702 2003-04-17 Thursday 05:04 UTC -- Neil Spring <nspring@cs.washington.edu>
704         * scripts/security.debian.rb: trap socket errors
706 2003-04-17 Thursday 01:56 UTC -- Neil Spring <nspring@cs.washington.edu>
708         * scripts/security.debian.rb: print the detailed version
710 2003-04-17 Thursday 01:56 UTC -- Neil Spring <nspring@cs.washington.edu>
712         * wmbiff/: Client.h, ShellClient.c, passwordMgr.c: space for detail
713           in grab command output, use the detail to populate a message list
714           in a getheaders function (eg. can see the list of thought to be
715           updated packages if using hte security.debian script
717 2003-04-17 Thursday 01:54 UTC -- Neil Spring <nspring@cs.washington.edu>
719         * wmbiff/test-wmbiffrc.shell: test usingthe debian script, allows
720           trying shell get headers
722 2003-04-17 Thursday 01:54 UTC -- Neil Spring <nspring@cs.washington.edu>
724         * wmbiff/tlsComm.c: try to print a helpful hint message to use
725           gnutls-cli-debug
727 2003-04-16 Wednesday 23:30 UTC -- Neil Spring <nspring@cs.washington.edu>
729         * configure.ac: downgrade configure.ac use of AM_INIT_AUTOMAKE to
730           support automake-1.5
732 2003-04-16 Wednesday 08:21 UTC -- Neil Spring <nspring@cs.washington.edu>
734         * wmgeneral/wmgeneral.c: export GetColor
736 2003-04-16 Wednesday 08:18 UTC -- Neil Spring <nspring@cs.washington.edu>
738         * wmbiff/: Client.h, Imap4Client.c, MessageList.c, MessageList.h,
739           tlsComm.c, wmbiff.c: indent run
741 2003-04-16 Wednesday 08:16 UTC -- Neil Spring <nspring@cs.washington.edu>
743         * wmbiff/Imap4Client.c: get headers / message list support
745 2003-04-16 Wednesday 08:16 UTC -- Neil Spring <nspring@cs.washington.edu>
747         * wmbiff/Makefile.am: messagelist
749 2003-04-16 Wednesday 08:15 UTC -- Neil Spring <nspring@cs.washington.edu>
751         * wmbiff/tlsComm.c: rename state to tls_state for clarity, small
752           cleanup, fixes for buffering several lines in an expectation
754 2003-04-16 Wednesday 08:14 UTC -- Neil Spring <nspring@cs.washington.edu>
756         * wmbiff/: wmbiff.c, Client.h: message list, button 2 support
758 2003-04-16 Wednesday 08:13 UTC -- Neil Spring <nspring@cs.washington.edu>
760         * wmbiff/: MessageList.c, MessageList.h: list new messages,
761           currently only with an imap driver
763 2003-04-09 Wednesday 04:51 UTC -- Neil Spring <nspring@cs.washington.edu>
765         * autogen.sh: fall back to automake-1.5 if necessary
767 2003-04-07 Monday 10:10 UTC -- Neil Spring <nspring@cs.washington.edu>
769         * wmbiff/tlsComm.c: invalid is returned when it doesn't match?
771 2003-04-07 Monday 09:41 UTC -- Neil Spring <nspring@cs.washington.edu>
773         * wmbiff/tlsComm.c: fix some info messages - drop complaints about
774           version 0.2.3 of gnutls, mention certfile.
776 2003-04-07 Monday 09:33 UTC -- Neil Spring <nspring@cs.washington.edu>
778         * wmbiff/wmbiffrc.5.in: doc certfile
780 2003-04-07 Monday 09:16 UTC -- Neil Spring <nspring@cs.washington.edu>
782         * wmbiff/tlsComm.c: handle certfile errors properly; positive
783           return values from gnutls_certificate_set_x509_trust_file appear
784           okay.
786 2003-03-30 Sunday 11:47 UTC -- Neil Spring <nspring@cs.washington.edu>
788         * wmbiff/: passwordMgr.c, test_wmbiff.c: oh, now I get why that
789           foolish null-termination was present.  it's better now
791 2003-03-30 Sunday 11:23 UTC -- Neil Spring <nspring@cs.washington.edu>
793         * configure.ac: 0.4.15
795 2003-03-30 Sunday 11:22 UTC -- Neil Spring <nspring@cs.washington.edu>
797         * wmbiff/wmbiffrc.5.in: note the hash caveat
799 2003-03-30 Sunday 11:05 UTC -- Neil Spring <nspring@cs.washington.edu>
801         * wmbiff/passwordMgr.c: remove (unreleased) foolhardy
802           null-termination
804 2003-03-30 Sunday 10:57 UTC -- Neil Spring <nspring@cs.washington.edu>
806         * wmbiff/test_wmbiff.c: just so as not to confuse anyone that
807           wmbiff allows #'s in passwords
809 2003-03-30 Sunday 10:38 UTC -- Neil Spring <nspring@cs.washington.edu>
811         * README, wmbiff/wmbiff.c, wmgeneral/wmgeneral.c,
812           wmgeneral/wmgeneral.h: support setting the background color using
813           -bg
815 2003-03-28 Friday 08:16 UTC -- Neil Spring <nspring@cs.washington.edu>
817         * wmbiff/test_wmbiff.c: check that passwords with # can be parsed
819 2003-03-28 Friday 08:16 UTC -- Neil Spring <nspring@cs.washington.edu>
821         * wmbiff/wmbiffrc.5.in: doc password parsing damage
823 2003-03-11 Tuesday 08:07 UTC -- Neil Spring <nspring@cs.washington.edu>
825         * README: gnupg reorganized their website
827 2003-03-11 Tuesday 08:03 UTC -- Neil Spring <nspring@cs.washington.edu>
829         * configure.ac: provide a helpful message as to where gnutls and
830           libgcrypt can be found in configure.ac
832 2003-03-06 Thursday 21:15 UTC -- Neil Spring <nspring@cs.washington.edu>
834         * wmbiff/wmbiff.c: fix debian bug #183529
836 2003-03-03 Monday 19:06 UTC -- Neil Spring <nspring@cs.washington.edu>
838         * wmbiff/passwordMgr.c: make returned password length consistent
839           with stored password length
841 2003-03-02 Sunday 02:37 UTC -- Neil Spring <nspring@cs.washington.edu>
843         * configure.ac, wmbiff/Imap4Client.c, wmbiff/passwordMgr.c,
844           wmbiff/passwordMgr.h: in-memory frobnication of imap passwords
846 2003-03-02 Sunday 02:17 UTC -- Neil Spring <nspring@cs.washington.edu>
848         * wmbiff/: Imap4Client.c, Makefile.am, Pop3Client.c, regulo.c,
849           regulo.h, socket.c, test_wmbiff.c, wmbiff.c: hostname paranoia
850           patch -- use -relax to skip hostname validation check, parse
851           ambiguous config lines
853 2003-03-02 Sunday 01:04 UTC -- Neil Spring <nspring@cs.washington.edu>
855         * wmbiff/wmbiff.c, wmgeneral/wmgeneral.c: indent run
857 2003-02-13 Thursday 21:07 UTC -- Neil Spring <nspring@cs.washington.edu>
859         * Makefile.am, configure.ac: 0.4.14
861 2003-02-08 Saturday 21:04 UTC -- Neil Spring <nspring@cs.washington.edu>
863         * wmbiff/: wmbiff.1, wmbiffrc.5.in: document restart schemes
865 2003-02-08 Saturday 07:06 UTC -- Neil Spring <nspring@cs.washington.edu>
867         * wmbiff/wmbiff.c: restart wmbiff also on ctrl-shift-left click
869 2003-02-08 Saturday 03:45 UTC -- Neil Spring <nspring@cs.washington.edu>
871         * wmbiff/wmbiff.c: restart on sig usr1 using exec()
873 2003-02-08 Saturday 03:43 UTC -- Neil Spring <nspring@cs.washington.edu>
875         * autogen.sh: I think symlink is okay for autoreconf
877 2003-02-08 Saturday 03:42 UTC -- Neil Spring <nspring@cs.washington.edu>
879         * wmgeneral/: wmgeneral.c, wmgeneral.h: much prefer if wmgeneral
880           proclaimed that it would not modify argv; I think it's even true
882 2003-01-28 Tuesday 11:14 UTC -- Neil Spring <nspring@cs.washington.edu>
884         * configure.ac: remove check for gnuregex
886 2003-01-28 Tuesday 11:13 UTC -- Neil Spring <nspring@cs.washington.edu>
888         * wmbiff/Imap4Client.c: bugfix to avoid problems with the new regex
889           scheme and the default mailbox (aliasing sucks.)
891 2003-01-28 Tuesday 11:12 UTC -- Neil Spring <nspring@cs.washington.edu>
893         * wmbiff/charutil.h: remove gnuregex.h incl
895 2003-01-28 Tuesday 11:12 UTC -- Neil Spring <nspring@cs.washington.edu>
897         * wmbiff/wmbiff.c: newline after error message
899 2003-01-25 Saturday 04:54 UTC -- Neil Spring <nspring@cs.washington.edu>
901         * autogen.sh: remove dangling symlinks config.guess, config.sub
903 2003-01-25 Saturday 04:33 UTC -- Neil Spring <nspring@cs.washington.edu>
905         * wmgeneral/list.c: compiler warning appeasement (shadowing index)
907 2003-01-25 Saturday 04:32 UTC -- Neil Spring <nspring@cs.washington.edu>
909         * wmbiff/Makefile.am: use the non gnu-make form of the
910           indent-a-c-file rule
912 2003-01-22 Wednesday 01:56 UTC -- Neil Spring <nspring@cs.washington.edu>
914         * autogen.sh: make sure ChangeLog exists locally.
916 2003-01-21 Tuesday 08:56 UTC -- Neil Spring <nspring@cs.washington.edu>
918         * wmbiff/tlsComm.c: fix some minor damage when select is
919           interrupted (EINTR)
921 2003-01-21 Tuesday 05:55 UTC -- Neil Spring <nspring@cs.washington.edu>
923         * autogen.sh: warn if autoconf/libgnutls.m4 does not exist
925 2003-01-20 Monday 19:52 UTC -- Neil Spring <nspring@cs.washington.edu>
927         * wmbiff/Makefile.am: add libgcrypt libraries if used to
928           test_wmbiff
930 2003-01-20 Monday 19:52 UTC -- Neil Spring <nspring@cs.washington.edu>
932         * configure.ac: remove possibly unneeded check for gdbm
934 2003-01-19 Sunday 13:13 UTC -- Neil Spring <nspring@cs.washington.edu>
936         * wmbiff/: Client.h, Imap4Client.c, Makefile.am, Pop3Client.c,
937           ShellClient.c, charutil.c, charutil.h, passwordMgr.c,
938           test_wmbiff.c, tlsComm.c, wmbiff.c: general portability fixes,
939           including HAVE___ATTRIBUTE__
941 2003-01-19 Sunday 13:12 UTC -- Neil Spring <nspring@cs.washington.edu>
943         * wmbiff/: regulo.c, regulo.h: posix based regular expression
944           handling with a not so lame interface
946 2003-01-19 Sunday 13:11 UTC -- Neil Spring <nspring@cs.washington.edu>
948         * configure.ac: portability fixes: HAVE___ATTRIBUTE__ (maybe),
949           libnsl (solaris), -no-cpp-precomp (os x)
951 2003-01-04 Saturday 03:39 UTC -- Neil Spring <nspring@cs.washington.edu>
953         * configure.ac, wmbiff/wmbiff.c: 0.4.12, release to fix bad
954           -geometry handling
956 2003-01-03 Friday 20:37 UTC -- Neil Spring <nspring@cs.washington.edu>
958         * wmbiff/wmbiff.c: fix geometry argument handling bug (Debian
959           #175220)
961 2002-12-29 Sunday 07:46 UTC -- Neil Spring <nspring@cs.washington.edu>
963         * scripts/security.debian.rb: I meant to say 6 hours
965 2002-12-29 Sunday 05:42 UTC -- Neil Spring <nspring@cs.washington.edu>
967         * wmbiff/sample.wmbiffrc: shell recipe for security.debian.rb
969 2002-12-29 Sunday 05:28 UTC -- Neil Spring <nspring@cs.washington.edu>
971         * scripts/security.debian.rb: didn't mean to commit with a 6 minute
972           refresh interval
974 2002-12-29 Sunday 04:54 UTC -- Neil Spring <nspring@cs.washington.edu>
976         * Makefile.am, check-includes.rb, configure.ac: add scripts
977           subdirectory to build system
979 2002-12-29 Sunday 04:54 UTC -- Neil Spring <nspring@cs.washington.edu>
981         * scripts/: Makefile.am, security.debian.rb: new scripts directory
982           to hold debian security checker and install it.
984 2002-12-29 Sunday 03:25 UTC -- Neil Spring <nspring@cs.washington.edu>
986         * wmbiff/wmbiff.c: general cleanup - use strdup_ordie,
987           malloc_ordie.  reduce using ints and chars interchangeably.
988           static annotations on module-local variables
990 2002-12-29 Sunday 03:22 UTC -- Neil Spring <nspring@cs.washington.edu>
992         * wmbiff/tlsComm.c: bad_certificate called as if void, so change
993           the signature
995 2002-12-29 Sunday 03:22 UTC -- Neil Spring <nspring@cs.washington.edu>
997         * configure.ac: autodetect whether to use poll()
999 2002-12-29 Sunday 02:47 UTC -- Neil Spring <nspring@cs.washington.edu>
1001         * wmgeneral/: Makefile.am, wmgeneral.c, wmgeneral.h: make
1002           AddMouseRegion take an unsigned int for the region index (which
1003           is an _index_ which means negative values need not apply)
1005 2002-12-29 Sunday 02:31 UTC -- Neil Spring <nspring@cs.washington.edu>
1007         * wmbiff/: charutil.c, charutil.h: change signature of *Trim to
1008           reflect that they can't fail (void instead of int); the return
1009           values are ignored in wmbiff
1011 2002-12-29 Sunday 01:36 UTC -- Neil Spring <nspring@cs.washington.edu>
1013         * wmbiff/wmbiff.c: reorder functions to avoid pre-declaration.
1014           should simplify reading the (now very long) code
1016 2002-12-29 Sunday 01:11 UTC -- Neil Spring <nspring@cs.washington.edu>
1018         * wmgeneral/: misc.c, misc.h: exec command can take a const char *
1020 2002-12-29 Sunday 01:05 UTC -- Neil Spring <nspring@cs.washington.edu>
1022         * wmbiff/sample.wmbiffrc: another askpass recipe
1024 2002-12-29 Sunday 00:57 UTC -- Neil Spring <nspring@cs.washington.edu>
1026         * wmbiff/wmbiff.c: cleanup unused variables
1028 2002-12-29 Sunday 00:57 UTC -- Neil Spring <nspring@cs.washington.edu>
1030         * wmbiff/Makefile.am: surgical indent rule
1032 2002-12-29 Sunday 00:37 UTC -- Neil Spring <nspring@cs.washington.edu>
1034         * configure.ac, wmbiff/wmbiff.c: use automake/autoconf defined
1035           PACKAGE_VERSION and PACKAGE_BUGREPORT
1037 2002-12-29 Sunday 00:15 UTC -- Neil Spring <nspring@cs.washington.edu>
1039         * wmbiff/passwordMgr.c: support arbitrarily long password query
1040           commands
1042 2002-12-29 Sunday 00:14 UTC -- Neil Spring <nspring@cs.washington.edu>
1044         * wmbiff/wmbiff.c: configuration file parsing cleanup, support
1045           longer configuration options, remove some ad-hockery in favor of
1046           sscanf
1048 2002-12-13 Friday 05:38 UTC -- Neil Spring <nspring@cs.washington.edu>
1050         * configure.ac, wmbiff/tlsComm.c, wmbiff/wmbiff.1, wmbiff/wmbiff.c:
1051           0.4.10, -skip-certificate-check option
1053 2002-12-09 Monday 21:45 UTC -- Neil Spring <nspring@cs.washington.edu>
1055         * AUTHORS, wmbiff/sample.wmbiffrc, wmbiff/wmbiff.c,
1056           wmbiff/wmbiffrc.5.in: Peter McAlpine's globalnotify patch
1058 2002-12-09 Monday 21:45 UTC -- Neil Spring <nspring@cs.washington.edu>
1060         * wmbiff/Imap4Client.c: minor change to timeout behavior, just
1061           delay a while before next check
1063 2002-12-02 Monday 07:16 UTC -- Neil Spring <nspring@cs.washington.edu>
1065         * configure.ac: require gnutls 0.5.9, release 0.4.9
1067 2002-11-30 Saturday 07:58 UTC -- Neil Spring <nspring@cs.washington.edu>
1069         * wmbiff/Imap4Client.c: more robust ETIMEDOUT handling -- just
1070           chill out for a few minues rather than blacklist as a compromise
1071           between the responsiveness of not retrying unresponsive servers
1072           and the robustness of prodding on.  the right thing is probably a
1073           non-blocking connect, but that's  messy
1075 2002-11-15 Friday 08:06 UTC -- Neil Spring <nspring@cs.washington.edu>
1077         * wmbiff/tlsComm.c: should really be able to catch these problems
1078           earler - without gnutls, the build would fail
1080 2002-11-15 Friday 08:05 UTC -- Neil Spring <nspring@cs.washington.edu>
1082         * autogen.sh: red hat hackery
1084 2002-11-13 Wednesday 06:44 UTC -- Neil Spring <nspring@cs.washington.edu>
1086         * wmbiff/wmbiff.1, wmbiff/wmbiff.c, wmgeneral/wmgeneral.c,
1087           wmgeneral/wmgeneral.h: a method for not using the withdrawn state
1089 2002-11-12 Tuesday 08:27 UTC -- Neil Spring <nspring@cs.washington.edu>
1091         * Makefile.am, configure.ac, wmbiff/wmbiff.c, wmbiff/wmbiffrc.5.in,
1092           wmgeneral/wmgeneral.c, wmgeneral/wmgeneral.h: Allow automatic
1093           sizing of the wmbiff window, effective for other window managers.
1095 2002-10-26 Saturday 23:17 UTC -- Jordi Mallach <jordi@sindominio.net>
1097         * FromCVS.sh, autogen.sh: Rename FromCVS.sh to autogen.sh, which is
1098           the "common" name for such script.
1100 2002-10-26 Saturday 23:15 UTC -- Jordi Mallach <jordi@sindominio.net>
1102         * ChangeLog, Makefile.am, maint/changelog-header,
1103           maint/prerelease.sh: Stop doing the ChangeLog header hack.
1104           Instead, remove ChangeLog entirely from CVS and get it generated
1105           correctly on dist. Remove unneeded maint scripts.
1107 2002-10-26 Saturday 23:12 UTC -- Jordi Mallach <jordi@sindominio.net>
1109         * FromCVS.sh: Add automake-1.7 support.
1111 2002-10-20 Sunday 21:58 UTC -- Jordi Mallach <jordi@sindominio.net>
1113         * wmbiff/: wmbiff.1, wmbiffrc.5.in: do not specify Debian
1114           GNU/Linux... I'm actually more interested in the Hurd right now
1115           :)
1117 2002-10-14 Monday 05:52 UTC -- Neil Spring <nspring@cs.washington.edu>
1119         * wmbiff/maildirClient.c: use mkstemp instead of mktemp to appease
1120           the compiler
1122 2002-10-14 Monday 01:47 UTC -- Neil Spring <nspring@cs.washington.edu>
1124         * wmbiff/wmbiffrc.5.in: add the 'this file automatically generated'
1125           tag
1127 2002-10-13 Sunday 21:28 UTC -- Neil Spring <nspring@cs.washington.edu>
1129         * wmbiff/: Imap4Client.c, tlsComm.c, tlsComm.h: Check certificate
1130           hostname, using gnutls's new function
1132 2002-10-13 Sunday 21:27 UTC -- Neil Spring <nspring@cs.washington.edu>
1134         * wmbiff/Client.h: a formatting glitch
1136 2002-10-13 Sunday 21:27 UTC -- Neil Spring <nspring@cs.washington.edu>
1138         * FromCVS.sh, Makefile.am: use autoreconf instead of the ad-hockery
1140 2002-09-25 Wednesday 06:16 UTC -- Neil Spring <nspring@cs.washington.edu>
1142         * FAQ: why doesn't wmbiff update my mailbox count when I read a
1143           message
1145 2002-09-20 Friday 19:50 UTC -- Neil Spring <nspring@cs.washington.edu>
1147         * FromCVS.sh: support redhat autoconf sadness
1149 2002-09-19 Thursday 07:00 UTC -- Neil Spring <nspring@cs.washington.edu>
1151         * wmbiff/test_wmbiff.c: allow test to run when nnot linked with
1152           gnutls
1154 2002-09-18 Wednesday 23:45 UTC -- Neil Spring <nspring@cs.washington.edu>
1156         * wmbiff/maildirClient.c: compiler warning fixes
1158 2002-09-18 Wednesday 23:43 UTC -- Neil Spring <nspring@cs.washington.edu>
1160         * ChangeLog, configure.ac, wmbiff/Client.h, wmbiff/Imap4Client.c,
1161           wmbiff/Makefile.am, wmbiff/maildirClient.c, wmbiff/test_wmbiff.c,
1162           wmbiff/wmbiffrc.5.in: bugfix to allow imap mailbox filenames to
1163           contain spaces, test that it works; also, prepare 0.4.8
1165 2002-09-14 Saturday 18:51 UTC -- Dwayne C. Litzenberger <dlitz@dlitz.net>
1167         * wmbiff/: Client.h, maildirClient.c, wmbiffrc.5.in: *
1168           maildirClient: Added support for quick checking of writable
1169           network-mounted   maildirs where directory caching normally
1170           causes unwanted delays.
1172 2002-08-16 Friday 07:55 UTC -- Neil Spring <nspring@cs.washington.edu>
1174         * ChangeLog, configure.ac, autoconf/libgnutls.m4,
1175           wmbiff/Imap4Client.c, wmbiff/gnutls-common.c,
1176           wmbiff/gnutls-common.h, wmbiff/tlsComm.c: handle new
1177           gnutls/gnutls.h convention, release 0.4.7
1179 2002-08-06 Tuesday 08:05 UTC -- Neil Spring <nspring@cs.washington.edu>
1181         * FromCVS.sh: seek out and use athe underrated automake 1.6.
1183 2002-07-27 Saturday 17:50 UTC -- Neil Spring <nspring@cs.washington.edu>
1185         * wmbiff/: Imap4Client.c, tlsComm.c: trivial formatting fixes
1187 2002-07-19 Friday 18:51 UTC -- Neil Spring <nspring@cs.washington.edu>
1189         * ChangeLog, configure.ac: release version 0.4.6
1191 2002-07-18 Thursday 02:55 UTC -- Neil Spring <nspring@cs.washington.edu>
1193         * wmbiff/wmbiff.c: ignore sigpipe, possible bugfix for abnormal
1194           termination during suspend for imap/gnutls
1196 2002-07-04 Thursday 08:00 UTC -- Neil Spring <nspring@cs.washington.edu>
1198         * ChangeLog, configure.ac: last minute changes for 0.4.5
1200 2002-07-04 Thursday 01:07 UTC -- Neil Spring <nspring@cs.washington.edu>
1202         * wmbiff/: Imap4Client.c, Makefile.am, Pop3Client.c, charutil.c,
1203           tlsComm.c, wmbiff.c: valgrind debugging, and support for -exit.
1204           some bugs were probably fixed, but since nobody has noticed yet,
1205           I don't know if they mattered
1207 2002-07-04 Thursday 00:45 UTC -- Neil Spring <nspring@cs.washington.edu>
1209         * wmgeneral/wmgeneral.c: reminder in where valgrind complains
1211 2002-07-04 Thursday 00:45 UTC -- Neil Spring <nspring@cs.washington.edu>
1213         * Makefile.am: add a top-level 'indent' rule
1215 2002-07-03 Wednesday 02:28 UTC -- Neil Spring <nspring@cs.washington.edu>
1217         * wmbiff/tlsComm.c: doubled the timeout to 40 seconds.
1219 2002-06-26 Wednesday 19:04 UTC -- Neil Spring <nspring@cs.washington.edu>
1221         * ChangeLog, Makefile.am, autoconf/Makefile.am: die configure.in!
1222           die acconfig.h!
1224 2002-06-26 Wednesday 18:56 UTC -- Neil Spring <nspring@cs.washington.edu>
1226         * ChangeLog, FromCVS.sh, Makefile.am, configure.ac, configure.in,
1227           autoconf/acconfig.h: migrate to newer autoconf (2.5) to try to
1228           debug making-from-scratch problem and get rid of acconfig.h cruft
1230 2002-06-25 Tuesday 23:52 UTC -- Neil Spring <nspring@cs.washington.edu>
1232         * Makefile.am: tiny automake 1.6 fix (doesn't appear to use
1233           stamp-h.  who knew.)
1235 2002-06-25 Tuesday 23:33 UTC -- Neil Spring <nspring@cs.washington.edu>
1237         * autoconf/libgnutls.m4: trivial upstream bugfix
1239 2002-06-25 Tuesday 23:29 UTC -- Neil Spring <nspring@cs.washington.edu>
1241         * wmbiff/Makefile.am: never underestimate the complexity of
1242           solutions involving automake
1244 2002-06-25 Tuesday 23:24 UTC -- Neil Spring <nspring@cs.washington.edu>
1246         * configure.in, wmbiff/Makefile.am: corrections to conditional
1247           compilation of gnutls-common for automake 1.5 (and thereby the
1248           true automake way)
1250 2002-06-25 Tuesday 23:15 UTC -- Neil Spring <nspring@cs.washington.edu>
1252         * configure.in, wmbiff/Makefile.am: only compile gnutls-common.[ch]
1253           if gnutls is configured in (duh), and only check for gcrypt.h if
1254           libgcrypt is installed and current
1256 2002-06-24 Monday 07:18 UTC -- Neil Spring <nspring@cs.washington.edu>
1258         * ChangeLog, FromCVS.sh: roughly finished 0.4.4
1260 2002-06-24 Monday 07:16 UTC -- Neil Spring <nspring@cs.washington.edu>
1262         * wmbiff/tlsComm.c: restore certificate checking
1264 2002-06-24 Monday 07:15 UTC -- Neil Spring <nspring@cs.washington.edu>
1266         * wmbiff/: gnutls-common.c, gnutls-common.h: indent run
1268 2002-06-24 Monday 01:23 UTC -- Neil Spring <nspring@cs.washington.edu>
1270         * wmbiff/Makefile.am, configure.in: basic gnutls 0.4.3 support
1271           (that is, it compiles.)
1273 2002-06-24 Monday 01:18 UTC -- Neil Spring <nspring@cs.washington.edu>
1275         * wmbiff/: gnutls-common.c, gnutls-common.h, tlsComm.c: basic
1276           gnutls 0.4.3 support (that is, it compiles.)
1278 2002-06-23 Sunday 01:26 UTC -- Neil Spring <nspring@cs.washington.edu>
1280         * wmbiff/wmbiff.c: cleanup to periodic mail checking, removal of
1281           the first mail check - now all cases are the same
1283 2002-06-21 Friday 04:34 UTC -- Neil Spring <nspring@cs.washington.edu>
1285         * wmbiff/wmbiff.c: y_ and x_origin, and num_mailboxes constants,
1286           highlight color for fn, restructured mailbox creation routines
1288 2002-06-21 Friday 04:31 UTC -- Neil Spring <nspring@cs.washington.edu>
1290         * wmbiff/Pop3Client.c: splint
1292 2002-06-21 Friday 04:31 UTC -- Neil Spring <nspring@cs.washington.edu>
1294         * wmbiff/: LicqClient.c, ShellClient.c, charutil.c,
1295           maildirClient.c, mboxClient.c, passwordMgr.c, test_wmbiff.c:
1296           config.h
1298 2002-06-21 Friday 04:30 UTC -- Neil Spring <nspring@cs.washington.edu>
1300         * wmbiff/Imap4Client.c: clarity and splint
1302 2002-06-21 Friday 04:29 UTC -- Neil Spring <nspring@cs.washington.edu>
1304         * wmbiff/Client.h: splint support
1306 2002-06-21 Friday 04:29 UTC -- Neil Spring <nspring@cs.washington.edu>
1308         * wmbiff/wmbiff.1: highlight color
1310 2002-06-21 Friday 04:28 UTC -- Neil Spring <nspring@cs.washington.edu>
1312         * wmbiff/Makefile.am: verify that config.h is included in each .c
1313           file
1315 2002-06-15 Saturday 09:05 UTC -- Neil Spring <nspring@cs.washington.edu>
1317         * configure.in: likely bugfix for newer autoconf?
1319 2002-06-15 Saturday 09:04 UTC -- Neil Spring <nspring@cs.washington.edu>
1321         * Makefile.am: keep automake1.6 happy
1323 2002-06-08 Saturday 22:22 UTC -- Neil Spring <nspring@cs.washington.edu>
1325         * ChangeLog, configure.in: release 0.4.3 final updates
1327 2002-06-08 Saturday 22:20 UTC -- Neil Spring <nspring@cs.washington.edu>
1329         * wmbiff/wmbiff.c: make the background black when using fonts
1331 2002-06-08 Saturday 22:15 UTC -- Neil Spring <nspring@cs.washington.edu>
1333         * wmgeneral/: wmgeneral.c, wmgeneral.h: font support, ability to
1334           erase rectangles
1336 2002-06-08 Saturday 22:14 UTC -- Neil Spring <nspring@cs.washington.edu>
1338         * wmbiff/Client.h: slightly changed debug messages; exists() is
1339           more a test -f than a test -e
1341 2002-06-08 Saturday 22:13 UTC -- Neil Spring <nspring@cs.washington.edu>
1343         * wmbiff/wmbiff.1: documentation of -fg and -font options
1345 2002-06-08 Saturday 22:13 UTC -- Neil Spring <nspring@cs.washington.edu>
1347         * wmbiff/: Imap4Client.c, ShellClient.c: cleanup for splint
1348           annotations
1350 2002-06-08 Saturday 22:13 UTC -- Neil Spring <nspring@cs.washington.edu>
1352         * wmbiff/wmbiff.c: basic font support, color selection, cleanup to
1353           default configuration code, bugifx and cleanup to mouse region
1354           code
1356 2002-06-08 Saturday 21:40 UTC -- Neil Spring <nspring@cs.washington.edu>
1358         * wmbiff/socket.c: need config.h to get IPv6 support
1360 2002-06-01 Saturday 18:10 UTC -- Neil Spring <nspring@cs.washington.edu>
1362         * ChangeLog: 0.4.2
1364 2002-06-01 Saturday 17:58 UTC -- Neil Spring <nspring@cs.washington.edu>
1366         * configure.in, wmbiff/wmbiff.c: oops, didn't really want to
1367           release with the crazy font stuff quite yet
1369 2002-06-01 Saturday 07:03 UTC -- Neil Spring <nspring@cs.washington.edu>
1371         * ChangeLog, configure.in, wmbiff/test-wmbiffrc.shell: release
1372           0.4.1
1374 2002-06-01 Saturday 07:01 UTC -- Neil Spring <nspring@cs.washington.edu>
1376         * AUTHORS: release preparation
1378 2002-06-01 Saturday 06:47 UTC -- Neil Spring <nspring@cs.washington.edu>
1380         * wmgeneral/wmgeneral.h: prototypes for basic font support
1382 2002-06-01 Saturday 06:47 UTC -- Neil Spring <nspring@cs.washington.edu>
1384         * wmgeneral/wmgeneral.c: indent run
1386 2002-06-01 Saturday 06:02 UTC -- Neil Spring <nspring@cs.washington.edu>
1388         * wmbiff/: Client.h, ShellClient.c, charutil.c, mboxClient.c:
1389           indent run
1391 2002-06-01 Saturday 06:01 UTC -- Neil Spring <nspring@cs.washington.edu>
1393         * wmbiff/wmbiff.c: font support, disabled by default
1395 2002-06-01 Saturday 06:00 UTC -- Neil Spring <nspring@cs.washington.edu>
1397         * wmbiff/tlsComm.c: a start at certificate checking (a daunting
1398           task at the moment)
1400 2002-06-01 Saturday 05:59 UTC -- Neil Spring <nspring@cs.washington.edu>
1402         * wmbiff/Client.h: declare exists()
1404 2002-06-01 Saturday 05:51 UTC -- Neil Spring <nspring@cs.washington.edu>
1406         * wmgeneral/wmgeneral.c: some basic font support, renaming some
1407           variables for clarity
1409 2002-06-01 Saturday 05:45 UTC -- Neil Spring <nspring@cs.washington.edu>
1411         * wmbiff/socket.c: correct date
1413 2002-06-01 Saturday 05:42 UTC -- Neil Spring <nspring@cs.washington.edu>
1415         * configure.in, wmbiff/socket.c: IPv6 support using getaddrinfo
1416           from Jun-ichiro itojun Hagino <itojun@iijlab.net>
1418 2002-05-03 Friday 05:51 UTC -- Neil Spring <nspring@cs.washington.edu>
1420         * ChangeLog, configure.in: Release 0.4.0
1422 2002-05-03 Friday 05:51 UTC -- Neil Spring <nspring@cs.washington.edu>
1424         * Makefile.am: don't list TODO changes in ChangeLog, to avoid
1425           confusion
1427 2002-05-03 Friday 05:43 UTC -- Neil Spring <nspring@cs.washington.edu>
1429         * wmbiff/mboxClient.c: type casting hackery to help architectures I
1430           don't have
1432 2002-05-03 Friday 05:42 UTC -- Neil Spring <nspring@cs.washington.edu>
1434         * wmbiff/: sample.wmbiffrc, wmbiffrc.5.in: lpq example creep
1436 2002-05-03 Friday 05:42 UTC -- Neil Spring <nspring@cs.washington.edu>
1438         * wmbiff/ShellClient.c: bugfix when alternates between numeric and
1439           text
1441 2002-04-29 Monday 02:01 UTC -- Neil Spring <nspring@cs.washington.edu>
1443         * wmbiff/: Client.h, ShellClient.c, charutil.c, charutil.h: lclint
1444           cleanups - strdup_ordie, some null annotations
1446 2002-04-27 Saturday 08:54 UTC -- Neil Spring <nspring@cs.washington.edu>
1448         * wmbiff/: Client.h, ShellClient.c, passwordMgr.c: cleanup to use
1449           grabCommandOutput in passwordMgr instead of duplicating the
1450           popen/fgets/pclose code
1452 2002-04-27 Saturday 08:29 UTC -- Neil Spring <nspring@cs.washington.edu>
1454         * wmbiff/: Client.h, Makefile.am, charutil.c, passwordMgr.c,
1455           passwordMgr.h, test_wmbiff.c: move passwordMgr testing to
1456           test_wmbiff.c; catch a small bug in handling empty passwords
1458 2002-04-27 Saturday 08:29 UTC -- Neil Spring <nspring@cs.washington.edu>
1460         * FromCVS.sh: apparently aclocal barfs when macros are defined both
1461           in the system directory and in a local copy.  semper fragile.
1463 2002-04-25 Thursday 20:28 UTC -- Neil Spring <nspring@cs.washington.edu>
1465         * README: add a note about gnutls version 0.3.5
1467 2002-04-25 Thursday 18:33 UTC -- Neil Spring <nspring@cs.washington.edu>
1469         * configure.in: hack attempt at supporting gnutls built locally
1471 2002-04-25 Thursday 17:31 UTC -- Neil Spring <nspring@cs.washington.edu>
1473         * ChangeLog, FromCVS.sh, autoconf/libgcrypt.m4,
1474           autoconf/libgnutls.m4: add m4 macros for libgcrypt and libgnutls
1475           to the repository, so that FromCVS can be run to regenerate
1476           configure.in, even on systems without gnutls.
1478 2002-04-20 Saturday 09:55 UTC -- Neil Spring <nspring@cs.washington.edu>
1480         * wmbiff/Makefile.am: correct a problem uncovered by sourceforge's
1481           compile farm
1483 2002-04-20 Saturday 09:27 UTC -- Neil Spring <nspring@cs.washington.edu>
1485         * wmbiff/ShellClient.c: BSD fix (no strndup, no sighandler_t)
1487 2002-04-20 Saturday 09:12 UTC -- Neil Spring <nspring@cs.washington.edu>
1489         * wmbiff/: LicqClient.c, mboxClient.c: move msgs=-1 assignment on
1490           failure to the common openMailbox()
1492 2002-04-20 Saturday 08:53 UTC -- Neil Spring <nspring@cs.washington.edu>
1494         * ChangeLog, configure.in, wmbiff/Client.h: update meta-information
1495           for prerelease 5
1497 2002-04-20 Saturday 08:51 UTC -- Neil Spring <nspring@cs.washington.edu>
1499         * wmbiff/Makefile.am: correct syntax for making a test program
1501 2002-04-20 Saturday 08:13 UTC -- Neil Spring <nspring@cs.washington.edu>
1503         * wmbiff/sample.wmbiffrc: finish deprecating
1505 2002-04-20 Saturday 08:12 UTC -- Neil Spring <nspring@cs.washington.edu>
1507         * wmbiff/: sample.wmbiffrc, wmbiffrc.5.in: document back-tick
1508           expansion, deprecate mbox style without mbox: prefix
1510 2002-04-20 Saturday 07:54 UTC -- Neil Spring <nspring@cs.washington.edu>
1512         * wmbiff/: Client.h, LicqClient.c, ShellClient.c, mboxClient.c:
1513           oops (indent)
1515 2002-04-20 Saturday 07:53 UTC -- Neil Spring <nspring@cs.washington.edu>
1517         * wmbiff/: LicqClient.c, mboxClient.c: refactor mailbox stat()'ting
1518           to reduce duplicated code and supprort backticks.
1520 2002-04-20 Saturday 07:52 UTC -- Neil Spring <nspring@cs.washington.edu>
1522         * wmbiff/ShellClient.c: refactor command execution code to support
1523           backtick foo expansion
1525 2002-04-20 Saturday 07:50 UTC -- Neil Spring <nspring@cs.washington.edu>
1527         * wmbiff/: Makefile.am, test_wmbiff.c: add tests for bbacktick
1528           expansion
1530 2002-04-20 Saturday 07:49 UTC -- Neil Spring <nspring@cs.washington.edu>
1532         * wmbiff/Client.h: ctime has become useless; new prototypes to
1533           handle backtick
1535 2002-04-16 Tuesday 07:37 UTC -- Neil Spring <nspring@cs.washington.edu>
1537         * ChangeLog, wmbiff/Client.h, wmbiff/Imap4Client.c,
1538           wmbiff/LicqClient.c, wmbiff/Pop3Client.c, wmbiff/mboxClient.c,
1539           wmbiff/passwordMgr.c, wmbiff/wmbiff.c: remove vestigial
1540           pc->open()
1542 2002-04-16 Tuesday 07:08 UTC -- Neil Spring <nspring@cs.washington.edu>
1544         * wmbiff/test-make.sh: unnecessary now that autoconf is involved
1546 2002-04-15 Monday 22:58 UTC -- Neil Spring <nspring@cs.washington.edu>
1548         * Makefile.am: dist the FAQ
1550 2002-04-15 Monday 21:19 UTC -- Neil Spring <nspring@cs.washington.edu>
1552         * wmgeneral/: Makefile.am, list.c, list.h, misc.c, misc.h,
1553           wmgeneral.c, wmgeneral.h: run make indent; also tolerate standard
1554           geometry string (dumping the dimensions provided)
1556 2002-04-15 Monday 21:06 UTC -- Neil Spring <nspring@cs.washington.edu>
1558         * wmbiff/wmbiff.c: bugfix to sigchld_handler (argh)
1560 2002-04-15 Monday 08:15 UTC -- Neil Spring <nspring@cs.washington.edu>
1562         * ChangeLog, Makefile.am, configure.in, wmbiff/Makefile.am,
1563           autoconf/Makefile.am: try to make the distcheck target work
1564           correctly.  voodoo.
1566 2002-04-15 Monday 08:14 UTC -- Neil Spring <nspring@cs.washington.edu>
1568         * FAQ: a little documentation
1570 2002-04-15 Monday 02:21 UTC -- Neil Spring <nspring@cs.washington.edu>
1572         * wmbiff/wmbiff.c: treat  all gicu messages as new (they're unread)
1574 2002-04-15 Monday 02:10 UTC -- Neil Spring <nspring@cs.washington.edu>
1576         * configure.in: chmod 0444 wmbiffrc.5 to remind me not to try to
1577           edit it.
1579 2002-04-15 Monday 02:09 UTC -- Neil Spring <nspring@cs.washington.edu>
1581         * wmbiff/wmbiffrc.5.in: document finger, changes to shell
1583 2002-04-15 Monday 01:58 UTC -- Neil Spring <nspring@cs.washington.edu>
1585         * wmbiff/: ShellClient.c, wmbiff.c: waitpid until done
1587 2002-04-15 Monday 01:48 UTC -- Neil Spring <nspring@cs.washington.edu>
1589         * configure.in: slightly nicer message
1591 2002-04-15 Monday 01:47 UTC -- Neil Spring <nspring@cs.washington.edu>
1593         * ChangeLog, configure.in, wmbiff/wmbiff-master-contrast.xpm:
1594           0.4.0pre4 - finger support, text from shell support, minor code
1595           reorganization
1597 2002-04-15 Monday 01:38 UTC -- Neil Spring <nspring@cs.washington.edu>
1599         * AUTHORS, README: add Andelko Horvat to the list of contributors,
1600           remove author list from README
1602 2002-04-15 Monday 01:30 UTC -- Neil Spring <nspring@cs.washington.edu>
1604         * wmbiff/test-wmbiffrc.shell: test finger as well
1606 2002-04-15 Monday 01:30 UTC -- Neil Spring <nspring@cs.washington.edu>
1608         * wmbiff/Client.h: TextStatus to hold a three-character status
1609           message
1611 2002-04-15 Monday 01:30 UTC -- Neil Spring <nspring@cs.washington.edu>
1613         * wmbiff/wmbiff.c: support TextString as status; factor
1614           blitMsgCounters as displayMsgCounters was starting to get ugly,
1615           add finger recipe to use ShellClient instead of a separate module
1617 2002-04-15 Monday 01:26 UTC -- Neil Spring <nspring@cs.washington.edu>
1619         * wmbiff/passwordMgr.c: use chomp to remove the newline from
1620           ssh-askpass output
1622 2002-04-15 Monday 01:26 UTC -- Neil Spring <nspring@cs.washington.edu>
1624         * wmbiff/: charutil.c, charutil.h: duplicate perl's chomp()
1626 2002-04-15 Monday 01:26 UTC -- Neil Spring <nspring@cs.washington.edu>
1628         * wmbiff/ShellClient.c: return sigchld to default hander before
1629           using popen; handle text input. Much complexity, I hope it's
1630           worth it.
1632 2002-04-15 Monday 01:25 UTC -- Neil Spring <nspring@cs.washington.edu>
1634         * wmbiff/wmbiff-master-led.xpm: support yellow text
1636 2002-04-15 Monday 01:24 UTC -- Neil Spring <nspring@cs.washington.edu>
1638         * wmbiff/Makefile.am: derive wmbiff-master-contrast.xpm from
1639           wmbiff-master-led.xpm
1641 2002-04-12 Friday 05:54 UTC -- Neil Spring <nspring@cs.washington.edu>
1643         * wmbiff/socket.c: extra debugging messages, to be in-line with our
1644           -debug to stdout philosophy
1646 2002-04-11 Thursday 21:39 UTC -- Jordi Mallach <jordi@sindominio.net>
1648         * autoconf/: install-sh, missing, mkinstalldirs: Shouldn't be in
1649           CVS...
1651 2002-04-11 Thursday 18:24 UTC -- Neil Spring <nspring@cs.washington.edu>
1653         * configure.in: attempt to fix Jordi's configure bug
1655 2002-04-11 Thursday 07:24 UTC -- Neil Spring <nspring@cs.washington.edu>
1657         * wmbiff/Pop3Client.c: APOP bugfix (unreleased bug)
1659 2002-04-09 Tuesday 07:52 UTC -- Neil Spring <nspring@cs.washington.edu>
1661         * ChangeLog, configure.in: bump version to 0.4.0pre3 - permissions
1662           checking for .wmbiffrc added.
1664 2002-04-09 Tuesday 07:47 UTC -- Neil Spring <nspring@cs.washington.edu>
1666         * Makefile.am: try to tell the difference between running make dist
1667           with cvs and missing cvs2cl (an error), and running make dist
1668           without cvs (which should be ok).
1670 2002-04-09 Tuesday 07:45 UTC -- Neil Spring <nspring@cs.washington.edu>
1672         * wmbiff/: LicqClient.c, maildirClient.c, mboxClient.c: some
1673           explicit casts to make compiling on non-linux a bit more
1674           warning-free
1676 2002-04-09 Tuesday 07:44 UTC -- Neil Spring <nspring@cs.washington.edu>
1678         * wmbiff/wmbiff.c: permissions checking for .wmbiffrc (if it
1679           exists), some minor cleanup associated with this.
1681 2002-04-09 Tuesday 07:43 UTC -- Neil Spring <nspring@cs.washington.edu>
1683         * wmbiff/Makefile.am: _DATA files don't get distributed, add the
1684           skins into extra_dist. automake can be confusing
1686 2002-04-08 Monday 09:35 UTC -- Neil Spring <nspring@cs.washington.edu>
1688         * configure.in, wmbiff/wmbiffrc.5, wmbiff/wmbiffrc.5.in:
1689           automatically generate wmbiffrc.5 based on the results of
1690           configure, so that the configure-time chosen defaults are
1691           accurately shown
1693 2002-04-07 Sunday 19:30 UTC -- Neil Spring <nspring@cs.washington.edu>
1695         * configure.in: don't try to configure gnutls if libz or libgdbm
1696           aren't installed
1698 2002-04-07 Sunday 19:30 UTC -- Neil Spring <nspring@cs.washington.edu>
1700         * FromCVS.sh: allow for automake 1.5's need for depcomp
1702 2002-04-07 Sunday 05:08 UTC -- Neil Spring <nspring@cs.washington.edu>
1704         * COPYING, ChangeLog, FromCVS.sh, INSTALL, Makefile.am,
1705           configure.in, autoconf/acconfig.h, autoconf/install-sh,
1706           autoconf/missing, autoconf/mkinstalldirs, maint/changelog-header,
1707           wmbiff/Client.h, wmbiff/Imap4Client.c, wmbiff/LicqClient.c,
1708           wmbiff/Makefile, wmbiff/Makefile.am, wmbiff/Pop3Client.c,
1709           wmbiff/charutil.h, wmbiff/maildirClient.c, wmbiff/mboxClient.c,
1710           wmbiff/tlsComm.c, wmbiff/wmbiff.c, wmgeneral/Makefile.am,
1711           wmgeneral/wmgeneral.c: use automake / autoconf; after checkout
1712           run ./FromCVS.sh
1714 2002-04-07 Sunday 03:23 UTC -- Neil Spring <nspring@cs.washington.edu>
1716         * AUTHORS: automake required file, duplicated from README
1718 2002-04-05 Friday 19:44 UTC -- Neil Spring <nspring@cs.washington.edu>
1720         * wmbiff/wmbiff-master-contrast.xpm: a first cut higher-contrast
1721           skin
1723 2002-04-05 Friday 19:43 UTC -- Neil Spring <nspring@cs.washington.edu>
1725         * wmbiff/: Makefile, sample.wmbiffrc, test-make.sh, wmbiff.c:
1726           askpass - invoke ssh-askpass to fill in passwords for IMAP
1727           servers; skin - dynamically load an .xpm background
1729 2002-04-05 Friday 19:42 UTC -- Neil Spring <nspring@cs.washington.edu>
1731         * wmbiff/wmbiffrc.5: documentation of askpass and skin
1733 2002-04-05 Friday 19:08 UTC -- Neil Spring <nspring@cs.washington.edu>
1735         * wmbiff/tlsComm.c: explicit handling of timeouts
1737 2002-04-05 Friday 19:02 UTC -- Neil Spring <nspring@cs.washington.edu>
1739         * wmbiff/passwordMgr.c: askpass having a space in it is an INFO,
1740           not an ERR.
1742 2002-04-04 Thursday 08:51 UTC -- Neil Spring <nspring@cs.washington.edu>
1744         * wmbiff/: Client.h, Imap4Client.c, Makefile, Pop3Client.c,
1745           passwordMgr.c, passwordMgr.h, sample.wmbiffrc, test-make.sh:
1746           interactive password prompting support for imap - leave password
1747           in the : format blank to use
1749 2002-03-26 Tuesday 16:30 UTC -- Jordi Mallach <jordi@sindominio.net>
1751         * ChangeLog, wmbiff/Makefile: Released WMBiff 0.3.8.
1753 2002-03-18 Monday 09:47 UTC -- Neil Spring <nspring@cs.washington.edu>
1755         * wmgeneral/wmgeneral.h: un-shadow index
1757 2002-03-18 Monday 09:46 UTC -- Neil Spring <nspring@cs.washington.edu>
1759         * wmgeneral/wmgeneral.c: un-shadow a global variable
1761 2002-03-14 Thursday 08:51 UTC -- Neil Spring <nspring@cs.washington.edu>
1763         * README: correct and expand upon crypto instructions
1765 2002-03-12 Tuesday 23:53 UTC -- Neil Spring <nspring@cs.washington.edu>
1767         * wmbiff/: Client.h, Imap4Client.c, Pop3Client.c, ShellClient.c,
1768           tlsComm.c: fixed misunderstanding of the use of ## in macros with
1769           strings - the compiler does the concatenation, not the
1770           preprocessor
1772 2002-03-11 Monday 00:11 UTC -- Neil Spring <nspring@cs.washington.edu>
1774         * wmbiff/tlsComm.c: slightly better message on expect failure
1776 2002-03-09 Saturday 08:50 UTC -- Neil Spring <nspring@cs.washington.edu>
1778         * wmbiff/ShellClient.c: debug messages cleanup; start handling
1779           pclose errors; remove open() function pointer assignment;
1780           #include fix
1782 2002-03-09 Saturday 08:03 UTC -- Neil Spring <nspring@cs.washington.edu>
1784         * wmgeneral/: list.h, wmgeneral.c: minor warning cleanups
1786 2002-03-08 Friday 19:26 UTC -- Neil Spring <nspring@cs.washington.edu>
1788         * README: credit Ben
1790 2002-03-07 Thursday 22:20 UTC -- Neil Spring <nspring@cs.washington.edu>
1792         * wmbiff/ShellClient.c: fix error return status (ben's 'lil' patch)
1794 2002-03-07 Thursday 07:04 UTC -- Neil Spring <nspring@cs.washington.edu>
1796         * wmbiff/ShellClient.c: appropriate credits
1798 2002-03-06 Wednesday 18:01 UTC -- Neil Spring <nspring@cs.washington.edu>
1800         * wmbiff/ShellClient.c: fix my sloppy mistake in shell path parsing
1802 2002-03-06 Wednesday 07:59 UTC -- Neil Spring <nspring@cs.washington.edu>
1804         * wmbiff/ShellClient.c: misplaced string.h
1806 2002-03-06 Wednesday 07:59 UTC -- Neil Spring <nspring@cs.washington.edu>
1808         * wmbiff/wmbiff.c: rename in Read_Config_File for more 'index'
1809           purging
1811 2002-03-06 Wednesday 07:44 UTC -- Neil Spring <nspring@cs.washington.edu>
1813         * wmbiff/ShellClient.c: fix a potential file descriptor leak
1815 2002-03-06 Wednesday 07:15 UTC -- Neil Spring <nspring@cs.washington.edu>
1817         * wmbiff/: Client.h, Makefile, ShellClient.c, mboxClient.c,
1818           sample.wmbiffrc, test-wmbiffrc.shell, wmbiff.1, wmbiff.c,
1819           wmbiffrc.5: Draft shell command and gnomeicu support from Benoît
1820           Rouits with minor modifications 1) implement gicu using the shell
1821           module rather than as a separate module, 2) edit Ben's shell
1822           format to have extra colons for extensibility, 3) add some extra
1823           error checking in the shell method.  I also added a test wmbiffrc
1824           that can be used to verify that the gicu and shell methods
1825           "work".
1827 2002-03-05 Tuesday 05:02 UTC -- Dwayne C. Litzenberger <dlitz@dlitz.net>
1829         * wmbiff/maildirClient.c: cosmetic changes
1831 2002-03-04 Monday 06:57 UTC -- Neil Spring <nspring@cs.washington.edu>
1833         * wmbiff/mboxClient.c: convert a lingering fprintf to DM
1835 2002-03-02 Saturday 23:25 UTC -- Neil Spring <nspring@cs.washington.edu>
1837         * wmbiff/: Imap4Client.c, Makefile, wmbiff.c: a little -Wshadow and
1838           -Wcast-qual cleanup (or, eliminate the use of 'index' as a
1839           variable name)
1841 2002-03-02 Saturday 22:38 UTC -- Neil Spring <nspring@cs.washington.edu>
1843         * wmbiff/Client.h: add preprocessor define to handle portability of
1844           __attribute__ tag to non-gcc compilers (untested)
1846 2002-03-02 Saturday 06:42 UTC -- Neil Spring <nspring@cs.washington.edu>
1848         * wmbiff/tlsComm.c: indent run (oops)
1850 2002-03-02 Saturday 06:41 UTC -- Neil Spring <nspring@cs.washington.edu>
1852         * wmbiff/: Pop3Client.c, Imap4Client.c: minor reorganization of
1853           gcrypt-needing authentication schemes
1855 2002-03-02 Saturday 06:39 UTC -- Neil Spring <nspring@cs.washington.edu>
1857         * wmbiff/tlsComm.c: attribute tags for warning cleanup w/o gnutls
1859 2002-03-02 Saturday 06:36 UTC -- Neil Spring <nspring@cs.washington.edu>
1861         * wmbiff/wmbiff.c: gcc attribute tags, minor debug message cleanup
1863 2002-03-02 Saturday 06:31 UTC -- Neil Spring <nspring@cs.washington.edu>
1865         * wmbiff/Makefile: rearrange which compiler warnings are implied by
1866           DEBUG
1868 2002-03-02 Saturday 05:58 UTC -- Neil Spring <nspring@cs.washington.edu>
1870         * wmbiff/Client.h: use off_t instead of size_t in Licq and Maildir
1871           for file sizes from stat()
1873 2002-03-02 Saturday 05:50 UTC -- Neil Spring <nspring@cs.washington.edu>
1875         * wmbiff/tlsComm.c: bugfix to support compilation without crypto
1877 2002-03-01 Friday 11:58 UTC -- Jordi Mallach <jordi@sindominio.net>
1879         * wmbiff/wmbiff.c: Added -debug to help text.  Removed Gennady's
1880           mail address and added our devel list.
1882 2002-03-01 Friday 11:28 UTC -- Jordi Mallach <jordi@sindominio.net>
1884         * wmbiff/Makefile: Fixed install rule in Makefile.
1886 2002-03-01 Friday 08:41 UTC -- Neil Spring <nspring@cs.washington.edu>
1888         * wmbiff/: Client.h, Imap4Client.c, LicqClient.c, Makefile,
1889           Pop3Client.c, maildirClient.c, mboxClient.c, tlsComm.c,
1890           tlsComm.h, wmbiff.1, wmbiff.c, wmbiffrc.5: Replaced DEBUG_x
1891           preprocessor defines with a -debug option and debug configuration
1892           keyword.  Replaced most debugging messages with a DM (debug
1893           message) macro.  Removed gnutls version 0.2.x support.  Added
1894           troubleshooting section to man page.
1896 2002-02-03 Sunday 22:48 UTC -- Jordi Mallach <jordi@sindominio.net>
1898         * ChangeLog: Released WMBiff 0.3.7.
1900 2002-02-03 Sunday 22:43 UTC -- Jordi Mallach <jordi@sindominio.net>
1902         * wmbiff/Makefile: Bumped WMBIFF_VERSION to 0.3.7.
1904 2002-02-02 Saturday 18:04 UTC -- Jordi Mallach <jordi@sindominio.net>
1906         * wmbiff/: Client.h, Imap4Client.c, Makefile, Pop3Client.c,
1907           charutil.h: Makefile fixes from Simon L. Nielsen, which help
1908           building wmbiff in FreeBSD.  Fixed the previous IMAP regex patch.
1910 2002-01-27 Sunday 20:20 UTC -- Jordi Mallach <jordi@sindominio.net>
1912         * ChangeLog, maint/changelog.sed, maint/prerelease.sh: Some fixes
1913           for the maint scripts.
1915 2002-01-27 Sunday 19:59 UTC -- Jordi Mallach <jordi@sindominio.net>
1917         * ChangeLog: Released WMBiff 0.3.6.
1919 2002-01-27 Sunday 19:56 UTC -- Jordi Mallach <jordi@sindominio.net>
1921         * wmbiff/Imap4Client.c: Indent fixes.
1923 2002-01-27 Sunday 19:52 UTC -- Jordi Mallach <jordi@sindominio.net>
1925         * wmbiff/Makefile: Bump WMBIFF_VERSION to 0.3.6.
1927 2002-01-27 Sunday 12:46 UTC -- Jordi Mallach <jordi@sindominio.net>
1929         * README, wmbiff/Imap4Client.c, wmbiff/Makefile, wmbiff/wmbiffrc.5:
1930           Alternate regex for imap/imaps which allows "@" in passwords.
1931           Fix to correctly handle the auth list in imap.  Patch from David
1932           Smith <davidsmith@acm.org>.
1934 2002-01-14 Monday 01:51 UTC -- Jordi Mallach <jordi@sindominio.net>
1936         * ChangeLog: Released WMBiff 0.3.5.
1938 2002-01-14 Monday 01:50 UTC -- Jordi Mallach <jordi@sindominio.net>
1940         * wmbiff/Makefile: Bump WMBIFF_VERSION to 0.3.5.
1942 2002-01-12 Saturday 19:18 UTC -- Neil Spring <nspring@cs.washington.edu>
1944         * wmbiff/Imap4Client.c: quote patch from Nick Mitchell, ref debian
1945           #128863
1947 2002-01-12 Saturday 06:17 UTC -- Neil Spring <nspring@cs.washington.edu>
1949         * wmbiff/tlsComm.c: debugging for gnutls3
1951 2002-01-12 Saturday 05:50 UTC -- Neil Spring <nspring@cs.washington.edu>
1953         * wmbiff/Makefile: clarify what to do with gnutls version define
1955 2002-01-12 Saturday 05:30 UTC -- Neil Spring <nspring@cs.washington.edu>
1957         * wmbiff/: Makefile, charutil.c, tlsComm.c: update for the
1958           interface change in gnutls 0.3.0
1960 2001-11-23 Friday 15:57 UTC -- Jordi Mallach <jordi@sindominio.net>
1962         * ChangeLog: Released WMBiff 0.3.4.
1964 2001-11-23 Friday 15:55 UTC -- Jordi Mallach <jordi@sindominio.net>
1966         * wmbiff/Makefile: Bumped version to 0.3.4, and release.
1968 2001-11-23 Friday 15:53 UTC -- Jordi Mallach <jordi@sindominio.net>
1970         * ChangeLog, wmbiff/sample.wmbiffrc: Doc updates for 0.3.4.
1972 2001-11-16 Friday 07:11 UTC -- Neil Spring <nspring@cs.washington.edu>
1974         * wmbiff/: Imap4Client.c, Pop3Client.c, charutil.c: regexes limit
1975           password and username to 32 characters
1977 2001-11-16 Friday 06:08 UTC -- Neil Spring <nspring@cs.washington.edu>
1979         * wmgeneral/: wmgeneral.c, wmgeneral.h: -Wwrite-strings cleanliness
1981 2001-11-16 Friday 01:13 UTC -- Neil Spring <nspring@cs.washington.edu>
1983         * wmbiff/: Client.h, Imap4Client.c, Makefile, Pop3Client.c,
1984           charutil.c: rewrite of authentication code to a) allow users to
1985           specify authentication type, b) fall back to other authentication
1986           methods when hash-based authentication fails (because not
1987           everybody uses the cleartext password file) c) fix debug messages
1989 2001-11-16 Friday 00:40 UTC -- Neil Spring <nspring@cs.washington.edu>
1991         * wmbiff/charutil.h: regex helpers common to pop3 and imap4 clients
1992           extracted and moved here
1994 2001-11-16 Friday 00:40 UTC -- Neil Spring <nspring@cs.washington.edu>
1996         * wmbiff/: tlsComm.c, tlsComm.h: blacklist and debugging updates
1997           for gnutls 0.2.10 and DM macro
1999 2001-11-16 Friday 00:39 UTC -- Neil Spring <nspring@cs.washington.edu>
2001         * wmbiff/wmbiffrc.5: authentication method list, reduced
2002           indentation to fit screen better
2004 2001-11-16 Friday 00:38 UTC -- Neil Spring <nspring@cs.washington.edu>
2006         * wmbiff/wmbiff-master-led.xpm: made pixmap const char
2008 2001-11-16 Friday 00:37 UTC -- Neil Spring <nspring@cs.washington.edu>
2010         * wmbiff/wmbiff.c: -Wwrite-strings cleanliness
2012 2001-11-02 Friday 08:53 UTC -- Neil Spring <nspring@cs.washington.edu>
2014         * wmbiff/: Imap4Client.c, wmbiff.c, wmbiffrc.5: Prefer "imaps"
2015           instead of "sslimap" (sslimap is still supported, but imaps is
2016           documented, and a better name).
2018 2001-11-02 Friday 08:48 UTC -- Neil Spring <nspring@cs.washington.edu>
2020         * wmbiff/tlsComm.c: Small debugging message to help if a connection
2021           ends unexpectedly.
2023 2001-10-29 Monday 13:57 UTC -- Jordi Mallach <jordi@sindominio.net>
2025         * ChangeLog: Released WMBiff 0.3.3.
2027 2001-10-29 Monday 13:54 UTC -- Jordi Mallach <jordi@sindominio.net>
2029         * wmbiff/: Imap4Client.c, wmbiff.c: Indent run.
2031 2001-10-28 Sunday 23:32 UTC -- Jordi Mallach <jordi@sindominio.net>
2033         * ChangeLog, README, wmbiff/Makefile, wmbiff/sample.wmbiffrc:
2034           Preparation for 0.3.3.  Documentation updates.
2036 2001-10-28 Sunday 22:22 UTC -- Neil Spring <nspring@cs.washington.edu>
2038         * wmbiff/wmbiff.c: Bugfix: initialize libgcrypt properly before
2039           cram-md5 (or probably apop) authentication.
2041 2001-10-24 Wednesday 15:35 UTC -- Jordi Mallach <jordi@sindominio.net>
2043         * maint/changelog.sed: Added Neil to the sed script.
2045 2001-10-23 Tuesday 21:14 UTC -- Neil Spring <nspring@cs.washington.edu>
2047         * wmbiff/Imap4Client.c: error check just in case sighup patch is
2048           applied
2050 2001-10-23 Tuesday 18:35 UTC -- Jordi Mallach <jordi@sindominio.net>
2052         * ChangeLog: Released WMBiff 0.3.2.
2054 2001-10-23 Tuesday 18:33 UTC -- Jordi Mallach <jordi@sindominio.net>
2056         * wmbiff/Makefile: Bump WMBIFF_VERSION to 0.3.2.
2058 2001-10-05 Friday 16:10 UTC -- Jordi Mallach <jordi@sindominio.net>
2060         * wmbiff/Makefile: Changed order of additions to LIBS and
2061           EXTRAFLAGS, removed extra WMBIFF_VERSION definition.
2063 2001-10-04 Thursday 09:50 UTC -- Jordi Mallach <jordi@sindominio.net>
2065         * README, wmbiff/Client.h, wmbiff/Imap4Client.c,
2066           wmbiff/LicqClient.c, wmbiff/Makefile, wmbiff/Pop3Client.c,
2067           wmbiff/charutil.c, wmbiff/charutil.h, wmbiff/maildirClient.c,
2068           wmbiff/mboxClient.c, wmbiff/socket.c, wmbiff/tlsComm.c,
2069           wmbiff/tlsComm.h, wmbiff/wmbiff.1, wmbiff/wmbiff.c,
2070           wmbiff/wmbiffrc.5: * Big patch from Neil Spring which adds lots
2071           of crypto support to WMBiff.  * WMBiff can now speak IMAP over
2072           TLS and CRAM-MD5, and APOP using libgcrypt.  * Known problems:
2073           - gnutls is being developed still, so it may have security
2074           related bugs.    - A bug in gnutls (a too-small buffer) may cause
2075           problems      in the parsing of openssl certificates. This should
2076           be fixed by gnutls      soon, hopefully. Added error messages if
2077           this bug is tickled. If you've      got problems with IMAP SSL,
2078           please try upgrading gnutls. If the problem      persists, let us
2079           know.    - IMAP has totally been rewritten, so bugs may crop up.
2080           - Pop3 hasn't been rewritten to use the TLS primitives, though
2081           it probably      could be if someone wanted to.  * There's a new
2082           interface for reading and writing to the socket in
2083           tlsComm.[ch].  This makes the IMAP code somewhat independent of
2084           whether   ssl is used, and provides nicer primitives to help skip
2085           'informational'   messages.  * WITH_TLS and WITH_GCRYPT are
2086           on-by-default in the Makefile.  TLS   applies to encryption,
2087           GCRYPT to cram-md5 and apop authentication.    Since gnutls
2088           depends on libgcrypt anyway, these probably don't need to be
2089           independent.  Some compile warnings may be generated when these
2090           are    disabled.  * Added code to optionally include dmalloc.h
2091           and link -ldmalloc. This   doesn't do anything at the moment, but
2092           shouldn't hurt. It's off-by-default.  * IMAP connections are now
2093           persistent.  persistent.  This is to cut down on   the need to
2094           re-negotiate an SSL connection every time you want to check
2095           mail. It tries to use just one connection per
2096           (server/username/password/port   number), which means multiple
2097           mailboxes need only one connection.  * There are a handful of
2098           lclint (http://lclint.cs.virginia.edu) annotations   in
2099           tlsComm.[ch]. These should also not hurt anyone, and are meant to
2100           keep   the signal to noise ratio of lclint high.  * The rewritten
2101           IMAP code uses the GNU regex library to handle the
2102           configuration line.  I think its clearer than the cascading
2103           strtok()   solution, but the regex might not be perfect.  *
2104           Removed an unnecessary "inline" keyword from charutil.h.  * Added
2105           a TODO document with the bits that are missing from the picture.
2106           * Please bow in awe at NAKAYAMA Takao, Jay T. Francis and
2107           specially   Neil Spring for all of this.
2109 2001-10-04 Thursday 09:21 UTC -- Jordi Mallach <jordi@sindominio.net>
2111         * wmbiff/ApopClient.c: Removed unneeded Apop support code, now
2112           integrated in Neil and Jay's patch.
2114 2001-10-04 Thursday 09:00 UTC -- Jordi Mallach <jordi@sindominio.net>
2116         * maint/changelog.sed: Added my other SF account, which I intend to
2117           use now.
2119 2001-10-04 Thursday 08:54 UTC -- Jordi Mallach <jordi@sindominio.net>
2121         * ChangeLog, README, wmbiff/Client.h, wmbiff/Makefile,
2122           wmbiff/sample.wmbiffrc, wmbiff/wmbiff.1, wmbiff/wmbiff.c,
2123           wmbiff/wmbiffrc.5: Backed out hoehoe's patch, preparing to apply
2124           Neil's.
2126 2001-09-24 Monday 11:58 UTC -- Jordi Mallach <jordi@sindominio.net>
2128         * ChangeLog, README, wmbiff/ApopClient.c, wmbiff/Client.h,
2129           wmbiff/Makefile, wmbiff/sample.wmbiffrc, wmbiff/wmbiff.1,
2130           wmbiff/wmbiff.c, wmbiff/wmbiffrc.5: Added APOP support, patch
2131           from NAKAYAMA Takao <hoehoe@wakaba.jp>.  Fixed some bits of the
2132           manpage (Jordi) Bumped version to 0.3.2.
2134 2001-09-24 Monday 11:56 UTC -- Jordi Mallach <jordi@sindominio.net>
2136         * maint/prerelease.sh: Removed -t to cvs2cl invocation, to make
2137           cleaner ChangeLogs.
2139 2001-06-24 Sunday 18:17 UTC -- Jordi Mallach <jordi@sindominio.net>
2141         * ChangeLog: Released wmbiff 0.3.1.
2143 2001-06-24 Sunday 18:08 UTC -- Jordi Mallach <jordi@sindominio.net>
2145         * ChangeLog, README: Removed duplicate entry for Vladimir Popov in
2146           README.
2148 2001-06-23 Saturday 00:09 UTC -- Jordi Mallach <jordi@sindominio.net>
2150         * wmbiff/Imap4Client.c: Imap fix from Rob Funk
2152 2001-06-23 Saturday 00:07 UTC -- Jordi Mallach <jordi@sindominio.net>
2154         * ChangeLog, maint/changelog.sed, maint/prerelease.sh: Renamed
2155           CHANGES to ChangeLog and RELEASE-NOTES to NEWS, modified release
2156           scripts accordingly. Added Mark to the sed file.
2158 2001-06-22 Friday 23:55 UTC -- Jordi Mallach <jordi@sindominio.net>
2160         * CHANGES, RELEASE-NOTES: Renamed to NEWS and ChangeLog
2162 2001-06-19 Tuesday 03:52 UTC -- Dwayne C. Litzenberger <dlitz@dlitz.net>
2164         * CHANGES, maint/prerelease.sh: * Whoops!  Messed up CVS expansion
2165           in maint/prerelease.sh.  Fixed it.  * Also changed
2166           maint/prerelease.sh a bit.
2168 2001-06-19 Tuesday 03:38 UTC -- Dwayne C. Litzenberger <dlitz@dlitz.net>
2170         * CHANGES, ChangeLog, README, RELEASE-NOTES, maint/changelog.sed,
2171           maint/prerelease.sh, wmbiff/Client.h, wmbiff/Imap4Client.c,
2172           wmbiff/LicqClient.c, wmbiff/Makefile, wmbiff/Pop3Client.c,
2173           wmbiff/charutil.c, wmbiff/charutil.h, wmbiff/maildirClient.c,
2174           wmbiff/mboxClient.c, wmbiff/sample.wmbiffrc, wmbiff/socket.c,
2175           wmbiff/wmbiff.1, wmbiff/wmbiff.c, wmbiff/wmbiffrc.5: * Another
2176           big patch that mucks with everything.  I probably deserve to be
2177           flamed for this practice.  Feel free... :-) * Added
2178           maint/prerelease.sh script.  Run it before making any releases.
2179           * Added maint/changelog.sed.  Add your SourceForge userid here.
2180           * Moved ChangeLog to RELEASE-NOTES (see below).  * Added a new
2181           file, CHANGES (created by maint/prerelease.sh) that tabulates
2182           all the CVS changes.  * Added "distclean" to wmbiff/Makefile.  *
2183           Added CVS Id$ to all the files in wmbiff/ .  * I reformatted ths
2184           changelog, again.  I hope this is the last time I need   to do
2185           this.  The CVS logs should be used for all changes, and this file
2186           should by updated for user-visible changes only, from now on.
2187           (Dwayne C. Litzenberger)  * Updated the README to reflect that
2188           Gennady Belyakov died right after releasing   wmBiff 0.2.  May
2189           your soul rest in peace, Gennady.  (Dwayne C. Litzenberger)
2191 2001-06-16 Saturday 01:02 UTC -- Jordi Mallach <jordi@sindominio.net>
2193         * ChangeLog, wmbiff/Makefile, wmbiff/sample.wmbiffrc,
2194           wmbiff/wmbiff.c: An FHS fix for wmbiff.c and use $(CC) in the
2195           Makefile
2197 2001-05-17 Thursday 04:22 UTC -- Dwayne C. Litzenberger <dlitz@dlitz.net>
2199         * ChangeLog, wmbiff/Makefile, wmbiff/charutil.c: Committing Mark
2200           Hurley's patch
2202 2001-05-16 Wednesday 10:48 UTC -- Jordi Mallach <jordi@sindominio.net>
2204         * ChangeLog, README: Updated some obsolete info in README
2206 2001-05-11 Friday 15:04 UTC -- Jordi Mallach <jordi@sindominio.net>
2208         * ChangeLog, wmbiff/Imap4Client.c, wmbiff/Makefile,
2209           wmbiff/charutil.c, wmbiff/charutil.h, wmbiff/wmbiff.c: Mark's
2210           wmbiffrc parsing fix, small Makefile changes and bump version to
2211           0.3.0.
2213 2001-05-11 Friday 14:49 UTC -- Jordi Mallach <jordi@sindominio.net>
2215         * wmbiff/Makefile: Uncommitted stuff to deal with the removal of
2216           the xmp link
2218 2001-05-04 Friday 11:01 UTC -- Jordi Mallach <jordi@sindominio.net>
2220         * ChangeLog, wmbiff/Makefile: Updated Changelog and Makefile for
2221           0.2r.
2223 2001-05-01 Tuesday 16:11 UTC -- Jordi Mallach <jordi@sindominio.net>
2225         * README.licq, ChangeLog, README, wmgeneral/list.c,
2226           wmgeneral/list.h, wmgeneral/misc.c, wmgeneral/misc.h,
2227           wmgeneral/wmgeneral.h, wmbiff/socket.c, wmgeneral/wmgeneral.c,
2228           wmbiff/Imap4Client.c, wmbiff/Makefile, wmbiff/mboxClient.c,
2229           wmbiff/sample.wmbiffrc, wmbiff/wmbiff.1, wmbiff/wmbiff.c,
2230           wmbiff/wmbiff-master-led.xpm, wmbiff/Client.h,
2231           wmbiff/LicqClient.c, wmbiff/Pop3Client.c, wmbiff/maildirClient.c,
2232           wmbiff/wmbiffrc.5: Initial import to SourceForge, version
2233           0.2q1+Debian
2235 2001-05-01 Tuesday 16:11 UTC -- Jordi Mallach <jordi@sindominio.net>
2237         * README.licq, ChangeLog, README, wmgeneral/list.c,
2238           wmgeneral/list.h, wmgeneral/misc.c, wmgeneral/misc.h,
2239           wmgeneral/wmgeneral.h, wmbiff/socket.c, wmgeneral/wmgeneral.c,
2240           wmbiff/Imap4Client.c, wmbiff/Makefile, wmbiff/mboxClient.c,
2241           wmbiff/sample.wmbiffrc, wmbiff/wmbiff.1, wmbiff/wmbiff.c,
2242           wmbiff/wmbiff-master-led.xpm, wmbiff/Client.h,
2243           wmbiff/LicqClient.c, wmbiff/Pop3Client.c, wmbiff/maildirClient.c,
2244           wmbiff/wmbiffrc.5: Initial revision