Accepting request 347440 from home:auxsvr:branches:editors

Upgraded to 11.89, removed two patches and added a patch about dvips, previously included in auctex-11.87.dif.

OBS-URL: https://build.opensuse.org/request/show/347440
OBS-URL: https://build.opensuse.org/package/show/editors/emacs-auctex?expand=0&rev=31
This commit is contained in:
2015-12-04 12:21:11 +00:00
committed by Git OBS Bridge
parent 51a24067b6
commit 462ce74644
7 changed files with 80 additions and 374 deletions

View File

@@ -1,3 +1,62 @@
-------------------------------------------------------------------
Fri Nov 13 19:25:26 UTC 2015 - auxsvr@gmail.com
- Remove auctex-11.86-dinbrief.dif, as it's been merged upstream, and
everything in auctex-11.87.dif except for the dvips part.
- Update to 18.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.
* When new option '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.
-------------------------------------------------------------------
Sun Sep 13 10:50:46 UTC 2015 - auxsvr@gmail.com
- Update to 11.88
* 'TeX-PDF-mode' is now enabled.
* '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.by default.
* 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.
* 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.
-------------------------------------------------------------------
Tue Oct 7 02:17:49 UTC 2014 - crrodriguez@opensuse.org