Log message:
Updated print/auctex to 11.89
-----------------------------
News in 11.89
=============
* You can now run all commands needed to compile a document and then
open the viewer with a single command: 'TeX-command-run-all', bound
to 'C-c C-a'.
* Commands such as LaTeX and View can now be executed conveniently on
the current section (or part, chapter, subsection, etc). See
'LaTeX-command-section' and 'LaTeX-command-section-change-level'.
* Forward and backward search with Evince now also work when only a
region of the document is compiled/viewed.
* To open the PDF output file you can now use also PDF Tools, a
document viewer for Emacs. With it, as a plus, forward and
backward search is accurate at word level.
* With new option 'TeX-PDF-via-dvips-ps2pdf' it is possible to
compile a document to DVI and then convert it to PDF using
'dvips'-'ps2pdf' before viewing it.
* New option 'TeX-file-line-error' allows to select file:line:error
style for error messages.
* Indent '\[...\]' math mode as a regular environment by default.
* Now AUCTeX suggests to run 'makeindex' when appropriate.
* 'TeX-view-program-list' can contain, as third optional element of
each item, the name of the executable(s) needed to open the viewer.
* 'TeX-expand-list' variable has been split into 'TeX-expand-list'
and 'TeX-expand-list-builtin'. Only the former is intended to be
customized by the user, the latter contains built-in expanders.
You might want to keep in 'TeX-expand-list' only new expansion
strings.
* Before running commands like TeX and LaTeX, now AUCTeX performs
some checks. If 'TeX-check-TeX' is non-nil, it will test whether a
working TeX distribution is actually present in the system and
available to Emacs. Instead, when 'TeX-check-engine' is non-nil,
before running LaTeX commands AUCTeX will check whether the correct
engine has been set, based upon known restrictions posed by LaTeX
packages.
* Basic support to ConTeXt Mark IV has been added. Users can now
select the Mark version to be used with new option
'ConTeXt-Mark-version', and AUCTeX is able to catch error messages
in the output log of a Mark IV document.
* Support for tons of LaTeX packages has been addedd.
* Numbers of bugs have been fixed, many minor features have been
addedd.
|
Log message:
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.
|
Log message:
News since 11.87
================
* AUCTeX now supports Biber in conjunction with biblatex in addition
to BibTeX.
* Each AUCTeX mode now has its own abbrev table. On Emacsen which
provide the possibility to inherit abbrevs from other tables, the
abbrevs from the Text mode abbrev table are available as well.
Newly defined abbrevs are written to the mode-specific tables,
though.
* The file `tex-fptex.el' was removed.
* Forward/backward search for Evince has been improved. If Emacs is
compiled with DBUS support and a recent Evince version (3.x) is
installed, the communication goes over the desktop bus instead of
the command line, resulting in more accurate positioning of point
in Emacs and highlighting of the target paragraph in Evince.
* A problem where Ghostscript threw an /invalidfileaccess error when
running preview-latex was fixed.
* A lot of smaller fixes and additions have been made.
|
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.
|