tsdh pushed a change to branch externals/auctex. from 8c89edf Regenerate version info new 4b2587d Add new style currvita.el. new 061d8cd New tcolorbox style new 5276f35 Add PDF Tools support new cef38f9 Handle TeX-region in backward search with both PDF Tools and Evince new cc9c060 Fix compatibility with Emacs < 24. new 51e3aa8 Adapt to PDF Tool changes new 1bc721b Fix error introduced in previous commit new 566426b New style for color.sty new adf90e9 Simplify TeX-pdf-tools-sync-view new b858aae Make TeX-pdf-tools-sync-view work with region files new b2957c8 Fix bug in pdf-tools support new 86f4a1e Add a hook that's run after an environment is modified new 83306b4 Add some expl3 support new 3cf92fc Fix font-locking issue new 39badf0 New defcustom LaTeX-fill-excluded-macros new 074af82 Add docs for LaTeX-fill-excluded-macros new b853739 Add uninstall rules to Makefiles. new d23de0a Style for bidibeamer which delegates to beamer new 61ed48c Replace add-to-list with pushnew new a375093 New style enumitem.el new 4034de2 New style for caption.sty. new 69b02a0 New style for geometry.sty. new 31c42ca Indent \[...\] display math as a normal environment. new 41c5f9a Improve error/warning reporting when file cannot be determined. new a2a4777 Add TeX-after-TeX-LaTeX-command-finished-hook new 59f9440 Fix void-function error occuring if cl is not loaded new 8d7fef3 Improve styles enumitem.el and caption.el. new 003f475 New style ltablex.el. new fd04166 New style ltxtable.el. new b1e9217 Style file for mn2e.cls. new f16c051 Fix header of style/mn2e.el. new 6896a4c Fix of the fix. Really. new ca40c6a Fix a broken link in documentation. new 17f5888 Merge branch 'master' into elpa new 6620d8c Merge from upstream master; release 11.88.3
Summary of changes: ChangeLog | 203 +++++++++++++++ Makefile.in | 26 ++- auctex.el | 2 +- auctex.info | 255 ++++++++++++-------- doc/Makefile.in | 14 +- doc/auctex.texi | 34 +++ doc/install.texi | 26 ++- doc/wininstall.texi | 2 +- font-latex.el | 5 +- latex.el | 87 +++++-- latex/Makefile.in | 14 +- preview-latex.info | 4 +- style/{austrian.el => bidibeamer.el} | 20 +- style/caption.el | 311 +++++++++++++++++++++++ style/color.el | 308 +++++++++++++++++++++++ style/currvita.el | 94 +++++++ style/enumitem.el | 447 ++++++++++++++++++++++++++++++++++ style/{alltt.el => expl3.el} | 31 +-- style/geometry.el | 150 ++++++++++++ style/{newtxtext.el => ltablex.el} | 31 ++-- style/{newtxtext.el => ltxtable.el} | 33 ++-- style/mn2e.el | 175 +++++++++++++ style/tcolorbox.el | 82 ++++++ tex-buf.el | 87 ++++--- tex-site.el | 4 +- tex.el | 129 ++++++---- 26 files changed, 2272 insertions(+), 302 deletions(-) copy style/{austrian.el => bidibeamer.el} (66%) create mode 100644 style/caption.el create mode 100644 style/color.el create mode 100644 style/currvita.el create mode 100644 style/enumitem.el copy style/{alltt.el => expl3.el} (66%) create mode 100644 style/geometry.el copy style/{newtxtext.el => ltablex.el} (58%) copy style/{newtxtext.el => ltxtable.el} (60%) create mode 100644 style/mn2e.el create mode 100644 style/tcolorbox.el