tsdh pushed a change to branch externals/auctex. from 35a4cfc Release GNU AUCTeX 11.88.9 new b10ca71 Fix docstring. new 90ea1a0 Remove SmallCaps font declaration command. new 52275f9 Improve style. new dbeb71f Improve style. new d56502e Support node name completion in texinfo new fb09c26 Warn about duplicate texinfo nodes new b4f95f9 Disable special filling of math constructs new a2f8bc6 Fix Texinfo-make-node-list new 6351078 Use LaTeX-style-list for default classes completion. new 4527e8a Update documentation. new f52479b Improve checking of a TeX distribution and make it optional new cb4e33e Set output extension for Texinfo files new c39c63f Add new style hologo.el. new 0c9b98a Fix compatibility with XEmacs in tex-info.el new 9dba8fd Make View command work no matter how emacs started new b3153ec Add function for reverting document buffer new 3aa4bdb Add ChangeLog entry new 5179308 Change default value of LaTeX-fill-break-at-separators new cc72777 More ERT tests new 11af8e6 Improve has-no-display-manager predicate new a4c6a19 Update release-related Makefile rules new d465076 Update for upcoming release new df7dbbd Release_11.89 new 7427d62 Drop ChangeLog new 590651f Merge branch 'master' into elpa new 7363de1 Adapt to ChangeLog dropping
Summary of changes: .gitignore | 3 +- ChangeLog-preview | 4 + ChangeLog => ChangeLog.1 | 170 +++++++++++++ GNUmakefile | 2 + Makefile.in | 21 ++- RELEASE | 129 ++++------- auctex.el | 2 +- auctex.info | 297 +++++++++++++---------- build-aux/gitlog-to-changelog | 492 +++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- doc/auctex.texi | 34 +++- doc/changes.texi | 31 ++- doc/tex-ref.tex | 8 +- latex.el | 22 +- latex/preview.dtx | 2 +- latex/preview.sty | 2 +- preview-latex.info | 78 +++--- style/Alegreya.el | 6 +- style/AlegreyaSans.el | 6 +- style/amsthm.el | 144 +++++++++-- style/caption.el | 2 +- style/enumitem.el | 29 +-- style/hologo.el | 233 ++++++++++++++++++ style/subcaption.el | 4 +- tests/latex/latex-filling-in.tex | 1 + tests/latex/latex-filling-out.tex | 5 + tests/latex/latex-test.el | 80 ++++++- tests/latex/math-indent-in.tex | 17 ++ tests/latex/math-indent-out.tex | 17 ++ tex-buf.el | 36 +++- tex-info.el | 135 ++++++++--- tex-site.el | 4 +- tex.el | 19 +- 33 files changed, 1651 insertions(+), 386 deletions(-) rename ChangeLog => ChangeLog.1 (99%) create mode 100755 build-aux/gitlog-to-changelog create mode 100644 style/hologo.el create mode 100644 tests/latex/latex-filling-in.tex create mode 100644 tests/latex/latex-filling-out.tex create mode 100644 tests/latex/math-indent-in.tex create mode 100644 tests/latex/math-indent-out.tex