tsdh pushed a change to branch externals/auctex. from df2c08f Better ChangeLog generation adds 608e874 Add the beginnings of TikZ support. adds a8a803c Call TeX-after-compilation-finished-functions on warnings adds ae34515 Better control for presence of errors adds 1cb2678 Delete redundant code adds df60ed5 Fix the name of argument in function body adds 201ed15 Fix a misplaced closing parenthesis adds 1288609 Add fontification support adds 00740ed TikZ: split out the prompts to TeX-TikZ-arg-node & TeX-TikZ-macro-arg. adds e8b5498 TikZ: allow arg type prompt to be specified. adds b211827 TikZ: Extract the prompting of the next arg from TeX-TikZ-macro-arg. adds 0bb9765 TikZ: Add prompting for \coordinate macro. adds 4770a35 TikZ: Add prompting for TikZ's \node macro. adds bb67e18 TikZ: Add 'Named Point' point type with completion. adds f23fbd6 Fill environment content onley when auto-fill-mode is active adds 4a1728b TikZ: Apply suggestions from checkdoc. adds 0f8baf6 TikZ: Ignore case when prompting for argument types. adds c49b547 TikZ: Rename 'text' to 'label' to be consistent with TikZ terminology. adds cf4ce35 TikZ: Add more path connector types. adds 0423aae New function TeX-error-report-has-errors-p adds eddf3ff Fix previous commit adds 00430f2 Restore compatibility with XEmacs adds d120a27 Merge branch 'master' into elpa adds 7573813 Release GNU AUCTeX 11.89.3
No new revisions were added by this update. Summary of changes: Makefile.in | 2 +- auctex.el | 3 +- auctex.info | 42 +++++---- doc/changes.texi | 5 + latex.el | 4 +- preview-latex.info | 4 +- style/currvita.el | 2 +- style/enumitem.el | 24 +----- style/environ.el | 12 ++- style/splitidx.el | 4 +- style/tikz.el | 231 ++++++++++++++++++++++++++++++++++++++++++++++++++++ tex-bar.el | 12 +-- tex-buf.el | 14 ++- tex-site.el | 2 +- 14 files changed, 298 insertions(+), 63 deletions(-) create mode 100644 style/tikz.el