tsdh pushed a change to branch elpa. from df2c08f Better ChangeLog generation new 608e874 Add the beginnings of TikZ support. new a8a803c Call TeX-after-compilation-finished-functions on warnings new ae34515 Better control for presence of errors new 1cb2678 Delete redundant code new df60ed5 Fix the name of argument in function body new 201ed15 Fix a misplaced closing parenthesis new 1288609 Add fontification support new 00740ed TikZ: split out the prompts to TeX-TikZ-arg-node & TeX-TikZ-macro-arg. new e8b5498 TikZ: allow arg type prompt to be specified. new b211827 TikZ: Extract the prompting of the next arg from TeX-TikZ-macro-arg. new 0bb9765 TikZ: Add prompting for \coordinate macro. new 4770a35 TikZ: Add prompting for TikZ's \node macro. new bb67e18 TikZ: Add 'Named Point' point type with completion. new f23fbd6 Fill environment content onley when auto-fill-mode is active new 4a1728b TikZ: Apply suggestions from checkdoc. new 0f8baf6 TikZ: Ignore case when prompting for argument types. new c49b547 TikZ: Rename 'text' to 'label' to be consistent with TikZ terminology. new cf4ce35 TikZ: Add more path connector types. new 0423aae New function TeX-error-report-has-errors-p new eddf3ff Fix previous commit new 00430f2 Restore compatibility with XEmacs new d120a27 Merge branch 'master' into elpa new 7573813 Release GNU AUCTeX 11.89.3
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