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 p3L8ZTdj005533 for ; Thu, 21 Apr 2011 10:35:30 +0200 Received: (qmail 15553 invoked by alias); 21 Apr 2011 08:35:24 -0000 Delivered-To: GMX delivery to rainer.schoepf@gmx.net Received: (qmail invoked by alias); 21 Apr 2011 08:35:22 -0000 Received: from relay2.uni-heidelberg.de (EHLO relay2.uni-heidelberg.de) [129.206.210.211] by mx0.gmx.net (mx084) with SMTP; 21 Apr 2011 10:35:22 +0200 Received: from listserv.uni-heidelberg.de (listserv.uni-heidelberg.de [129.206.100.94]) by relay2.uni-heidelberg.de (8.13.8/8.13.8) with ESMTP id p3L8XK2P017022 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 21 Apr 2011 10:33:21 +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 p3L8G5p3005520; Thu, 21 Apr 2011 10:33:20 +0200 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 16.0) with spool id 1234242 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Thu, 21 Apr 2011 10:33:20 +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 p3L8XKVX006093 for ; Thu, 21 Apr 2011 10:33:20 +0200 Received: from ueamailgate02.uea.ac.uk (ueamailgate02.uea.ac.uk [139.222.131.185]) by relay.uni-heidelberg.de (8.14.1/8.14.1) with ESMTP id p3L8WrfJ003385 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 21 Apr 2011 10:32:59 +0200 Received: from ueams02.uea.ac.uk (ueams02.uea.ac.uk [139.222.131.131]) by ueamailgate02.uea.ac.uk (8.13.8/8.13.8) with ESMTP id p3L8WrQN015984 for ; Thu, 21 Apr 2011 09:32:53 +0100 Received: from [139.222.114.131] by ueams02.uea.ac.uk with esmtp (Exim 4.69) (envelope-from ) id 1QCpHC-0003dn-S2 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Thu, 21 Apr 2011 09:30:14 +0100 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9 MIME-Version: 1.0 X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN, outgoing) X-CanIt-Geo: ip=139.222.131.131; country=GB; region=I9; city=Norwich; latitude=52.6333; longitude=1.3000; http://maps.google.com/maps?q=52.6333,1.3000&z=6 X-CanItPRO-Stream: UEA:outgoing (inherits from UEA:default,base:default) X-Canit-Stats-ID: 75212065 - 36d898565564 - 20110421 X-Scanned-By: CanIt (www . roaringpenguin . com) on 139.222.131.185 Message-ID: <4DAFEBB7.6040805@morningstar2.co.uk> Date: Thu, 21 Apr 2011 09:32:55 +0100 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Joseph Wright Subject: Depreciated functions 2011-04-20 To: LATEX-L@listserv.uni-heidelberg.de Precedence: list List-Help: , List-Unsubscribe: List-Subscribe: List-Owner: List-Archive: X-GMX-Antispam: 0 (eXpurgate); Detail=5D7Q89H36p6l3sTEE4Vf3mL3asGTbKLEl+ou/eEH7KM0pFyRonkMPf2rEATpwECKMARAh CrC5Zb2AShsXoU6L3EhAQa9pvGsYy8UlCPLbXvNTmkA2AQB34aj4bliYuC1UYybgmBI/rAjHCiKe Av6SWRQzqBTyJR+r4QOz41Mz36A662pTfHYpOK+SD2Ry0xTxCJKVT63m7xJL+MAEDY/kt1y8OMEW ixiV1; 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: 6721 Hello all, We are trying to tidy up various outstanding 'loose ends' in expl3: an ongoing process with an evolving programming approach! Part of that means depreciating some functions, as it becomes clear that they are no longer the best approach. In the past this was done on a slightly 'ad hoc' basis, but we are keen to make things a bit more formalised. So the plan is that depreciated functions will be moved to the end of the appropriate .dtx file, with date markers for (1) when they were depreciated and (2) when they will be removed. We'll also send a message here to give the same information. This one is quite long, but subsequent ones will be shorter! Functions depreciated 2011-04-20, for removal by 2011-07-20: \seq_top:NN => \seq_get_left:NN \seq_top:cN => \seq_get_left:cN \seq_display:N => \seq_show:N \seq_display:c => \seq_show:c The \seq_display:N to \seq_show:N revision reflects that fact that \seq_show:N now gives 'pretty printed' output, and now longer displays the raw nature of a sequence. (The later is only needed for internal debugging, and may be accessed using \tk_show:N .) -- Joseph Wright