pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/auctex https://www.gnu.org/software/auctex/manua...
details: https://anonhg.NetBSD.org/pkgsrc/rev/76c6a10000cb
branches: trunk
changeset: 642006:76c6a10000cb
user: mef <mef%pkgsrc.org@localhost>
date: Sun Nov 23 06:05:39 2014 +0000
description:
https://www.gnu.org/software/auctex/manual/auctex/Changes.html
News in 11.88
* TeX-PDF-mode is now enabled by default.
* Now TeX-previous-error works with TeX commands if the new option
TeX-parse-all-errors is non-nil, which is the default. When this option is
non-nil, an overview of errors and warnings reported by the TeX compiler
can be opened with M-x TeX-error-overview <RET>. See Debugging, for
details.
* Style file authors are encouraged to distinguish common from expert macros
and environments, and mark the latter using TeX-declare-expert-macros and
LaTeX-declare-expert-environments.
Users can then restrict completion using TeX-complete-expert-commands.
* Management of LaTeX package options in the parser was improved. You might
need to reparse your documents, especially if you loaded the ?babel?
package with language options.
* Now you can insert ?$...$? or ?\(...\)? by typing a single $. To do this,
customize the new option ?TeX-electric-math?. TeX-math-close-double-dollar
was removed. See Quotes, for details.
* C-c <RET> documentclass <RET> completes with all available LaTeX classes,
if the TeX-arg-input-file-search variable is non-nil. Completion for class
options of the standard LaTeX classes is provided as well.
* New user options LaTeX-default-author, LaTeX-fontspec-arg-font-search,
LaTeX-fontspec-font-list-default, TeX-date-format, and
TeX-insert-braces-alist. A new possible value (show-all-optional-args) for
TeX-insert-macro-default-style was added. The default value of
TeX-source-correlate-method has been changed.
* ?biblatex? support was greatly expanded. If parsing is enabled, AUCTeX
looks at ?backend? option to decide whether to use Biber or BibTeX. The
LaTeX-biblatex-use-Biber variable was changed to be file local only and is
no more customizable.
* With some LaTeX classes, the default environment suggested by
LaTeX-environment (C-c C-e) when the current environment is ?document? was
changed. With ?beamer? class the default environment is ?frame?, with
?letter? it is ?letter?, with ?slides? it is ?slide?.
* Brace pairing feature was enhanced in LaTeX documents. Support for ?\bigl?,
?\Bigl?, ?\biggl? and ?\Biggl?, the same as the one for ?\left?, was added
to TeX-insert-macro. For example, C-c <RET> bigl <RET> ( <RET> inserts ?\
bigl(\bigr)?.
You can insert brace pair ?()?, ?{}? and ?[]? by typing a single left brace
if the new user option LaTeX-electric-left-right-brace is enabled.
Macros ?\langle?, ?\lfloor? and ?\lceil?, which produce the left part of
the paired braces, are treated similarly as ?(?, ?{? and ?[? during the
course of TeX-insert-macro. See Quotes, for details.
* Support for dozens of LaTeX packages was added.
* Tabular-like environments (tabular, tabular*, tabularx, tabulary, array,
align, ...) are indented in a nicer and more informative way when the
column values of a table line are written across multiple lines in the tex
file.
* The suitable number of ampersands are inserted when you insert array,
tabular and tabular* environments with C-c C-e. Similar experience is
obtained if you terminate rows in these environments with C-c <LFD>. It
supplies line break macro ?\\? and inserts the suitable number of
ampersands on the next line.
Similar supports are provided for various amsmath environments.
See Tabular-like, for details.
* Commands for narrowing to a group (TeX-narrow-to-group) and to LaTeX
environments (LaTeX-narrow-to-environment) were added.
* Now arbitrary options can be passed to the TeX processor on a per file
basis using the TeX-command-extra-options option. See Processor Options,
for details.
* Now C-c C-e document <RET>, in an empty document, prompts for ?\usepackage?
macros in addition to ?\documentclass?.
* TeX-add-style-hook has now a third argument to tell AUCTeX for which
dialect (LaTeX, Texinfo or BibTeX) the style hook is registers. Labelling
style hook by dialect will avoid applying them not in the right context.
* There have been lots of bug fixes and feature additions.
diffstat:
print/auctex/Makefile | 5 +-
print/auctex/PLIST | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++-
print/auctex/distinfo | 8 ++--
3 files changed, 88 insertions(+), 8 deletions(-)
diffs (244 lines):
diff -r af2b4de9b03f -r 76c6a10000cb print/auctex/Makefile
--- a/print/auctex/Makefile Sun Nov 23 06:00:01 2014 +0000
+++ b/print/auctex/Makefile Sun Nov 23 06:05:39 2014 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.40 2013/02/17 19:18:08 dholland Exp $
+# $NetBSD: Makefile,v 1.41 2014/11/23 06:05:39 mef Exp $
-DISTNAME= auctex-11.87
+DISTNAME= auctex-11.88
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}
-PKGREVISION= 1
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_GNU:=auctex/}
diff -r af2b4de9b03f -r 76c6a10000cb print/auctex/PLIST
--- a/print/auctex/PLIST Sun Nov 23 06:00:01 2014 +0000
+++ b/print/auctex/PLIST Sun Nov 23 06:05:39 2014 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2013/01/23 08:58:29 mef Exp $
+@comment $NetBSD: PLIST,v 1.16 2014/11/23 06:05:39 mef Exp $
${EMACS_INFOPREFIX}/auctex.info
share/doc/auctex/tex-ref.pdf
${EMACS_LISPPREFIX}/auctex.el
@@ -34,6 +34,7 @@
${EMACS_LISPPREFIX}/auctex/images/pdftex.xpm
${EMACS_LISPPREFIX}/auctex/images/pspdf.xpm
${EMACS_LISPPREFIX}/auctex/images/sep.xpm
+${EMACS_LISPPREFIX}/auctex/images/spell.xpm
${EMACS_LISPPREFIX}/auctex/images/tex.xpm
${EMACS_LISPPREFIX}/auctex/images/view.xpm
${EMACS_LISPPREFIX}/auctex/images/viewdvi.xpm
@@ -52,6 +53,12 @@
${EMACS_LISPPREFIX}/auctex/style/CJKutf8.elc
${EMACS_LISPPREFIX}/auctex/style/MinionPro.el
${EMACS_LISPPREFIX}/auctex/style/MinionPro.elc
+${EMACS_LISPPREFIX}/auctex/style/acro.el
+${EMACS_LISPPREFIX}/auctex/style/acro.elc
+${EMACS_LISPPREFIX}/auctex/style/acronym.el
+${EMACS_LISPPREFIX}/auctex/style/acronym.elc
+${EMACS_LISPPREFIX}/auctex/style/afterpage.el
+${EMACS_LISPPREFIX}/auctex/style/afterpage.elc
${EMACS_LISPPREFIX}/auctex/style/alltt.el
${EMACS_LISPPREFIX}/auctex/style/alltt.elc
${EMACS_LISPPREFIX}/auctex/style/alphanum.el
@@ -66,12 +73,16 @@
${EMACS_LISPPREFIX}/auctex/style/amsmath.elc
${EMACS_LISPPREFIX}/auctex/style/amsopn.el
${EMACS_LISPPREFIX}/auctex/style/amsopn.elc
+${EMACS_LISPPREFIX}/auctex/style/amssymb.el
+${EMACS_LISPPREFIX}/auctex/style/amssymb.elc
${EMACS_LISPPREFIX}/auctex/style/amstex.el
${EMACS_LISPPREFIX}/auctex/style/amstex.elc
${EMACS_LISPPREFIX}/auctex/style/amstext.el
${EMACS_LISPPREFIX}/auctex/style/amstext.elc
${EMACS_LISPPREFIX}/auctex/style/amsthm.el
${EMACS_LISPPREFIX}/auctex/style/amsthm.elc
+${EMACS_LISPPREFIX}/auctex/style/array.el
+${EMACS_LISPPREFIX}/auctex/style/array.elc
${EMACS_LISPPREFIX}/auctex/style/article.el
${EMACS_LISPPREFIX}/auctex/style/article.elc
${EMACS_LISPPREFIX}/auctex/style/austrian.el
@@ -82,6 +93,12 @@
${EMACS_LISPPREFIX}/auctex/style/beamer.elc
${EMACS_LISPPREFIX}/auctex/style/biblatex.el
${EMACS_LISPPREFIX}/auctex/style/biblatex.elc
+${EMACS_LISPPREFIX}/auctex/style/bigdelim.el
+${EMACS_LISPPREFIX}/auctex/style/bigdelim.elc
+${EMACS_LISPPREFIX}/auctex/style/bigstrut.el
+${EMACS_LISPPREFIX}/auctex/style/bigstrut.elc
+${EMACS_LISPPREFIX}/auctex/style/bm.el
+${EMACS_LISPPREFIX}/auctex/style/bm.elc
${EMACS_LISPPREFIX}/auctex/style/book.el
${EMACS_LISPPREFIX}/auctex/style/book.elc
${EMACS_LISPPREFIX}/auctex/style/booktabs.el
@@ -90,6 +107,8 @@
${EMACS_LISPPREFIX}/auctex/style/bulgarian.elc
${EMACS_LISPPREFIX}/auctex/style/captcont.el
${EMACS_LISPPREFIX}/auctex/style/captcont.elc
+${EMACS_LISPPREFIX}/auctex/style/cleveref.el
+${EMACS_LISPPREFIX}/auctex/style/cleveref.elc
${EMACS_LISPPREFIX}/auctex/style/comment.el
${EMACS_LISPPREFIX}/auctex/style/comment.elc
${EMACS_LISPPREFIX}/auctex/style/csquotes.el
@@ -110,14 +129,34 @@
${EMACS_LISPPREFIX}/auctex/style/dutch.elc
${EMACS_LISPPREFIX}/auctex/style/emp.el
${EMACS_LISPPREFIX}/auctex/style/emp.elc
+${EMACS_LISPPREFIX}/auctex/style/english.el
+${EMACS_LISPPREFIX}/auctex/style/english.elc
+${EMACS_LISPPREFIX}/auctex/style/epigraph.el
+${EMACS_LISPPREFIX}/auctex/style/epigraph.elc
${EMACS_LISPPREFIX}/auctex/style/epsf.el
${EMACS_LISPPREFIX}/auctex/style/epsf.elc
+${EMACS_LISPPREFIX}/auctex/style/everysel.el
+${EMACS_LISPPREFIX}/auctex/style/everysel.elc
+${EMACS_LISPPREFIX}/auctex/style/exercise.el
+${EMACS_LISPPREFIX}/auctex/style/exercise.elc
+${EMACS_LISPPREFIX}/auctex/style/fancyhdr.el
+${EMACS_LISPPREFIX}/auctex/style/fancyhdr.elc
+${EMACS_LISPPREFIX}/auctex/style/fancynum.el
+${EMACS_LISPPREFIX}/auctex/style/fancynum.elc
${EMACS_LISPPREFIX}/auctex/style/fancyref.el
${EMACS_LISPPREFIX}/auctex/style/fancyref.elc
+${EMACS_LISPPREFIX}/auctex/style/fancyvrb.el
+${EMACS_LISPPREFIX}/auctex/style/fancyvrb.elc
+${EMACS_LISPPREFIX}/auctex/style/filecontents.el
+${EMACS_LISPPREFIX}/auctex/style/filecontents.elc
${EMACS_LISPPREFIX}/auctex/style/flashcards.el
${EMACS_LISPPREFIX}/auctex/style/flashcards.elc
${EMACS_LISPPREFIX}/auctex/style/foils.el
${EMACS_LISPPREFIX}/auctex/style/foils.elc
+${EMACS_LISPPREFIX}/auctex/style/fontspec.el
+${EMACS_LISPPREFIX}/auctex/style/fontspec.elc
+${EMACS_LISPPREFIX}/auctex/style/footmisc.el
+${EMACS_LISPPREFIX}/auctex/style/footmisc.elc
${EMACS_LISPPREFIX}/auctex/style/francais.el
${EMACS_LISPPREFIX}/auctex/style/francais.elc
${EMACS_LISPPREFIX}/auctex/style/french.el
@@ -136,6 +175,8 @@
${EMACS_LISPPREFIX}/auctex/style/hyperref.elc
${EMACS_LISPPREFIX}/auctex/style/icelandic.el
${EMACS_LISPPREFIX}/auctex/style/icelandic.elc
+${EMACS_LISPPREFIX}/auctex/style/imakeidx.el
+${EMACS_LISPPREFIX}/auctex/style/imakeidx.elc
${EMACS_LISPPREFIX}/auctex/style/index.el
${EMACS_LISPPREFIX}/auctex/style/index.elc
${EMACS_LISPPREFIX}/auctex/style/inputenc.el
@@ -162,28 +203,52 @@
${EMACS_LISPPREFIX}/auctex/style/jura.elc
${EMACS_LISPPREFIX}/auctex/style/jurabib.el
${EMACS_LISPPREFIX}/auctex/style/jurabib.elc
+${EMACS_LISPPREFIX}/auctex/style/kantlipsum.el
+${EMACS_LISPPREFIX}/auctex/style/kantlipsum.elc
+${EMACS_LISPPREFIX}/auctex/style/kpfonts.el
+${EMACS_LISPPREFIX}/auctex/style/kpfonts.elc
${EMACS_LISPPREFIX}/auctex/style/latexinfo.el
${EMACS_LISPPREFIX}/auctex/style/latexinfo.elc
${EMACS_LISPPREFIX}/auctex/style/letter.el
${EMACS_LISPPREFIX}/auctex/style/letter.elc
${EMACS_LISPPREFIX}/auctex/style/lettrine.el
${EMACS_LISPPREFIX}/auctex/style/lettrine.elc
+${EMACS_LISPPREFIX}/auctex/style/lipsum.el
+${EMACS_LISPPREFIX}/auctex/style/lipsum.elc
${EMACS_LISPPREFIX}/auctex/style/listings.el
${EMACS_LISPPREFIX}/auctex/style/listings.elc
+${EMACS_LISPPREFIX}/auctex/style/longtable.el
+${EMACS_LISPPREFIX}/auctex/style/longtable.elc
+${EMACS_LISPPREFIX}/auctex/style/lscape.el
+${EMACS_LISPPREFIX}/auctex/style/lscape.elc
${EMACS_LISPPREFIX}/auctex/style/ltx-base.el
${EMACS_LISPPREFIX}/auctex/style/ltx-base.elc
${EMACS_LISPPREFIX}/auctex/style/ltxdoc.el
${EMACS_LISPPREFIX}/auctex/style/ltxdoc.elc
+${EMACS_LISPPREFIX}/auctex/style/luacode.el
+${EMACS_LISPPREFIX}/auctex/style/luacode.elc
${EMACS_LISPPREFIX}/auctex/style/makeidx.el
${EMACS_LISPPREFIX}/auctex/style/makeidx.elc
+${EMACS_LISPPREFIX}/auctex/style/mathtools.el
+${EMACS_LISPPREFIX}/auctex/style/mathtools.elc
${EMACS_LISPPREFIX}/auctex/style/mdwlist.el
${EMACS_LISPPREFIX}/auctex/style/mdwlist.elc
+${EMACS_LISPPREFIX}/auctex/style/memoir.el
+${EMACS_LISPPREFIX}/auctex/style/memoir.elc
+${EMACS_LISPPREFIX}/auctex/style/metalogo.el
+${EMACS_LISPPREFIX}/auctex/style/metalogo.elc
+${EMACS_LISPPREFIX}/auctex/style/mflogo.el
+${EMACS_LISPPREFIX}/auctex/style/mflogo.elc
${EMACS_LISPPREFIX}/auctex/style/multicol.el
${EMACS_LISPPREFIX}/auctex/style/multicol.elc
${EMACS_LISPPREFIX}/auctex/style/multido.el
${EMACS_LISPPREFIX}/auctex/style/multido.elc
${EMACS_LISPPREFIX}/auctex/style/multind.el
${EMACS_LISPPREFIX}/auctex/style/multind.elc
+${EMACS_LISPPREFIX}/auctex/style/multirow.el
+${EMACS_LISPPREFIX}/auctex/style/multirow.elc
+${EMACS_LISPPREFIX}/auctex/style/nameref.el
+${EMACS_LISPPREFIX}/auctex/style/nameref.elc
${EMACS_LISPPREFIX}/auctex/style/natbib.el
${EMACS_LISPPREFIX}/auctex/style/natbib.elc
${EMACS_LISPPREFIX}/auctex/style/naustrian.el
@@ -198,6 +263,10 @@
${EMACS_LISPPREFIX}/auctex/style/paralist.elc
${EMACS_LISPPREFIX}/auctex/style/pdfsync.el
${EMACS_LISPPREFIX}/auctex/style/pdfsync.elc
+${EMACS_LISPPREFIX}/auctex/style/placeins.el
+${EMACS_LISPPREFIX}/auctex/style/placeins.elc
+${EMACS_LISPPREFIX}/auctex/style/plext.el
+${EMACS_LISPPREFIX}/auctex/style/plext.elc
${EMACS_LISPPREFIX}/auctex/style/plfonts.el
${EMACS_LISPPREFIX}/auctex/style/plfonts.elc
${EMACS_LISPPREFIX}/auctex/style/plhb.el
@@ -220,6 +289,8 @@
${EMACS_LISPPREFIX}/auctex/style/pst-slpe.elc
${EMACS_LISPPREFIX}/auctex/style/pstricks.el
${EMACS_LISPPREFIX}/auctex/style/pstricks.elc
+${EMACS_LISPPREFIX}/auctex/style/ragged2e.el
+${EMACS_LISPPREFIX}/auctex/style/ragged2e.elc
${EMACS_LISPPREFIX}/auctex/style/report.el
${EMACS_LISPPREFIX}/auctex/style/report.elc
${EMACS_LISPPREFIX}/auctex/style/ruby.el
@@ -240,6 +311,8 @@
${EMACS_LISPPREFIX}/auctex/style/setspace.elc
${EMACS_LISPPREFIX}/auctex/style/shortvrb.el
${EMACS_LISPPREFIX}/auctex/style/shortvrb.elc
+${EMACS_LISPPREFIX}/auctex/style/siunitx.el
+${EMACS_LISPPREFIX}/auctex/style/siunitx.elc
${EMACS_LISPPREFIX}/auctex/style/slides.el
${EMACS_LISPPREFIX}/auctex/style/slides.elc
${EMACS_LISPPREFIX}/auctex/style/slovak.el
@@ -250,6 +323,12 @@
${EMACS_LISPPREFIX}/auctex/style/swedish.elc
${EMACS_LISPPREFIX}/auctex/style/tabularx.el
${EMACS_LISPPREFIX}/auctex/style/tabularx.elc
+${EMACS_LISPPREFIX}/auctex/style/tabulary.el
+${EMACS_LISPPREFIX}/auctex/style/tabulary.elc
+${EMACS_LISPPREFIX}/auctex/style/ulem.el
+${EMACS_LISPPREFIX}/auctex/style/ulem.elc
+${EMACS_LISPPREFIX}/auctex/style/unicode-math.el
+${EMACS_LISPPREFIX}/auctex/style/unicode-math.elc
${EMACS_LISPPREFIX}/auctex/style/units.el
${EMACS_LISPPREFIX}/auctex/style/units.elc
${EMACS_LISPPREFIX}/auctex/style/url.el
@@ -260,6 +339,8 @@
${EMACS_LISPPREFIX}/auctex/style/verbatim.elc
${EMACS_LISPPREFIX}/auctex/style/virtex.el
${EMACS_LISPPREFIX}/auctex/style/virtex.elc
+${EMACS_LISPPREFIX}/auctex/style/xparse.el
+${EMACS_LISPPREFIX}/auctex/style/xparse.elc
${EMACS_LISPPREFIX}/auctex/style/xspace.el
${EMACS_LISPPREFIX}/auctex/style/xspace.elc
${EMACS_LISPPREFIX}/auctex/tex-bar.el
diff -r af2b4de9b03f -r 76c6a10000cb print/auctex/distinfo
--- a/print/auctex/distinfo Sun Nov 23 06:00:01 2014 +0000
+++ b/print/auctex/distinfo Sun Nov 23 06:05:39 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2013/01/23 08:58:29 mef Exp $
+$NetBSD: distinfo,v 1.15 2014/11/23 06:05:39 mef Exp $
-SHA1 (auctex-11.87.tar.gz) = 0be92c7d8f89d57346fe07f05a1a045ffd11cd71
-RMD160 (auctex-11.87.tar.gz) = 89226e8307c3830b6061d152b42fd5324bb13aec
-Size (auctex-11.87.tar.gz) = 1206073 bytes
+SHA1 (auctex-11.88.tar.gz) = 098a9751c4e00812e61d62a0184a07d9753904df
+RMD160 (auctex-11.88.tar.gz) = 6e4e326b774ae6d7a5b2dc0091100925a8782280
+Size (auctex-11.88.tar.gz) = 1302836 bytes
Home |
Main Index |
Thread Index |
Old Index