Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id B83A363B9D1 for ; Sat, 25 Dec 2010 13:16:29 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 94D5419D566; Sat, 25 Dec 2010 13:16:29 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 5B39019D4B5 for ; Sat, 25 Dec 2010 13:16:23 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 3BD45175DD; Sat, 25 Dec 2010 13:16:23 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sat, 25 Dec 2010 13:16:23 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/print/auctex To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20101225131623.3BD45175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: mef Date: Sat Dec 25 13:16:23 UTC 2010 Modified Files: pkgsrc/print/auctex: Makefile PLIST distinfo Log Message: (1) Bump AUCTeX version 11.84 to 11.86 (2) LICENSE= gnu-gpl-v3 Based on PR pkg/43966. News in 11.86 ============= * Parsing of LaTeX output was improved. It is now less likely that AUCTeX opens a non-existent file upon calling `TeX-next-error'; a problem for example encountered when using MiKTeX 2.8. In addition quoted file names as emitted by MiKTeX are now supported. * A new framework for the definition and selection of viewers was implemented. If you have customizations regarding viewers you will have to redo them in this new framework or reenable the old one. See the section on viewers in the manual for details. * Comprehensive editing support for PSTricks was added. * Support for various LaTeX packages was added, e.g. `tabularx', `CJK', and `hyperref'. * An easy way to switch between TeX engines (PDFTeX, LuaTeX, XeTeX, Omega) was added. * Support for SyncTeX was added. This involves the command line options for LaTeX and the viewer. * Folding can now be customized to use macro arguments as replacement text. * `preview.sty' now works with XeTeX. * A lot of smaller and larger bugs have been squashed. News in 11.85 ============= * Font locking has been improved significantly. It is now less prone to color bleeding which could lead to high resource usage. In addition it now includes information about LaTeX macro syntax and can indicate syntactically incorrect macros in LaTeX mode. * The license was updated to GPLv3. * Support for the nomencl, flashcards and comment LaTeX packages as well as the Icelandic language option of babel were added. * Support for folding of math macros was added. * Lots of minor bugs in features and documentation fixed. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 pkgsrc/print/auctex/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/print/auctex/PLIST cvs rdiff -u -r1.12 -r1.13 pkgsrc/print/auctex/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.