tsdh pushed a change to branch externals/auctex. from 50798f3 * font-latex.el: Use the standard utf-8 rather than latin-1 new a28aea0 Add test for my last commit new a90cab5 Fix comment environment highlighting new c87ac67 Add the select environment and related macros to exam style. new 6e584e9 * style/exam.el ("exam"): Remove duplicate entries and backslash. new 38b413e Adjust macros acc. to change in `LaTeX-paragraph-commands-regexp-make' new f6e7767 Do not highlight control spaces with "\ " new cf6480c Make preview.sty compatible with recent luatex new 581002f Add LaTeX core command \oldstylenums new 9cf9f7c Correctly exclude hypenation and thin spaces from command matches new d412083 * tex-ispell.el (TeX-ispell-skip-cmds-list): Add \addlinespace. new 7249c78 * latex.el (LaTeX-common-initialization): Add eminnershape macro. new ef7e48b Consider the return value of `assq-delete-all' new 6cac3e5 Update style/fontspec.el to package version 2.6a new f5cf886 Add support for plus sign in macro syntax specification list new 272c9d6 Improve exclusion of reserved characters from command matches new f039132 Use `ispell-tex-arg-end' on parsed elements new 8e89a80 Add new style/floatrow.el new 93123b6 Query for expl3 package options new 5ea2221 * latex/preview.dtx: Adjust modification date for CTAN. new 7eab03a * tex-ispell.el: Move entries from style/empheq.el to this file. new 0e4ad85 * latex/preview.dtx: Adjust contact email address. new f472378 Work around bug#26694 new cd28c6f Improve further the exclusion of reserved characters new e21d071 Exclude arguments to math environments from fontification new 06c8074 * tests/latex/fontification-general.tex: New file. new dcd5503 * doc/changes.texi: Document recent changes. new bde89b9 * latex.el (LaTeX-env-label-as-keyval): Use `buffer-substring-no-properties'. new d004ac7 * tex.el (TeX-command-list): Fix typo in help string (mendex -> upmendex) new 00c76fb Don't discard process output with `TeX-run-silent' new d2dfab6 Fix indentation in ConTeXt mode after indented optional argument new 370a4b9 Resolve preview-latex incompatibility with Japanese TeX (Bug#25322) new 6fd235f ; * tex-buf.el (TeX-adjust-process-coding-system): Avoid a compilation warning. new aed9191 * tests/tex/compilation-log.txt: * tests/tex/error-parsing.el: Add test for error starting with exclamation mark. new 4f397a2 Imporve fix for Bug#26694 new ab04c45 Correct actions on region file in included file not placed in master dir new 0c03e4a Catch expl3 warnings new 4d426ea Suggest to rerun LaTeX if xsim properties changed new 4ddee01 * style/beamer.el ("beamer"): Query for optional argument after \pause. new fbbb17b Update key=value options to graphicx package version 1.1a new 42aa58c Add support for xreader viewer new 64cf0e9 * latex.el (LaTeX-babel-hyphen-language-alist): Fix typo in docstring. new dd0dc19 Add new style/moodle.el new cd1075b Add new style/canadian.el new ef68910 Add new style/australian.el and style/newzealand.el new cd36aa8 Check and set `TeX-quote-language' if necessary new 829f306 * doc/auctex.texi (European): Add babel languages which load english.el. new cf92c47 * doc/changes.texi: Mention changes related to Japanese TeX. new 41f229d Conform to elisp coding conventions. new 2b46b60 Update key=val options to minted package v2.5 new 17118fb Prepare for upcoming release new 8c172d5 ; make change-history-commit new 97dca3f ; Release_11.91 new e0d067f Manually cherry-pick commit bc0db60e new c8c8677 Fix unescaped character literals new fa24654 * font-latex.el: Use the standard utf-8 rather than latin-1 new ba66331 Merge branch 'master' into externals/auctex new 32f71f6 Release GNU AUCTeX 11.91.0
Summary of changes: ChangeLog-preview | 4 + ChangeLog.1 | 1182 ++++++++++++++++++++++++++++- Makefile.in | 4 +- RELEASE | 178 ++--- auctex.el | 2 +- auctex.info | 296 +++++--- configure.ac | 2 +- context.el | 5 +- doc/auctex.texi | 3 + doc/changes.texi | 55 +- doc/tex-ref.tex | 6 +- font-latex.el | 76 +- latex.el | 43 +- latex/preview.dtx | 19 +- latex/preview.sty | 5 +- preview-latex.info | 80 +- preview.el | 141 +++- prv-xemacs.el | 22 +- style/{tbook.el => australian.el} | 19 +- style/beamer.el | 2 +- style/bicaption.el | 7 +- style/breqn.el | 2 +- style/{tbook.el => canadian.el} | 19 +- style/caption.el | 5 +- style/comment.el | 8 +- style/empheq.el | 6 +- style/english.el | 2 + style/exam.el | 8 +- style/expl3.el | 12 +- style/floatrow.el | 726 ++++++++++++++++++ style/fontspec.el | 396 +++++++--- style/fvextra.el | 2 +- style/graphicx.el | 17 +- style/mdframed.el | 8 +- style/minted.el | 22 +- style/moodle.el | 213 ++++++ style/{tbook.el => newzealand.el} | 19 +- style/subcaption.el | 6 +- style/tcolorbox.el | 2 +- style/textcomp.el | 11 +- tests/context/context-indentation-in.tex | 24 + tests/context/context-indentation-out.tex | 24 + tests/context/context-test.el | 56 ++ tests/japanese/error-parsing.el | 64 ++ tests/japanese/preview-error-test.tex | 42 + tests/japanese/preview-error-test2.tex | 20 + tests/japanese/preview-latex.el | 302 ++++++++ tests/japanese/prv-dif-code.tex | 42 + tests/latex/fontification-general.tex | 358 +++++++++ tests/tex/compilation-log.txt | 4 + tests/tex/error-parsing.el | 27 +- tex-buf.el | 117 ++- tex-ispell.el | 6 + tex-jp.el | 12 +- tex-site.el | 8 +- tex-site.el.in | 9 +- tex.el | 76 +- 57 files changed, 4198 insertions(+), 628 deletions(-) copy style/{tbook.el => australian.el} (73%) copy style/{tbook.el => canadian.el} (73%) create mode 100644 style/floatrow.el create mode 100644 style/moodle.el copy style/{tbook.el => newzealand.el} (73%) create mode 100644 tests/context/context-indentation-in.tex create mode 100644 tests/context/context-indentation-out.tex create mode 100644 tests/context/context-test.el create mode 100644 tests/japanese/error-parsing.el create mode 100644 tests/japanese/preview-error-test.tex create mode 100644 tests/japanese/preview-error-test2.tex create mode 100644 tests/japanese/preview-latex.el create mode 100644 tests/japanese/prv-dif-code.tex create mode 100644 tests/latex/fontification-general.tex