From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Ov4n5-0007xM-7x for garchives@archives.gentoo.org; Mon, 13 Sep 2010 08:53:31 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D422E0AB9; Mon, 13 Sep 2010 08:53:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 605FAE0ABA for ; Mon, 13 Sep 2010 08:53:25 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A246B1B4145 for ; Mon, 13 Sep 2010 08:53:24 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2146) id 3DF3420051; Mon, 13 Sep 2010 08:53:23 +0000 (UTC) From: "Christian Faulhammer (fauli)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, fauli@gentoo.org Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/lisp/emacs: emacs.xml X-VCS-Repository: gentoo X-VCS-Files: emacs.xml X-VCS-Directories: xml/htdocs/proj/en/lisp/emacs X-VCS-Committer: fauli X-VCS-Committer-Name: Christian Faulhammer Content-Type: text/plain; charset=utf8 Message-Id: <20100913085323.3DF3420051@flycatcher.gentoo.org> Date: Mon, 13 Sep 2010 08:53:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: c2d37d6c-2828-4044-82ca-e9714322291f X-Archives-Hash: 23ce10bd8800cc19cf021a6429d1df74 fauli 10/09/13 08:53:23 Modified: emacs.xml Log: Document USE=3Dlibxml2 in Emacs guide Revision Changes Path 1.128 xml/htdocs/proj/en/lisp/emacs/emacs.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/lis= p/emacs/emacs.xml?rev=3D1.128&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/lis= p/emacs/emacs.xml?rev=3D1.128&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/lis= p/emacs/emacs.xml?r1=3D1.127&r2=3D1.128 Index: emacs.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/lisp/emacs/emacs.xml,v retrieving revision 1.127 retrieving revision 1.128 diff -u -r1.127 -r1.128 --- emacs.xml 2 Sep 2010 13:23:24 -0000 1.127 +++ emacs.xml 13 Sep 2010 08:53:23 -0000 1.128 @@ -1,6 +1,6 @@ - + =20 GNU Emacs on Gentoo @@ -22,8 +22,8 @@ =20 -1.37 -2010-09-02 +1.38 +2010-09-13 =20 Introduction @@ -220,6 +220,11 @@ + libxml2 + Parse XML with libxml2 instead of built-in Elisp functions which g= ives a sbstantial speed-up (Emacs 24 and above). + + + m17n-lib Use the m17n-lib multilingual library for complex text layout, e.g. for Indic scripts (Emacs 23 only).