<<< Date Index >>>     <<< Thread Index >>>

[2005-02-01] CVS repository changes



This message was generated and sent automatically.  It contains a
summary of the CVS commits over the last 48 hours.  These changes
should be propagated to the public repository within at most a day
or two.  Most probably, they have already been propagated.


2005-02-01 03:36:39  Brendan Cully  <brendan@xxxxxxxxxx>  (brendan)

        * imap/auth.c, imap/auth_anon.c, imap/auth_cram.c,
        imap/auth_gss.c, imap/auth_login.c, imap/auth_sasl.c,
        imap/browse.c, imap/command.c, imap/imap.c, imap/message.c,
        imap/utf7.c, protos.h: Pull config.h out of protos.h, add to
        top of every IMAP C file. This should probably be done to every
        C file, but the results need testing in case some files depend
        on the current (broken) includes.

2005-01-31 02:40:14  brendan  (brendan)

        * acconfig.h, configure.in, hcache.c, imap/imap_private.h,
        imap/message.c, m4/types.m4, protos.h: Begin removing deprecated
        autoconf 2.13 backward compatibility code.  Add AC_CHECK_TYPES
        macros for uin32/64 types, use uint64_t instead of long long in
        hcache code.