tsdh pushed a change to branch elpa. from 8eca45c Merge branch 'master' into elpa new bb9f427 Grab focus on Evince inverse search new 5745c81 Fix compatibility with GNU Emacs < 24 new ce347e6 Document how to disable filling for specific environments new ba10cf0 New defcustom TeX-raise-frame-function new 29d4cb4 Document TeX-raise-frame-function new 7f91fb9 More about TeX-raise-frame-function new 2388815 Change test for PDF Tools availability new 98a83e9 Fix to doc/auctex.texi new 97c992d Catch up with deletion of \commondummies in texinfo.tex new c1a2b33 ; Add missing space in prompt new 8c57d38 Fix doc string for curve quoting style in Emacs 25 new dfe0937 Reset `LaTeX-auto-xcolor-definecolorset' before parsing new 40b3518 Add new spell checking dictionary tex-ispell.el new 131c537 Document interaction with Ispell new 4f15be6 ; Remove wrong entries for varioref.sty new 7828a43 ; Remove wrong entries for cleveref.sty new fad3600 Add new style/pdflscape.el new e45c6d9 Add new style/commath.el new 803894c Add new style/empheq.el new 7d5c9ba ; Add missing macro \DeclareRightDelimiter new 5232279 Remove obsolete TeX-function-p function new f375c1f Fold environments with * in name new 073b17a Update style/mathtools.el to v1.18 of mathtools.sty new e4b2e6a Make TeX-previous-error go backward new 5beae62 Set the right coding systems for Japanese TeX process new e259e40 Add a Japanese error message translation new fcb6424 Revise document for Japanese TeX new 9e3230f Use `TeX-ispell-skip-setcdr' on user defined list environments new b2ebbb3 Use `TeX-ispell-skip-setcdr' on user defined listing environments new 22f9450 Use `TeX-ispell-skip-setcar' on user defined index macros new 25bdcb2 Add new style/framed.el new d0e8c1c Add new style/paracol.el new 12bfe80 Add new style/menukeys.el new e2be637 Merge branch 'master' into elpa new a474cb4 Release GNU AUCTeX 11.89.5
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