tsdh pushed a change to branch externals/auctex. from 8eca45c Merge branch 'master' into elpa adds bb9f427 Grab focus on Evince inverse search adds 5745c81 Fix compatibility with GNU Emacs < 24 adds ce347e6 Document how to disable filling for specific environments adds ba10cf0 New defcustom TeX-raise-frame-function adds 29d4cb4 Document TeX-raise-frame-function adds 7f91fb9 More about TeX-raise-frame-function adds 2388815 Change test for PDF Tools availability adds 98a83e9 Fix to doc/auctex.texi adds 97c992d Catch up with deletion of \commondummies in texinfo.tex adds c1a2b33 ; Add missing space in prompt adds 8c57d38 Fix doc string for curve quoting style in Emacs 25 adds dfe0937 Reset `LaTeX-auto-xcolor-definecolorset' before parsing adds 40b3518 Add new spell checking dictionary tex-ispell.el adds 131c537 Document interaction with Ispell adds 4f15be6 ; Remove wrong entries for varioref.sty adds 7828a43 ; Remove wrong entries for cleveref.sty adds fad3600 Add new style/pdflscape.el adds e45c6d9 Add new style/commath.el adds 803894c Add new style/empheq.el adds 7d5c9ba ; Add missing macro \DeclareRightDelimiter adds 5232279 Remove obsolete TeX-function-p function adds f375c1f Fold environments with * in name adds 073b17a Update style/mathtools.el to v1.18 of mathtools.sty adds e4b2e6a Make TeX-previous-error go backward adds 5beae62 Set the right coding systems for Japanese TeX process adds e259e40 Add a Japanese error message translation adds fcb6424 Revise document for Japanese TeX adds 9e3230f Use `TeX-ispell-skip-setcdr' on user defined list environments adds b2ebbb3 Use `TeX-ispell-skip-setcdr' on user defined listing environments adds 22f9450 Use `TeX-ispell-skip-setcar' on user defined index macros adds 25bdcb2 Add new style/framed.el adds d0e8c1c Add new style/paracol.el adds 12bfe80 Add new style/menukeys.el adds e2be637 Merge branch 'master' into elpa adds a474cb4 Release GNU AUCTeX 11.89.5
No new revisions were added by this update. Summary of changes: Makefile.in | 6 +- auctex.el | 2 +- auctex.info | 421 +++++++++++++++++++-------- doc/auctex.texi | 196 ++++++++++++- doc/changes.texi | 14 +- doc/macros.texi | 16 +- doc/todo.texi | 4 - latex.el | 12 +- preview-latex.info | 4 +- style/amsthm.el | 8 +- style/commath.el | 102 +++++++ style/empheq.el | 504 ++++++++++++++++++++++++++++++++ style/enumitem.el | 11 +- style/environ.el | 2 +- style/{lscape.el => framed.el} | 31 +- style/listings.el | 4 +- style/mathtools.el | 442 +++++++++++++++++++++++----- style/menukeys.el | 539 +++++++++++++++++++++++++++++++++++ style/ntheorem.el | 8 +- style/paracol.el | 274 ++++++++++++++++++ style/{fancynum.el => pdflscape.el} | 27 +- style/splitidx.el | 10 +- style/theorem.el | 8 +- style/xcolor.el | 15 +- tex-buf.el | 11 +- tex-fold.el | 2 +- tex-ispell.el | 289 +++++++++++++++++++ tex-jp.el | 139 ++++++--- tex-site.el | 38 +-- tex.el | 132 ++++++++- 30 files changed, 2918 insertions(+), 353 deletions(-) create mode 100644 style/commath.el create mode 100644 style/empheq.el copy style/{lscape.el => framed.el} (60%) create mode 100644 style/menukeys.el create mode 100644 style/paracol.el copy style/{fancynum.el => pdflscape.el} (63%) create mode 100644 tex-ispell.el