wmlongrun: Remove autotools-generated files from git.
[dockapps.git] / wmbiff / ChangeLog
blob6d1ee6624e4d6f4d6eced8e11611f54da3c1a12d
1 2016-11-30  Doug Torrance <dtorrance@piedmont.edu>
3         * ChangeLog, NEWS, configure.ac: Bump to verson 0.4.30.
5 2016-11-30  Doug Torrance <dtorrance@piedmont.edu>
7         * wmbiff/Imap4Client.c, wmbiff/ShellClient.c, wmbiff/passwordMgr.c,
8         wmbiff/test_wmbiff.c: Add #define _GNU_SOURCE to avoid "implicit
9         declaration" warnings.
11 2016-11-30  Doug Torrance <dtorrance@piedmont.edu>
13         * wmbiff/Client.h, wmbiff/socket.c: Use unsigned data type for port
14         number.
16 2016-07-20  Doug Torrance <dtorrance@piedmont.edu>
18         * wmbiff/wmbiff.1, wmbiff/wmbiff.c: Fix typos.
20 2016-07-19  Doug Torrance <dtorrance@piedmont.edu>
22         * ChangeLog, configure.ac: Bump to version 0.4.29.
24 2016-07-19  Doug Torrance <dtorrance@piedmont.edu>
26         * wmbiff/Imap4Client.c: Close mailbox before we call
27         status on it.
29         Additional patch by Nye Liu <nyet@nyet.org> to fix Debian bug
30         #830889 [1].
32         [1] https://bugs.debian.org/830889
34 2016-07-12  Doug Torrance <dtorrance@piedmont.edu>
36         * wmbiff/Imap4Client.c: EXAMINE before STATUS
38         Patch by Nye Liu <nyet@nyet.org> to fix Debian bug #830889 [1].
40         Outlook Office365 IMAP servers now expect a client to issue at least
41         one EXAMINE before STATUS, or UNSEEN is always zero.
43         [1] https://bugs.debian.org/830889
45 2015-10-25  Doug Torrance <dtorrance@piedmont.edu>
47         * wmbiff/wmbiff.1, wmbiff/wmbiff.c: Add missing command line options
48         to documentation.
50         Closes Debian bug #770117 [1].
52         [1] https://bugs.debian.org/770117
54 2015-08-16  Rodolfo García Peñas (kix) <kix@kix.es>
56         * wmbiff/tlsComm.c: FTBFS with initialize_gnutls
58         The first argument for the function initialize_gnutls is an intptr_t
59         so wmbiff fails to build from source. This patch changes the current
60         int to intptr_t.
62 2014-11-07  Doug Torrance <dtorrance@monmouthcollege.edu>
64         * wmbiff/Makefile.am: Remove sourceforgeupload target from
65         Makefile; no longer needed.
67 2014-11-07  Doug Torrance <dtorrance@monmouthcollege.edu>
69         * wmbiff/README, wmbiff/configure.ac,
70         wmbiff/wmbiff/sample.wmbiffrc, wmbiff/wmbiff/wmbiff.1:
71         Update email address.
73 2014-11-07  Doug Torrance <dtorrance@monmouthcollege.edu>
75         * wmbiff/wmbiff/Imap4Client.c, wmbiff/wmbiff/Pop3Client.c:
76         Use PACKAGE_BUGREPORT instead of hardcoding address.
78 2014-11-07  Doug Torrance <dtorrance@monmouthcollege.edu>
80         * wmbiff/FAQ: Update FAQ.
82 2014-11-05  Doug Torrance <dtorrance@monmouthcollege.edu>
84         * wmbiff/wmbiff/tlsComm.c, wmbiff/wmbiff/tlsComm.h: Fix cast
85         to pointer from integer of different size compiler warning.
87 2014-11-05  Doug Torrance <dtorrance@monmouthcollege.edu>
89         * wmbiff/wmbiff/gnutls-common.c, wmbiff/wmbiff/gnutls-common.h,
90         wmbiff/wmbiff/tlsComm.c: Fix compiler warnings from
91         deprecated gnutls types.
93 2014-11-05  Doug Torrance <dtorrance@monmouthcollege.edu>
95         * wmbiff/wmbiff/wmbiff.1, wmbiff/wmbiff/wmbiffrc.5.in: Fix
96         manpages.  In particular, fix spelling-error-in-manpage,
97         hyphen-used-as-minus-sign, and manpage-has-errors-from-man Lintian
98         warnings from the Debian package.
100 2014-11-05  Doug Torrance <dtorrance@monmouthcollege.edu>
102         * wmbiff/configure.ac: Remove arguments to AM_INIT_AUTOMAKE
103         in configure.ac.  This patch serves two purposes:
104         - Avoid a " AM_INIT_AUTOMAKE: two- and three-arguments forms are
105           deprecated" warning when running autoreconf.
106         - Fix "syntax error near unexpected token" when running configure.
108 2014-11-05  Doug Torrance <dtorrance@monmouthcollege.edu>
110         * wmbiff/INSTALL: Remove INSTALL; automatically generated by
111         autotools.
113 2014-11-04  Doug Torrance <dtorrance@monmouthcollege.edu>
115         * wmbiff/wmgeneral/wmgeneral.h: Increase number of actions
116         to 40.  Patch by Alberto Morales <amd77@gulic.org>.
117         For more information, see:
118         https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589408
120 2014-11-04  Doug Torrance <dtorrance@monmouthcollege.edu>
122         * wmbiff/wmbiff/Client.h, wmbiff/wmbiff/Imap4Client.c: Allow
123         usernames with more than 32 characters.
124         Patch by Tommaso Parisi <tommasop.ml@libero.it>.
125         For more information, see:
126         https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=626393
128 2014-11-04  Doug Torrance <dtorrance@monmouthcollege.edu>
130         * wmbiff/wmbiff/socket.c: Fix connection leak.
131         Patch by Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>.
132         For more information, see:
133         https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=663876
135 2014-11-04  Doug Torrance <dtorrance@monmouthcollege.edu>
137         * wmbiff/scripts/security.debian.rb: Fix security.debian.rb
138         script.
139         Patch by Lothar Ketterer <lketterer@users.sourceforge.net>
140         For more information, see:
141         https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=525749
143 2014-11-04  Doug Torrance <dtorrance@monmouthcollege.edu>
145         * wmbiff/wmbiff/gnutls-common.c: Remove LZO compression.
146         GnuTLS LZO support was removed in version 3.0.0.  Based on the patch
147         by Andreas Metzler <ametzler@debian.org>:
148         http://sources.debian.net/src/wmbiff/0.4.27-2.3/debian/patches/15_no_more_LZO.diff/
149         For more information, see:
150         https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638736
152 2014-10-05  Doug Torrance <dtorrance@monmouthcollege.edu>
154         * wmbiff/AUTHORS, wmbiff/FAQ, wmbiff/Makefile.am, wmbiff/NEWS,
155         wmbiff/README, wmbiff/TODO, wmbiff/autoconf/Makefile.am,
156         wmbiff/configure.ac, wmbiff/scripts/security.debian.rb,
157         wmbiff/wmbiff/Client.h, wmbiff/wmbiff/Imap4Client.c,
158         wmbiff/wmbiff/Makefile.am, wmbiff/wmbiff/Pop3Client.c,
159         wmbiff/wmbiff/ShellClient.c, wmbiff/wmbiff/charutil.c,
160         wmbiff/wmbiff/charutil.h, wmbiff/wmbiff/gnutls-common.c,
161         wmbiff/wmbiff/maildirClient.c, wmbiff/wmbiff/mboxClient.c,
162         wmbiff/wmbiff/passwordMgr.c, wmbiff/wmbiff/sample.wmbiffrc,
163         wmbiff/wmbiff/socket.c, wmbiff/wmbiff/test_wmbiff.c,
164         wmbiff/wmbiff/tlsComm.c, wmbiff/wmbiff/tlsComm.h,
165         wmbiff/wmbiff/wmbiff.1, wmbiff/wmbiff/wmbiff.c,
166         wmbiff/wmbiff/wmbiffrc.5.in, wmbiff/wmgeneral/Makefile.am,
167         wmbiff/wmgeneral/misc.c, wmbiff/wmgeneral/wmgeneral.c: Remove
168         trailing whitespace.
170 2013-04-08  Gabriel VLASIU <gabriel@vlasiu.net>
172         * wmbiff/wmbiff/Makefile.am, wmbiff/wmbiff/mboxClient.c,
173         wmbiff/wmbiff/wmbiff-classic-master-led.xpm,
174         wmbiff/wmbiff/wmbiff.1, wmbiff/wmbiff/wmbiff.c: Enable classic mode.
176 2013-04-08  Gabriel VLASIU <gabriel@vlasiu.net>
178         * wmbiff/configure.ac, wmbiff/wmbiff/Imap4Client.c,
179         wmbiff/wmbiff/Pop3Client.c, wmbiff/wmbiff/gnutls-common.c,
180         wmbiff/wmbiff/test_tlscomm.c, wmbiff/wmbiff/test_wmbiff.c,
181         wmbiff/wmbiff/tlsComm.c, wmbiff/wmbiff/wmbiff.c,
182         wmbiff/wmbiff/wmbiffrc.5.in: Update gnutls code (require at least
183         2.2.0).
185 2013-04-08  Gabriel VLASIU <gabriel@vlasiu.net>
187         * wmbiff/wmbiff/wmbiff.1: Remove gnomeicu from wmbif's manual.
189 2013-04-04  Gabriel VLASIU <gabriel@vlasiu.net>
191         * wmbiff/wmgeneral/wmgeneral.c: Fix segfault when -display
192         or -geometry argument is missing.
194 2013-04-04  Gabriel VLASIU <gabriel@vlasiu.net>
196         * wmbiff/wmbiff/wmbiff.c: Free memory when using a custom
197         skin.
199 2013-04-04  Gabriel VLASIU <gabriel@vlasiu.net>
201         * wmbiff/wmbiff/wmbiff.c: Fix wmbiff restart.
203 2013-04-04  Gabriel VLASIU <gabriel@vlasiu.net>
205         * wmbiff/wmbiff/gnutls-common.c: More gnutls casts.
207 2013-04-04  Gabriel VLASIU <gabriel@vlasiu.net>
209         * wmbiff/wmbiff/wmbiff.c, wmbiff/wmgeneral/wmgeneral.c: Fix
210         memory leaks pointed out by valgrind.
212 2013-04-04  Gabriel VLASIU <gabriel@vlasiu.net>
214         * wmbiff/wmgeneral/Makefile.am, wmbiff/wmgeneral/list.c,
215         wmbiff/wmgeneral/list.h, wmbiff/wmgeneral/misc.c: Remove
216         unused files.
218 2013-04-03  Gabriel VLASIU <gabriel@imhotep.timteh.com>
220         * wmbiff/wmbiff/wmbiff.c: XKeycodeToKeysym is deprecated.
222 2013-04-03  Gabriel VLASIU <gabriel@imhotep.timteh.com>
224         * wmbiff/wmbiff/wmbiff.c: Remove unused variable.
226 2013-04-03  Gabriel VLASIU <gabriel@vlasiu.net>
228         * wmbiff/wmbiff/gnutls-common.c, wmbiff/wmbiff/test_wmbiff.c,
229         wmbiff/wmbiff/tlsComm.c: Fix signedness and/or cast.
231 2013-04-03  Gabriel VLASIU <gabriel@imhotep.timteh.com>
233         * wmbiff/wmbiff/Pop3Client.c: comparison between pointer and
234         integer.
236 2013-04-03  Gabriel VLASIU <gabriel@vlasiu.net>
238         * wmbiff/wmbiff/test_tlscomm.c: Add missing include.
240 2013-04-03  Gabriel VLASIU <gabriel@vlasiu.net>
242         * wmbiff/wmbiff/wmbiff.1, wmbiff/wmbiff/wmbiffrc.5.in: Update manual
243         for wmbiff and wmbiffrc.
245 2012-06-12  Wade Berrier <wberrier@gmail.com>
247         * wmbiff/configure.ac, wmbiff/scripts/Makefile.am: slight
248         automake/autoconf refresh AM_PATH_LIBGNUTLS seems to be obsolete.
249         Replace the check with
250         pkg-config using PKG_CHECK_MODULES.
251         AM_CONFIG_HEADER also seems to be obsolete.  Replace with
252         AC_CONFIG_HEADER.  Fix installing an extra script (security.debian.rb)
254 2012-06-05  Alexey I. Froloff <raorn@raorn.name>
256         * wmbiff/wmbiff/gnutls-common.c, wmbiff/wmbiff/socket.c,
257         wmbiff/wmgeneral/list.c, wmbiff/wmgeneral/list.h,
258         wmbiff/wmgeneral/misc.c: Mass update FSF address
260 2012-06-05  Alexey I. Froloff <raorn@raorn.name>
262         * wmbiff/configure.ac: Make autoreconf happy
264 2012-06-05  Alexey I. Froloff <raorn@raorn.name>
266         * wmbiff/Makefile.in, wmbiff/aclocal.m4,
267         wmbiff/autoconf/Makefile.in, wmbiff/autoconf/depcomp,
268         wmbiff/autoconf/install-sh, wmbiff/autoconf/missing,
269         wmbiff/autoconf/mkinstalldirs, wmbiff/config.h.in,
270         wmbiff/configure, wmbiff/scripts/Makefile.in,
271         wmbiff/wmbiff/Makefile.in, wmbiff/wmbiff/wmbiffrc.5,
272         wmbiff/wmgeneral/Makefile.in: Removed all autogenerated autotools
273         and imake stuff
274         There's no need to keep autogenerated files in repository.  Those
275         dockapps which use autotoold must be autoreconf'ed prior to build,
276         those which use imake must be xmkmf'ed.  As of wmbiff,
277         AC_PATH_XTRA_CORRECTED was a hack to avoid bug in older autoconf
278         version, which is no longer needed (it's 2012 now already).
280 2012-06-05  Alexey I. Froloff <raorn@raorn.name>
282         * wmbiff/COPYING: Mass update GPLv2 from
283         http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
285 2011-03-21  Carlos R. Mafra <crmafra@gmail.com>
287         * wmbiff/wmbiff-master-led.xpm,
288         wmbiff/wmbiff.c: Change default colors
290 2011-03-21  Carlos R. Mafra <crmafra@gmail.com>
292         * wmbiff/wmbiff.c: Remove trailing colon from
293         mailbox label So now we have one extra char for the label name.
295 2011-03-21  Carlos R. Mafra <crmafra@gmail.com>
297         * Makefile.am, README.licq,
298         wmbiff/Client.h, wmbiff/LicqClient.c,
299         wmbiff/Makefile.am, wmbiff/Makefile.in,
300         wmbiff/sample.wmbiffrc,
301         wmbiff/wmbiff.1, wmbiff/wmbiff.c:
302         Remove Licq, gnomeicu and finger support
304 2011-03-21  Carlos R. Mafra <crmafra@gmail.com>
306         * wmbiff/wmbiff.c: Raise sleep interval to 20
307         secs
309 2011-03-21  Carlos R. Mafra <crmafra@gmail.com>
311         * wmbiff/wmbiff.c: Trivial code cleanups
313 2011-03-21  Carlos R. Mafra <crmafra@gmail.com>
315         * wmbiff/wmbiff.c: Fix global notification Global notification would
316         only work if all 'notify' commands for all mailboxes were unset
317         (=='\0').  Fix that.
319 2011-03-21  Carlos R. Mafra <crmafra@gmail.com>
321         * wmbiff/wmbiff.c: Remove autofetch on new
322         email arrival
324 2011-03-21  Carlos R. Mafra <crmafra@gmail.com>
326         * wmbiff/wmbiff.c: Remove 'beep' option for
327         notification
329 2011-03-21  Carlos R. Mafra <crmafra@gmail.com>
331         * wmbiff/wmbiff.c: Display "0" when there are
332         no new emails ...instead of displaying the total number of emails in the
333         mailbox.  On my gmail account with +16k emails, there was not enough
334         space to display the account label. Besides, the total number of emails
335         is useless information anyway.
337 2005-10-08 Saturday 18:13 UTC -- Neil Spring <nspring@cs.washington.edu>
339         * configure.ac: year stale 0.4.26 news
341 2005-10-07 Friday 03:07 UTC -- Neil Spring <nspring@cs.washington.edu>
343         * wmbiff/wmbiff.c: fix debian #332540: prevent -c 'directory' from
344           making wmbiff run away
346 2005-05-08 Sunday 21:31 UTC -- Neil Spring <nspring@cs.washington.edu>
348         * wmbiff/: Client.h, MessageList.c, test_tlscomm.c, test_wmbiff.c,
349           tlsComm.c, tlsComm.h, wmbiff.c: changes for gnutls 1.2 and
350           attempt to make wmbiff more responsive to X events while
351           communicating over the network
353 2004-12-12 Sunday 00:06 UTC -- Neil Spring <nspring@cs.washington.edu>
355         * check-includes.rb: update the portability checker
357 2004-12-12 Sunday 00:05 UTC -- Neil Spring <nspring@cs.washington.edu>
359         * wmgeneral/wmgeneral.c: allow KeyPress events through
361 2004-12-12 Sunday 00:03 UTC -- Neil Spring <nspring@cs.washington.edu>
363         * wmbiff/passwordMgr.c: nicer debug message
365 2004-12-12 Sunday 00:02 UTC -- Neil Spring <nspring@cs.washington.edu>
367         * wmbiff/: gnutls-common.c, test_wmbiff.c: compiler appeasement
369 2004-12-12 Sunday 00:01 UTC -- Neil Spring <nspring@cs.washington.edu>
371         * wmbiff/: Pop3Client.c, wmbiff.c, wmbiffrc.5.in: tls and password
372           asking support for pop3, keyboard event handling for the main
373           window
375 2004-10-31 Sunday 22:09 UTC -- Neil Spring <nspring@cs.washington.edu>
377         * wmbiff/tlsComm.c: indent and make tls_check_certificate void
379 2004-10-01 Friday 21:15 UTC -- Neil Spring <nspring@cs.washington.edu>
381         * wmbiff/tlsComm.c: comment the SHUT_WR
383 2004-10-01 Friday 21:06 UTC -- Neil Spring <nspring@cs.washington.edu>
385         * wmbiff/tlsComm.c: indent, and return if no certificate came back
386           from the far side
388 2004-10-01 Friday 21:05 UTC -- Neil Spring <nspring@cs.washington.edu>
390         * wmbiff/socket.c: thwack duplicate error messages about connecting
391           to a remote server
393 2004-10-01 Friday 21:02 UTC -- Neil Spring <nspring@cs.washington.edu>
395         * wmbiff/wmbiff.c: indent
397 2004-08-23 Monday 00:37 UTC -- Neil Spring <nspring@cs.washington.edu>
399         * wmbiff/wmbiff.c: disable the secure memory warning (and its use)
401 2004-07-03 Saturday 23:45 UTC -- Neil Spring <nspring@cs.washington.edu>
403         * FAQ: some faqs
405 2004-07-03 Saturday 23:43 UTC -- Neil Spring <nspring@cs.washington.edu>
407         * scripts/security.debian.rb: handle the timeout error explicitly,
408           better for disconnected operation
410 2004-07-03 Saturday 23:43 UTC -- Neil Spring <nspring@cs.washington.edu>
412         * wmbiff/socket.c: strerror preferred to perror
414 2004-06-28 Monday 18:20 UTC -- Neil Spring <nspring@cs.washington.edu>
416         * scripts/security.debian.rb: fix debian #256505: a small problem
417           with the .wmbiff-sdr directory not being created
419 2004-06-23 Wednesday 21:51 UTC -- Neil Spring <nspring@cs.washington.edu>
421         * configure.ac: 0.4.25
423 2004-06-23 Wednesday 21:46 UTC -- Neil Spring <nspring@cs.washington.edu>
425         * configure.ac, wmbiff/tlsComm.c: probably fix the s390 debian
426           build problems
428 2004-06-20 Sunday 01:03 UTC -- Neil Spring <nspring@cs.washington.edu>
430         * wmbiff/tlsComm.c: oops, should pay attention to the retval of
431           tls_compare_certificates
433 2004-06-19 Saturday 21:38 UTC -- Neil Spring <nspring@cs.washington.edu>
435         * wmbiff/gnutls-common.c: warning cleanup
437 2004-06-19 Saturday 20:53 UTC -- Neil Spring <nspring@cs.washington.edu>
439         * configure.ac, wmbiff/Client.h, wmbiff/Imap4Client.c,
440           wmbiff/Pop3Client.c, wmbiff/gnutls-common.c,
441           wmbiff/gnutls-common.h, wmbiff/tlsComm.c, wmbiff/wmbiff.c,
442           wmgeneral/wmgeneral.c: 0.4.24, supporting newer gnutls, I think
444 2004-06-18 Friday 21:29 UTC -- Neil Spring <nspring@cs.washington.edu>
446         * wmbiff/wmbiff.c: paranoid test to see if /var/mail/nspring is
447           constructed wrong.
449 2004-04-28 Wednesday 00:19 UTC -- Neil Spring <nspring@cs.washington.edu>
451         * wmbiff/: Client.h, charutil.c, socket.c, test_wmbiff.c, wmbiff.c:
452           indent run
454 2004-04-28 Wednesday 00:18 UTC -- Neil Spring <nspring@cs.washington.edu>
456         * wmbiff/: socket.c, test_wmbiff.c: handle ip addresses instead of
457           hostnames in sock_connect
459 2004-04-27 Tuesday 23:35 UTC -- Neil Spring <nspring@cs.washington.edu>
461         * configure.ac: 0.4.23
463 2004-04-27 Tuesday 23:31 UTC -- Neil Spring <nspring@cs.washington.edu>
465         * wmbiff/test_wmbiff.c: ensure that sock_connect works with IP
466           addresses
468 2004-04-21 Wednesday 21:53 UTC -- Neil Spring <nspring@cs.washington.edu>
470         * wmbiff/Imap4Client.c: oops, broke the cacheHeaders flag
472 2004-04-20 Tuesday 04:55 UTC -- Neil Spring <nspring@cs.washington.edu>
474         * wmbiff/: charutil.c, charutil.h, test_wmbiff.c, wmbiff.c: factor
475           out comment stripping for testing, which seems to have passed
477 2004-04-06 Tuesday 20:58 UTC -- Neil Spring <nspring@cs.washington.edu>
479         * wmbiff/: Imap4Client.c, Pop3Client.c, test_wmbiff.c: fix debian
480           #242458 -- allow IP addresses as server names for IMAP mailboxes,
481           and also for POP3 mailboxes
483 2004-03-28 Sunday 00:36 UTC -- Neil Spring <nspring@cs.washington.edu>
485         * configure.ac: 0.4.22
487 2004-03-28 Sunday 00:28 UTC -- Neil Spring <nspring@cs.washington.edu>
489         * wmbiff/: Client.h, Imap4Client.c, Pop3Client.c, ShellClient.c,
490           charutil.c, maildirClient.c, mboxClient.c, passwordMgr.c,
491           regulo.c, test_tlscomm.c, tlsComm.c, tlsComm.h, wmbiff.c: lots of
492           indent changes and a change to let msglst enable header caching
493           for imap
495 2004-03-12 Friday 21:35 UTC -- Neil Spring <nspring@cs.washington.edu>
497         * wmbiff/wmbiffrc.5.in: mention courier imapd's means of specifying
498           subfolders
500 2004-02-14 Saturday 18:10 UTC -- Neil Spring <nspring@cs.washington.edu>
502         * wmbiff/Imap4Client.c: bugfix for cyrus imap servers, thanks to
503           Jon Ramsey
505 2004-01-01 Thursday 23:47 UTC -- Neil Spring <nspring@cs.washington.edu>
507         * configure.ac: really call it 0.4.20
509 2004-01-01 Thursday 07:47 UTC -- Neil Spring <nspring@cs.washington.edu>
511         * AUTHORS, wmbiff/Client.h, wmbiff/Imap4Client.c,
512           wmbiff/ShellClient.c, wmbiff/maildirClient.c,
513           wmbiff/mboxClient.c, wmbiff/passwordMgr.c, wmbiff/wmbiff.c: Sam
514           Izzo's patch
516 2003-12-30 Tuesday 19:44 UTC -- Neil Spring <nspring@cs.washington.edu>
518         * Makefile.am, configure.ac: add --disable-crypto
520 2003-12-22 Monday 00:08 UTC -- Neil Spring <nspring@cs.washington.edu>
522         * wmbiff/Imap4Client.c: print failure message if imap login fails
524 2003-11-09 Sunday 07:01 UTC -- Neil Spring <nspring@cs.washington.edu>
526         * wmbiff/sample.wmbiffrc: mac os 10.3 mail responds to a different
527           way of identifying the inbox
529 2003-11-09 Sunday 03:16 UTC -- Neil Spring <nspring@cs.washington.edu>
531         * configure.ac: 0.4.19
533 2003-11-09 Sunday 03:16 UTC -- Neil Spring <nspring@cs.washington.edu>
535         * wmbiff/test_tlscomm.c: fix bug #219787
537 2003-11-08 Saturday 23:46 UTC -- Neil Spring <nspring@cs.washington.edu>
539         * Makefile.am: helper rule for sourceforge upload (I know, I know,
540           maintenance cruft making it into the release, whatever)
542 2003-11-08 Saturday 23:46 UTC -- Neil Spring <nspring@cs.washington.edu>
544         * wmbiff/Client.h: philosophical definition of truth
546 2003-11-08 Saturday 23:45 UTC -- Neil Spring <nspring@cs.washington.edu>
548         * wmbiff/Imap4Client.c: because having both from and subject
549           headers is no longer a way to tell when the end has happened,
550           must clean up the completed command tag explicitly
552 2003-11-08 Saturday 23:44 UTC -- Neil Spring <nspring@cs.washington.edu>
554         * wmbiff/passwordMgr.c: avoid compiler warning from inconsistent
555           def of size_t as passed into printf
557 2003-11-08 Saturday 22:58 UTC -- Neil Spring <nspring@cs.washington.edu>
559         * wmbiff/: ShellClient.c, charutil.c: strcpy is not defined to
560           handle overlapping regions.  valgrind complains, rightly, so
561           reimplement lefttrim to avoid such behavior
563 2003-11-08 Saturday 22:17 UTC -- Neil Spring <nspring@cs.washington.edu>
565         * wmbiff/wmbiff.c: bump up default_sleep_interval to clean up
566           strace output while bored.
568 2003-11-08 Saturday 22:13 UTC -- Neil Spring <nspring@cs.washington.edu>
570         * wmbiff/Imap4Client.c: handle messages without subject lines in
571           msglst
573 2003-11-07 Friday 09:11 UTC -- Neil Spring <nspring@cs.washington.edu>
575         * wmbiff/passwordMgr.c: panther (mac 10.3) does not appear to
576           null-terminate passwords in the keychain for us
578 2003-10-29 Wednesday 18:15 UTC -- Neil Spring <nspring@cs.washington.edu>
580         * wmbiff/: Imap4Client.c, Pop3Client.c: handle capitalized FROM and
581           SUBJECT headers common typical of spam spam spam
583 2003-10-28 Tuesday 23:39 UTC -- Neil Spring <nspring@cs.washington.edu>
585         * wmbiff/test_tlscomm.c: indent and add another check
587 2003-10-28 Tuesday 23:38 UTC -- Neil Spring <nspring@cs.washington.edu>
589         * wmbiff/: Makefile.am, test_wmbiff.c: indent
591 2003-10-28 Tuesday 07:09 UTC -- Neil Spring <nspring@cs.washington.edu>
593         * wmbiff/: Makefile.am, test_tlscomm.c: fix bug reported by
594           Jingshao Chen <jingshaochen@sbcglobal.net> with buffering
595           trouble, and incorporate a regression test to keep it from
596           accidentally popping up again
598 2003-10-28 Tuesday 06:56 UTC -- Neil Spring <nspring@cs.washington.edu>
600         * wmbiff/: test_tlscomm.c, tlsComm.c: test for proper handling of
601           buffering small bits of expected data
603 2003-10-26 Sunday 08:33 UTC -- Neil Spring <nspring@cs.washington.edu>
605         * wmbiff/: Imap4Client.c, passwordMgr.c: sigh, I dislike running
606           make indent
608 2003-10-26 Sunday 08:31 UTC -- Neil Spring <nspring@cs.washington.edu>
610         * AUTHORS, wmbiff/Pop3Client.c, wmbiff/wmbiffrc.5.in: Paolo
611           Gianrossi's patch to provide msglst support for pop3 mailboxes
613 2003-10-26 Sunday 07:42 UTC -- Neil Spring <nspring@cs.washington.edu>
615         * check-includes.rb, wmbiff/maildirClient.c, wmbiff/socket.c:
616           include file reordering, based on wisdom from porting some other
617           networky code
619 2003-10-26 Sunday 07:31 UTC -- Neil Spring <nspring@cs.washington.edu>
621         * scripts/security.debian.rb: fix some ruby1.8 warnings, minor
622           cleanup
624 2003-10-10 Friday 18:00 UTC -- Neil Spring <nspring@cs.washington.edu>
626         * configure.ac: 0.4.18
628 2003-10-10 Friday 15:59 UTC -- Neil Spring <nspring@cs.washington.edu>
630         * scripts/security.debian.rb: fix ruby1.8's complaint.
632 2003-08-31 Sunday 18:05 UTC -- Neil Spring <nspring@cs.washington.edu>
634         * configure.ac: 0.4.17
636 2003-08-31 Sunday 06:47 UTC -- Neil Spring <nspring@cs.washington.edu>
638         * wmbiff/tlsComm.c: oops, looks like I resolved a conflict poorly
640 2003-08-31 Sunday 04:39 UTC -- Neil Spring <nspring@cs.washington.edu>
642         * wmbiff/Makefile.am: build the test cases well
644 2003-08-31 Sunday 03:33 UTC -- Neil Spring <nspring@cs.washington.edu>
646         * wmbiff/: test_wmbiff.c, tlsComm.h: check the newline bugfix
648 2003-08-31 Sunday 03:32 UTC -- Neil Spring <nspring@cs.washington.edu>
650         * wmbiff/tlsComm.c: bugfix to avoid handing odd newlines badly
652 2003-07-31 Thursday 23:37 UTC -- Neil Spring <nspring@cs.washington.edu>
654         * wmbiff/Imap4Client.c: fix some potential bugs - an access of
655           freed memory and an uninitialized reference counter
657 2003-07-20 Sunday 00:52 UTC -- Neil Spring <nspring@cs.washington.edu>
659         * wmbiff/: passwordMgr.c, test_wmbiff.c: fix a five-minute old
660           regression test failure where null was returned instead of an
661           empty string for an empty password.  not sure it matters, but
662           maybe.
664 2003-07-20 Sunday 00:44 UTC -- Neil Spring <nspring@cs.washington.edu>
666         * wmbiff/passwordMgr.c: oops, I left a use-after-free bug in the
667           askpass code
669 2003-07-19 Saturday 23:56 UTC -- Neil Spring <nspring@cs.washington.edu>
671         * configure.ac, wmbiff/passwordMgr.c: use the apple keychain to
672           grab passwords! I can very nearly forget about typing them in
673           anymore
675 2003-07-10 Thursday 17:44 UTC -- Neil Spring <nspring@cs.washington.edu>
677         * Makefile.am: ensure that the current directory is not setgid when
678           making a distribution; this borks some untars
680 2003-07-07 Monday 09:00 UTC -- Neil Spring <nspring@cs.washington.edu>
682         * wmbiff/Imap4Client.c: warnings cleanup
684 2003-07-07 Monday 08:57 UTC -- Neil Spring <nspring@cs.washington.edu>
686         * configure.ac, wmbiff/Client.h, wmgeneral/wmgeneral.c: call it
687           0.4.16
689 2003-07-07 Monday 08:43 UTC -- Neil Spring <nspring@cs.washington.edu>
691         * wmbiff/: Client.h, Imap4Client.c, passwordMgr.c, test_wmbiff.c:
692           fix memfrob * bug (memfrob makes *'s zero, so password length
693           must be tracked separately
695 2003-07-04 Friday 21:42 UTC -- Neil Spring <nspring@cs.washington.edu>
697         * wmbiff/wmbiff.c: handle comments the way I meant to...
699 2003-07-03 Thursday 11:10 UTC -- Neil Spring <nspring@cs.washington.edu>
701         * wmbiff/Imap4Client.c: switch the new header cache to use
702           reference counting (better, but possibly buggy) instead of
703           locking (dumb, and certainly buggy)
705 2003-07-03 Thursday 05:39 UTC -- Neil Spring <nspring@cs.washington.edu>
707         * wmbiff/Imap4Client.c: try to avoid repetitive complaints of
708           failed connections
710 2003-07-03 Thursday 05:34 UTC -- Neil Spring <nspring@cs.washington.edu>
712         * wmbiff/socket.c: avoid repetitive error messages when hostname
713           lookup fails (such as when disconnected)
715 2003-07-03 Thursday 05:33 UTC -- Neil Spring <nspring@cs.washington.edu>
717         * wmgeneral/wmgeneral.c: last fix to geometry handling had a
718           compiler warning
720 2003-07-03 Thursday 05:12 UTC -- Neil Spring <nspring@cs.washington.edu>
722         * wmgeneral/wmgeneral.c: try doing geometry the way X intends it to
723           be done, at least as far as I can tell.
725 2003-07-03 Thursday 01:03 UTC -- Neil Spring <nspring@cs.washington.edu>
727         * wmbiff/wmbiff.c: make #'s comments only if preceded by whitespace
728           or at the beginning of the line
730 2003-07-03 Thursday 00:53 UTC -- Neil Spring <nspring@cs.washington.edu>
732         * wmbiff/wmbiff.c: looks like I'd broken the button click events
733           recently
735 2003-07-03 Thursday 00:52 UTC -- Neil Spring <nspring@cs.washington.edu>
737         * wmbiff/sample.wmbiffrc: osascript samples for driving mac mail
738           using applescript
740 2003-06-30 Monday 23:42 UTC -- Neil Spring <nspring@cs.washington.edu>
742         * wmbiff/: Imap4Client.c, tlsComm.c: warning message beautification
744 2003-06-08 Sunday 07:01 UTC -- Neil Spring <nspring@cs.washington.edu>
746         * wmbiff/: Client.h, Imap4Client.c, MessageList.c, MessageList.h,
747           ShellClient.c: general rewrite of the msglst headers, so that the
748           list is pre-cached for responsiveness.
750 2003-06-08 Sunday 06:59 UTC -- Neil Spring <nspring@cs.washington.edu>
752         * wmbiff/wmbiffrc.5.in: document msglst and buttontwo
754 2003-06-08 Sunday 06:59 UTC -- Neil Spring <nspring@cs.washington.edu>
756         * wmbiff/wmbiff.c: show a watch pointer while working behind the
757           scenes
759 2003-06-03 Tuesday 04:57 UTC -- Neil Spring <nspring@cs.washington.edu>
761         * autogen.sh: enable dependency tracking
763 2003-04-17 Thursday 05:04 UTC -- Neil Spring <nspring@cs.washington.edu>
765         * scripts/security.debian.rb: trap socket errors
767 2003-04-17 Thursday 01:56 UTC -- Neil Spring <nspring@cs.washington.edu>
769         * scripts/security.debian.rb: print the detailed version
771 2003-04-17 Thursday 01:56 UTC -- Neil Spring <nspring@cs.washington.edu>
773         * wmbiff/: Client.h, ShellClient.c, passwordMgr.c: space for detail
774           in grab command output, use the detail to populate a message list
775           in a getheaders function (eg. can see the list of thought to be
776           updated packages if using hte security.debian script
778 2003-04-17 Thursday 01:54 UTC -- Neil Spring <nspring@cs.washington.edu>
780         * wmbiff/test-wmbiffrc.shell: test usingthe debian script, allows
781           trying shell get headers
783 2003-04-17 Thursday 01:54 UTC -- Neil Spring <nspring@cs.washington.edu>
785         * wmbiff/tlsComm.c: try to print a helpful hint message to use
786           gnutls-cli-debug
788 2003-04-16 Wednesday 23:30 UTC -- Neil Spring <nspring@cs.washington.edu>
790         * configure.ac: downgrade configure.ac use of AM_INIT_AUTOMAKE to
791           support automake-1.5
793 2003-04-16 Wednesday 08:21 UTC -- Neil Spring <nspring@cs.washington.edu>
795         * wmgeneral/wmgeneral.c: export GetColor
797 2003-04-16 Wednesday 08:18 UTC -- Neil Spring <nspring@cs.washington.edu>
799         * wmbiff/: Client.h, Imap4Client.c, MessageList.c, MessageList.h,
800           tlsComm.c, wmbiff.c: indent run
802 2003-04-16 Wednesday 08:16 UTC -- Neil Spring <nspring@cs.washington.edu>
804         * wmbiff/Imap4Client.c: get headers / message list support
806 2003-04-16 Wednesday 08:16 UTC -- Neil Spring <nspring@cs.washington.edu>
808         * wmbiff/Makefile.am: messagelist
810 2003-04-16 Wednesday 08:15 UTC -- Neil Spring <nspring@cs.washington.edu>
812         * wmbiff/tlsComm.c: rename state to tls_state for clarity, small
813           cleanup, fixes for buffering several lines in an expectation
815 2003-04-16 Wednesday 08:14 UTC -- Neil Spring <nspring@cs.washington.edu>
817         * wmbiff/: wmbiff.c, Client.h: message list, button 2 support
819 2003-04-16 Wednesday 08:13 UTC -- Neil Spring <nspring@cs.washington.edu>
821         * wmbiff/: MessageList.c, MessageList.h: list new messages,
822           currently only with an imap driver
824 2003-04-09 Wednesday 04:51 UTC -- Neil Spring <nspring@cs.washington.edu>
826         * autogen.sh: fall back to automake-1.5 if necessary
828 2003-04-07 Monday 10:10 UTC -- Neil Spring <nspring@cs.washington.edu>
830         * wmbiff/tlsComm.c: invalid is returned when it doesn't match?
832 2003-04-07 Monday 09:41 UTC -- Neil Spring <nspring@cs.washington.edu>
834         * wmbiff/tlsComm.c: fix some info messages - drop complaints about
835           version 0.2.3 of gnutls, mention certfile.
837 2003-04-07 Monday 09:33 UTC -- Neil Spring <nspring@cs.washington.edu>
839         * wmbiff/wmbiffrc.5.in: doc certfile
841 2003-04-07 Monday 09:16 UTC -- Neil Spring <nspring@cs.washington.edu>
843         * wmbiff/tlsComm.c: handle certfile errors properly; positive
844           return values from gnutls_certificate_set_x509_trust_file appear
845           okay.
847 2003-03-30 Sunday 11:47 UTC -- Neil Spring <nspring@cs.washington.edu>
849         * wmbiff/: passwordMgr.c, test_wmbiff.c: oh, now I get why that
850           foolish null-termination was present.  it's better now
852 2003-03-30 Sunday 11:23 UTC -- Neil Spring <nspring@cs.washington.edu>
854         * configure.ac: 0.4.15
856 2003-03-30 Sunday 11:22 UTC -- Neil Spring <nspring@cs.washington.edu>
858         * wmbiff/wmbiffrc.5.in: note the hash caveat
860 2003-03-30 Sunday 11:05 UTC -- Neil Spring <nspring@cs.washington.edu>
862         * wmbiff/passwordMgr.c: remove (unreleased) foolhardy
863           null-termination
865 2003-03-30 Sunday 10:57 UTC -- Neil Spring <nspring@cs.washington.edu>
867         * wmbiff/test_wmbiff.c: just so as not to confuse anyone that
868           wmbiff allows #'s in passwords
870 2003-03-30 Sunday 10:38 UTC -- Neil Spring <nspring@cs.washington.edu>
872         * README, wmbiff/wmbiff.c, wmgeneral/wmgeneral.c,
873           wmgeneral/wmgeneral.h: support setting the background color using
874           -bg
876 2003-03-28 Friday 08:16 UTC -- Neil Spring <nspring@cs.washington.edu>
878         * wmbiff/test_wmbiff.c: check that passwords with # can be parsed
880 2003-03-28 Friday 08:16 UTC -- Neil Spring <nspring@cs.washington.edu>
882         * wmbiff/wmbiffrc.5.in: doc password parsing damage
884 2003-03-11 Tuesday 08:07 UTC -- Neil Spring <nspring@cs.washington.edu>
886         * README: gnupg reorganized their website
888 2003-03-11 Tuesday 08:03 UTC -- Neil Spring <nspring@cs.washington.edu>
890         * configure.ac: provide a helpful message as to where gnutls and
891           libgcrypt can be found in configure.ac
893 2003-03-06 Thursday 21:15 UTC -- Neil Spring <nspring@cs.washington.edu>
895         * wmbiff/wmbiff.c: fix debian bug #183529
897 2003-03-03 Monday 19:06 UTC -- Neil Spring <nspring@cs.washington.edu>
899         * wmbiff/passwordMgr.c: make returned password length consistent
900           with stored password length
902 2003-03-02 Sunday 02:37 UTC -- Neil Spring <nspring@cs.washington.edu>
904         * configure.ac, wmbiff/Imap4Client.c, wmbiff/passwordMgr.c,
905           wmbiff/passwordMgr.h: in-memory frobnication of imap passwords
907 2003-03-02 Sunday 02:17 UTC -- Neil Spring <nspring@cs.washington.edu>
909         * wmbiff/: Imap4Client.c, Makefile.am, Pop3Client.c, regulo.c,
910           regulo.h, socket.c, test_wmbiff.c, wmbiff.c: hostname paranoia
911           patch -- use -relax to skip hostname validation check, parse
912           ambiguous config lines
914 2003-03-02 Sunday 01:04 UTC -- Neil Spring <nspring@cs.washington.edu>
916         * wmbiff/wmbiff.c, wmgeneral/wmgeneral.c: indent run
918 2003-02-13 Thursday 21:07 UTC -- Neil Spring <nspring@cs.washington.edu>
920         * Makefile.am, configure.ac: 0.4.14
922 2003-02-08 Saturday 21:04 UTC -- Neil Spring <nspring@cs.washington.edu>
924         * wmbiff/: wmbiff.1, wmbiffrc.5.in: document restart schemes
926 2003-02-08 Saturday 07:06 UTC -- Neil Spring <nspring@cs.washington.edu>
928         * wmbiff/wmbiff.c: restart wmbiff also on ctrl-shift-left click
930 2003-02-08 Saturday 03:45 UTC -- Neil Spring <nspring@cs.washington.edu>
932         * wmbiff/wmbiff.c: restart on sig usr1 using exec()
934 2003-02-08 Saturday 03:43 UTC -- Neil Spring <nspring@cs.washington.edu>
936         * autogen.sh: I think symlink is okay for autoreconf
938 2003-02-08 Saturday 03:42 UTC -- Neil Spring <nspring@cs.washington.edu>
940         * wmgeneral/: wmgeneral.c, wmgeneral.h: much prefer if wmgeneral
941           proclaimed that it would not modify argv; I think it's even true
943 2003-01-28 Tuesday 11:14 UTC -- Neil Spring <nspring@cs.washington.edu>
945         * configure.ac: remove check for gnuregex
947 2003-01-28 Tuesday 11:13 UTC -- Neil Spring <nspring@cs.washington.edu>
949         * wmbiff/Imap4Client.c: bugfix to avoid problems with the new regex
950           scheme and the default mailbox (aliasing sucks.)
952 2003-01-28 Tuesday 11:12 UTC -- Neil Spring <nspring@cs.washington.edu>
954         * wmbiff/charutil.h: remove gnuregex.h incl
956 2003-01-28 Tuesday 11:12 UTC -- Neil Spring <nspring@cs.washington.edu>
958         * wmbiff/wmbiff.c: newline after error message
960 2003-01-25 Saturday 04:54 UTC -- Neil Spring <nspring@cs.washington.edu>
962         * autogen.sh: remove dangling symlinks config.guess, config.sub
964 2003-01-25 Saturday 04:33 UTC -- Neil Spring <nspring@cs.washington.edu>
966         * wmgeneral/list.c: compiler warning appeasement (shadowing index)
968 2003-01-25 Saturday 04:32 UTC -- Neil Spring <nspring@cs.washington.edu>
970         * wmbiff/Makefile.am: use the non gnu-make form of the
971           indent-a-c-file rule
973 2003-01-22 Wednesday 01:56 UTC -- Neil Spring <nspring@cs.washington.edu>
975         * autogen.sh: make sure ChangeLog exists locally.
977 2003-01-21 Tuesday 08:56 UTC -- Neil Spring <nspring@cs.washington.edu>
979         * wmbiff/tlsComm.c: fix some minor damage when select is
980           interrupted (EINTR)
982 2003-01-21 Tuesday 05:55 UTC -- Neil Spring <nspring@cs.washington.edu>
984         * autogen.sh: warn if autoconf/libgnutls.m4 does not exist
986 2003-01-20 Monday 19:52 UTC -- Neil Spring <nspring@cs.washington.edu>
988         * wmbiff/Makefile.am: add libgcrypt libraries if used to
989           test_wmbiff
991 2003-01-20 Monday 19:52 UTC -- Neil Spring <nspring@cs.washington.edu>
993         * configure.ac: remove possibly unneeded check for gdbm
995 2003-01-19 Sunday 13:13 UTC -- Neil Spring <nspring@cs.washington.edu>
997         * wmbiff/: Client.h, Imap4Client.c, Makefile.am, Pop3Client.c,
998           ShellClient.c, charutil.c, charutil.h, passwordMgr.c,
999           test_wmbiff.c, tlsComm.c, wmbiff.c: general portability fixes,
1000           including HAVE___ATTRIBUTE__
1002 2003-01-19 Sunday 13:12 UTC -- Neil Spring <nspring@cs.washington.edu>
1004         * wmbiff/: regulo.c, regulo.h: posix based regular expression
1005           handling with a not so lame interface
1007 2003-01-19 Sunday 13:11 UTC -- Neil Spring <nspring@cs.washington.edu>
1009         * configure.ac: portability fixes: HAVE___ATTRIBUTE__ (maybe),
1010           libnsl (solaris), -no-cpp-precomp (os x)
1012 2003-01-04 Saturday 03:39 UTC -- Neil Spring <nspring@cs.washington.edu>
1014         * configure.ac, wmbiff/wmbiff.c: 0.4.12, release to fix bad
1015           -geometry handling
1017 2003-01-03 Friday 20:37 UTC -- Neil Spring <nspring@cs.washington.edu>
1019         * wmbiff/wmbiff.c: fix geometry argument handling bug (Debian
1020           #175220)
1022 2002-12-29 Sunday 07:46 UTC -- Neil Spring <nspring@cs.washington.edu>
1024         * scripts/security.debian.rb: I meant to say 6 hours
1026 2002-12-29 Sunday 05:42 UTC -- Neil Spring <nspring@cs.washington.edu>
1028         * wmbiff/sample.wmbiffrc: shell recipe for security.debian.rb
1030 2002-12-29 Sunday 05:28 UTC -- Neil Spring <nspring@cs.washington.edu>
1032         * scripts/security.debian.rb: didn't mean to commit with a 6 minute
1033           refresh interval
1035 2002-12-29 Sunday 04:54 UTC -- Neil Spring <nspring@cs.washington.edu>
1037         * Makefile.am, check-includes.rb, configure.ac: add scripts
1038           subdirectory to build system
1040 2002-12-29 Sunday 04:54 UTC -- Neil Spring <nspring@cs.washington.edu>
1042         * scripts/: Makefile.am, security.debian.rb: new scripts directory
1043           to hold debian security checker and install it.
1045 2002-12-29 Sunday 03:25 UTC -- Neil Spring <nspring@cs.washington.edu>
1047         * wmbiff/wmbiff.c: general cleanup - use strdup_ordie,
1048           malloc_ordie.  reduce using ints and chars interchangeably.
1049           static annotations on module-local variables
1051 2002-12-29 Sunday 03:22 UTC -- Neil Spring <nspring@cs.washington.edu>
1053         * wmbiff/tlsComm.c: bad_certificate called as if void, so change
1054           the signature
1056 2002-12-29 Sunday 03:22 UTC -- Neil Spring <nspring@cs.washington.edu>
1058         * configure.ac: autodetect whether to use poll()
1060 2002-12-29 Sunday 02:47 UTC -- Neil Spring <nspring@cs.washington.edu>
1062         * wmgeneral/: Makefile.am, wmgeneral.c, wmgeneral.h: make
1063           AddMouseRegion take an unsigned int for the region index (which
1064           is an _index_ which means negative values need not apply)
1066 2002-12-29 Sunday 02:31 UTC -- Neil Spring <nspring@cs.washington.edu>
1068         * wmbiff/: charutil.c, charutil.h: change signature of *Trim to
1069           reflect that they can't fail (void instead of int); the return
1070           values are ignored in wmbiff
1072 2002-12-29 Sunday 01:36 UTC -- Neil Spring <nspring@cs.washington.edu>
1074         * wmbiff/wmbiff.c: reorder functions to avoid pre-declaration.
1075           should simplify reading the (now very long) code
1077 2002-12-29 Sunday 01:11 UTC -- Neil Spring <nspring@cs.washington.edu>
1079         * wmgeneral/: misc.c, misc.h: exec command can take a const char *
1081 2002-12-29 Sunday 01:05 UTC -- Neil Spring <nspring@cs.washington.edu>
1083         * wmbiff/sample.wmbiffrc: another askpass recipe
1085 2002-12-29 Sunday 00:57 UTC -- Neil Spring <nspring@cs.washington.edu>
1087         * wmbiff/wmbiff.c: cleanup unused variables
1089 2002-12-29 Sunday 00:57 UTC -- Neil Spring <nspring@cs.washington.edu>
1091         * wmbiff/Makefile.am: surgical indent rule
1093 2002-12-29 Sunday 00:37 UTC -- Neil Spring <nspring@cs.washington.edu>
1095         * configure.ac, wmbiff/wmbiff.c: use automake/autoconf defined
1096           PACKAGE_VERSION and PACKAGE_BUGREPORT
1098 2002-12-29 Sunday 00:15 UTC -- Neil Spring <nspring@cs.washington.edu>
1100         * wmbiff/passwordMgr.c: support arbitrarily long password query
1101           commands
1103 2002-12-29 Sunday 00:14 UTC -- Neil Spring <nspring@cs.washington.edu>
1105         * wmbiff/wmbiff.c: configuration file parsing cleanup, support
1106           longer configuration options, remove some ad-hockery in favor of
1107           sscanf
1109 2002-12-13 Friday 05:38 UTC -- Neil Spring <nspring@cs.washington.edu>
1111         * configure.ac, wmbiff/tlsComm.c, wmbiff/wmbiff.1, wmbiff/wmbiff.c:
1112           0.4.10, -skip-certificate-check option
1114 2002-12-09 Monday 21:45 UTC -- Neil Spring <nspring@cs.washington.edu>
1116         * AUTHORS, wmbiff/sample.wmbiffrc, wmbiff/wmbiff.c,
1117           wmbiff/wmbiffrc.5.in: Peter McAlpine's globalnotify patch
1119 2002-12-09 Monday 21:45 UTC -- Neil Spring <nspring@cs.washington.edu>
1121         * wmbiff/Imap4Client.c: minor change to timeout behavior, just
1122           delay a while before next check
1124 2002-12-02 Monday 07:16 UTC -- Neil Spring <nspring@cs.washington.edu>
1126         * configure.ac: require gnutls 0.5.9, release 0.4.9
1128 2002-11-30 Saturday 07:58 UTC -- Neil Spring <nspring@cs.washington.edu>
1130         * wmbiff/Imap4Client.c: more robust ETIMEDOUT handling -- just
1131           chill out for a few minues rather than blacklist as a compromise
1132           between the responsiveness of not retrying unresponsive servers
1133           and the robustness of prodding on.  the right thing is probably a
1134           non-blocking connect, but that's  messy
1136 2002-11-15 Friday 08:06 UTC -- Neil Spring <nspring@cs.washington.edu>
1138         * wmbiff/tlsComm.c: should really be able to catch these problems
1139           earler - without gnutls, the build would fail
1141 2002-11-15 Friday 08:05 UTC -- Neil Spring <nspring@cs.washington.edu>
1143         * autogen.sh: red hat hackery
1145 2002-11-13 Wednesday 06:44 UTC -- Neil Spring <nspring@cs.washington.edu>
1147         * wmbiff/wmbiff.1, wmbiff/wmbiff.c, wmgeneral/wmgeneral.c,
1148           wmgeneral/wmgeneral.h: a method for not using the withdrawn state
1150 2002-11-12 Tuesday 08:27 UTC -- Neil Spring <nspring@cs.washington.edu>
1152         * Makefile.am, configure.ac, wmbiff/wmbiff.c, wmbiff/wmbiffrc.5.in,
1153           wmgeneral/wmgeneral.c, wmgeneral/wmgeneral.h: Allow automatic
1154           sizing of the wmbiff window, effective for other window managers.
1156 2002-10-26 Saturday 23:17 UTC -- Jordi Mallach <jordi@sindominio.net>
1158         * FromCVS.sh, autogen.sh: Rename FromCVS.sh to autogen.sh, which is
1159           the "common" name for such script.
1161 2002-10-26 Saturday 23:15 UTC -- Jordi Mallach <jordi@sindominio.net>
1163         * ChangeLog, Makefile.am, maint/changelog-header,
1164           maint/prerelease.sh: Stop doing the ChangeLog header hack.
1165           Instead, remove ChangeLog entirely from CVS and get it generated
1166           correctly on dist. Remove unneeded maint scripts.
1168 2002-10-26 Saturday 23:12 UTC -- Jordi Mallach <jordi@sindominio.net>
1170         * FromCVS.sh: Add automake-1.7 support.
1172 2002-10-20 Sunday 21:58 UTC -- Jordi Mallach <jordi@sindominio.net>
1174         * wmbiff/: wmbiff.1, wmbiffrc.5.in: do not specify Debian
1175           GNU/Linux... I'm actually more interested in the Hurd right now
1176           :)
1178 2002-10-14 Monday 05:52 UTC -- Neil Spring <nspring@cs.washington.edu>
1180         * wmbiff/maildirClient.c: use mkstemp instead of mktemp to appease
1181           the compiler
1183 2002-10-14 Monday 01:47 UTC -- Neil Spring <nspring@cs.washington.edu>
1185         * wmbiff/wmbiffrc.5.in: add the 'this file automatically generated'
1186           tag
1188 2002-10-13 Sunday 21:28 UTC -- Neil Spring <nspring@cs.washington.edu>
1190         * wmbiff/: Imap4Client.c, tlsComm.c, tlsComm.h: Check certificate
1191           hostname, using gnutls's new function
1193 2002-10-13 Sunday 21:27 UTC -- Neil Spring <nspring@cs.washington.edu>
1195         * wmbiff/Client.h: a formatting glitch
1197 2002-10-13 Sunday 21:27 UTC -- Neil Spring <nspring@cs.washington.edu>
1199         * FromCVS.sh, Makefile.am: use autoreconf instead of the ad-hockery
1201 2002-09-25 Wednesday 06:16 UTC -- Neil Spring <nspring@cs.washington.edu>
1203         * FAQ: why doesn't wmbiff update my mailbox count when I read a
1204           message
1206 2002-09-20 Friday 19:50 UTC -- Neil Spring <nspring@cs.washington.edu>
1208         * FromCVS.sh: support redhat autoconf sadness
1210 2002-09-19 Thursday 07:00 UTC -- Neil Spring <nspring@cs.washington.edu>
1212         * wmbiff/test_wmbiff.c: allow test to run when nnot linked with
1213           gnutls
1215 2002-09-18 Wednesday 23:45 UTC -- Neil Spring <nspring@cs.washington.edu>
1217         * wmbiff/maildirClient.c: compiler warning fixes
1219 2002-09-18 Wednesday 23:43 UTC -- Neil Spring <nspring@cs.washington.edu>
1221         * ChangeLog, configure.ac, wmbiff/Client.h, wmbiff/Imap4Client.c,
1222           wmbiff/Makefile.am, wmbiff/maildirClient.c, wmbiff/test_wmbiff.c,
1223           wmbiff/wmbiffrc.5.in: bugfix to allow imap mailbox filenames to
1224           contain spaces, test that it works; also, prepare 0.4.8
1226 2002-09-14 Saturday 18:51 UTC -- Dwayne C. Litzenberger <dlitz@dlitz.net>
1228         * wmbiff/: Client.h, maildirClient.c, wmbiffrc.5.in: *
1229           maildirClient: Added support for quick checking of writable
1230           network-mounted   maildirs where directory caching normally
1231           causes unwanted delays.
1233 2002-08-16 Friday 07:55 UTC -- Neil Spring <nspring@cs.washington.edu>
1235         * ChangeLog, configure.ac, autoconf/libgnutls.m4,
1236           wmbiff/Imap4Client.c, wmbiff/gnutls-common.c,
1237           wmbiff/gnutls-common.h, wmbiff/tlsComm.c: handle new
1238           gnutls/gnutls.h convention, release 0.4.7
1240 2002-08-06 Tuesday 08:05 UTC -- Neil Spring <nspring@cs.washington.edu>
1242         * FromCVS.sh: seek out and use athe underrated automake 1.6.
1244 2002-07-27 Saturday 17:50 UTC -- Neil Spring <nspring@cs.washington.edu>
1246         * wmbiff/: Imap4Client.c, tlsComm.c: trivial formatting fixes
1248 2002-07-19 Friday 18:51 UTC -- Neil Spring <nspring@cs.washington.edu>
1250         * ChangeLog, configure.ac: release version 0.4.6
1252 2002-07-18 Thursday 02:55 UTC -- Neil Spring <nspring@cs.washington.edu>
1254         * wmbiff/wmbiff.c: ignore sigpipe, possible bugfix for abnormal
1255           termination during suspend for imap/gnutls
1257 2002-07-04 Thursday 08:00 UTC -- Neil Spring <nspring@cs.washington.edu>
1259         * ChangeLog, configure.ac: last minute changes for 0.4.5
1261 2002-07-04 Thursday 01:07 UTC -- Neil Spring <nspring@cs.washington.edu>
1263         * wmbiff/: Imap4Client.c, Makefile.am, Pop3Client.c, charutil.c,
1264           tlsComm.c, wmbiff.c: valgrind debugging, and support for -exit.
1265           some bugs were probably fixed, but since nobody has noticed yet,
1266           I don't know if they mattered
1268 2002-07-04 Thursday 00:45 UTC -- Neil Spring <nspring@cs.washington.edu>
1270         * wmgeneral/wmgeneral.c: reminder in where valgrind complains
1272 2002-07-04 Thursday 00:45 UTC -- Neil Spring <nspring@cs.washington.edu>
1274         * Makefile.am: add a top-level 'indent' rule
1276 2002-07-03 Wednesday 02:28 UTC -- Neil Spring <nspring@cs.washington.edu>
1278         * wmbiff/tlsComm.c: doubled the timeout to 40 seconds.
1280 2002-06-26 Wednesday 19:04 UTC -- Neil Spring <nspring@cs.washington.edu>
1282         * ChangeLog, Makefile.am, autoconf/Makefile.am: die configure.in!
1283           die acconfig.h!
1285 2002-06-26 Wednesday 18:56 UTC -- Neil Spring <nspring@cs.washington.edu>
1287         * ChangeLog, FromCVS.sh, Makefile.am, configure.ac, configure.in,
1288           autoconf/acconfig.h: migrate to newer autoconf (2.5) to try to
1289           debug making-from-scratch problem and get rid of acconfig.h cruft
1291 2002-06-25 Tuesday 23:52 UTC -- Neil Spring <nspring@cs.washington.edu>
1293         * Makefile.am: tiny automake 1.6 fix (doesn't appear to use
1294           stamp-h.  who knew.)
1296 2002-06-25 Tuesday 23:33 UTC -- Neil Spring <nspring@cs.washington.edu>
1298         * autoconf/libgnutls.m4: trivial upstream bugfix
1300 2002-06-25 Tuesday 23:29 UTC -- Neil Spring <nspring@cs.washington.edu>
1302         * wmbiff/Makefile.am: never underestimate the complexity of
1303           solutions involving automake
1305 2002-06-25 Tuesday 23:24 UTC -- Neil Spring <nspring@cs.washington.edu>
1307         * configure.in, wmbiff/Makefile.am: corrections to conditional
1308           compilation of gnutls-common for automake 1.5 (and thereby the
1309           true automake way)
1311 2002-06-25 Tuesday 23:15 UTC -- Neil Spring <nspring@cs.washington.edu>
1313         * configure.in, wmbiff/Makefile.am: only compile gnutls-common.[ch]
1314           if gnutls is configured in (duh), and only check for gcrypt.h if
1315           libgcrypt is installed and current
1317 2002-06-24 Monday 07:18 UTC -- Neil Spring <nspring@cs.washington.edu>
1319         * ChangeLog, FromCVS.sh: roughly finished 0.4.4
1321 2002-06-24 Monday 07:16 UTC -- Neil Spring <nspring@cs.washington.edu>
1323         * wmbiff/tlsComm.c: restore certificate checking
1325 2002-06-24 Monday 07:15 UTC -- Neil Spring <nspring@cs.washington.edu>
1327         * wmbiff/: gnutls-common.c, gnutls-common.h: indent run
1329 2002-06-24 Monday 01:23 UTC -- Neil Spring <nspring@cs.washington.edu>
1331         * wmbiff/Makefile.am, configure.in: basic gnutls 0.4.3 support
1332           (that is, it compiles.)
1334 2002-06-24 Monday 01:18 UTC -- Neil Spring <nspring@cs.washington.edu>
1336         * wmbiff/: gnutls-common.c, gnutls-common.h, tlsComm.c: basic
1337           gnutls 0.4.3 support (that is, it compiles.)
1339 2002-06-23 Sunday 01:26 UTC -- Neil Spring <nspring@cs.washington.edu>
1341         * wmbiff/wmbiff.c: cleanup to periodic mail checking, removal of
1342           the first mail check - now all cases are the same
1344 2002-06-21 Friday 04:34 UTC -- Neil Spring <nspring@cs.washington.edu>
1346         * wmbiff/wmbiff.c: y_ and x_origin, and num_mailboxes constants,
1347           highlight color for fn, restructured mailbox creation routines
1349 2002-06-21 Friday 04:31 UTC -- Neil Spring <nspring@cs.washington.edu>
1351         * wmbiff/Pop3Client.c: splint
1353 2002-06-21 Friday 04:31 UTC -- Neil Spring <nspring@cs.washington.edu>
1355         * wmbiff/: LicqClient.c, ShellClient.c, charutil.c,
1356           maildirClient.c, mboxClient.c, passwordMgr.c, test_wmbiff.c:
1357           config.h
1359 2002-06-21 Friday 04:30 UTC -- Neil Spring <nspring@cs.washington.edu>
1361         * wmbiff/Imap4Client.c: clarity and splint
1363 2002-06-21 Friday 04:29 UTC -- Neil Spring <nspring@cs.washington.edu>
1365         * wmbiff/Client.h: splint support
1367 2002-06-21 Friday 04:29 UTC -- Neil Spring <nspring@cs.washington.edu>
1369         * wmbiff/wmbiff.1: highlight color
1371 2002-06-21 Friday 04:28 UTC -- Neil Spring <nspring@cs.washington.edu>
1373         * wmbiff/Makefile.am: verify that config.h is included in each .c
1374           file
1376 2002-06-15 Saturday 09:05 UTC -- Neil Spring <nspring@cs.washington.edu>
1378         * configure.in: likely bugfix for newer autoconf?
1380 2002-06-15 Saturday 09:04 UTC -- Neil Spring <nspring@cs.washington.edu>
1382         * Makefile.am: keep automake1.6 happy
1384 2002-06-08 Saturday 22:22 UTC -- Neil Spring <nspring@cs.washington.edu>
1386         * ChangeLog, configure.in: release 0.4.3 final updates
1388 2002-06-08 Saturday 22:20 UTC -- Neil Spring <nspring@cs.washington.edu>
1390         * wmbiff/wmbiff.c: make the background black when using fonts
1392 2002-06-08 Saturday 22:15 UTC -- Neil Spring <nspring@cs.washington.edu>
1394         * wmgeneral/: wmgeneral.c, wmgeneral.h: font support, ability to
1395           erase rectangles
1397 2002-06-08 Saturday 22:14 UTC -- Neil Spring <nspring@cs.washington.edu>
1399         * wmbiff/Client.h: slightly changed debug messages; exists() is
1400           more a test -f than a test -e
1402 2002-06-08 Saturday 22:13 UTC -- Neil Spring <nspring@cs.washington.edu>
1404         * wmbiff/wmbiff.1: documentation of -fg and -font options
1406 2002-06-08 Saturday 22:13 UTC -- Neil Spring <nspring@cs.washington.edu>
1408         * wmbiff/: Imap4Client.c, ShellClient.c: cleanup for splint
1409           annotations
1411 2002-06-08 Saturday 22:13 UTC -- Neil Spring <nspring@cs.washington.edu>
1413         * wmbiff/wmbiff.c: basic font support, color selection, cleanup to
1414           default configuration code, bugifx and cleanup to mouse region
1415           code
1417 2002-06-08 Saturday 21:40 UTC -- Neil Spring <nspring@cs.washington.edu>
1419         * wmbiff/socket.c: need config.h to get IPv6 support
1421 2002-06-01 Saturday 18:10 UTC -- Neil Spring <nspring@cs.washington.edu>
1423         * ChangeLog: 0.4.2
1425 2002-06-01 Saturday 17:58 UTC -- Neil Spring <nspring@cs.washington.edu>
1427         * configure.in, wmbiff/wmbiff.c: oops, didn't really want to
1428           release with the crazy font stuff quite yet
1430 2002-06-01 Saturday 07:03 UTC -- Neil Spring <nspring@cs.washington.edu>
1432         * ChangeLog, configure.in, wmbiff/test-wmbiffrc.shell: release
1433           0.4.1
1435 2002-06-01 Saturday 07:01 UTC -- Neil Spring <nspring@cs.washington.edu>
1437         * AUTHORS: release preparation
1439 2002-06-01 Saturday 06:47 UTC -- Neil Spring <nspring@cs.washington.edu>
1441         * wmgeneral/wmgeneral.h: prototypes for basic font support
1443 2002-06-01 Saturday 06:47 UTC -- Neil Spring <nspring@cs.washington.edu>
1445         * wmgeneral/wmgeneral.c: indent run
1447 2002-06-01 Saturday 06:02 UTC -- Neil Spring <nspring@cs.washington.edu>
1449         * wmbiff/: Client.h, ShellClient.c, charutil.c, mboxClient.c:
1450           indent run
1452 2002-06-01 Saturday 06:01 UTC -- Neil Spring <nspring@cs.washington.edu>
1454         * wmbiff/wmbiff.c: font support, disabled by default
1456 2002-06-01 Saturday 06:00 UTC -- Neil Spring <nspring@cs.washington.edu>
1458         * wmbiff/tlsComm.c: a start at certificate checking (a daunting
1459           task at the moment)
1461 2002-06-01 Saturday 05:59 UTC -- Neil Spring <nspring@cs.washington.edu>
1463         * wmbiff/Client.h: declare exists()
1465 2002-06-01 Saturday 05:51 UTC -- Neil Spring <nspring@cs.washington.edu>
1467         * wmgeneral/wmgeneral.c: some basic font support, renaming some
1468           variables for clarity
1470 2002-06-01 Saturday 05:45 UTC -- Neil Spring <nspring@cs.washington.edu>
1472         * wmbiff/socket.c: correct date
1474 2002-06-01 Saturday 05:42 UTC -- Neil Spring <nspring@cs.washington.edu>
1476         * configure.in, wmbiff/socket.c: IPv6 support using getaddrinfo
1477           from Jun-ichiro itojun Hagino <itojun@iijlab.net>
1479 2002-05-03 Friday 05:51 UTC -- Neil Spring <nspring@cs.washington.edu>
1481         * ChangeLog, configure.in: Release 0.4.0
1483 2002-05-03 Friday 05:51 UTC -- Neil Spring <nspring@cs.washington.edu>
1485         * Makefile.am: don't list TODO changes in ChangeLog, to avoid
1486           confusion
1488 2002-05-03 Friday 05:43 UTC -- Neil Spring <nspring@cs.washington.edu>
1490         * wmbiff/mboxClient.c: type casting hackery to help architectures I
1491           don't have
1493 2002-05-03 Friday 05:42 UTC -- Neil Spring <nspring@cs.washington.edu>
1495         * wmbiff/: sample.wmbiffrc, wmbiffrc.5.in: lpq example creep
1497 2002-05-03 Friday 05:42 UTC -- Neil Spring <nspring@cs.washington.edu>
1499         * wmbiff/ShellClient.c: bugfix when alternates between numeric and
1500           text
1502 2002-04-29 Monday 02:01 UTC -- Neil Spring <nspring@cs.washington.edu>
1504         * wmbiff/: Client.h, ShellClient.c, charutil.c, charutil.h: lclint
1505           cleanups - strdup_ordie, some null annotations
1507 2002-04-27 Saturday 08:54 UTC -- Neil Spring <nspring@cs.washington.edu>
1509         * wmbiff/: Client.h, ShellClient.c, passwordMgr.c: cleanup to use
1510           grabCommandOutput in passwordMgr instead of duplicating the
1511           popen/fgets/pclose code
1513 2002-04-27 Saturday 08:29 UTC -- Neil Spring <nspring@cs.washington.edu>
1515         * wmbiff/: Client.h, Makefile.am, charutil.c, passwordMgr.c,
1516           passwordMgr.h, test_wmbiff.c: move passwordMgr testing to
1517           test_wmbiff.c; catch a small bug in handling empty passwords
1519 2002-04-27 Saturday 08:29 UTC -- Neil Spring <nspring@cs.washington.edu>
1521         * FromCVS.sh: apparently aclocal barfs when macros are defined both
1522           in the system directory and in a local copy.  semper fragile.
1524 2002-04-25 Thursday 20:28 UTC -- Neil Spring <nspring@cs.washington.edu>
1526         * README: add a note about gnutls version 0.3.5
1528 2002-04-25 Thursday 18:33 UTC -- Neil Spring <nspring@cs.washington.edu>
1530         * configure.in: hack attempt at supporting gnutls built locally
1532 2002-04-25 Thursday 17:31 UTC -- Neil Spring <nspring@cs.washington.edu>
1534         * ChangeLog, FromCVS.sh, autoconf/libgcrypt.m4,
1535           autoconf/libgnutls.m4: add m4 macros for libgcrypt and libgnutls
1536           to the repository, so that FromCVS can be run to regenerate
1537           configure.in, even on systems without gnutls.
1539 2002-04-20 Saturday 09:55 UTC -- Neil Spring <nspring@cs.washington.edu>
1541         * wmbiff/Makefile.am: correct a problem uncovered by sourceforge's
1542           compile farm
1544 2002-04-20 Saturday 09:27 UTC -- Neil Spring <nspring@cs.washington.edu>
1546         * wmbiff/ShellClient.c: BSD fix (no strndup, no sighandler_t)
1548 2002-04-20 Saturday 09:12 UTC -- Neil Spring <nspring@cs.washington.edu>
1550         * wmbiff/: LicqClient.c, mboxClient.c: move msgs=-1 assignment on
1551           failure to the common openMailbox()
1553 2002-04-20 Saturday 08:53 UTC -- Neil Spring <nspring@cs.washington.edu>
1555         * ChangeLog, configure.in, wmbiff/Client.h: update meta-information
1556           for prerelease 5
1558 2002-04-20 Saturday 08:51 UTC -- Neil Spring <nspring@cs.washington.edu>
1560         * wmbiff/Makefile.am: correct syntax for making a test program
1562 2002-04-20 Saturday 08:13 UTC -- Neil Spring <nspring@cs.washington.edu>
1564         * wmbiff/sample.wmbiffrc: finish deprecating
1566 2002-04-20 Saturday 08:12 UTC -- Neil Spring <nspring@cs.washington.edu>
1568         * wmbiff/: sample.wmbiffrc, wmbiffrc.5.in: document back-tick
1569           expansion, deprecate mbox style without mbox: prefix
1571 2002-04-20 Saturday 07:54 UTC -- Neil Spring <nspring@cs.washington.edu>
1573         * wmbiff/: Client.h, LicqClient.c, ShellClient.c, mboxClient.c:
1574           oops (indent)
1576 2002-04-20 Saturday 07:53 UTC -- Neil Spring <nspring@cs.washington.edu>
1578         * wmbiff/: LicqClient.c, mboxClient.c: refactor mailbox stat()'ting
1579           to reduce duplicated code and supprort backticks.
1581 2002-04-20 Saturday 07:52 UTC -- Neil Spring <nspring@cs.washington.edu>
1583         * wmbiff/ShellClient.c: refactor command execution code to support
1584           backtick foo expansion
1586 2002-04-20 Saturday 07:50 UTC -- Neil Spring <nspring@cs.washington.edu>
1588         * wmbiff/: Makefile.am, test_wmbiff.c: add tests for bbacktick
1589           expansion
1591 2002-04-20 Saturday 07:49 UTC -- Neil Spring <nspring@cs.washington.edu>
1593         * wmbiff/Client.h: ctime has become useless; new prototypes to
1594           handle backtick
1596 2002-04-16 Tuesday 07:37 UTC -- Neil Spring <nspring@cs.washington.edu>
1598         * ChangeLog, wmbiff/Client.h, wmbiff/Imap4Client.c,
1599           wmbiff/LicqClient.c, wmbiff/Pop3Client.c, wmbiff/mboxClient.c,
1600           wmbiff/passwordMgr.c, wmbiff/wmbiff.c: remove vestigial
1601           pc->open()
1603 2002-04-16 Tuesday 07:08 UTC -- Neil Spring <nspring@cs.washington.edu>
1605         * wmbiff/test-make.sh: unnecessary now that autoconf is involved
1607 2002-04-15 Monday 22:58 UTC -- Neil Spring <nspring@cs.washington.edu>
1609         * Makefile.am: dist the FAQ
1611 2002-04-15 Monday 21:19 UTC -- Neil Spring <nspring@cs.washington.edu>
1613         * wmgeneral/: Makefile.am, list.c, list.h, misc.c, misc.h,
1614           wmgeneral.c, wmgeneral.h: run make indent; also tolerate standard
1615           geometry string (dumping the dimensions provided)
1617 2002-04-15 Monday 21:06 UTC -- Neil Spring <nspring@cs.washington.edu>
1619         * wmbiff/wmbiff.c: bugfix to sigchld_handler (argh)
1621 2002-04-15 Monday 08:15 UTC -- Neil Spring <nspring@cs.washington.edu>
1623         * ChangeLog, Makefile.am, configure.in, wmbiff/Makefile.am,
1624           autoconf/Makefile.am: try to make the distcheck target work
1625           correctly.  voodoo.
1627 2002-04-15 Monday 08:14 UTC -- Neil Spring <nspring@cs.washington.edu>
1629         * FAQ: a little documentation
1631 2002-04-15 Monday 02:21 UTC -- Neil Spring <nspring@cs.washington.edu>
1633         * wmbiff/wmbiff.c: treat  all gicu messages as new (they're unread)
1635 2002-04-15 Monday 02:10 UTC -- Neil Spring <nspring@cs.washington.edu>
1637         * configure.in: chmod 0444 wmbiffrc.5 to remind me not to try to
1638           edit it.
1640 2002-04-15 Monday 02:09 UTC -- Neil Spring <nspring@cs.washington.edu>
1642         * wmbiff/wmbiffrc.5.in: document finger, changes to shell
1644 2002-04-15 Monday 01:58 UTC -- Neil Spring <nspring@cs.washington.edu>
1646         * wmbiff/: ShellClient.c, wmbiff.c: waitpid until done
1648 2002-04-15 Monday 01:48 UTC -- Neil Spring <nspring@cs.washington.edu>
1650         * configure.in: slightly nicer message
1652 2002-04-15 Monday 01:47 UTC -- Neil Spring <nspring@cs.washington.edu>
1654         * ChangeLog, configure.in, wmbiff/wmbiff-master-contrast.xpm:
1655           0.4.0pre4 - finger support, text from shell support, minor code
1656           reorganization
1658 2002-04-15 Monday 01:38 UTC -- Neil Spring <nspring@cs.washington.edu>
1660         * AUTHORS, README: add Andelko Horvat to the list of contributors,
1661           remove author list from README
1663 2002-04-15 Monday 01:30 UTC -- Neil Spring <nspring@cs.washington.edu>
1665         * wmbiff/test-wmbiffrc.shell: test finger as well
1667 2002-04-15 Monday 01:30 UTC -- Neil Spring <nspring@cs.washington.edu>
1669         * wmbiff/Client.h: TextStatus to hold a three-character status
1670           message
1672 2002-04-15 Monday 01:30 UTC -- Neil Spring <nspring@cs.washington.edu>
1674         * wmbiff/wmbiff.c: support TextString as status; factor
1675           blitMsgCounters as displayMsgCounters was starting to get ugly,
1676           add finger recipe to use ShellClient instead of a separate module
1678 2002-04-15 Monday 01:26 UTC -- Neil Spring <nspring@cs.washington.edu>
1680         * wmbiff/passwordMgr.c: use chomp to remove the newline from
1681           ssh-askpass output
1683 2002-04-15 Monday 01:26 UTC -- Neil Spring <nspring@cs.washington.edu>
1685         * wmbiff/: charutil.c, charutil.h: duplicate perl's chomp()
1687 2002-04-15 Monday 01:26 UTC -- Neil Spring <nspring@cs.washington.edu>
1689         * wmbiff/ShellClient.c: return sigchld to default hander before
1690           using popen; handle text input. Much complexity, I hope it's
1691           worth it.
1693 2002-04-15 Monday 01:25 UTC -- Neil Spring <nspring@cs.washington.edu>
1695         * wmbiff/wmbiff-master-led.xpm: support yellow text
1697 2002-04-15 Monday 01:24 UTC -- Neil Spring <nspring@cs.washington.edu>
1699         * wmbiff/Makefile.am: derive wmbiff-master-contrast.xpm from
1700           wmbiff-master-led.xpm
1702 2002-04-12 Friday 05:54 UTC -- Neil Spring <nspring@cs.washington.edu>
1704         * wmbiff/socket.c: extra debugging messages, to be in-line with our
1705           -debug to stdout philosophy
1707 2002-04-11 Thursday 21:39 UTC -- Jordi Mallach <jordi@sindominio.net>
1709         * autoconf/: install-sh, missing, mkinstalldirs: Shouldn't be in
1710           CVS...
1712 2002-04-11 Thursday 18:24 UTC -- Neil Spring <nspring@cs.washington.edu>
1714         * configure.in: attempt to fix Jordi's configure bug
1716 2002-04-11 Thursday 07:24 UTC -- Neil Spring <nspring@cs.washington.edu>
1718         * wmbiff/Pop3Client.c: APOP bugfix (unreleased bug)
1720 2002-04-09 Tuesday 07:52 UTC -- Neil Spring <nspring@cs.washington.edu>
1722         * ChangeLog, configure.in: bump version to 0.4.0pre3 - permissions
1723           checking for .wmbiffrc added.
1725 2002-04-09 Tuesday 07:47 UTC -- Neil Spring <nspring@cs.washington.edu>
1727         * Makefile.am: try to tell the difference between running make dist
1728           with cvs and missing cvs2cl (an error), and running make dist
1729           without cvs (which should be ok).
1731 2002-04-09 Tuesday 07:45 UTC -- Neil Spring <nspring@cs.washington.edu>
1733         * wmbiff/: LicqClient.c, maildirClient.c, mboxClient.c: some
1734           explicit casts to make compiling on non-linux a bit more
1735           warning-free
1737 2002-04-09 Tuesday 07:44 UTC -- Neil Spring <nspring@cs.washington.edu>
1739         * wmbiff/wmbiff.c: permissions checking for .wmbiffrc (if it
1740           exists), some minor cleanup associated with this.
1742 2002-04-09 Tuesday 07:43 UTC -- Neil Spring <nspring@cs.washington.edu>
1744         * wmbiff/Makefile.am: _DATA files don't get distributed, add the
1745           skins into extra_dist. automake can be confusing
1747 2002-04-08 Monday 09:35 UTC -- Neil Spring <nspring@cs.washington.edu>
1749         * configure.in, wmbiff/wmbiffrc.5, wmbiff/wmbiffrc.5.in:
1750           automatically generate wmbiffrc.5 based on the results of
1751           configure, so that the configure-time chosen defaults are
1752           accurately shown
1754 2002-04-07 Sunday 19:30 UTC -- Neil Spring <nspring@cs.washington.edu>
1756         * configure.in: don't try to configure gnutls if libz or libgdbm
1757           aren't installed
1759 2002-04-07 Sunday 19:30 UTC -- Neil Spring <nspring@cs.washington.edu>
1761         * FromCVS.sh: allow for automake 1.5's need for depcomp
1763 2002-04-07 Sunday 05:08 UTC -- Neil Spring <nspring@cs.washington.edu>
1765         * COPYING, ChangeLog, FromCVS.sh, INSTALL, Makefile.am,
1766           configure.in, autoconf/acconfig.h, autoconf/install-sh,
1767           autoconf/missing, autoconf/mkinstalldirs, maint/changelog-header,
1768           wmbiff/Client.h, wmbiff/Imap4Client.c, wmbiff/LicqClient.c,
1769           wmbiff/Makefile, wmbiff/Makefile.am, wmbiff/Pop3Client.c,
1770           wmbiff/charutil.h, wmbiff/maildirClient.c, wmbiff/mboxClient.c,
1771           wmbiff/tlsComm.c, wmbiff/wmbiff.c, wmgeneral/Makefile.am,
1772           wmgeneral/wmgeneral.c: use automake / autoconf; after checkout
1773           run ./FromCVS.sh
1775 2002-04-07 Sunday 03:23 UTC -- Neil Spring <nspring@cs.washington.edu>
1777         * AUTHORS: automake required file, duplicated from README
1779 2002-04-05 Friday 19:44 UTC -- Neil Spring <nspring@cs.washington.edu>
1781         * wmbiff/wmbiff-master-contrast.xpm: a first cut higher-contrast
1782           skin
1784 2002-04-05 Friday 19:43 UTC -- Neil Spring <nspring@cs.washington.edu>
1786         * wmbiff/: Makefile, sample.wmbiffrc, test-make.sh, wmbiff.c:
1787           askpass - invoke ssh-askpass to fill in passwords for IMAP
1788           servers; skin - dynamically load an .xpm background
1790 2002-04-05 Friday 19:42 UTC -- Neil Spring <nspring@cs.washington.edu>
1792         * wmbiff/wmbiffrc.5: documentation of askpass and skin
1794 2002-04-05 Friday 19:08 UTC -- Neil Spring <nspring@cs.washington.edu>
1796         * wmbiff/tlsComm.c: explicit handling of timeouts
1798 2002-04-05 Friday 19:02 UTC -- Neil Spring <nspring@cs.washington.edu>
1800         * wmbiff/passwordMgr.c: askpass having a space in it is an INFO,
1801           not an ERR.
1803 2002-04-04 Thursday 08:51 UTC -- Neil Spring <nspring@cs.washington.edu>
1805         * wmbiff/: Client.h, Imap4Client.c, Makefile, Pop3Client.c,
1806           passwordMgr.c, passwordMgr.h, sample.wmbiffrc, test-make.sh:
1807           interactive password prompting support for imap - leave password
1808           in the : format blank to use
1810 2002-03-26 Tuesday 16:30 UTC -- Jordi Mallach <jordi@sindominio.net>
1812         * ChangeLog, wmbiff/Makefile: Released WMBiff 0.3.8.
1814 2002-03-18 Monday 09:47 UTC -- Neil Spring <nspring@cs.washington.edu>
1816         * wmgeneral/wmgeneral.h: un-shadow index
1818 2002-03-18 Monday 09:46 UTC -- Neil Spring <nspring@cs.washington.edu>
1820         * wmgeneral/wmgeneral.c: un-shadow a global variable
1822 2002-03-14 Thursday 08:51 UTC -- Neil Spring <nspring@cs.washington.edu>
1824         * README: correct and expand upon crypto instructions
1826 2002-03-12 Tuesday 23:53 UTC -- Neil Spring <nspring@cs.washington.edu>
1828         * wmbiff/: Client.h, Imap4Client.c, Pop3Client.c, ShellClient.c,
1829           tlsComm.c: fixed misunderstanding of the use of ## in macros with
1830           strings - the compiler does the concatenation, not the
1831           preprocessor
1833 2002-03-11 Monday 00:11 UTC -- Neil Spring <nspring@cs.washington.edu>
1835         * wmbiff/tlsComm.c: slightly better message on expect failure
1837 2002-03-09 Saturday 08:50 UTC -- Neil Spring <nspring@cs.washington.edu>
1839         * wmbiff/ShellClient.c: debug messages cleanup; start handling
1840           pclose errors; remove open() function pointer assignment;
1841           #include fix
1843 2002-03-09 Saturday 08:03 UTC -- Neil Spring <nspring@cs.washington.edu>
1845         * wmgeneral/: list.h, wmgeneral.c: minor warning cleanups
1847 2002-03-08 Friday 19:26 UTC -- Neil Spring <nspring@cs.washington.edu>
1849         * README: credit Ben
1851 2002-03-07 Thursday 22:20 UTC -- Neil Spring <nspring@cs.washington.edu>
1853         * wmbiff/ShellClient.c: fix error return status (ben's 'lil' patch)
1855 2002-03-07 Thursday 07:04 UTC -- Neil Spring <nspring@cs.washington.edu>
1857         * wmbiff/ShellClient.c: appropriate credits
1859 2002-03-06 Wednesday 18:01 UTC -- Neil Spring <nspring@cs.washington.edu>
1861         * wmbiff/ShellClient.c: fix my sloppy mistake in shell path parsing
1863 2002-03-06 Wednesday 07:59 UTC -- Neil Spring <nspring@cs.washington.edu>
1865         * wmbiff/ShellClient.c: misplaced string.h
1867 2002-03-06 Wednesday 07:59 UTC -- Neil Spring <nspring@cs.washington.edu>
1869         * wmbiff/wmbiff.c: rename in Read_Config_File for more 'index'
1870           purging
1872 2002-03-06 Wednesday 07:44 UTC -- Neil Spring <nspring@cs.washington.edu>
1874         * wmbiff/ShellClient.c: fix a potential file descriptor leak
1876 2002-03-06 Wednesday 07:15 UTC -- Neil Spring <nspring@cs.washington.edu>
1878         * wmbiff/: Client.h, Makefile, ShellClient.c, mboxClient.c,
1879           sample.wmbiffrc, test-wmbiffrc.shell, wmbiff.1, wmbiff.c,
1880           wmbiffrc.5: Draft shell command and gnomeicu support from Benoît
1881           Rouits with minor modifications 1) implement gicu using the shell
1882           module rather than as a separate module, 2) edit Ben's shell
1883           format to have extra colons for extensibility, 3) add some extra
1884           error checking in the shell method.  I also added a test wmbiffrc
1885           that can be used to verify that the gicu and shell methods
1886           "work".
1888 2002-03-05 Tuesday 05:02 UTC -- Dwayne C. Litzenberger <dlitz@dlitz.net>
1890         * wmbiff/maildirClient.c: cosmetic changes
1892 2002-03-04 Monday 06:57 UTC -- Neil Spring <nspring@cs.washington.edu>
1894         * wmbiff/mboxClient.c: convert a lingering fprintf to DM
1896 2002-03-02 Saturday 23:25 UTC -- Neil Spring <nspring@cs.washington.edu>
1898         * wmbiff/: Imap4Client.c, Makefile, wmbiff.c: a little -Wshadow and
1899           -Wcast-qual cleanup (or, eliminate the use of 'index' as a
1900           variable name)
1902 2002-03-02 Saturday 22:38 UTC -- Neil Spring <nspring@cs.washington.edu>
1904         * wmbiff/Client.h: add preprocessor define to handle portability of
1905           __attribute__ tag to non-gcc compilers (untested)
1907 2002-03-02 Saturday 06:42 UTC -- Neil Spring <nspring@cs.washington.edu>
1909         * wmbiff/tlsComm.c: indent run (oops)
1911 2002-03-02 Saturday 06:41 UTC -- Neil Spring <nspring@cs.washington.edu>
1913         * wmbiff/: Pop3Client.c, Imap4Client.c: minor reorganization of
1914           gcrypt-needing authentication schemes
1916 2002-03-02 Saturday 06:39 UTC -- Neil Spring <nspring@cs.washington.edu>
1918         * wmbiff/tlsComm.c: attribute tags for warning cleanup w/o gnutls
1920 2002-03-02 Saturday 06:36 UTC -- Neil Spring <nspring@cs.washington.edu>
1922         * wmbiff/wmbiff.c: gcc attribute tags, minor debug message cleanup
1924 2002-03-02 Saturday 06:31 UTC -- Neil Spring <nspring@cs.washington.edu>
1926         * wmbiff/Makefile: rearrange which compiler warnings are implied by
1927           DEBUG
1929 2002-03-02 Saturday 05:58 UTC -- Neil Spring <nspring@cs.washington.edu>
1931         * wmbiff/Client.h: use off_t instead of size_t in Licq and Maildir
1932           for file sizes from stat()
1934 2002-03-02 Saturday 05:50 UTC -- Neil Spring <nspring@cs.washington.edu>
1936         * wmbiff/tlsComm.c: bugfix to support compilation without crypto
1938 2002-03-01 Friday 11:58 UTC -- Jordi Mallach <jordi@sindominio.net>
1940         * wmbiff/wmbiff.c: Added -debug to help text.  Removed Gennady's
1941           mail address and added our devel list.
1943 2002-03-01 Friday 11:28 UTC -- Jordi Mallach <jordi@sindominio.net>
1945         * wmbiff/Makefile: Fixed install rule in Makefile.
1947 2002-03-01 Friday 08:41 UTC -- Neil Spring <nspring@cs.washington.edu>
1949         * wmbiff/: Client.h, Imap4Client.c, LicqClient.c, Makefile,
1950           Pop3Client.c, maildirClient.c, mboxClient.c, tlsComm.c,
1951           tlsComm.h, wmbiff.1, wmbiff.c, wmbiffrc.5: Replaced DEBUG_x
1952           preprocessor defines with a -debug option and debug configuration
1953           keyword.  Replaced most debugging messages with a DM (debug
1954           message) macro.  Removed gnutls version 0.2.x support.  Added
1955           troubleshooting section to man page.
1957 2002-02-03 Sunday 22:48 UTC -- Jordi Mallach <jordi@sindominio.net>
1959         * ChangeLog: Released WMBiff 0.3.7.
1961 2002-02-03 Sunday 22:43 UTC -- Jordi Mallach <jordi@sindominio.net>
1963         * wmbiff/Makefile: Bumped WMBIFF_VERSION to 0.3.7.
1965 2002-02-02 Saturday 18:04 UTC -- Jordi Mallach <jordi@sindominio.net>
1967         * wmbiff/: Client.h, Imap4Client.c, Makefile, Pop3Client.c,
1968           charutil.h: Makefile fixes from Simon L. Nielsen, which help
1969           building wmbiff in FreeBSD.  Fixed the previous IMAP regex patch.
1971 2002-01-27 Sunday 20:20 UTC -- Jordi Mallach <jordi@sindominio.net>
1973         * ChangeLog, maint/changelog.sed, maint/prerelease.sh: Some fixes
1974           for the maint scripts.
1976 2002-01-27 Sunday 19:59 UTC -- Jordi Mallach <jordi@sindominio.net>
1978         * ChangeLog: Released WMBiff 0.3.6.
1980 2002-01-27 Sunday 19:56 UTC -- Jordi Mallach <jordi@sindominio.net>
1982         * wmbiff/Imap4Client.c: Indent fixes.
1984 2002-01-27 Sunday 19:52 UTC -- Jordi Mallach <jordi@sindominio.net>
1986         * wmbiff/Makefile: Bump WMBIFF_VERSION to 0.3.6.
1988 2002-01-27 Sunday 12:46 UTC -- Jordi Mallach <jordi@sindominio.net>
1990         * README, wmbiff/Imap4Client.c, wmbiff/Makefile, wmbiff/wmbiffrc.5:
1991           Alternate regex for imap/imaps which allows "@" in passwords.
1992           Fix to correctly handle the auth list in imap.  Patch from David
1993           Smith <davidsmith@acm.org>.
1995 2002-01-14 Monday 01:51 UTC -- Jordi Mallach <jordi@sindominio.net>
1997         * ChangeLog: Released WMBiff 0.3.5.
1999 2002-01-14 Monday 01:50 UTC -- Jordi Mallach <jordi@sindominio.net>
2001         * wmbiff/Makefile: Bump WMBIFF_VERSION to 0.3.5.
2003 2002-01-12 Saturday 19:18 UTC -- Neil Spring <nspring@cs.washington.edu>
2005         * wmbiff/Imap4Client.c: quote patch from Nick Mitchell, ref debian
2006           #128863
2008 2002-01-12 Saturday 06:17 UTC -- Neil Spring <nspring@cs.washington.edu>
2010         * wmbiff/tlsComm.c: debugging for gnutls3
2012 2002-01-12 Saturday 05:50 UTC -- Neil Spring <nspring@cs.washington.edu>
2014         * wmbiff/Makefile: clarify what to do with gnutls version define
2016 2002-01-12 Saturday 05:30 UTC -- Neil Spring <nspring@cs.washington.edu>
2018         * wmbiff/: Makefile, charutil.c, tlsComm.c: update for the
2019           interface change in gnutls 0.3.0
2021 2001-11-23 Friday 15:57 UTC -- Jordi Mallach <jordi@sindominio.net>
2023         * ChangeLog: Released WMBiff 0.3.4.
2025 2001-11-23 Friday 15:55 UTC -- Jordi Mallach <jordi@sindominio.net>
2027         * wmbiff/Makefile: Bumped version to 0.3.4, and release.
2029 2001-11-23 Friday 15:53 UTC -- Jordi Mallach <jordi@sindominio.net>
2031         * ChangeLog, wmbiff/sample.wmbiffrc: Doc updates for 0.3.4.
2033 2001-11-16 Friday 07:11 UTC -- Neil Spring <nspring@cs.washington.edu>
2035         * wmbiff/: Imap4Client.c, Pop3Client.c, charutil.c: regexes limit
2036           password and username to 32 characters
2038 2001-11-16 Friday 06:08 UTC -- Neil Spring <nspring@cs.washington.edu>
2040         * wmgeneral/: wmgeneral.c, wmgeneral.h: -Wwrite-strings cleanliness
2042 2001-11-16 Friday 01:13 UTC -- Neil Spring <nspring@cs.washington.edu>
2044         * wmbiff/: Client.h, Imap4Client.c, Makefile, Pop3Client.c,
2045           charutil.c: rewrite of authentication code to a) allow users to
2046           specify authentication type, b) fall back to other authentication
2047           methods when hash-based authentication fails (because not
2048           everybody uses the cleartext password file) c) fix debug messages
2050 2001-11-16 Friday 00:40 UTC -- Neil Spring <nspring@cs.washington.edu>
2052         * wmbiff/charutil.h: regex helpers common to pop3 and imap4 clients
2053           extracted and moved here
2055 2001-11-16 Friday 00:40 UTC -- Neil Spring <nspring@cs.washington.edu>
2057         * wmbiff/: tlsComm.c, tlsComm.h: blacklist and debugging updates
2058           for gnutls 0.2.10 and DM macro
2060 2001-11-16 Friday 00:39 UTC -- Neil Spring <nspring@cs.washington.edu>
2062         * wmbiff/wmbiffrc.5: authentication method list, reduced
2063           indentation to fit screen better
2065 2001-11-16 Friday 00:38 UTC -- Neil Spring <nspring@cs.washington.edu>
2067         * wmbiff/wmbiff-master-led.xpm: made pixmap const char
2069 2001-11-16 Friday 00:37 UTC -- Neil Spring <nspring@cs.washington.edu>
2071         * wmbiff/wmbiff.c: -Wwrite-strings cleanliness
2073 2001-11-02 Friday 08:53 UTC -- Neil Spring <nspring@cs.washington.edu>
2075         * wmbiff/: Imap4Client.c, wmbiff.c, wmbiffrc.5: Prefer "imaps"
2076           instead of "sslimap" (sslimap is still supported, but imaps is
2077           documented, and a better name).
2079 2001-11-02 Friday 08:48 UTC -- Neil Spring <nspring@cs.washington.edu>
2081         * wmbiff/tlsComm.c: Small debugging message to help if a connection
2082           ends unexpectedly.
2084 2001-10-29 Monday 13:57 UTC -- Jordi Mallach <jordi@sindominio.net>
2086         * ChangeLog: Released WMBiff 0.3.3.
2088 2001-10-29 Monday 13:54 UTC -- Jordi Mallach <jordi@sindominio.net>
2090         * wmbiff/: Imap4Client.c, wmbiff.c: Indent run.
2092 2001-10-28 Sunday 23:32 UTC -- Jordi Mallach <jordi@sindominio.net>
2094         * ChangeLog, README, wmbiff/Makefile, wmbiff/sample.wmbiffrc:
2095           Preparation for 0.3.3.  Documentation updates.
2097 2001-10-28 Sunday 22:22 UTC -- Neil Spring <nspring@cs.washington.edu>
2099         * wmbiff/wmbiff.c: Bugfix: initialize libgcrypt properly before
2100           cram-md5 (or probably apop) authentication.
2102 2001-10-24 Wednesday 15:35 UTC -- Jordi Mallach <jordi@sindominio.net>
2104         * maint/changelog.sed: Added Neil to the sed script.
2106 2001-10-23 Tuesday 21:14 UTC -- Neil Spring <nspring@cs.washington.edu>
2108         * wmbiff/Imap4Client.c: error check just in case sighup patch is
2109           applied
2111 2001-10-23 Tuesday 18:35 UTC -- Jordi Mallach <jordi@sindominio.net>
2113         * ChangeLog: Released WMBiff 0.3.2.
2115 2001-10-23 Tuesday 18:33 UTC -- Jordi Mallach <jordi@sindominio.net>
2117         * wmbiff/Makefile: Bump WMBIFF_VERSION to 0.3.2.
2119 2001-10-05 Friday 16:10 UTC -- Jordi Mallach <jordi@sindominio.net>
2121         * wmbiff/Makefile: Changed order of additions to LIBS and
2122           EXTRAFLAGS, removed extra WMBIFF_VERSION definition.
2124 2001-10-04 Thursday 09:50 UTC -- Jordi Mallach <jordi@sindominio.net>
2126         * README, wmbiff/Client.h, wmbiff/Imap4Client.c,
2127           wmbiff/LicqClient.c, wmbiff/Makefile, wmbiff/Pop3Client.c,
2128           wmbiff/charutil.c, wmbiff/charutil.h, wmbiff/maildirClient.c,
2129           wmbiff/mboxClient.c, wmbiff/socket.c, wmbiff/tlsComm.c,
2130           wmbiff/tlsComm.h, wmbiff/wmbiff.1, wmbiff/wmbiff.c,
2131           wmbiff/wmbiffrc.5: * Big patch from Neil Spring which adds lots
2132           of crypto support to WMBiff.  * WMBiff can now speak IMAP over
2133           TLS and CRAM-MD5, and APOP using libgcrypt.  * Known problems:
2134           - gnutls is being developed still, so it may have security
2135           related bugs.    - A bug in gnutls (a too-small buffer) may cause
2136           problems      in the parsing of openssl certificates. This should
2137           be fixed by gnutls      soon, hopefully. Added error messages if
2138           this bug is tickled. If you've      got problems with IMAP SSL,
2139           please try upgrading gnutls. If the problem      persists, let us
2140           know.    - IMAP has totally been rewritten, so bugs may crop up.
2141           - Pop3 hasn't been rewritten to use the TLS primitives, though
2142           it probably      could be if someone wanted to.  * There's a new
2143           interface for reading and writing to the socket in
2144           tlsComm.[ch].  This makes the IMAP code somewhat independent of
2145           whether   ssl is used, and provides nicer primitives to help skip
2146           'informational'   messages.  * WITH_TLS and WITH_GCRYPT are
2147           on-by-default in the Makefile.  TLS   applies to encryption,
2148           GCRYPT to cram-md5 and apop authentication.    Since gnutls
2149           depends on libgcrypt anyway, these probably don't need to be
2150           independent.  Some compile warnings may be generated when these
2151           are    disabled.  * Added code to optionally include dmalloc.h
2152           and link -ldmalloc. This   doesn't do anything at the moment, but
2153           shouldn't hurt. It's off-by-default.  * IMAP connections are now
2154           persistent.  persistent.  This is to cut down on   the need to
2155           re-negotiate an SSL connection every time you want to check
2156           mail. It tries to use just one connection per
2157           (server/username/password/port   number), which means multiple
2158           mailboxes need only one connection.  * There are a handful of
2159           lclint (http://lclint.cs.virginia.edu) annotations   in
2160           tlsComm.[ch]. These should also not hurt anyone, and are meant to
2161           keep   the signal to noise ratio of lclint high.  * The rewritten
2162           IMAP code uses the GNU regex library to handle the
2163           configuration line.  I think its clearer than the cascading
2164           strtok()   solution, but the regex might not be perfect.  *
2165           Removed an unnecessary "inline" keyword from charutil.h.  * Added
2166           a TODO document with the bits that are missing from the picture.
2167           * Please bow in awe at NAKAYAMA Takao, Jay T. Francis and
2168           specially   Neil Spring for all of this.
2170 2001-10-04 Thursday 09:21 UTC -- Jordi Mallach <jordi@sindominio.net>
2172         * wmbiff/ApopClient.c: Removed unneeded Apop support code, now
2173           integrated in Neil and Jay's patch.
2175 2001-10-04 Thursday 09:00 UTC -- Jordi Mallach <jordi@sindominio.net>
2177         * maint/changelog.sed: Added my other SF account, which I intend to
2178           use now.
2180 2001-10-04 Thursday 08:54 UTC -- Jordi Mallach <jordi@sindominio.net>
2182         * ChangeLog, README, wmbiff/Client.h, wmbiff/Makefile,
2183           wmbiff/sample.wmbiffrc, wmbiff/wmbiff.1, wmbiff/wmbiff.c,
2184           wmbiff/wmbiffrc.5: Backed out hoehoe's patch, preparing to apply
2185           Neil's.
2187 2001-09-24 Monday 11:58 UTC -- Jordi Mallach <jordi@sindominio.net>
2189         * ChangeLog, README, wmbiff/ApopClient.c, wmbiff/Client.h,
2190           wmbiff/Makefile, wmbiff/sample.wmbiffrc, wmbiff/wmbiff.1,
2191           wmbiff/wmbiff.c, wmbiff/wmbiffrc.5: Added APOP support, patch
2192           from NAKAYAMA Takao <hoehoe@wakaba.jp>.  Fixed some bits of the
2193           manpage (Jordi) Bumped version to 0.3.2.
2195 2001-09-24 Monday 11:56 UTC -- Jordi Mallach <jordi@sindominio.net>
2197         * maint/prerelease.sh: Removed -t to cvs2cl invocation, to make
2198           cleaner ChangeLogs.
2200 2001-06-24 Sunday 18:17 UTC -- Jordi Mallach <jordi@sindominio.net>
2202         * ChangeLog: Released wmbiff 0.3.1.
2204 2001-06-24 Sunday 18:08 UTC -- Jordi Mallach <jordi@sindominio.net>
2206         * ChangeLog, README: Removed duplicate entry for Vladimir Popov in
2207           README.
2209 2001-06-23 Saturday 00:09 UTC -- Jordi Mallach <jordi@sindominio.net>
2211         * wmbiff/Imap4Client.c: Imap fix from Rob Funk
2213 2001-06-23 Saturday 00:07 UTC -- Jordi Mallach <jordi@sindominio.net>
2215         * ChangeLog, maint/changelog.sed, maint/prerelease.sh: Renamed
2216           CHANGES to ChangeLog and RELEASE-NOTES to NEWS, modified release
2217           scripts accordingly. Added Mark to the sed file.
2219 2001-06-22 Friday 23:55 UTC -- Jordi Mallach <jordi@sindominio.net>
2221         * CHANGES, RELEASE-NOTES: Renamed to NEWS and ChangeLog
2223 2001-06-19 Tuesday 03:52 UTC -- Dwayne C. Litzenberger <dlitz@dlitz.net>
2225         * CHANGES, maint/prerelease.sh: * Whoops!  Messed up CVS expansion
2226           in maint/prerelease.sh.  Fixed it.  * Also changed
2227           maint/prerelease.sh a bit.
2229 2001-06-19 Tuesday 03:38 UTC -- Dwayne C. Litzenberger <dlitz@dlitz.net>
2231         * CHANGES, ChangeLog, README, RELEASE-NOTES, maint/changelog.sed,
2232           maint/prerelease.sh, wmbiff/Client.h, wmbiff/Imap4Client.c,
2233           wmbiff/LicqClient.c, wmbiff/Makefile, wmbiff/Pop3Client.c,
2234           wmbiff/charutil.c, wmbiff/charutil.h, wmbiff/maildirClient.c,
2235           wmbiff/mboxClient.c, wmbiff/sample.wmbiffrc, wmbiff/socket.c,
2236           wmbiff/wmbiff.1, wmbiff/wmbiff.c, wmbiff/wmbiffrc.5: * Another
2237           big patch that mucks with everything.  I probably deserve to be
2238           flamed for this practice.  Feel free... :-) * Added
2239           maint/prerelease.sh script.  Run it before making any releases.
2240           * Added maint/changelog.sed.  Add your SourceForge userid here.
2241           * Moved ChangeLog to RELEASE-NOTES (see below).  * Added a new
2242           file, CHANGES (created by maint/prerelease.sh) that tabulates
2243           all the CVS changes.  * Added "distclean" to wmbiff/Makefile.  *
2244           Added CVS Id$ to all the files in wmbiff/ .  * I reformatted ths
2245           changelog, again.  I hope this is the last time I need   to do
2246           this.  The CVS logs should be used for all changes, and this file
2247           should by updated for user-visible changes only, from now on.
2248           (Dwayne C. Litzenberger)  * Updated the README to reflect that
2249           Gennady Belyakov died right after releasing   wmBiff 0.2.  May
2250           your soul rest in peace, Gennady.  (Dwayne C. Litzenberger)
2252 2001-06-16 Saturday 01:02 UTC -- Jordi Mallach <jordi@sindominio.net>
2254         * ChangeLog, wmbiff/Makefile, wmbiff/sample.wmbiffrc,
2255           wmbiff/wmbiff.c: An FHS fix for wmbiff.c and use $(CC) in the
2256           Makefile
2258 2001-05-17 Thursday 04:22 UTC -- Dwayne C. Litzenberger <dlitz@dlitz.net>
2260         * ChangeLog, wmbiff/Makefile, wmbiff/charutil.c: Committing Mark
2261           Hurley's patch
2263 2001-05-16 Wednesday 10:48 UTC -- Jordi Mallach <jordi@sindominio.net>
2265         * ChangeLog, README: Updated some obsolete info in README
2267 2001-05-11 Friday 15:04 UTC -- Jordi Mallach <jordi@sindominio.net>
2269         * ChangeLog, wmbiff/Imap4Client.c, wmbiff/Makefile,
2270           wmbiff/charutil.c, wmbiff/charutil.h, wmbiff/wmbiff.c: Mark's
2271           wmbiffrc parsing fix, small Makefile changes and bump version to
2272           0.3.0.
2274 2001-05-11 Friday 14:49 UTC -- Jordi Mallach <jordi@sindominio.net>
2276         * wmbiff/Makefile: Uncommitted stuff to deal with the removal of
2277           the xmp link
2279 2001-05-04 Friday 11:01 UTC -- Jordi Mallach <jordi@sindominio.net>
2281         * ChangeLog, wmbiff/Makefile: Updated Changelog and Makefile for
2282           0.2r.
2284 2001-05-01 Tuesday 16:11 UTC -- Jordi Mallach <jordi@sindominio.net>
2286         * README.licq, ChangeLog, README, wmgeneral/list.c,
2287           wmgeneral/list.h, wmgeneral/misc.c, wmgeneral/misc.h,
2288           wmgeneral/wmgeneral.h, wmbiff/socket.c, wmgeneral/wmgeneral.c,
2289           wmbiff/Imap4Client.c, wmbiff/Makefile, wmbiff/mboxClient.c,
2290           wmbiff/sample.wmbiffrc, wmbiff/wmbiff.1, wmbiff/wmbiff.c,
2291           wmbiff/wmbiff-master-led.xpm, wmbiff/Client.h,
2292           wmbiff/LicqClient.c, wmbiff/Pop3Client.c, wmbiff/maildirClient.c,
2293           wmbiff/wmbiffrc.5: Initial import to SourceForge, version
2294           0.2q1+Debian
2296 2001-05-01 Tuesday 16:11 UTC -- Jordi Mallach <jordi@sindominio.net>
2298         * README.licq, ChangeLog, README, wmgeneral/list.c,
2299           wmgeneral/list.h, wmgeneral/misc.c, wmgeneral/misc.h,
2300           wmgeneral/wmgeneral.h, wmbiff/socket.c, wmgeneral/wmgeneral.c,
2301           wmbiff/Imap4Client.c, wmbiff/Makefile, wmbiff/mboxClient.c,
2302           wmbiff/sample.wmbiffrc, wmbiff/wmbiff.1, wmbiff/wmbiff.c,
2303           wmbiff/wmbiff-master-led.xpm, wmbiff/Client.h,
2304           wmbiff/LicqClient.c, wmbiff/Pop3Client.c, wmbiff/maildirClient.c,
2305           wmbiff/wmbiffrc.5: Initial revision