Received: from mx0.gmx.net (mx0.gmx.net [213.165.64.100]) by h1439878.stratoserver.net (8.14.2/8.14.2/Debian-2build1) with SMTP id q6DJF4T7032745 for ; Fri, 13 Jul 2012 21:15:05 +0200 Received: (qmail 25562 invoked by alias); 13 Jul 2012 19:14:59 -0000 Delivered-To: GMX delivery to rainer.schoepf@gmx.net Received: (qmail invoked by alias); 13 Jul 2012 19:14:59 -0000 Received: from relay.uni-heidelberg.de (EHLO relay.uni-heidelberg.de) [129.206.100.212] by mx0.gmx.net (mx030) with SMTP; 13 Jul 2012 21:14:59 +0200 Received: from listserv.uni-heidelberg.de (listserv.uni-heidelberg.de [129.206.100.94]) by relay.uni-heidelberg.de (8.14.1/8.14.1) with ESMTP id q6DJCF0D005044 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 13 Jul 2012 21:12:16 +0200 Received: from listserv.uni-heidelberg.de (localhost.localdomain [127.0.0.1]) by listserv.uni-heidelberg.de (8.13.1/8.13.1) with ESMTP id q6DE6UEQ026853; Fri, 13 Jul 2012 21:12:15 +0200 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 16.0) with spool id 2052697 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Fri, 13 Jul 2012 21:12:15 +0200 Received: from relay.uni-heidelberg.de (relay.uni-heidelberg.de [129.206.100.212]) by listserv.uni-heidelberg.de (8.13.1/8.13.1) with ESMTP id q6DJCFLQ027368 for ; Fri, 13 Jul 2012 21:12:15 +0200 Received: from smtp.demon.co.uk (mdfmta009.mxout.tbr.inty.net [91.221.168.50]) by relay.uni-heidelberg.de (8.14.1/8.14.1) with ESMTP id q6DJB4IG004575 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 13 Jul 2012 21:12:01 +0200 Received: from mdfmta009.tbr.inty.net (unknown [127.0.0.1]) by mdfmta009.tbr.inty.net (Postfix) with ESMTP id CA53438407E for ; Fri, 13 Jul 2012 20:11:03 +0100 (BST) Received: from mdfmta009.tbr.inty.net (unknown [127.0.0.1]) by mdfmta009.tbr.inty.net (Postfix) with ESMTP id A6D16384079 for ; Fri, 13 Jul 2012 20:11:03 +0100 (BST) Received: from palladium.local (unknown [80.176.134.7]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mdfmta009.tbr.inty.net (Postfix) with ESMTP for ; Fri, 13 Jul 2012 20:11:03 +0100 (BST) User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:13.0) Gecko/20120614 Thunderbird/13.0.1 MIME-Version: 1.0 X-Enigmail-Version: 1.4.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-MDF-HostID: 4 Message-ID: <500072C6.8050106@morningstar2.co.uk> Date: Fri, 13 Jul 2012 20:11:02 +0100 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Joseph Wright Subject: Use of internal functions outside of the kernel To: LATEX-L@listserv.uni-heidelberg.de Precedence: list List-Help: , List-Unsubscribe: List-Subscribe: List-Owner: List-Archive: X-GMX-Antispam: 0 (Sender is in whitelist: joseph.wright@MORNINGSTAR2.CO.UK); Detail=5D7Q89H36p4L00VTXC6D4q0N+AH0PUCnBi0P5cROEGjO+pG7NAH/K+tf9SrVFtpLrKONl 2T9EL4W4U4jgzLbnCcGpk1z/zwmKT/K1fv3lD0=V1; X-Resent-By: Forwarder X-Resent-For: rainer.schoepf@gmx.net X-Resent-To: rainer@rainer-schoepf.de Status: R X-Status: X-Keywords: X-UID: 7082 Hello all, The team will shortly be updating the version of l3kernel on CTAN. The recent work to clearly differentiate 'private' and 'public' material means that functions which are marked in the LaTeX3 documentation as 'internal' are being renamed. This should in most cases be transparent to authors, but there are some cases where internal functions have been used by others. In particular, we note that \int_eval:w, \int_eval_end:, \dim_eval:w and \dim_eval_end: are in use in some third-party packages. The CTAN update will include compatibility code to continue to support these names for 6 months. It is important to emphasise that internal functions should not be used outside of the kernel: they are documented as they are used across kernel modules, not for wider use. -- Joseph Wright