wmshutdown: Add freedesktop.org desktop entry file.
[dockapps.git] / wmbiff / ChangeLog
blob46181300907a2481ac20e033c1f3d3e16b3e947f
1 2017-06-23  Doug Torrance <dtorrance@piedmont.edu>
3         * ChangeLog, NEWS, configure.ac: Bump to version 0.4.31.
5 2017-06-23  Doug Torrance <dtorrance@piedmont.edu>
7         * wmbiff/Imap4Client.c, wmbiff/ShellClient.c,
8         wmbiff/passwordMgr.c, wmbiff/test_wmbiff.c:
9         Remove #define _GNU_SOURCE; already defined in CFLAGS.
12 2017-06-23  Doug Torrance <dtorrance@piedmont.edu>
14         * wmbiff/maildirClient.c: Manually copy mailbox path.
16         Patch by Demi <m@tfiu.de> to fix Debian bug #621690 [1].
18         [1] https://bugs.debian.org/621690
20 2016-11-30  Doug Torrance <dtorrance@piedmont.edu>
22         * ChangeLog, NEWS, configure.ac: Bump to verson 0.4.30.
24 2016-11-30  Doug Torrance <dtorrance@piedmont.edu>
26         * wmbiff/Imap4Client.c, wmbiff/ShellClient.c, wmbiff/passwordMgr.c,
27         wmbiff/test_wmbiff.c: Add #define _GNU_SOURCE to avoid "implicit
28         declaration" warnings.
30 2016-11-30  Doug Torrance <dtorrance@piedmont.edu>
32         * wmbiff/Client.h, wmbiff/socket.c: Use unsigned data type for port
33         number.
35 2016-07-20  Doug Torrance <dtorrance@piedmont.edu>
37         * wmbiff/wmbiff.1, wmbiff/wmbiff.c: Fix typos.
39 2016-07-19  Doug Torrance <dtorrance@piedmont.edu>
41         * ChangeLog, configure.ac: Bump to version 0.4.29.
43 2016-07-19  Doug Torrance <dtorrance@piedmont.edu>
45         * wmbiff/Imap4Client.c: Close mailbox before we call
46         status on it.
48         Additional patch by Nye Liu <nyet@nyet.org> to fix Debian bug
49         #830889 [1].
51         [1] https://bugs.debian.org/830889
53 2016-07-12  Doug Torrance <dtorrance@piedmont.edu>
55         * wmbiff/Imap4Client.c: EXAMINE before STATUS
57         Patch by Nye Liu <nyet@nyet.org> to fix Debian bug #830889 [1].
59         Outlook Office365 IMAP servers now expect a client to issue at least
60         one EXAMINE before STATUS, or UNSEEN is always zero.
62         [1] https://bugs.debian.org/830889
64 2015-10-25  Doug Torrance <dtorrance@piedmont.edu>
66         * wmbiff/wmbiff.1, wmbiff/wmbiff.c: Add missing command line options
67         to documentation.
69         Closes Debian bug #770117 [1].
71         [1] https://bugs.debian.org/770117
73 2015-08-16  Rodolfo García Peñas (kix) <kix@kix.es>
75         * wmbiff/tlsComm.c: FTBFS with initialize_gnutls
77         The first argument for the function initialize_gnutls is an intptr_t
78         so wmbiff fails to build from source. This patch changes the current
79         int to intptr_t.
81 2014-11-07  Doug Torrance <dtorrance@monmouthcollege.edu>
83         * wmbiff/Makefile.am: Remove sourceforgeupload target from
84         Makefile; no longer needed.
86 2014-11-07  Doug Torrance <dtorrance@monmouthcollege.edu>
88         * wmbiff/README, wmbiff/configure.ac,
89         wmbiff/wmbiff/sample.wmbiffrc, wmbiff/wmbiff/wmbiff.1:
90         Update email address.
92 2014-11-07  Doug Torrance <dtorrance@monmouthcollege.edu>
94         * wmbiff/wmbiff/Imap4Client.c, wmbiff/wmbiff/Pop3Client.c:
95         Use PACKAGE_BUGREPORT instead of hardcoding address.
97 2014-11-07  Doug Torrance <dtorrance@monmouthcollege.edu>
99         * wmbiff/FAQ: Update FAQ.
101 2014-11-05  Doug Torrance <dtorrance@monmouthcollege.edu>
103         * wmbiff/wmbiff/tlsComm.c, wmbiff/wmbiff/tlsComm.h: Fix cast
104         to pointer from integer of different size compiler warning.
106 2014-11-05  Doug Torrance <dtorrance@monmouthcollege.edu>
108         * wmbiff/wmbiff/gnutls-common.c, wmbiff/wmbiff/gnutls-common.h,
109         wmbiff/wmbiff/tlsComm.c: Fix compiler warnings from
110         deprecated gnutls types.
112 2014-11-05  Doug Torrance <dtorrance@monmouthcollege.edu>
114         * wmbiff/wmbiff/wmbiff.1, wmbiff/wmbiff/wmbiffrc.5.in: Fix
115         manpages.  In particular, fix spelling-error-in-manpage,
116         hyphen-used-as-minus-sign, and manpage-has-errors-from-man Lintian
117         warnings from the Debian package.
119 2014-11-05  Doug Torrance <dtorrance@monmouthcollege.edu>
121         * wmbiff/configure.ac: Remove arguments to AM_INIT_AUTOMAKE
122         in configure.ac.  This patch serves two purposes:
123         - Avoid a " AM_INIT_AUTOMAKE: two- and three-arguments forms are
124           deprecated" warning when running autoreconf.
125         - Fix "syntax error near unexpected token" when running configure.
127 2014-11-05  Doug Torrance <dtorrance@monmouthcollege.edu>
129         * wmbiff/INSTALL: Remove INSTALL; automatically generated by
130         autotools.
132 2014-11-04  Doug Torrance <dtorrance@monmouthcollege.edu>
134         * wmbiff/wmgeneral/wmgeneral.h: Increase number of actions
135         to 40.  Patch by Alberto Morales <amd77@gulic.org>.
136         For more information, see:
137         https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589408
139 2014-11-04  Doug Torrance <dtorrance@monmouthcollege.edu>
141         * wmbiff/wmbiff/Client.h, wmbiff/wmbiff/Imap4Client.c: Allow
142         usernames with more than 32 characters.
143         Patch by Tommaso Parisi <tommasop.ml@libero.it>.
144         For more information, see:
145         https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=626393
147 2014-11-04  Doug Torrance <dtorrance@monmouthcollege.edu>
149         * wmbiff/wmbiff/socket.c: Fix connection leak.
150         Patch by Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>.
151         For more information, see:
152         https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=663876
154 2014-11-04  Doug Torrance <dtorrance@monmouthcollege.edu>
156         * wmbiff/scripts/security.debian.rb: Fix security.debian.rb
157         script.
158         Patch by Lothar Ketterer <lketterer@users.sourceforge.net>
159         For more information, see:
160         https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=525749
162 2014-11-04  Doug Torrance <dtorrance@monmouthcollege.edu>
164         * wmbiff/wmbiff/gnutls-common.c: Remove LZO compression.
165         GnuTLS LZO support was removed in version 3.0.0.  Based on the patch
166         by Andreas Metzler <ametzler@debian.org>:
167         http://sources.debian.net/src/wmbiff/0.4.27-2.3/debian/patches/15_no_more_LZO.diff/
168         For more information, see:
169         https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638736
171 2014-10-05  Doug Torrance <dtorrance@monmouthcollege.edu>
173         * wmbiff/AUTHORS, wmbiff/FAQ, wmbiff/Makefile.am, wmbiff/NEWS,
174         wmbiff/README, wmbiff/TODO, wmbiff/autoconf/Makefile.am,
175         wmbiff/configure.ac, wmbiff/scripts/security.debian.rb,
176         wmbiff/wmbiff/Client.h, wmbiff/wmbiff/Imap4Client.c,
177         wmbiff/wmbiff/Makefile.am, wmbiff/wmbiff/Pop3Client.c,
178         wmbiff/wmbiff/ShellClient.c, wmbiff/wmbiff/charutil.c,
179         wmbiff/wmbiff/charutil.h, wmbiff/wmbiff/gnutls-common.c,
180         wmbiff/wmbiff/maildirClient.c, wmbiff/wmbiff/mboxClient.c,
181         wmbiff/wmbiff/passwordMgr.c, wmbiff/wmbiff/sample.wmbiffrc,
182         wmbiff/wmbiff/socket.c, wmbiff/wmbiff/test_wmbiff.c,
183         wmbiff/wmbiff/tlsComm.c, wmbiff/wmbiff/tlsComm.h,
184         wmbiff/wmbiff/wmbiff.1, wmbiff/wmbiff/wmbiff.c,
185         wmbiff/wmbiff/wmbiffrc.5.in, wmbiff/wmgeneral/Makefile.am,
186         wmbiff/wmgeneral/misc.c, wmbiff/wmgeneral/wmgeneral.c: Remove
187         trailing whitespace.
189 2013-04-08  Gabriel VLASIU <gabriel@vlasiu.net>
191         * wmbiff/wmbiff/Makefile.am, wmbiff/wmbiff/mboxClient.c,
192         wmbiff/wmbiff/wmbiff-classic-master-led.xpm,
193         wmbiff/wmbiff/wmbiff.1, wmbiff/wmbiff/wmbiff.c: Enable classic mode.
195 2013-04-08  Gabriel VLASIU <gabriel@vlasiu.net>
197         * wmbiff/configure.ac, wmbiff/wmbiff/Imap4Client.c,
198         wmbiff/wmbiff/Pop3Client.c, wmbiff/wmbiff/gnutls-common.c,
199         wmbiff/wmbiff/test_tlscomm.c, wmbiff/wmbiff/test_wmbiff.c,
200         wmbiff/wmbiff/tlsComm.c, wmbiff/wmbiff/wmbiff.c,
201         wmbiff/wmbiff/wmbiffrc.5.in: Update gnutls code (require at least
202         2.2.0).
204 2013-04-08  Gabriel VLASIU <gabriel@vlasiu.net>
206         * wmbiff/wmbiff/wmbiff.1: Remove gnomeicu from wmbif's manual.
208 2013-04-04  Gabriel VLASIU <gabriel@vlasiu.net>
210         * wmbiff/wmgeneral/wmgeneral.c: Fix segfault when -display
211         or -geometry argument is missing.
213 2013-04-04  Gabriel VLASIU <gabriel@vlasiu.net>
215         * wmbiff/wmbiff/wmbiff.c: Free memory when using a custom
216         skin.
218 2013-04-04  Gabriel VLASIU <gabriel@vlasiu.net>
220         * wmbiff/wmbiff/wmbiff.c: Fix wmbiff restart.
222 2013-04-04  Gabriel VLASIU <gabriel@vlasiu.net>
224         * wmbiff/wmbiff/gnutls-common.c: More gnutls casts.
226 2013-04-04  Gabriel VLASIU <gabriel@vlasiu.net>
228         * wmbiff/wmbiff/wmbiff.c, wmbiff/wmgeneral/wmgeneral.c: Fix
229         memory leaks pointed out by valgrind.
231 2013-04-04  Gabriel VLASIU <gabriel@vlasiu.net>
233         * wmbiff/wmgeneral/Makefile.am, wmbiff/wmgeneral/list.c,
234         wmbiff/wmgeneral/list.h, wmbiff/wmgeneral/misc.c: Remove
235         unused files.
237 2013-04-03  Gabriel VLASIU <gabriel@imhotep.timteh.com>
239         * wmbiff/wmbiff/wmbiff.c: XKeycodeToKeysym is deprecated.
241 2013-04-03  Gabriel VLASIU <gabriel@imhotep.timteh.com>
243         * wmbiff/wmbiff/wmbiff.c: Remove unused variable.
245 2013-04-03  Gabriel VLASIU <gabriel@vlasiu.net>
247         * wmbiff/wmbiff/gnutls-common.c, wmbiff/wmbiff/test_wmbiff.c,
248         wmbiff/wmbiff/tlsComm.c: Fix signedness and/or cast.
250 2013-04-03  Gabriel VLASIU <gabriel@imhotep.timteh.com>
252         * wmbiff/wmbiff/Pop3Client.c: comparison between pointer and
253         integer.
255 2013-04-03  Gabriel VLASIU <gabriel@vlasiu.net>
257         * wmbiff/wmbiff/test_tlscomm.c: Add missing include.
259 2013-04-03  Gabriel VLASIU <gabriel@vlasiu.net>
261         * wmbiff/wmbiff/wmbiff.1, wmbiff/wmbiff/wmbiffrc.5.in: Update manual
262         for wmbiff and wmbiffrc.
264 2012-06-12  Wade Berrier <wberrier@gmail.com>
266         * wmbiff/configure.ac, wmbiff/scripts/Makefile.am: slight
267         automake/autoconf refresh AM_PATH_LIBGNUTLS seems to be obsolete.
268         Replace the check with
269         pkg-config using PKG_CHECK_MODULES.
270         AM_CONFIG_HEADER also seems to be obsolete.  Replace with
271         AC_CONFIG_HEADER.  Fix installing an extra script (security.debian.rb)
273 2012-06-05  Alexey I. Froloff <raorn@raorn.name>
275         * wmbiff/wmbiff/gnutls-common.c, wmbiff/wmbiff/socket.c,
276         wmbiff/wmgeneral/list.c, wmbiff/wmgeneral/list.h,
277         wmbiff/wmgeneral/misc.c: Mass update FSF address
279 2012-06-05  Alexey I. Froloff <raorn@raorn.name>
281         * wmbiff/configure.ac: Make autoreconf happy
283 2012-06-05  Alexey I. Froloff <raorn@raorn.name>
285         * wmbiff/Makefile.in, wmbiff/aclocal.m4,
286         wmbiff/autoconf/Makefile.in, wmbiff/autoconf/depcomp,
287         wmbiff/autoconf/install-sh, wmbiff/autoconf/missing,
288         wmbiff/autoconf/mkinstalldirs, wmbiff/config.h.in,
289         wmbiff/configure, wmbiff/scripts/Makefile.in,
290         wmbiff/wmbiff/Makefile.in, wmbiff/wmbiff/wmbiffrc.5,
291         wmbiff/wmgeneral/Makefile.in: Removed all autogenerated autotools
292         and imake stuff
293         There's no need to keep autogenerated files in repository.  Those
294         dockapps which use autotoold must be autoreconf'ed prior to build,
295         those which use imake must be xmkmf'ed.  As of wmbiff,
296         AC_PATH_XTRA_CORRECTED was a hack to avoid bug in older autoconf
297         version, which is no longer needed (it's 2012 now already).
299 2012-06-05  Alexey I. Froloff <raorn@raorn.name>
301         * wmbiff/COPYING: Mass update GPLv2 from
302         http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
304 2011-03-21  Carlos R. Mafra <crmafra@gmail.com>
306         * wmbiff/wmbiff-master-led.xpm,
307         wmbiff/wmbiff.c: Change default colors
309 2011-03-21  Carlos R. Mafra <crmafra@gmail.com>
311         * wmbiff/wmbiff.c: Remove trailing colon from
312         mailbox label So now we have one extra char for the label name.
314 2011-03-21  Carlos R. Mafra <crmafra@gmail.com>
316         * Makefile.am, README.licq,
317         wmbiff/Client.h, wmbiff/LicqClient.c,
318         wmbiff/Makefile.am, wmbiff/Makefile.in,
319         wmbiff/sample.wmbiffrc,
320         wmbiff/wmbiff.1, wmbiff/wmbiff.c:
321         Remove Licq, gnomeicu and finger support
323 2011-03-21  Carlos R. Mafra <crmafra@gmail.com>
325         * wmbiff/wmbiff.c: Raise sleep interval to 20
326         secs
328 2011-03-21  Carlos R. Mafra <crmafra@gmail.com>
330         * wmbiff/wmbiff.c: Trivial code cleanups
332 2011-03-21  Carlos R. Mafra <crmafra@gmail.com>
334         * wmbiff/wmbiff.c: Fix global notification Global notification would
335         only work if all 'notify' commands for all mailboxes were unset
336         (=='\0').  Fix that.
338 2011-03-21  Carlos R. Mafra <crmafra@gmail.com>
340         * wmbiff/wmbiff.c: Remove autofetch on new
341         email arrival
343 2011-03-21  Carlos R. Mafra <crmafra@gmail.com>
345         * wmbiff/wmbiff.c: Remove 'beep' option for
346         notification
348 2011-03-21  Carlos R. Mafra <crmafra@gmail.com>
350         * wmbiff/wmbiff.c: Display "0" when there are
351         no new emails ...instead of displaying the total number of emails in the
352         mailbox.  On my gmail account with +16k emails, there was not enough
353         space to display the account label. Besides, the total number of emails
354         is useless information anyway.
356 2005-10-08 Saturday 18:13 UTC -- Neil Spring <nspring@cs.washington.edu>
358         * configure.ac: year stale 0.4.26 news
360 2005-10-07 Friday 03:07 UTC -- Neil Spring <nspring@cs.washington.edu>
362         * wmbiff/wmbiff.c: fix debian #332540: prevent -c 'directory' from
363           making wmbiff run away
365 2005-05-08 Sunday 21:31 UTC -- Neil Spring <nspring@cs.washington.edu>
367         * wmbiff/: Client.h, MessageList.c, test_tlscomm.c, test_wmbiff.c,
368           tlsComm.c, tlsComm.h, wmbiff.c: changes for gnutls 1.2 and
369           attempt to make wmbiff more responsive to X events while
370           communicating over the network
372 2004-12-12 Sunday 00:06 UTC -- Neil Spring <nspring@cs.washington.edu>
374         * check-includes.rb: update the portability checker
376 2004-12-12 Sunday 00:05 UTC -- Neil Spring <nspring@cs.washington.edu>
378         * wmgeneral/wmgeneral.c: allow KeyPress events through
380 2004-12-12 Sunday 00:03 UTC -- Neil Spring <nspring@cs.washington.edu>
382         * wmbiff/passwordMgr.c: nicer debug message
384 2004-12-12 Sunday 00:02 UTC -- Neil Spring <nspring@cs.washington.edu>
386         * wmbiff/: gnutls-common.c, test_wmbiff.c: compiler appeasement
388 2004-12-12 Sunday 00:01 UTC -- Neil Spring <nspring@cs.washington.edu>
390         * wmbiff/: Pop3Client.c, wmbiff.c, wmbiffrc.5.in: tls and password
391           asking support for pop3, keyboard event handling for the main
392           window
394 2004-10-31 Sunday 22:09 UTC -- Neil Spring <nspring@cs.washington.edu>
396         * wmbiff/tlsComm.c: indent and make tls_check_certificate void
398 2004-10-01 Friday 21:15 UTC -- Neil Spring <nspring@cs.washington.edu>
400         * wmbiff/tlsComm.c: comment the SHUT_WR
402 2004-10-01 Friday 21:06 UTC -- Neil Spring <nspring@cs.washington.edu>
404         * wmbiff/tlsComm.c: indent, and return if no certificate came back
405           from the far side
407 2004-10-01 Friday 21:05 UTC -- Neil Spring <nspring@cs.washington.edu>
409         * wmbiff/socket.c: thwack duplicate error messages about connecting
410           to a remote server
412 2004-10-01 Friday 21:02 UTC -- Neil Spring <nspring@cs.washington.edu>
414         * wmbiff/wmbiff.c: indent
416 2004-08-23 Monday 00:37 UTC -- Neil Spring <nspring@cs.washington.edu>
418         * wmbiff/wmbiff.c: disable the secure memory warning (and its use)
420 2004-07-03 Saturday 23:45 UTC -- Neil Spring <nspring@cs.washington.edu>
422         * FAQ: some faqs
424 2004-07-03 Saturday 23:43 UTC -- Neil Spring <nspring@cs.washington.edu>
426         * scripts/security.debian.rb: handle the timeout error explicitly,
427           better for disconnected operation
429 2004-07-03 Saturday 23:43 UTC -- Neil Spring <nspring@cs.washington.edu>
431         * wmbiff/socket.c: strerror preferred to perror
433 2004-06-28 Monday 18:20 UTC -- Neil Spring <nspring@cs.washington.edu>
435         * scripts/security.debian.rb: fix debian #256505: a small problem
436           with the .wmbiff-sdr directory not being created
438 2004-06-23 Wednesday 21:51 UTC -- Neil Spring <nspring@cs.washington.edu>
440         * configure.ac: 0.4.25
442 2004-06-23 Wednesday 21:46 UTC -- Neil Spring <nspring@cs.washington.edu>
444         * configure.ac, wmbiff/tlsComm.c: probably fix the s390 debian
445           build problems
447 2004-06-20 Sunday 01:03 UTC -- Neil Spring <nspring@cs.washington.edu>
449         * wmbiff/tlsComm.c: oops, should pay attention to the retval of
450           tls_compare_certificates
452 2004-06-19 Saturday 21:38 UTC -- Neil Spring <nspring@cs.washington.edu>
454         * wmbiff/gnutls-common.c: warning cleanup
456 2004-06-19 Saturday 20:53 UTC -- Neil Spring <nspring@cs.washington.edu>
458         * configure.ac, wmbiff/Client.h, wmbiff/Imap4Client.c,
459           wmbiff/Pop3Client.c, wmbiff/gnutls-common.c,
460           wmbiff/gnutls-common.h, wmbiff/tlsComm.c, wmbiff/wmbiff.c,
461           wmgeneral/wmgeneral.c: 0.4.24, supporting newer gnutls, I think
463 2004-06-18 Friday 21:29 UTC -- Neil Spring <nspring@cs.washington.edu>
465         * wmbiff/wmbiff.c: paranoid test to see if /var/mail/nspring is
466           constructed wrong.
468 2004-04-28 Wednesday 00:19 UTC -- Neil Spring <nspring@cs.washington.edu>
470         * wmbiff/: Client.h, charutil.c, socket.c, test_wmbiff.c, wmbiff.c:
471           indent run
473 2004-04-28 Wednesday 00:18 UTC -- Neil Spring <nspring@cs.washington.edu>
475         * wmbiff/: socket.c, test_wmbiff.c: handle ip addresses instead of
476           hostnames in sock_connect
478 2004-04-27 Tuesday 23:35 UTC -- Neil Spring <nspring@cs.washington.edu>
480         * configure.ac: 0.4.23
482 2004-04-27 Tuesday 23:31 UTC -- Neil Spring <nspring@cs.washington.edu>
484         * wmbiff/test_wmbiff.c: ensure that sock_connect works with IP
485           addresses
487 2004-04-21 Wednesday 21:53 UTC -- Neil Spring <nspring@cs.washington.edu>
489         * wmbiff/Imap4Client.c: oops, broke the cacheHeaders flag
491 2004-04-20 Tuesday 04:55 UTC -- Neil Spring <nspring@cs.washington.edu>
493         * wmbiff/: charutil.c, charutil.h, test_wmbiff.c, wmbiff.c: factor
494           out comment stripping for testing, which seems to have passed
496 2004-04-06 Tuesday 20:58 UTC -- Neil Spring <nspring@cs.washington.edu>
498         * wmbiff/: Imap4Client.c, Pop3Client.c, test_wmbiff.c: fix debian
499           #242458 -- allow IP addresses as server names for IMAP mailboxes,
500           and also for POP3 mailboxes
502 2004-03-28 Sunday 00:36 UTC -- Neil Spring <nspring@cs.washington.edu>
504         * configure.ac: 0.4.22
506 2004-03-28 Sunday 00:28 UTC -- Neil Spring <nspring@cs.washington.edu>
508         * wmbiff/: Client.h, Imap4Client.c, Pop3Client.c, ShellClient.c,
509           charutil.c, maildirClient.c, mboxClient.c, passwordMgr.c,
510           regulo.c, test_tlscomm.c, tlsComm.c, tlsComm.h, wmbiff.c: lots of
511           indent changes and a change to let msglst enable header caching
512           for imap
514 2004-03-12 Friday 21:35 UTC -- Neil Spring <nspring@cs.washington.edu>
516         * wmbiff/wmbiffrc.5.in: mention courier imapd's means of specifying
517           subfolders
519 2004-02-14 Saturday 18:10 UTC -- Neil Spring <nspring@cs.washington.edu>
521         * wmbiff/Imap4Client.c: bugfix for cyrus imap servers, thanks to
522           Jon Ramsey
524 2004-01-01 Thursday 23:47 UTC -- Neil Spring <nspring@cs.washington.edu>
526         * configure.ac: really call it 0.4.20
528 2004-01-01 Thursday 07:47 UTC -- Neil Spring <nspring@cs.washington.edu>
530         * AUTHORS, wmbiff/Client.h, wmbiff/Imap4Client.c,
531           wmbiff/ShellClient.c, wmbiff/maildirClient.c,
532           wmbiff/mboxClient.c, wmbiff/passwordMgr.c, wmbiff/wmbiff.c: Sam
533           Izzo's patch
535 2003-12-30 Tuesday 19:44 UTC -- Neil Spring <nspring@cs.washington.edu>
537         * Makefile.am, configure.ac: add --disable-crypto
539 2003-12-22 Monday 00:08 UTC -- Neil Spring <nspring@cs.washington.edu>
541         * wmbiff/Imap4Client.c: print failure message if imap login fails
543 2003-11-09 Sunday 07:01 UTC -- Neil Spring <nspring@cs.washington.edu>
545         * wmbiff/sample.wmbiffrc: mac os 10.3 mail responds to a different
546           way of identifying the inbox
548 2003-11-09 Sunday 03:16 UTC -- Neil Spring <nspring@cs.washington.edu>
550         * configure.ac: 0.4.19
552 2003-11-09 Sunday 03:16 UTC -- Neil Spring <nspring@cs.washington.edu>
554         * wmbiff/test_tlscomm.c: fix bug #219787
556 2003-11-08 Saturday 23:46 UTC -- Neil Spring <nspring@cs.washington.edu>
558         * Makefile.am: helper rule for sourceforge upload (I know, I know,
559           maintenance cruft making it into the release, whatever)
561 2003-11-08 Saturday 23:46 UTC -- Neil Spring <nspring@cs.washington.edu>
563         * wmbiff/Client.h: philosophical definition of truth
565 2003-11-08 Saturday 23:45 UTC -- Neil Spring <nspring@cs.washington.edu>
567         * wmbiff/Imap4Client.c: because having both from and subject
568           headers is no longer a way to tell when the end has happened,
569           must clean up the completed command tag explicitly
571 2003-11-08 Saturday 23:44 UTC -- Neil Spring <nspring@cs.washington.edu>
573         * wmbiff/passwordMgr.c: avoid compiler warning from inconsistent
574           def of size_t as passed into printf
576 2003-11-08 Saturday 22:58 UTC -- Neil Spring <nspring@cs.washington.edu>
578         * wmbiff/: ShellClient.c, charutil.c: strcpy is not defined to
579           handle overlapping regions.  valgrind complains, rightly, so
580           reimplement lefttrim to avoid such behavior
582 2003-11-08 Saturday 22:17 UTC -- Neil Spring <nspring@cs.washington.edu>
584         * wmbiff/wmbiff.c: bump up default_sleep_interval to clean up
585           strace output while bored.
587 2003-11-08 Saturday 22:13 UTC -- Neil Spring <nspring@cs.washington.edu>
589         * wmbiff/Imap4Client.c: handle messages without subject lines in
590           msglst
592 2003-11-07 Friday 09:11 UTC -- Neil Spring <nspring@cs.washington.edu>
594         * wmbiff/passwordMgr.c: panther (mac 10.3) does not appear to
595           null-terminate passwords in the keychain for us
597 2003-10-29 Wednesday 18:15 UTC -- Neil Spring <nspring@cs.washington.edu>
599         * wmbiff/: Imap4Client.c, Pop3Client.c: handle capitalized FROM and
600           SUBJECT headers common typical of spam spam spam
602 2003-10-28 Tuesday 23:39 UTC -- Neil Spring <nspring@cs.washington.edu>
604         * wmbiff/test_tlscomm.c: indent and add another check
606 2003-10-28 Tuesday 23:38 UTC -- Neil Spring <nspring@cs.washington.edu>
608         * wmbiff/: Makefile.am, test_wmbiff.c: indent
610 2003-10-28 Tuesday 07:09 UTC -- Neil Spring <nspring@cs.washington.edu>
612         * wmbiff/: Makefile.am, test_tlscomm.c: fix bug reported by
613           Jingshao Chen <jingshaochen@sbcglobal.net> with buffering
614           trouble, and incorporate a regression test to keep it from
615           accidentally popping up again
617 2003-10-28 Tuesday 06:56 UTC -- Neil Spring <nspring@cs.washington.edu>
619         * wmbiff/: test_tlscomm.c, tlsComm.c: test for proper handling of
620           buffering small bits of expected data
622 2003-10-26 Sunday 08:33 UTC -- Neil Spring <nspring@cs.washington.edu>
624         * wmbiff/: Imap4Client.c, passwordMgr.c: sigh, I dislike running
625           make indent
627 2003-10-26 Sunday 08:31 UTC -- Neil Spring <nspring@cs.washington.edu>
629         * AUTHORS, wmbiff/Pop3Client.c, wmbiff/wmbiffrc.5.in: Paolo
630           Gianrossi's patch to provide msglst support for pop3 mailboxes
632 2003-10-26 Sunday 07:42 UTC -- Neil Spring <nspring@cs.washington.edu>
634         * check-includes.rb, wmbiff/maildirClient.c, wmbiff/socket.c:
635           include file reordering, based on wisdom from porting some other
636           networky code
638 2003-10-26 Sunday 07:31 UTC -- Neil Spring <nspring@cs.washington.edu>
640         * scripts/security.debian.rb: fix some ruby1.8 warnings, minor
641           cleanup
643 2003-10-10 Friday 18:00 UTC -- Neil Spring <nspring@cs.washington.edu>
645         * configure.ac: 0.4.18
647 2003-10-10 Friday 15:59 UTC -- Neil Spring <nspring@cs.washington.edu>
649         * scripts/security.debian.rb: fix ruby1.8's complaint.
651 2003-08-31 Sunday 18:05 UTC -- Neil Spring <nspring@cs.washington.edu>
653         * configure.ac: 0.4.17
655 2003-08-31 Sunday 06:47 UTC -- Neil Spring <nspring@cs.washington.edu>
657         * wmbiff/tlsComm.c: oops, looks like I resolved a conflict poorly
659 2003-08-31 Sunday 04:39 UTC -- Neil Spring <nspring@cs.washington.edu>
661         * wmbiff/Makefile.am: build the test cases well
663 2003-08-31 Sunday 03:33 UTC -- Neil Spring <nspring@cs.washington.edu>
665         * wmbiff/: test_wmbiff.c, tlsComm.h: check the newline bugfix
667 2003-08-31 Sunday 03:32 UTC -- Neil Spring <nspring@cs.washington.edu>
669         * wmbiff/tlsComm.c: bugfix to avoid handing odd newlines badly
671 2003-07-31 Thursday 23:37 UTC -- Neil Spring <nspring@cs.washington.edu>
673         * wmbiff/Imap4Client.c: fix some potential bugs - an access of
674           freed memory and an uninitialized reference counter
676 2003-07-20 Sunday 00:52 UTC -- Neil Spring <nspring@cs.washington.edu>
678         * wmbiff/: passwordMgr.c, test_wmbiff.c: fix a five-minute old
679           regression test failure where null was returned instead of an
680           empty string for an empty password.  not sure it matters, but
681           maybe.
683 2003-07-20 Sunday 00:44 UTC -- Neil Spring <nspring@cs.washington.edu>
685         * wmbiff/passwordMgr.c: oops, I left a use-after-free bug in the
686           askpass code
688 2003-07-19 Saturday 23:56 UTC -- Neil Spring <nspring@cs.washington.edu>
690         * configure.ac, wmbiff/passwordMgr.c: use the apple keychain to
691           grab passwords! I can very nearly forget about typing them in
692           anymore
694 2003-07-10 Thursday 17:44 UTC -- Neil Spring <nspring@cs.washington.edu>
696         * Makefile.am: ensure that the current directory is not setgid when
697           making a distribution; this borks some untars
699 2003-07-07 Monday 09:00 UTC -- Neil Spring <nspring@cs.washington.edu>
701         * wmbiff/Imap4Client.c: warnings cleanup
703 2003-07-07 Monday 08:57 UTC -- Neil Spring <nspring@cs.washington.edu>
705         * configure.ac, wmbiff/Client.h, wmgeneral/wmgeneral.c: call it
706           0.4.16
708 2003-07-07 Monday 08:43 UTC -- Neil Spring <nspring@cs.washington.edu>
710         * wmbiff/: Client.h, Imap4Client.c, passwordMgr.c, test_wmbiff.c:
711           fix memfrob * bug (memfrob makes *'s zero, so password length
712           must be tracked separately
714 2003-07-04 Friday 21:42 UTC -- Neil Spring <nspring@cs.washington.edu>
716         * wmbiff/wmbiff.c: handle comments the way I meant to...
718 2003-07-03 Thursday 11:10 UTC -- Neil Spring <nspring@cs.washington.edu>
720         * wmbiff/Imap4Client.c: switch the new header cache to use
721           reference counting (better, but possibly buggy) instead of
722           locking (dumb, and certainly buggy)
724 2003-07-03 Thursday 05:39 UTC -- Neil Spring <nspring@cs.washington.edu>
726         * wmbiff/Imap4Client.c: try to avoid repetitive complaints of
727           failed connections
729 2003-07-03 Thursday 05:34 UTC -- Neil Spring <nspring@cs.washington.edu>
731         * wmbiff/socket.c: avoid repetitive error messages when hostname
732           lookup fails (such as when disconnected)
734 2003-07-03 Thursday 05:33 UTC -- Neil Spring <nspring@cs.washington.edu>
736         * wmgeneral/wmgeneral.c: last fix to geometry handling had a
737           compiler warning
739 2003-07-03 Thursday 05:12 UTC -- Neil Spring <nspring@cs.washington.edu>
741         * wmgeneral/wmgeneral.c: try doing geometry the way X intends it to
742           be done, at least as far as I can tell.
744 2003-07-03 Thursday 01:03 UTC -- Neil Spring <nspring@cs.washington.edu>
746         * wmbiff/wmbiff.c: make #'s comments only if preceded by whitespace
747           or at the beginning of the line
749 2003-07-03 Thursday 00:53 UTC -- Neil Spring <nspring@cs.washington.edu>
751         * wmbiff/wmbiff.c: looks like I'd broken the button click events
752           recently
754 2003-07-03 Thursday 00:52 UTC -- Neil Spring <nspring@cs.washington.edu>
756         * wmbiff/sample.wmbiffrc: osascript samples for driving mac mail
757           using applescript
759 2003-06-30 Monday 23:42 UTC -- Neil Spring <nspring@cs.washington.edu>
761         * wmbiff/: Imap4Client.c, tlsComm.c: warning message beautification
763 2003-06-08 Sunday 07:01 UTC -- Neil Spring <nspring@cs.washington.edu>
765         * wmbiff/: Client.h, Imap4Client.c, MessageList.c, MessageList.h,
766           ShellClient.c: general rewrite of the msglst headers, so that the
767           list is pre-cached for responsiveness.
769 2003-06-08 Sunday 06:59 UTC -- Neil Spring <nspring@cs.washington.edu>
771         * wmbiff/wmbiffrc.5.in: document msglst and buttontwo
773 2003-06-08 Sunday 06:59 UTC -- Neil Spring <nspring@cs.washington.edu>
775         * wmbiff/wmbiff.c: show a watch pointer while working behind the
776           scenes
778 2003-06-03 Tuesday 04:57 UTC -- Neil Spring <nspring@cs.washington.edu>
780         * autogen.sh: enable dependency tracking
782 2003-04-17 Thursday 05:04 UTC -- Neil Spring <nspring@cs.washington.edu>
784         * scripts/security.debian.rb: trap socket errors
786 2003-04-17 Thursday 01:56 UTC -- Neil Spring <nspring@cs.washington.edu>
788         * scripts/security.debian.rb: print the detailed version
790 2003-04-17 Thursday 01:56 UTC -- Neil Spring <nspring@cs.washington.edu>
792         * wmbiff/: Client.h, ShellClient.c, passwordMgr.c: space for detail
793           in grab command output, use the detail to populate a message list
794           in a getheaders function (eg. can see the list of thought to be
795           updated packages if using hte security.debian script
797 2003-04-17 Thursday 01:54 UTC -- Neil Spring <nspring@cs.washington.edu>
799         * wmbiff/test-wmbiffrc.shell: test usingthe debian script, allows
800           trying shell get headers
802 2003-04-17 Thursday 01:54 UTC -- Neil Spring <nspring@cs.washington.edu>
804         * wmbiff/tlsComm.c: try to print a helpful hint message to use
805           gnutls-cli-debug
807 2003-04-16 Wednesday 23:30 UTC -- Neil Spring <nspring@cs.washington.edu>
809         * configure.ac: downgrade configure.ac use of AM_INIT_AUTOMAKE to
810           support automake-1.5
812 2003-04-16 Wednesday 08:21 UTC -- Neil Spring <nspring@cs.washington.edu>
814         * wmgeneral/wmgeneral.c: export GetColor
816 2003-04-16 Wednesday 08:18 UTC -- Neil Spring <nspring@cs.washington.edu>
818         * wmbiff/: Client.h, Imap4Client.c, MessageList.c, MessageList.h,
819           tlsComm.c, wmbiff.c: indent run
821 2003-04-16 Wednesday 08:16 UTC -- Neil Spring <nspring@cs.washington.edu>
823         * wmbiff/Imap4Client.c: get headers / message list support
825 2003-04-16 Wednesday 08:16 UTC -- Neil Spring <nspring@cs.washington.edu>
827         * wmbiff/Makefile.am: messagelist
829 2003-04-16 Wednesday 08:15 UTC -- Neil Spring <nspring@cs.washington.edu>
831         * wmbiff/tlsComm.c: rename state to tls_state for clarity, small
832           cleanup, fixes for buffering several lines in an expectation
834 2003-04-16 Wednesday 08:14 UTC -- Neil Spring <nspring@cs.washington.edu>
836         * wmbiff/: wmbiff.c, Client.h: message list, button 2 support
838 2003-04-16 Wednesday 08:13 UTC -- Neil Spring <nspring@cs.washington.edu>
840         * wmbiff/: MessageList.c, MessageList.h: list new messages,
841           currently only with an imap driver
843 2003-04-09 Wednesday 04:51 UTC -- Neil Spring <nspring@cs.washington.edu>
845         * autogen.sh: fall back to automake-1.5 if necessary
847 2003-04-07 Monday 10:10 UTC -- Neil Spring <nspring@cs.washington.edu>
849         * wmbiff/tlsComm.c: invalid is returned when it doesn't match?
851 2003-04-07 Monday 09:41 UTC -- Neil Spring <nspring@cs.washington.edu>
853         * wmbiff/tlsComm.c: fix some info messages - drop complaints about
854           version 0.2.3 of gnutls, mention certfile.
856 2003-04-07 Monday 09:33 UTC -- Neil Spring <nspring@cs.washington.edu>
858         * wmbiff/wmbiffrc.5.in: doc certfile
860 2003-04-07 Monday 09:16 UTC -- Neil Spring <nspring@cs.washington.edu>
862         * wmbiff/tlsComm.c: handle certfile errors properly; positive
863           return values from gnutls_certificate_set_x509_trust_file appear
864           okay.
866 2003-03-30 Sunday 11:47 UTC -- Neil Spring <nspring@cs.washington.edu>
868         * wmbiff/: passwordMgr.c, test_wmbiff.c: oh, now I get why that
869           foolish null-termination was present.  it's better now
871 2003-03-30 Sunday 11:23 UTC -- Neil Spring <nspring@cs.washington.edu>
873         * configure.ac: 0.4.15
875 2003-03-30 Sunday 11:22 UTC -- Neil Spring <nspring@cs.washington.edu>
877         * wmbiff/wmbiffrc.5.in: note the hash caveat
879 2003-03-30 Sunday 11:05 UTC -- Neil Spring <nspring@cs.washington.edu>
881         * wmbiff/passwordMgr.c: remove (unreleased) foolhardy
882           null-termination
884 2003-03-30 Sunday 10:57 UTC -- Neil Spring <nspring@cs.washington.edu>
886         * wmbiff/test_wmbiff.c: just so as not to confuse anyone that
887           wmbiff allows #'s in passwords
889 2003-03-30 Sunday 10:38 UTC -- Neil Spring <nspring@cs.washington.edu>
891         * README, wmbiff/wmbiff.c, wmgeneral/wmgeneral.c,
892           wmgeneral/wmgeneral.h: support setting the background color using
893           -bg
895 2003-03-28 Friday 08:16 UTC -- Neil Spring <nspring@cs.washington.edu>
897         * wmbiff/test_wmbiff.c: check that passwords with # can be parsed
899 2003-03-28 Friday 08:16 UTC -- Neil Spring <nspring@cs.washington.edu>
901         * wmbiff/wmbiffrc.5.in: doc password parsing damage
903 2003-03-11 Tuesday 08:07 UTC -- Neil Spring <nspring@cs.washington.edu>
905         * README: gnupg reorganized their website
907 2003-03-11 Tuesday 08:03 UTC -- Neil Spring <nspring@cs.washington.edu>
909         * configure.ac: provide a helpful message as to where gnutls and
910           libgcrypt can be found in configure.ac
912 2003-03-06 Thursday 21:15 UTC -- Neil Spring <nspring@cs.washington.edu>
914         * wmbiff/wmbiff.c: fix debian bug #183529
916 2003-03-03 Monday 19:06 UTC -- Neil Spring <nspring@cs.washington.edu>
918         * wmbiff/passwordMgr.c: make returned password length consistent
919           with stored password length
921 2003-03-02 Sunday 02:37 UTC -- Neil Spring <nspring@cs.washington.edu>
923         * configure.ac, wmbiff/Imap4Client.c, wmbiff/passwordMgr.c,
924           wmbiff/passwordMgr.h: in-memory frobnication of imap passwords
926 2003-03-02 Sunday 02:17 UTC -- Neil Spring <nspring@cs.washington.edu>
928         * wmbiff/: Imap4Client.c, Makefile.am, Pop3Client.c, regulo.c,
929           regulo.h, socket.c, test_wmbiff.c, wmbiff.c: hostname paranoia
930           patch -- use -relax to skip hostname validation check, parse
931           ambiguous config lines
933 2003-03-02 Sunday 01:04 UTC -- Neil Spring <nspring@cs.washington.edu>
935         * wmbiff/wmbiff.c, wmgeneral/wmgeneral.c: indent run
937 2003-02-13 Thursday 21:07 UTC -- Neil Spring <nspring@cs.washington.edu>
939         * Makefile.am, configure.ac: 0.4.14
941 2003-02-08 Saturday 21:04 UTC -- Neil Spring <nspring@cs.washington.edu>
943         * wmbiff/: wmbiff.1, wmbiffrc.5.in: document restart schemes
945 2003-02-08 Saturday 07:06 UTC -- Neil Spring <nspring@cs.washington.edu>
947         * wmbiff/wmbiff.c: restart wmbiff also on ctrl-shift-left click
949 2003-02-08 Saturday 03:45 UTC -- Neil Spring <nspring@cs.washington.edu>
951         * wmbiff/wmbiff.c: restart on sig usr1 using exec()
953 2003-02-08 Saturday 03:43 UTC -- Neil Spring <nspring@cs.washington.edu>
955         * autogen.sh: I think symlink is okay for autoreconf
957 2003-02-08 Saturday 03:42 UTC -- Neil Spring <nspring@cs.washington.edu>
959         * wmgeneral/: wmgeneral.c, wmgeneral.h: much prefer if wmgeneral
960           proclaimed that it would not modify argv; I think it's even true
962 2003-01-28 Tuesday 11:14 UTC -- Neil Spring <nspring@cs.washington.edu>
964         * configure.ac: remove check for gnuregex
966 2003-01-28 Tuesday 11:13 UTC -- Neil Spring <nspring@cs.washington.edu>
968         * wmbiff/Imap4Client.c: bugfix to avoid problems with the new regex
969           scheme and the default mailbox (aliasing sucks.)
971 2003-01-28 Tuesday 11:12 UTC -- Neil Spring <nspring@cs.washington.edu>
973         * wmbiff/charutil.h: remove gnuregex.h incl
975 2003-01-28 Tuesday 11:12 UTC -- Neil Spring <nspring@cs.washington.edu>
977         * wmbiff/wmbiff.c: newline after error message
979 2003-01-25 Saturday 04:54 UTC -- Neil Spring <nspring@cs.washington.edu>
981         * autogen.sh: remove dangling symlinks config.guess, config.sub
983 2003-01-25 Saturday 04:33 UTC -- Neil Spring <nspring@cs.washington.edu>
985         * wmgeneral/list.c: compiler warning appeasement (shadowing index)
987 2003-01-25 Saturday 04:32 UTC -- Neil Spring <nspring@cs.washington.edu>
989         * wmbiff/Makefile.am: use the non gnu-make form of the
990           indent-a-c-file rule
992 2003-01-22 Wednesday 01:56 UTC -- Neil Spring <nspring@cs.washington.edu>
994         * autogen.sh: make sure ChangeLog exists locally.
996 2003-01-21 Tuesday 08:56 UTC -- Neil Spring <nspring@cs.washington.edu>
998         * wmbiff/tlsComm.c: fix some minor damage when select is
999           interrupted (EINTR)
1001 2003-01-21 Tuesday 05:55 UTC -- Neil Spring <nspring@cs.washington.edu>
1003         * autogen.sh: warn if autoconf/libgnutls.m4 does not exist
1005 2003-01-20 Monday 19:52 UTC -- Neil Spring <nspring@cs.washington.edu>
1007         * wmbiff/Makefile.am: add libgcrypt libraries if used to
1008           test_wmbiff
1010 2003-01-20 Monday 19:52 UTC -- Neil Spring <nspring@cs.washington.edu>
1012         * configure.ac: remove possibly unneeded check for gdbm
1014 2003-01-19 Sunday 13:13 UTC -- Neil Spring <nspring@cs.washington.edu>
1016         * wmbiff/: Client.h, Imap4Client.c, Makefile.am, Pop3Client.c,
1017           ShellClient.c, charutil.c, charutil.h, passwordMgr.c,
1018           test_wmbiff.c, tlsComm.c, wmbiff.c: general portability fixes,
1019           including HAVE___ATTRIBUTE__
1021 2003-01-19 Sunday 13:12 UTC -- Neil Spring <nspring@cs.washington.edu>
1023         * wmbiff/: regulo.c, regulo.h: posix based regular expression
1024           handling with a not so lame interface
1026 2003-01-19 Sunday 13:11 UTC -- Neil Spring <nspring@cs.washington.edu>
1028         * configure.ac: portability fixes: HAVE___ATTRIBUTE__ (maybe),
1029           libnsl (solaris), -no-cpp-precomp (os x)
1031 2003-01-04 Saturday 03:39 UTC -- Neil Spring <nspring@cs.washington.edu>
1033         * configure.ac, wmbiff/wmbiff.c: 0.4.12, release to fix bad
1034           -geometry handling
1036 2003-01-03 Friday 20:37 UTC -- Neil Spring <nspring@cs.washington.edu>
1038         * wmbiff/wmbiff.c: fix geometry argument handling bug (Debian
1039           #175220)
1041 2002-12-29 Sunday 07:46 UTC -- Neil Spring <nspring@cs.washington.edu>
1043         * scripts/security.debian.rb: I meant to say 6 hours
1045 2002-12-29 Sunday 05:42 UTC -- Neil Spring <nspring@cs.washington.edu>
1047         * wmbiff/sample.wmbiffrc: shell recipe for security.debian.rb
1049 2002-12-29 Sunday 05:28 UTC -- Neil Spring <nspring@cs.washington.edu>
1051         * scripts/security.debian.rb: didn't mean to commit with a 6 minute
1052           refresh interval
1054 2002-12-29 Sunday 04:54 UTC -- Neil Spring <nspring@cs.washington.edu>
1056         * Makefile.am, check-includes.rb, configure.ac: add scripts
1057           subdirectory to build system
1059 2002-12-29 Sunday 04:54 UTC -- Neil Spring <nspring@cs.washington.edu>
1061         * scripts/: Makefile.am, security.debian.rb: new scripts directory
1062           to hold debian security checker and install it.
1064 2002-12-29 Sunday 03:25 UTC -- Neil Spring <nspring@cs.washington.edu>
1066         * wmbiff/wmbiff.c: general cleanup - use strdup_ordie,
1067           malloc_ordie.  reduce using ints and chars interchangeably.
1068           static annotations on module-local variables
1070 2002-12-29 Sunday 03:22 UTC -- Neil Spring <nspring@cs.washington.edu>
1072         * wmbiff/tlsComm.c: bad_certificate called as if void, so change
1073           the signature
1075 2002-12-29 Sunday 03:22 UTC -- Neil Spring <nspring@cs.washington.edu>
1077         * configure.ac: autodetect whether to use poll()
1079 2002-12-29 Sunday 02:47 UTC -- Neil Spring <nspring@cs.washington.edu>
1081         * wmgeneral/: Makefile.am, wmgeneral.c, wmgeneral.h: make
1082           AddMouseRegion take an unsigned int for the region index (which
1083           is an _index_ which means negative values need not apply)
1085 2002-12-29 Sunday 02:31 UTC -- Neil Spring <nspring@cs.washington.edu>
1087         * wmbiff/: charutil.c, charutil.h: change signature of *Trim to
1088           reflect that they can't fail (void instead of int); the return
1089           values are ignored in wmbiff
1091 2002-12-29 Sunday 01:36 UTC -- Neil Spring <nspring@cs.washington.edu>
1093         * wmbiff/wmbiff.c: reorder functions to avoid pre-declaration.
1094           should simplify reading the (now very long) code
1096 2002-12-29 Sunday 01:11 UTC -- Neil Spring <nspring@cs.washington.edu>
1098         * wmgeneral/: misc.c, misc.h: exec command can take a const char *
1100 2002-12-29 Sunday 01:05 UTC -- Neil Spring <nspring@cs.washington.edu>
1102         * wmbiff/sample.wmbiffrc: another askpass recipe
1104 2002-12-29 Sunday 00:57 UTC -- Neil Spring <nspring@cs.washington.edu>
1106         * wmbiff/wmbiff.c: cleanup unused variables
1108 2002-12-29 Sunday 00:57 UTC -- Neil Spring <nspring@cs.washington.edu>
1110         * wmbiff/Makefile.am: surgical indent rule
1112 2002-12-29 Sunday 00:37 UTC -- Neil Spring <nspring@cs.washington.edu>
1114         * configure.ac, wmbiff/wmbiff.c: use automake/autoconf defined
1115           PACKAGE_VERSION and PACKAGE_BUGREPORT
1117 2002-12-29 Sunday 00:15 UTC -- Neil Spring <nspring@cs.washington.edu>
1119         * wmbiff/passwordMgr.c: support arbitrarily long password query
1120           commands
1122 2002-12-29 Sunday 00:14 UTC -- Neil Spring <nspring@cs.washington.edu>
1124         * wmbiff/wmbiff.c: configuration file parsing cleanup, support
1125           longer configuration options, remove some ad-hockery in favor of
1126           sscanf
1128 2002-12-13 Friday 05:38 UTC -- Neil Spring <nspring@cs.washington.edu>
1130         * configure.ac, wmbiff/tlsComm.c, wmbiff/wmbiff.1, wmbiff/wmbiff.c:
1131           0.4.10, -skip-certificate-check option
1133 2002-12-09 Monday 21:45 UTC -- Neil Spring <nspring@cs.washington.edu>
1135         * AUTHORS, wmbiff/sample.wmbiffrc, wmbiff/wmbiff.c,
1136           wmbiff/wmbiffrc.5.in: Peter McAlpine's globalnotify patch
1138 2002-12-09 Monday 21:45 UTC -- Neil Spring <nspring@cs.washington.edu>
1140         * wmbiff/Imap4Client.c: minor change to timeout behavior, just
1141           delay a while before next check
1143 2002-12-02 Monday 07:16 UTC -- Neil Spring <nspring@cs.washington.edu>
1145         * configure.ac: require gnutls 0.5.9, release 0.4.9
1147 2002-11-30 Saturday 07:58 UTC -- Neil Spring <nspring@cs.washington.edu>
1149         * wmbiff/Imap4Client.c: more robust ETIMEDOUT handling -- just
1150           chill out for a few minues rather than blacklist as a compromise
1151           between the responsiveness of not retrying unresponsive servers
1152           and the robustness of prodding on.  the right thing is probably a
1153           non-blocking connect, but that's  messy
1155 2002-11-15 Friday 08:06 UTC -- Neil Spring <nspring@cs.washington.edu>
1157         * wmbiff/tlsComm.c: should really be able to catch these problems
1158           earler - without gnutls, the build would fail
1160 2002-11-15 Friday 08:05 UTC -- Neil Spring <nspring@cs.washington.edu>
1162         * autogen.sh: red hat hackery
1164 2002-11-13 Wednesday 06:44 UTC -- Neil Spring <nspring@cs.washington.edu>
1166         * wmbiff/wmbiff.1, wmbiff/wmbiff.c, wmgeneral/wmgeneral.c,
1167           wmgeneral/wmgeneral.h: a method for not using the withdrawn state
1169 2002-11-12 Tuesday 08:27 UTC -- Neil Spring <nspring@cs.washington.edu>
1171         * Makefile.am, configure.ac, wmbiff/wmbiff.c, wmbiff/wmbiffrc.5.in,
1172           wmgeneral/wmgeneral.c, wmgeneral/wmgeneral.h: Allow automatic
1173           sizing of the wmbiff window, effective for other window managers.
1175 2002-10-26 Saturday 23:17 UTC -- Jordi Mallach <jordi@sindominio.net>
1177         * FromCVS.sh, autogen.sh: Rename FromCVS.sh to autogen.sh, which is
1178           the "common" name for such script.
1180 2002-10-26 Saturday 23:15 UTC -- Jordi Mallach <jordi@sindominio.net>
1182         * ChangeLog, Makefile.am, maint/changelog-header,
1183           maint/prerelease.sh: Stop doing the ChangeLog header hack.
1184           Instead, remove ChangeLog entirely from CVS and get it generated
1185           correctly on dist. Remove unneeded maint scripts.
1187 2002-10-26 Saturday 23:12 UTC -- Jordi Mallach <jordi@sindominio.net>
1189         * FromCVS.sh: Add automake-1.7 support.
1191 2002-10-20 Sunday 21:58 UTC -- Jordi Mallach <jordi@sindominio.net>
1193         * wmbiff/: wmbiff.1, wmbiffrc.5.in: do not specify Debian
1194           GNU/Linux... I'm actually more interested in the Hurd right now
1195           :)
1197 2002-10-14 Monday 05:52 UTC -- Neil Spring <nspring@cs.washington.edu>
1199         * wmbiff/maildirClient.c: use mkstemp instead of mktemp to appease
1200           the compiler
1202 2002-10-14 Monday 01:47 UTC -- Neil Spring <nspring@cs.washington.edu>
1204         * wmbiff/wmbiffrc.5.in: add the 'this file automatically generated'
1205           tag
1207 2002-10-13 Sunday 21:28 UTC -- Neil Spring <nspring@cs.washington.edu>
1209         * wmbiff/: Imap4Client.c, tlsComm.c, tlsComm.h: Check certificate
1210           hostname, using gnutls's new function
1212 2002-10-13 Sunday 21:27 UTC -- Neil Spring <nspring@cs.washington.edu>
1214         * wmbiff/Client.h: a formatting glitch
1216 2002-10-13 Sunday 21:27 UTC -- Neil Spring <nspring@cs.washington.edu>
1218         * FromCVS.sh, Makefile.am: use autoreconf instead of the ad-hockery
1220 2002-09-25 Wednesday 06:16 UTC -- Neil Spring <nspring@cs.washington.edu>
1222         * FAQ: why doesn't wmbiff update my mailbox count when I read a
1223           message
1225 2002-09-20 Friday 19:50 UTC -- Neil Spring <nspring@cs.washington.edu>
1227         * FromCVS.sh: support redhat autoconf sadness
1229 2002-09-19 Thursday 07:00 UTC -- Neil Spring <nspring@cs.washington.edu>
1231         * wmbiff/test_wmbiff.c: allow test to run when nnot linked with
1232           gnutls
1234 2002-09-18 Wednesday 23:45 UTC -- Neil Spring <nspring@cs.washington.edu>
1236         * wmbiff/maildirClient.c: compiler warning fixes
1238 2002-09-18 Wednesday 23:43 UTC -- Neil Spring <nspring@cs.washington.edu>
1240         * ChangeLog, configure.ac, wmbiff/Client.h, wmbiff/Imap4Client.c,
1241           wmbiff/Makefile.am, wmbiff/maildirClient.c, wmbiff/test_wmbiff.c,
1242           wmbiff/wmbiffrc.5.in: bugfix to allow imap mailbox filenames to
1243           contain spaces, test that it works; also, prepare 0.4.8
1245 2002-09-14 Saturday 18:51 UTC -- Dwayne C. Litzenberger <dlitz@dlitz.net>
1247         * wmbiff/: Client.h, maildirClient.c, wmbiffrc.5.in: *
1248           maildirClient: Added support for quick checking of writable
1249           network-mounted   maildirs where directory caching normally
1250           causes unwanted delays.
1252 2002-08-16 Friday 07:55 UTC -- Neil Spring <nspring@cs.washington.edu>
1254         * ChangeLog, configure.ac, autoconf/libgnutls.m4,
1255           wmbiff/Imap4Client.c, wmbiff/gnutls-common.c,
1256           wmbiff/gnutls-common.h, wmbiff/tlsComm.c: handle new
1257           gnutls/gnutls.h convention, release 0.4.7
1259 2002-08-06 Tuesday 08:05 UTC -- Neil Spring <nspring@cs.washington.edu>
1261         * FromCVS.sh: seek out and use athe underrated automake 1.6.
1263 2002-07-27 Saturday 17:50 UTC -- Neil Spring <nspring@cs.washington.edu>
1265         * wmbiff/: Imap4Client.c, tlsComm.c: trivial formatting fixes
1267 2002-07-19 Friday 18:51 UTC -- Neil Spring <nspring@cs.washington.edu>
1269         * ChangeLog, configure.ac: release version 0.4.6
1271 2002-07-18 Thursday 02:55 UTC -- Neil Spring <nspring@cs.washington.edu>
1273         * wmbiff/wmbiff.c: ignore sigpipe, possible bugfix for abnormal
1274           termination during suspend for imap/gnutls
1276 2002-07-04 Thursday 08:00 UTC -- Neil Spring <nspring@cs.washington.edu>
1278         * ChangeLog, configure.ac: last minute changes for 0.4.5
1280 2002-07-04 Thursday 01:07 UTC -- Neil Spring <nspring@cs.washington.edu>
1282         * wmbiff/: Imap4Client.c, Makefile.am, Pop3Client.c, charutil.c,
1283           tlsComm.c, wmbiff.c: valgrind debugging, and support for -exit.
1284           some bugs were probably fixed, but since nobody has noticed yet,
1285           I don't know if they mattered
1287 2002-07-04 Thursday 00:45 UTC -- Neil Spring <nspring@cs.washington.edu>
1289         * wmgeneral/wmgeneral.c: reminder in where valgrind complains
1291 2002-07-04 Thursday 00:45 UTC -- Neil Spring <nspring@cs.washington.edu>
1293         * Makefile.am: add a top-level 'indent' rule
1295 2002-07-03 Wednesday 02:28 UTC -- Neil Spring <nspring@cs.washington.edu>
1297         * wmbiff/tlsComm.c: doubled the timeout to 40 seconds.
1299 2002-06-26 Wednesday 19:04 UTC -- Neil Spring <nspring@cs.washington.edu>
1301         * ChangeLog, Makefile.am, autoconf/Makefile.am: die configure.in!
1302           die acconfig.h!
1304 2002-06-26 Wednesday 18:56 UTC -- Neil Spring <nspring@cs.washington.edu>
1306         * ChangeLog, FromCVS.sh, Makefile.am, configure.ac, configure.in,
1307           autoconf/acconfig.h: migrate to newer autoconf (2.5) to try to
1308           debug making-from-scratch problem and get rid of acconfig.h cruft
1310 2002-06-25 Tuesday 23:52 UTC -- Neil Spring <nspring@cs.washington.edu>
1312         * Makefile.am: tiny automake 1.6 fix (doesn't appear to use
1313           stamp-h.  who knew.)
1315 2002-06-25 Tuesday 23:33 UTC -- Neil Spring <nspring@cs.washington.edu>
1317         * autoconf/libgnutls.m4: trivial upstream bugfix
1319 2002-06-25 Tuesday 23:29 UTC -- Neil Spring <nspring@cs.washington.edu>
1321         * wmbiff/Makefile.am: never underestimate the complexity of
1322           solutions involving automake
1324 2002-06-25 Tuesday 23:24 UTC -- Neil Spring <nspring@cs.washington.edu>
1326         * configure.in, wmbiff/Makefile.am: corrections to conditional
1327           compilation of gnutls-common for automake 1.5 (and thereby the
1328           true automake way)
1330 2002-06-25 Tuesday 23:15 UTC -- Neil Spring <nspring@cs.washington.edu>
1332         * configure.in, wmbiff/Makefile.am: only compile gnutls-common.[ch]
1333           if gnutls is configured in (duh), and only check for gcrypt.h if
1334           libgcrypt is installed and current
1336 2002-06-24 Monday 07:18 UTC -- Neil Spring <nspring@cs.washington.edu>
1338         * ChangeLog, FromCVS.sh: roughly finished 0.4.4
1340 2002-06-24 Monday 07:16 UTC -- Neil Spring <nspring@cs.washington.edu>
1342         * wmbiff/tlsComm.c: restore certificate checking
1344 2002-06-24 Monday 07:15 UTC -- Neil Spring <nspring@cs.washington.edu>
1346         * wmbiff/: gnutls-common.c, gnutls-common.h: indent run
1348 2002-06-24 Monday 01:23 UTC -- Neil Spring <nspring@cs.washington.edu>
1350         * wmbiff/Makefile.am, configure.in: basic gnutls 0.4.3 support
1351           (that is, it compiles.)
1353 2002-06-24 Monday 01:18 UTC -- Neil Spring <nspring@cs.washington.edu>
1355         * wmbiff/: gnutls-common.c, gnutls-common.h, tlsComm.c: basic
1356           gnutls 0.4.3 support (that is, it compiles.)
1358 2002-06-23 Sunday 01:26 UTC -- Neil Spring <nspring@cs.washington.edu>
1360         * wmbiff/wmbiff.c: cleanup to periodic mail checking, removal of
1361           the first mail check - now all cases are the same
1363 2002-06-21 Friday 04:34 UTC -- Neil Spring <nspring@cs.washington.edu>
1365         * wmbiff/wmbiff.c: y_ and x_origin, and num_mailboxes constants,
1366           highlight color for fn, restructured mailbox creation routines
1368 2002-06-21 Friday 04:31 UTC -- Neil Spring <nspring@cs.washington.edu>
1370         * wmbiff/Pop3Client.c: splint
1372 2002-06-21 Friday 04:31 UTC -- Neil Spring <nspring@cs.washington.edu>
1374         * wmbiff/: LicqClient.c, ShellClient.c, charutil.c,
1375           maildirClient.c, mboxClient.c, passwordMgr.c, test_wmbiff.c:
1376           config.h
1378 2002-06-21 Friday 04:30 UTC -- Neil Spring <nspring@cs.washington.edu>
1380         * wmbiff/Imap4Client.c: clarity and splint
1382 2002-06-21 Friday 04:29 UTC -- Neil Spring <nspring@cs.washington.edu>
1384         * wmbiff/Client.h: splint support
1386 2002-06-21 Friday 04:29 UTC -- Neil Spring <nspring@cs.washington.edu>
1388         * wmbiff/wmbiff.1: highlight color
1390 2002-06-21 Friday 04:28 UTC -- Neil Spring <nspring@cs.washington.edu>
1392         * wmbiff/Makefile.am: verify that config.h is included in each .c
1393           file
1395 2002-06-15 Saturday 09:05 UTC -- Neil Spring <nspring@cs.washington.edu>
1397         * configure.in: likely bugfix for newer autoconf?
1399 2002-06-15 Saturday 09:04 UTC -- Neil Spring <nspring@cs.washington.edu>
1401         * Makefile.am: keep automake1.6 happy
1403 2002-06-08 Saturday 22:22 UTC -- Neil Spring <nspring@cs.washington.edu>
1405         * ChangeLog, configure.in: release 0.4.3 final updates
1407 2002-06-08 Saturday 22:20 UTC -- Neil Spring <nspring@cs.washington.edu>
1409         * wmbiff/wmbiff.c: make the background black when using fonts
1411 2002-06-08 Saturday 22:15 UTC -- Neil Spring <nspring@cs.washington.edu>
1413         * wmgeneral/: wmgeneral.c, wmgeneral.h: font support, ability to
1414           erase rectangles
1416 2002-06-08 Saturday 22:14 UTC -- Neil Spring <nspring@cs.washington.edu>
1418         * wmbiff/Client.h: slightly changed debug messages; exists() is
1419           more a test -f than a test -e
1421 2002-06-08 Saturday 22:13 UTC -- Neil Spring <nspring@cs.washington.edu>
1423         * wmbiff/wmbiff.1: documentation of -fg and -font options
1425 2002-06-08 Saturday 22:13 UTC -- Neil Spring <nspring@cs.washington.edu>
1427         * wmbiff/: Imap4Client.c, ShellClient.c: cleanup for splint
1428           annotations
1430 2002-06-08 Saturday 22:13 UTC -- Neil Spring <nspring@cs.washington.edu>
1432         * wmbiff/wmbiff.c: basic font support, color selection, cleanup to
1433           default configuration code, bugifx and cleanup to mouse region
1434           code
1436 2002-06-08 Saturday 21:40 UTC -- Neil Spring <nspring@cs.washington.edu>
1438         * wmbiff/socket.c: need config.h to get IPv6 support
1440 2002-06-01 Saturday 18:10 UTC -- Neil Spring <nspring@cs.washington.edu>
1442         * ChangeLog: 0.4.2
1444 2002-06-01 Saturday 17:58 UTC -- Neil Spring <nspring@cs.washington.edu>
1446         * configure.in, wmbiff/wmbiff.c: oops, didn't really want to
1447           release with the crazy font stuff quite yet
1449 2002-06-01 Saturday 07:03 UTC -- Neil Spring <nspring@cs.washington.edu>
1451         * ChangeLog, configure.in, wmbiff/test-wmbiffrc.shell: release
1452           0.4.1
1454 2002-06-01 Saturday 07:01 UTC -- Neil Spring <nspring@cs.washington.edu>
1456         * AUTHORS: release preparation
1458 2002-06-01 Saturday 06:47 UTC -- Neil Spring <nspring@cs.washington.edu>
1460         * wmgeneral/wmgeneral.h: prototypes for basic font support
1462 2002-06-01 Saturday 06:47 UTC -- Neil Spring <nspring@cs.washington.edu>
1464         * wmgeneral/wmgeneral.c: indent run
1466 2002-06-01 Saturday 06:02 UTC -- Neil Spring <nspring@cs.washington.edu>
1468         * wmbiff/: Client.h, ShellClient.c, charutil.c, mboxClient.c:
1469           indent run
1471 2002-06-01 Saturday 06:01 UTC -- Neil Spring <nspring@cs.washington.edu>
1473         * wmbiff/wmbiff.c: font support, disabled by default
1475 2002-06-01 Saturday 06:00 UTC -- Neil Spring <nspring@cs.washington.edu>
1477         * wmbiff/tlsComm.c: a start at certificate checking (a daunting
1478           task at the moment)
1480 2002-06-01 Saturday 05:59 UTC -- Neil Spring <nspring@cs.washington.edu>
1482         * wmbiff/Client.h: declare exists()
1484 2002-06-01 Saturday 05:51 UTC -- Neil Spring <nspring@cs.washington.edu>
1486         * wmgeneral/wmgeneral.c: some basic font support, renaming some
1487           variables for clarity
1489 2002-06-01 Saturday 05:45 UTC -- Neil Spring <nspring@cs.washington.edu>
1491         * wmbiff/socket.c: correct date
1493 2002-06-01 Saturday 05:42 UTC -- Neil Spring <nspring@cs.washington.edu>
1495         * configure.in, wmbiff/socket.c: IPv6 support using getaddrinfo
1496           from Jun-ichiro itojun Hagino <itojun@iijlab.net>
1498 2002-05-03 Friday 05:51 UTC -- Neil Spring <nspring@cs.washington.edu>
1500         * ChangeLog, configure.in: Release 0.4.0
1502 2002-05-03 Friday 05:51 UTC -- Neil Spring <nspring@cs.washington.edu>
1504         * Makefile.am: don't list TODO changes in ChangeLog, to avoid
1505           confusion
1507 2002-05-03 Friday 05:43 UTC -- Neil Spring <nspring@cs.washington.edu>
1509         * wmbiff/mboxClient.c: type casting hackery to help architectures I
1510           don't have
1512 2002-05-03 Friday 05:42 UTC -- Neil Spring <nspring@cs.washington.edu>
1514         * wmbiff/: sample.wmbiffrc, wmbiffrc.5.in: lpq example creep
1516 2002-05-03 Friday 05:42 UTC -- Neil Spring <nspring@cs.washington.edu>
1518         * wmbiff/ShellClient.c: bugfix when alternates between numeric and
1519           text
1521 2002-04-29 Monday 02:01 UTC -- Neil Spring <nspring@cs.washington.edu>
1523         * wmbiff/: Client.h, ShellClient.c, charutil.c, charutil.h: lclint
1524           cleanups - strdup_ordie, some null annotations
1526 2002-04-27 Saturday 08:54 UTC -- Neil Spring <nspring@cs.washington.edu>
1528         * wmbiff/: Client.h, ShellClient.c, passwordMgr.c: cleanup to use
1529           grabCommandOutput in passwordMgr instead of duplicating the
1530           popen/fgets/pclose code
1532 2002-04-27 Saturday 08:29 UTC -- Neil Spring <nspring@cs.washington.edu>
1534         * wmbiff/: Client.h, Makefile.am, charutil.c, passwordMgr.c,
1535           passwordMgr.h, test_wmbiff.c: move passwordMgr testing to
1536           test_wmbiff.c; catch a small bug in handling empty passwords
1538 2002-04-27 Saturday 08:29 UTC -- Neil Spring <nspring@cs.washington.edu>
1540         * FromCVS.sh: apparently aclocal barfs when macros are defined both
1541           in the system directory and in a local copy.  semper fragile.
1543 2002-04-25 Thursday 20:28 UTC -- Neil Spring <nspring@cs.washington.edu>
1545         * README: add a note about gnutls version 0.3.5
1547 2002-04-25 Thursday 18:33 UTC -- Neil Spring <nspring@cs.washington.edu>
1549         * configure.in: hack attempt at supporting gnutls built locally
1551 2002-04-25 Thursday 17:31 UTC -- Neil Spring <nspring@cs.washington.edu>
1553         * ChangeLog, FromCVS.sh, autoconf/libgcrypt.m4,
1554           autoconf/libgnutls.m4: add m4 macros for libgcrypt and libgnutls
1555           to the repository, so that FromCVS can be run to regenerate
1556           configure.in, even on systems without gnutls.
1558 2002-04-20 Saturday 09:55 UTC -- Neil Spring <nspring@cs.washington.edu>
1560         * wmbiff/Makefile.am: correct a problem uncovered by sourceforge's
1561           compile farm
1563 2002-04-20 Saturday 09:27 UTC -- Neil Spring <nspring@cs.washington.edu>
1565         * wmbiff/ShellClient.c: BSD fix (no strndup, no sighandler_t)
1567 2002-04-20 Saturday 09:12 UTC -- Neil Spring <nspring@cs.washington.edu>
1569         * wmbiff/: LicqClient.c, mboxClient.c: move msgs=-1 assignment on
1570           failure to the common openMailbox()
1572 2002-04-20 Saturday 08:53 UTC -- Neil Spring <nspring@cs.washington.edu>
1574         * ChangeLog, configure.in, wmbiff/Client.h: update meta-information
1575           for prerelease 5
1577 2002-04-20 Saturday 08:51 UTC -- Neil Spring <nspring@cs.washington.edu>
1579         * wmbiff/Makefile.am: correct syntax for making a test program
1581 2002-04-20 Saturday 08:13 UTC -- Neil Spring <nspring@cs.washington.edu>
1583         * wmbiff/sample.wmbiffrc: finish deprecating
1585 2002-04-20 Saturday 08:12 UTC -- Neil Spring <nspring@cs.washington.edu>
1587         * wmbiff/: sample.wmbiffrc, wmbiffrc.5.in: document back-tick
1588           expansion, deprecate mbox style without mbox: prefix
1590 2002-04-20 Saturday 07:54 UTC -- Neil Spring <nspring@cs.washington.edu>
1592         * wmbiff/: Client.h, LicqClient.c, ShellClient.c, mboxClient.c:
1593           oops (indent)
1595 2002-04-20 Saturday 07:53 UTC -- Neil Spring <nspring@cs.washington.edu>
1597         * wmbiff/: LicqClient.c, mboxClient.c: refactor mailbox stat()'ting
1598           to reduce duplicated code and supprort backticks.
1600 2002-04-20 Saturday 07:52 UTC -- Neil Spring <nspring@cs.washington.edu>
1602         * wmbiff/ShellClient.c: refactor command execution code to support
1603           backtick foo expansion
1605 2002-04-20 Saturday 07:50 UTC -- Neil Spring <nspring@cs.washington.edu>
1607         * wmbiff/: Makefile.am, test_wmbiff.c: add tests for bbacktick
1608           expansion
1610 2002-04-20 Saturday 07:49 UTC -- Neil Spring <nspring@cs.washington.edu>
1612         * wmbiff/Client.h: ctime has become useless; new prototypes to
1613           handle backtick
1615 2002-04-16 Tuesday 07:37 UTC -- Neil Spring <nspring@cs.washington.edu>
1617         * ChangeLog, wmbiff/Client.h, wmbiff/Imap4Client.c,
1618           wmbiff/LicqClient.c, wmbiff/Pop3Client.c, wmbiff/mboxClient.c,
1619           wmbiff/passwordMgr.c, wmbiff/wmbiff.c: remove vestigial
1620           pc->open()
1622 2002-04-16 Tuesday 07:08 UTC -- Neil Spring <nspring@cs.washington.edu>
1624         * wmbiff/test-make.sh: unnecessary now that autoconf is involved
1626 2002-04-15 Monday 22:58 UTC -- Neil Spring <nspring@cs.washington.edu>
1628         * Makefile.am: dist the FAQ
1630 2002-04-15 Monday 21:19 UTC -- Neil Spring <nspring@cs.washington.edu>
1632         * wmgeneral/: Makefile.am, list.c, list.h, misc.c, misc.h,
1633           wmgeneral.c, wmgeneral.h: run make indent; also tolerate standard
1634           geometry string (dumping the dimensions provided)
1636 2002-04-15 Monday 21:06 UTC -- Neil Spring <nspring@cs.washington.edu>
1638         * wmbiff/wmbiff.c: bugfix to sigchld_handler (argh)
1640 2002-04-15 Monday 08:15 UTC -- Neil Spring <nspring@cs.washington.edu>
1642         * ChangeLog, Makefile.am, configure.in, wmbiff/Makefile.am,
1643           autoconf/Makefile.am: try to make the distcheck target work
1644           correctly.  voodoo.
1646 2002-04-15 Monday 08:14 UTC -- Neil Spring <nspring@cs.washington.edu>
1648         * FAQ: a little documentation
1650 2002-04-15 Monday 02:21 UTC -- Neil Spring <nspring@cs.washington.edu>
1652         * wmbiff/wmbiff.c: treat  all gicu messages as new (they're unread)
1654 2002-04-15 Monday 02:10 UTC -- Neil Spring <nspring@cs.washington.edu>
1656         * configure.in: chmod 0444 wmbiffrc.5 to remind me not to try to
1657           edit it.
1659 2002-04-15 Monday 02:09 UTC -- Neil Spring <nspring@cs.washington.edu>
1661         * wmbiff/wmbiffrc.5.in: document finger, changes to shell
1663 2002-04-15 Monday 01:58 UTC -- Neil Spring <nspring@cs.washington.edu>
1665         * wmbiff/: ShellClient.c, wmbiff.c: waitpid until done
1667 2002-04-15 Monday 01:48 UTC -- Neil Spring <nspring@cs.washington.edu>
1669         * configure.in: slightly nicer message
1671 2002-04-15 Monday 01:47 UTC -- Neil Spring <nspring@cs.washington.edu>
1673         * ChangeLog, configure.in, wmbiff/wmbiff-master-contrast.xpm:
1674           0.4.0pre4 - finger support, text from shell support, minor code
1675           reorganization
1677 2002-04-15 Monday 01:38 UTC -- Neil Spring <nspring@cs.washington.edu>
1679         * AUTHORS, README: add Andelko Horvat to the list of contributors,
1680           remove author list from README
1682 2002-04-15 Monday 01:30 UTC -- Neil Spring <nspring@cs.washington.edu>
1684         * wmbiff/test-wmbiffrc.shell: test finger as well
1686 2002-04-15 Monday 01:30 UTC -- Neil Spring <nspring@cs.washington.edu>
1688         * wmbiff/Client.h: TextStatus to hold a three-character status
1689           message
1691 2002-04-15 Monday 01:30 UTC -- Neil Spring <nspring@cs.washington.edu>
1693         * wmbiff/wmbiff.c: support TextString as status; factor
1694           blitMsgCounters as displayMsgCounters was starting to get ugly,
1695           add finger recipe to use ShellClient instead of a separate module
1697 2002-04-15 Monday 01:26 UTC -- Neil Spring <nspring@cs.washington.edu>
1699         * wmbiff/passwordMgr.c: use chomp to remove the newline from
1700           ssh-askpass output
1702 2002-04-15 Monday 01:26 UTC -- Neil Spring <nspring@cs.washington.edu>
1704         * wmbiff/: charutil.c, charutil.h: duplicate perl's chomp()
1706 2002-04-15 Monday 01:26 UTC -- Neil Spring <nspring@cs.washington.edu>
1708         * wmbiff/ShellClient.c: return sigchld to default hander before
1709           using popen; handle text input. Much complexity, I hope it's
1710           worth it.
1712 2002-04-15 Monday 01:25 UTC -- Neil Spring <nspring@cs.washington.edu>
1714         * wmbiff/wmbiff-master-led.xpm: support yellow text
1716 2002-04-15 Monday 01:24 UTC -- Neil Spring <nspring@cs.washington.edu>
1718         * wmbiff/Makefile.am: derive wmbiff-master-contrast.xpm from
1719           wmbiff-master-led.xpm
1721 2002-04-12 Friday 05:54 UTC -- Neil Spring <nspring@cs.washington.edu>
1723         * wmbiff/socket.c: extra debugging messages, to be in-line with our
1724           -debug to stdout philosophy
1726 2002-04-11 Thursday 21:39 UTC -- Jordi Mallach <jordi@sindominio.net>
1728         * autoconf/: install-sh, missing, mkinstalldirs: Shouldn't be in
1729           CVS...
1731 2002-04-11 Thursday 18:24 UTC -- Neil Spring <nspring@cs.washington.edu>
1733         * configure.in: attempt to fix Jordi's configure bug
1735 2002-04-11 Thursday 07:24 UTC -- Neil Spring <nspring@cs.washington.edu>
1737         * wmbiff/Pop3Client.c: APOP bugfix (unreleased bug)
1739 2002-04-09 Tuesday 07:52 UTC -- Neil Spring <nspring@cs.washington.edu>
1741         * ChangeLog, configure.in: bump version to 0.4.0pre3 - permissions
1742           checking for .wmbiffrc added.
1744 2002-04-09 Tuesday 07:47 UTC -- Neil Spring <nspring@cs.washington.edu>
1746         * Makefile.am: try to tell the difference between running make dist
1747           with cvs and missing cvs2cl (an error), and running make dist
1748           without cvs (which should be ok).
1750 2002-04-09 Tuesday 07:45 UTC -- Neil Spring <nspring@cs.washington.edu>
1752         * wmbiff/: LicqClient.c, maildirClient.c, mboxClient.c: some
1753           explicit casts to make compiling on non-linux a bit more
1754           warning-free
1756 2002-04-09 Tuesday 07:44 UTC -- Neil Spring <nspring@cs.washington.edu>
1758         * wmbiff/wmbiff.c: permissions checking for .wmbiffrc (if it
1759           exists), some minor cleanup associated with this.
1761 2002-04-09 Tuesday 07:43 UTC -- Neil Spring <nspring@cs.washington.edu>
1763         * wmbiff/Makefile.am: _DATA files don't get distributed, add the
1764           skins into extra_dist. automake can be confusing
1766 2002-04-08 Monday 09:35 UTC -- Neil Spring <nspring@cs.washington.edu>
1768         * configure.in, wmbiff/wmbiffrc.5, wmbiff/wmbiffrc.5.in:
1769           automatically generate wmbiffrc.5 based on the results of
1770           configure, so that the configure-time chosen defaults are
1771           accurately shown
1773 2002-04-07 Sunday 19:30 UTC -- Neil Spring <nspring@cs.washington.edu>
1775         * configure.in: don't try to configure gnutls if libz or libgdbm
1776           aren't installed
1778 2002-04-07 Sunday 19:30 UTC -- Neil Spring <nspring@cs.washington.edu>
1780         * FromCVS.sh: allow for automake 1.5's need for depcomp
1782 2002-04-07 Sunday 05:08 UTC -- Neil Spring <nspring@cs.washington.edu>
1784         * COPYING, ChangeLog, FromCVS.sh, INSTALL, Makefile.am,
1785           configure.in, autoconf/acconfig.h, autoconf/install-sh,
1786           autoconf/missing, autoconf/mkinstalldirs, maint/changelog-header,
1787           wmbiff/Client.h, wmbiff/Imap4Client.c, wmbiff/LicqClient.c,
1788           wmbiff/Makefile, wmbiff/Makefile.am, wmbiff/Pop3Client.c,
1789           wmbiff/charutil.h, wmbiff/maildirClient.c, wmbiff/mboxClient.c,
1790           wmbiff/tlsComm.c, wmbiff/wmbiff.c, wmgeneral/Makefile.am,
1791           wmgeneral/wmgeneral.c: use automake / autoconf; after checkout
1792           run ./FromCVS.sh
1794 2002-04-07 Sunday 03:23 UTC -- Neil Spring <nspring@cs.washington.edu>
1796         * AUTHORS: automake required file, duplicated from README
1798 2002-04-05 Friday 19:44 UTC -- Neil Spring <nspring@cs.washington.edu>
1800         * wmbiff/wmbiff-master-contrast.xpm: a first cut higher-contrast
1801           skin
1803 2002-04-05 Friday 19:43 UTC -- Neil Spring <nspring@cs.washington.edu>
1805         * wmbiff/: Makefile, sample.wmbiffrc, test-make.sh, wmbiff.c:
1806           askpass - invoke ssh-askpass to fill in passwords for IMAP
1807           servers; skin - dynamically load an .xpm background
1809 2002-04-05 Friday 19:42 UTC -- Neil Spring <nspring@cs.washington.edu>
1811         * wmbiff/wmbiffrc.5: documentation of askpass and skin
1813 2002-04-05 Friday 19:08 UTC -- Neil Spring <nspring@cs.washington.edu>
1815         * wmbiff/tlsComm.c: explicit handling of timeouts
1817 2002-04-05 Friday 19:02 UTC -- Neil Spring <nspring@cs.washington.edu>
1819         * wmbiff/passwordMgr.c: askpass having a space in it is an INFO,
1820           not an ERR.
1822 2002-04-04 Thursday 08:51 UTC -- Neil Spring <nspring@cs.washington.edu>
1824         * wmbiff/: Client.h, Imap4Client.c, Makefile, Pop3Client.c,
1825           passwordMgr.c, passwordMgr.h, sample.wmbiffrc, test-make.sh:
1826           interactive password prompting support for imap - leave password
1827           in the : format blank to use
1829 2002-03-26 Tuesday 16:30 UTC -- Jordi Mallach <jordi@sindominio.net>
1831         * ChangeLog, wmbiff/Makefile: Released WMBiff 0.3.8.
1833 2002-03-18 Monday 09:47 UTC -- Neil Spring <nspring@cs.washington.edu>
1835         * wmgeneral/wmgeneral.h: un-shadow index
1837 2002-03-18 Monday 09:46 UTC -- Neil Spring <nspring@cs.washington.edu>
1839         * wmgeneral/wmgeneral.c: un-shadow a global variable
1841 2002-03-14 Thursday 08:51 UTC -- Neil Spring <nspring@cs.washington.edu>
1843         * README: correct and expand upon crypto instructions
1845 2002-03-12 Tuesday 23:53 UTC -- Neil Spring <nspring@cs.washington.edu>
1847         * wmbiff/: Client.h, Imap4Client.c, Pop3Client.c, ShellClient.c,
1848           tlsComm.c: fixed misunderstanding of the use of ## in macros with
1849           strings - the compiler does the concatenation, not the
1850           preprocessor
1852 2002-03-11 Monday 00:11 UTC -- Neil Spring <nspring@cs.washington.edu>
1854         * wmbiff/tlsComm.c: slightly better message on expect failure
1856 2002-03-09 Saturday 08:50 UTC -- Neil Spring <nspring@cs.washington.edu>
1858         * wmbiff/ShellClient.c: debug messages cleanup; start handling
1859           pclose errors; remove open() function pointer assignment;
1860           #include fix
1862 2002-03-09 Saturday 08:03 UTC -- Neil Spring <nspring@cs.washington.edu>
1864         * wmgeneral/: list.h, wmgeneral.c: minor warning cleanups
1866 2002-03-08 Friday 19:26 UTC -- Neil Spring <nspring@cs.washington.edu>
1868         * README: credit Ben
1870 2002-03-07 Thursday 22:20 UTC -- Neil Spring <nspring@cs.washington.edu>
1872         * wmbiff/ShellClient.c: fix error return status (ben's 'lil' patch)
1874 2002-03-07 Thursday 07:04 UTC -- Neil Spring <nspring@cs.washington.edu>
1876         * wmbiff/ShellClient.c: appropriate credits
1878 2002-03-06 Wednesday 18:01 UTC -- Neil Spring <nspring@cs.washington.edu>
1880         * wmbiff/ShellClient.c: fix my sloppy mistake in shell path parsing
1882 2002-03-06 Wednesday 07:59 UTC -- Neil Spring <nspring@cs.washington.edu>
1884         * wmbiff/ShellClient.c: misplaced string.h
1886 2002-03-06 Wednesday 07:59 UTC -- Neil Spring <nspring@cs.washington.edu>
1888         * wmbiff/wmbiff.c: rename in Read_Config_File for more 'index'
1889           purging
1891 2002-03-06 Wednesday 07:44 UTC -- Neil Spring <nspring@cs.washington.edu>
1893         * wmbiff/ShellClient.c: fix a potential file descriptor leak
1895 2002-03-06 Wednesday 07:15 UTC -- Neil Spring <nspring@cs.washington.edu>
1897         * wmbiff/: Client.h, Makefile, ShellClient.c, mboxClient.c,
1898           sample.wmbiffrc, test-wmbiffrc.shell, wmbiff.1, wmbiff.c,
1899           wmbiffrc.5: Draft shell command and gnomeicu support from Benoît
1900           Rouits with minor modifications 1) implement gicu using the shell
1901           module rather than as a separate module, 2) edit Ben's shell
1902           format to have extra colons for extensibility, 3) add some extra
1903           error checking in the shell method.  I also added a test wmbiffrc
1904           that can be used to verify that the gicu and shell methods
1905           "work".
1907 2002-03-05 Tuesday 05:02 UTC -- Dwayne C. Litzenberger <dlitz@dlitz.net>
1909         * wmbiff/maildirClient.c: cosmetic changes
1911 2002-03-04 Monday 06:57 UTC -- Neil Spring <nspring@cs.washington.edu>
1913         * wmbiff/mboxClient.c: convert a lingering fprintf to DM
1915 2002-03-02 Saturday 23:25 UTC -- Neil Spring <nspring@cs.washington.edu>
1917         * wmbiff/: Imap4Client.c, Makefile, wmbiff.c: a little -Wshadow and
1918           -Wcast-qual cleanup (or, eliminate the use of 'index' as a
1919           variable name)
1921 2002-03-02 Saturday 22:38 UTC -- Neil Spring <nspring@cs.washington.edu>
1923         * wmbiff/Client.h: add preprocessor define to handle portability of
1924           __attribute__ tag to non-gcc compilers (untested)
1926 2002-03-02 Saturday 06:42 UTC -- Neil Spring <nspring@cs.washington.edu>
1928         * wmbiff/tlsComm.c: indent run (oops)
1930 2002-03-02 Saturday 06:41 UTC -- Neil Spring <nspring@cs.washington.edu>
1932         * wmbiff/: Pop3Client.c, Imap4Client.c: minor reorganization of
1933           gcrypt-needing authentication schemes
1935 2002-03-02 Saturday 06:39 UTC -- Neil Spring <nspring@cs.washington.edu>
1937         * wmbiff/tlsComm.c: attribute tags for warning cleanup w/o gnutls
1939 2002-03-02 Saturday 06:36 UTC -- Neil Spring <nspring@cs.washington.edu>
1941         * wmbiff/wmbiff.c: gcc attribute tags, minor debug message cleanup
1943 2002-03-02 Saturday 06:31 UTC -- Neil Spring <nspring@cs.washington.edu>
1945         * wmbiff/Makefile: rearrange which compiler warnings are implied by
1946           DEBUG
1948 2002-03-02 Saturday 05:58 UTC -- Neil Spring <nspring@cs.washington.edu>
1950         * wmbiff/Client.h: use off_t instead of size_t in Licq and Maildir
1951           for file sizes from stat()
1953 2002-03-02 Saturday 05:50 UTC -- Neil Spring <nspring@cs.washington.edu>
1955         * wmbiff/tlsComm.c: bugfix to support compilation without crypto
1957 2002-03-01 Friday 11:58 UTC -- Jordi Mallach <jordi@sindominio.net>
1959         * wmbiff/wmbiff.c: Added -debug to help text.  Removed Gennady's
1960           mail address and added our devel list.
1962 2002-03-01 Friday 11:28 UTC -- Jordi Mallach <jordi@sindominio.net>
1964         * wmbiff/Makefile: Fixed install rule in Makefile.
1966 2002-03-01 Friday 08:41 UTC -- Neil Spring <nspring@cs.washington.edu>
1968         * wmbiff/: Client.h, Imap4Client.c, LicqClient.c, Makefile,
1969           Pop3Client.c, maildirClient.c, mboxClient.c, tlsComm.c,
1970           tlsComm.h, wmbiff.1, wmbiff.c, wmbiffrc.5: Replaced DEBUG_x
1971           preprocessor defines with a -debug option and debug configuration
1972           keyword.  Replaced most debugging messages with a DM (debug
1973           message) macro.  Removed gnutls version 0.2.x support.  Added
1974           troubleshooting section to man page.
1976 2002-02-03 Sunday 22:48 UTC -- Jordi Mallach <jordi@sindominio.net>
1978         * ChangeLog: Released WMBiff 0.3.7.
1980 2002-02-03 Sunday 22:43 UTC -- Jordi Mallach <jordi@sindominio.net>
1982         * wmbiff/Makefile: Bumped WMBIFF_VERSION to 0.3.7.
1984 2002-02-02 Saturday 18:04 UTC -- Jordi Mallach <jordi@sindominio.net>
1986         * wmbiff/: Client.h, Imap4Client.c, Makefile, Pop3Client.c,
1987           charutil.h: Makefile fixes from Simon L. Nielsen, which help
1988           building wmbiff in FreeBSD.  Fixed the previous IMAP regex patch.
1990 2002-01-27 Sunday 20:20 UTC -- Jordi Mallach <jordi@sindominio.net>
1992         * ChangeLog, maint/changelog.sed, maint/prerelease.sh: Some fixes
1993           for the maint scripts.
1995 2002-01-27 Sunday 19:59 UTC -- Jordi Mallach <jordi@sindominio.net>
1997         * ChangeLog: Released WMBiff 0.3.6.
1999 2002-01-27 Sunday 19:56 UTC -- Jordi Mallach <jordi@sindominio.net>
2001         * wmbiff/Imap4Client.c: Indent fixes.
2003 2002-01-27 Sunday 19:52 UTC -- Jordi Mallach <jordi@sindominio.net>
2005         * wmbiff/Makefile: Bump WMBIFF_VERSION to 0.3.6.
2007 2002-01-27 Sunday 12:46 UTC -- Jordi Mallach <jordi@sindominio.net>
2009         * README, wmbiff/Imap4Client.c, wmbiff/Makefile, wmbiff/wmbiffrc.5:
2010           Alternate regex for imap/imaps which allows "@" in passwords.
2011           Fix to correctly handle the auth list in imap.  Patch from David
2012           Smith <davidsmith@acm.org>.
2014 2002-01-14 Monday 01:51 UTC -- Jordi Mallach <jordi@sindominio.net>
2016         * ChangeLog: Released WMBiff 0.3.5.
2018 2002-01-14 Monday 01:50 UTC -- Jordi Mallach <jordi@sindominio.net>
2020         * wmbiff/Makefile: Bump WMBIFF_VERSION to 0.3.5.
2022 2002-01-12 Saturday 19:18 UTC -- Neil Spring <nspring@cs.washington.edu>
2024         * wmbiff/Imap4Client.c: quote patch from Nick Mitchell, ref debian
2025           #128863
2027 2002-01-12 Saturday 06:17 UTC -- Neil Spring <nspring@cs.washington.edu>
2029         * wmbiff/tlsComm.c: debugging for gnutls3
2031 2002-01-12 Saturday 05:50 UTC -- Neil Spring <nspring@cs.washington.edu>
2033         * wmbiff/Makefile: clarify what to do with gnutls version define
2035 2002-01-12 Saturday 05:30 UTC -- Neil Spring <nspring@cs.washington.edu>
2037         * wmbiff/: Makefile, charutil.c, tlsComm.c: update for the
2038           interface change in gnutls 0.3.0
2040 2001-11-23 Friday 15:57 UTC -- Jordi Mallach <jordi@sindominio.net>
2042         * ChangeLog: Released WMBiff 0.3.4.
2044 2001-11-23 Friday 15:55 UTC -- Jordi Mallach <jordi@sindominio.net>
2046         * wmbiff/Makefile: Bumped version to 0.3.4, and release.
2048 2001-11-23 Friday 15:53 UTC -- Jordi Mallach <jordi@sindominio.net>
2050         * ChangeLog, wmbiff/sample.wmbiffrc: Doc updates for 0.3.4.
2052 2001-11-16 Friday 07:11 UTC -- Neil Spring <nspring@cs.washington.edu>
2054         * wmbiff/: Imap4Client.c, Pop3Client.c, charutil.c: regexes limit
2055           password and username to 32 characters
2057 2001-11-16 Friday 06:08 UTC -- Neil Spring <nspring@cs.washington.edu>
2059         * wmgeneral/: wmgeneral.c, wmgeneral.h: -Wwrite-strings cleanliness
2061 2001-11-16 Friday 01:13 UTC -- Neil Spring <nspring@cs.washington.edu>
2063         * wmbiff/: Client.h, Imap4Client.c, Makefile, Pop3Client.c,
2064           charutil.c: rewrite of authentication code to a) allow users to
2065           specify authentication type, b) fall back to other authentication
2066           methods when hash-based authentication fails (because not
2067           everybody uses the cleartext password file) c) fix debug messages
2069 2001-11-16 Friday 00:40 UTC -- Neil Spring <nspring@cs.washington.edu>
2071         * wmbiff/charutil.h: regex helpers common to pop3 and imap4 clients
2072           extracted and moved here
2074 2001-11-16 Friday 00:40 UTC -- Neil Spring <nspring@cs.washington.edu>
2076         * wmbiff/: tlsComm.c, tlsComm.h: blacklist and debugging updates
2077           for gnutls 0.2.10 and DM macro
2079 2001-11-16 Friday 00:39 UTC -- Neil Spring <nspring@cs.washington.edu>
2081         * wmbiff/wmbiffrc.5: authentication method list, reduced
2082           indentation to fit screen better
2084 2001-11-16 Friday 00:38 UTC -- Neil Spring <nspring@cs.washington.edu>
2086         * wmbiff/wmbiff-master-led.xpm: made pixmap const char
2088 2001-11-16 Friday 00:37 UTC -- Neil Spring <nspring@cs.washington.edu>
2090         * wmbiff/wmbiff.c: -Wwrite-strings cleanliness
2092 2001-11-02 Friday 08:53 UTC -- Neil Spring <nspring@cs.washington.edu>
2094         * wmbiff/: Imap4Client.c, wmbiff.c, wmbiffrc.5: Prefer "imaps"
2095           instead of "sslimap" (sslimap is still supported, but imaps is
2096           documented, and a better name).
2098 2001-11-02 Friday 08:48 UTC -- Neil Spring <nspring@cs.washington.edu>
2100         * wmbiff/tlsComm.c: Small debugging message to help if a connection
2101           ends unexpectedly.
2103 2001-10-29 Monday 13:57 UTC -- Jordi Mallach <jordi@sindominio.net>
2105         * ChangeLog: Released WMBiff 0.3.3.
2107 2001-10-29 Monday 13:54 UTC -- Jordi Mallach <jordi@sindominio.net>
2109         * wmbiff/: Imap4Client.c, wmbiff.c: Indent run.
2111 2001-10-28 Sunday 23:32 UTC -- Jordi Mallach <jordi@sindominio.net>
2113         * ChangeLog, README, wmbiff/Makefile, wmbiff/sample.wmbiffrc:
2114           Preparation for 0.3.3.  Documentation updates.
2116 2001-10-28 Sunday 22:22 UTC -- Neil Spring <nspring@cs.washington.edu>
2118         * wmbiff/wmbiff.c: Bugfix: initialize libgcrypt properly before
2119           cram-md5 (or probably apop) authentication.
2121 2001-10-24 Wednesday 15:35 UTC -- Jordi Mallach <jordi@sindominio.net>
2123         * maint/changelog.sed: Added Neil to the sed script.
2125 2001-10-23 Tuesday 21:14 UTC -- Neil Spring <nspring@cs.washington.edu>
2127         * wmbiff/Imap4Client.c: error check just in case sighup patch is
2128           applied
2130 2001-10-23 Tuesday 18:35 UTC -- Jordi Mallach <jordi@sindominio.net>
2132         * ChangeLog: Released WMBiff 0.3.2.
2134 2001-10-23 Tuesday 18:33 UTC -- Jordi Mallach <jordi@sindominio.net>
2136         * wmbiff/Makefile: Bump WMBIFF_VERSION to 0.3.2.
2138 2001-10-05 Friday 16:10 UTC -- Jordi Mallach <jordi@sindominio.net>
2140         * wmbiff/Makefile: Changed order of additions to LIBS and
2141           EXTRAFLAGS, removed extra WMBIFF_VERSION definition.
2143 2001-10-04 Thursday 09:50 UTC -- Jordi Mallach <jordi@sindominio.net>
2145         * README, wmbiff/Client.h, wmbiff/Imap4Client.c,
2146           wmbiff/LicqClient.c, wmbiff/Makefile, wmbiff/Pop3Client.c,
2147           wmbiff/charutil.c, wmbiff/charutil.h, wmbiff/maildirClient.c,
2148           wmbiff/mboxClient.c, wmbiff/socket.c, wmbiff/tlsComm.c,
2149           wmbiff/tlsComm.h, wmbiff/wmbiff.1, wmbiff/wmbiff.c,
2150           wmbiff/wmbiffrc.5: * Big patch from Neil Spring which adds lots
2151           of crypto support to WMBiff.  * WMBiff can now speak IMAP over
2152           TLS and CRAM-MD5, and APOP using libgcrypt.  * Known problems:
2153           - gnutls is being developed still, so it may have security
2154           related bugs.    - A bug in gnutls (a too-small buffer) may cause
2155           problems      in the parsing of openssl certificates. This should
2156           be fixed by gnutls      soon, hopefully. Added error messages if
2157           this bug is tickled. If you've      got problems with IMAP SSL,
2158           please try upgrading gnutls. If the problem      persists, let us
2159           know.    - IMAP has totally been rewritten, so bugs may crop up.
2160           - Pop3 hasn't been rewritten to use the TLS primitives, though
2161           it probably      could be if someone wanted to.  * There's a new
2162           interface for reading and writing to the socket in
2163           tlsComm.[ch].  This makes the IMAP code somewhat independent of
2164           whether   ssl is used, and provides nicer primitives to help skip
2165           'informational'   messages.  * WITH_TLS and WITH_GCRYPT are
2166           on-by-default in the Makefile.  TLS   applies to encryption,
2167           GCRYPT to cram-md5 and apop authentication.    Since gnutls
2168           depends on libgcrypt anyway, these probably don't need to be
2169           independent.  Some compile warnings may be generated when these
2170           are    disabled.  * Added code to optionally include dmalloc.h
2171           and link -ldmalloc. This   doesn't do anything at the moment, but
2172           shouldn't hurt. It's off-by-default.  * IMAP connections are now
2173           persistent.  persistent.  This is to cut down on   the need to
2174           re-negotiate an SSL connection every time you want to check
2175           mail. It tries to use just one connection per
2176           (server/username/password/port   number), which means multiple
2177           mailboxes need only one connection.  * There are a handful of
2178           lclint (http://lclint.cs.virginia.edu) annotations   in
2179           tlsComm.[ch]. These should also not hurt anyone, and are meant to
2180           keep   the signal to noise ratio of lclint high.  * The rewritten
2181           IMAP code uses the GNU regex library to handle the
2182           configuration line.  I think its clearer than the cascading
2183           strtok()   solution, but the regex might not be perfect.  *
2184           Removed an unnecessary "inline" keyword from charutil.h.  * Added
2185           a TODO document with the bits that are missing from the picture.
2186           * Please bow in awe at NAKAYAMA Takao, Jay T. Francis and
2187           specially   Neil Spring for all of this.
2189 2001-10-04 Thursday 09:21 UTC -- Jordi Mallach <jordi@sindominio.net>
2191         * wmbiff/ApopClient.c: Removed unneeded Apop support code, now
2192           integrated in Neil and Jay's patch.
2194 2001-10-04 Thursday 09:00 UTC -- Jordi Mallach <jordi@sindominio.net>
2196         * maint/changelog.sed: Added my other SF account, which I intend to
2197           use now.
2199 2001-10-04 Thursday 08:54 UTC -- Jordi Mallach <jordi@sindominio.net>
2201         * ChangeLog, README, wmbiff/Client.h, wmbiff/Makefile,
2202           wmbiff/sample.wmbiffrc, wmbiff/wmbiff.1, wmbiff/wmbiff.c,
2203           wmbiff/wmbiffrc.5: Backed out hoehoe's patch, preparing to apply
2204           Neil's.
2206 2001-09-24 Monday 11:58 UTC -- Jordi Mallach <jordi@sindominio.net>
2208         * ChangeLog, README, wmbiff/ApopClient.c, wmbiff/Client.h,
2209           wmbiff/Makefile, wmbiff/sample.wmbiffrc, wmbiff/wmbiff.1,
2210           wmbiff/wmbiff.c, wmbiff/wmbiffrc.5: Added APOP support, patch
2211           from NAKAYAMA Takao <hoehoe@wakaba.jp>.  Fixed some bits of the
2212           manpage (Jordi) Bumped version to 0.3.2.
2214 2001-09-24 Monday 11:56 UTC -- Jordi Mallach <jordi@sindominio.net>
2216         * maint/prerelease.sh: Removed -t to cvs2cl invocation, to make
2217           cleaner ChangeLogs.
2219 2001-06-24 Sunday 18:17 UTC -- Jordi Mallach <jordi@sindominio.net>
2221         * ChangeLog: Released wmbiff 0.3.1.
2223 2001-06-24 Sunday 18:08 UTC -- Jordi Mallach <jordi@sindominio.net>
2225         * ChangeLog, README: Removed duplicate entry for Vladimir Popov in
2226           README.
2228 2001-06-23 Saturday 00:09 UTC -- Jordi Mallach <jordi@sindominio.net>
2230         * wmbiff/Imap4Client.c: Imap fix from Rob Funk
2232 2001-06-23 Saturday 00:07 UTC -- Jordi Mallach <jordi@sindominio.net>
2234         * ChangeLog, maint/changelog.sed, maint/prerelease.sh: Renamed
2235           CHANGES to ChangeLog and RELEASE-NOTES to NEWS, modified release
2236           scripts accordingly. Added Mark to the sed file.
2238 2001-06-22 Friday 23:55 UTC -- Jordi Mallach <jordi@sindominio.net>
2240         * CHANGES, RELEASE-NOTES: Renamed to NEWS and ChangeLog
2242 2001-06-19 Tuesday 03:52 UTC -- Dwayne C. Litzenberger <dlitz@dlitz.net>
2244         * CHANGES, maint/prerelease.sh: * Whoops!  Messed up CVS expansion
2245           in maint/prerelease.sh.  Fixed it.  * Also changed
2246           maint/prerelease.sh a bit.
2248 2001-06-19 Tuesday 03:38 UTC -- Dwayne C. Litzenberger <dlitz@dlitz.net>
2250         * CHANGES, ChangeLog, README, RELEASE-NOTES, maint/changelog.sed,
2251           maint/prerelease.sh, wmbiff/Client.h, wmbiff/Imap4Client.c,
2252           wmbiff/LicqClient.c, wmbiff/Makefile, wmbiff/Pop3Client.c,
2253           wmbiff/charutil.c, wmbiff/charutil.h, wmbiff/maildirClient.c,
2254           wmbiff/mboxClient.c, wmbiff/sample.wmbiffrc, wmbiff/socket.c,
2255           wmbiff/wmbiff.1, wmbiff/wmbiff.c, wmbiff/wmbiffrc.5: * Another
2256           big patch that mucks with everything.  I probably deserve to be
2257           flamed for this practice.  Feel free... :-) * Added
2258           maint/prerelease.sh script.  Run it before making any releases.
2259           * Added maint/changelog.sed.  Add your SourceForge userid here.
2260           * Moved ChangeLog to RELEASE-NOTES (see below).  * Added a new
2261           file, CHANGES (created by maint/prerelease.sh) that tabulates
2262           all the CVS changes.  * Added "distclean" to wmbiff/Makefile.  *
2263           Added CVS Id$ to all the files in wmbiff/ .  * I reformatted ths
2264           changelog, again.  I hope this is the last time I need   to do
2265           this.  The CVS logs should be used for all changes, and this file
2266           should by updated for user-visible changes only, from now on.
2267           (Dwayne C. Litzenberger)  * Updated the README to reflect that
2268           Gennady Belyakov died right after releasing   wmBiff 0.2.  May
2269           your soul rest in peace, Gennady.  (Dwayne C. Litzenberger)
2271 2001-06-16 Saturday 01:02 UTC -- Jordi Mallach <jordi@sindominio.net>
2273         * ChangeLog, wmbiff/Makefile, wmbiff/sample.wmbiffrc,
2274           wmbiff/wmbiff.c: An FHS fix for wmbiff.c and use $(CC) in the
2275           Makefile
2277 2001-05-17 Thursday 04:22 UTC -- Dwayne C. Litzenberger <dlitz@dlitz.net>
2279         * ChangeLog, wmbiff/Makefile, wmbiff/charutil.c: Committing Mark
2280           Hurley's patch
2282 2001-05-16 Wednesday 10:48 UTC -- Jordi Mallach <jordi@sindominio.net>
2284         * ChangeLog, README: Updated some obsolete info in README
2286 2001-05-11 Friday 15:04 UTC -- Jordi Mallach <jordi@sindominio.net>
2288         * ChangeLog, wmbiff/Imap4Client.c, wmbiff/Makefile,
2289           wmbiff/charutil.c, wmbiff/charutil.h, wmbiff/wmbiff.c: Mark's
2290           wmbiffrc parsing fix, small Makefile changes and bump version to
2291           0.3.0.
2293 2001-05-11 Friday 14:49 UTC -- Jordi Mallach <jordi@sindominio.net>
2295         * wmbiff/Makefile: Uncommitted stuff to deal with the removal of
2296           the xmp link
2298 2001-05-04 Friday 11:01 UTC -- Jordi Mallach <jordi@sindominio.net>
2300         * ChangeLog, wmbiff/Makefile: Updated Changelog and Makefile for
2301           0.2r.
2303 2001-05-01 Tuesday 16:11 UTC -- Jordi Mallach <jordi@sindominio.net>
2305         * README.licq, ChangeLog, README, wmgeneral/list.c,
2306           wmgeneral/list.h, wmgeneral/misc.c, wmgeneral/misc.h,
2307           wmgeneral/wmgeneral.h, wmbiff/socket.c, wmgeneral/wmgeneral.c,
2308           wmbiff/Imap4Client.c, wmbiff/Makefile, wmbiff/mboxClient.c,
2309           wmbiff/sample.wmbiffrc, wmbiff/wmbiff.1, wmbiff/wmbiff.c,
2310           wmbiff/wmbiff-master-led.xpm, wmbiff/Client.h,
2311           wmbiff/LicqClient.c, wmbiff/Pop3Client.c, wmbiff/maildirClient.c,
2312           wmbiff/wmbiffrc.5: Initial import to SourceForge, version
2313           0.2q1+Debian
2315 2001-05-01 Tuesday 16:11 UTC -- Jordi Mallach <jordi@sindominio.net>
2317         * README.licq, ChangeLog, README, wmgeneral/list.c,
2318           wmgeneral/list.h, wmgeneral/misc.c, wmgeneral/misc.h,
2319           wmgeneral/wmgeneral.h, wmbiff/socket.c, wmgeneral/wmgeneral.c,
2320           wmbiff/Imap4Client.c, wmbiff/Makefile, wmbiff/mboxClient.c,
2321           wmbiff/sample.wmbiffrc, wmbiff/wmbiff.1, wmbiff/wmbiff.c,
2322           wmbiff/wmbiff-master-led.xpm, wmbiff/Client.h,
2323           wmbiff/LicqClient.c, wmbiff/Pop3Client.c, wmbiff/maildirClient.c,
2324           wmbiff/wmbiffrc.5: Initial revision