From: Chong Yidong Date: Tue, 5 Aug 2008 18:06:40 +0000 (+0000) Subject: * pop.c (socket_connection): Add conditionals for X-Git-Tag: emacs-pretest-22.2.90~43 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3ae0aed3179e055db90d654d3ae71a3ed85ea4d3;p=emacs.git * pop.c (socket_connection): Add conditionals for HAVE_KRB5_ERROR_TEXT and HAVE_KRB5_ERROR_E_TEXT to support compilation with MIT Kerberos and Heimdal, respectively. --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 2753a9db71c..8fe27192b49 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,9 @@ +2008-08-05 Ulrich Mueller + + * pop.c (socket_connection): Add conditionals for + HAVE_KRB5_ERROR_TEXT and HAVE_KRB5_ERROR_E_TEXT to support + compilation with MIT Kerberos and Heimdal, respectively. + 2008-04-24 Adam Go,B3j(Bbiowski (tiny change) * Makefile.in (etags${EXEEXT}, ctags${EXEEXT}): Fix quote typo.