tsdh pushed a change to branch externals/auctex. from 6620d8c Merge from upstream master; release 11.88.3 new 8af05de Apply styles in reverse order new b91b203 docfix new 4fd5b48 Add three missing LaTeX lengths. new b418fbb Ask for a `Width' in minibuffer and not a `Length'. new e4a6481 New style colortbl.el. new c7c77a2 Fix parsing of new auto types in style files. new 0c15d1a Remove duplicate lines. new c2f6e9c [Fix #20227] Fix indentation of \[...\] math mode. new bf5f55b Document indentation of "\[...\]". new 143aa59 Merge branch 'master' into elpa new 05e30be Release 11.88.4
Summary of changes: ChangeLog | 58 ++++++++++++++++++++++ Makefile.in | 2 +- auctex.el | 2 +- auctex.info | 137 +++++++++++++++++++++++++++------------------------- doc/auctex.texi | 5 ++ doc/changes.texi | 3 + latex.el | 16 ++---- preview-latex.info | 4 +- style/acro.el | 8 ++-- style/acronym.el | 8 ++-- style/caption.el | 1 + style/color.el | 1 + style/colortbl.el | 74 ++++++++++++++++++++++++++++ style/enumitem.el | 1 + style/geometry.el | 1 + style/ltxtable.el | 2 +- style/minted.el | 1 + style/pst-plot.el | 7 ++- style/pstricks.el | 9 ++-- style/siunitx.el | 8 ++-- tex.el | 6 ++- 21 files changed, 253 insertions(+), 101 deletions(-) create mode 100644 style/colortbl.el