summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-07-23 21:22:14 +0200
committerhaawda2017-07-23 21:22:14 +0200
commit7c4c1fd51a2e7993e6e5884777d23c1ae0c7b2ce (patch)
tree6c5ccb136f35e9c70a30961c11635f78c4ada950
parent525a4cfee6a0a881f0e99b00811fc70febc397ee (diff)
downloadaur-7c4c1fd51a2e7993e6e5884777d23c1ae0c7b2ce.tar.gz
Updated version (11.90.151.g41f229d4 -> 11.90.152.g2b46b604).
Changelog ========= Update key=val options to minted package v2.5 (2b46b604) Conform to elisp coding conventions. (41f229d4) * doc/changes.texi: Mention changes related to Japanese TeX. (cf92c47c) * doc/auctex.texi (European): Add babel languages which load english.el. (829f306e) Check and set `TeX-quote-language' if necessary (cd36aa87) Add new style/australian.el and style/newzealand.el (ef689109) Add new style/canadian.el (cd1075b8) Add new style/moodle.el (dd0dc196) * latex.el (LaTeX-babel-hyphen-language-alist): Fix typo in docstring. (64cf0e93) Add support for xreader viewer (42aa58cf) Update key=value options to graphicx package version 1.1a (fbbb17be) * style/beamer.el ("beamer"): Query for optional argument after \pause. (4ddee01e) Suggest to rerun LaTeX if xsim properties changed (4d426eac) Catch expl3 warnings (0c03e4ac) Correct actions on region file in included file not placed in master dir (ab04c45d) Imporve fix for Bug#26694 (4f397a2a) * tests/tex/compilation-log.txt: * tests/tex/error-parsing.el: Add test for error starting with exclamation mark. (aed9191a) ; * tex-buf.el (TeX-adjust-process-coding-system): Avoid a compilation warning. (6fd235f1) Resolve preview-latex incompatibility with Japanese TeX (Bug#25322) (370a4b92) Fix indentation in ConTeXt mode after indented optional argument (d2dfab67) Don't discard process output with `TeX-run-silent' (00c76fb7) * tex.el (TeX-command-list): Fix typo in help string (mendex -> upmendex) (d004ac75) * latex.el (LaTeX-env-label-as-keyval): Use `buffer-substring-no-properties'. (bde89b98) * doc/changes.texi: Document recent changes. (dcd55035) * tests/latex/fontification-general.tex: New file. (06c8074c) Exclude arguments to math environments from fontification (e21d071e) Improve further the exclusion of reserved characters (cd28c6f3) Work around bug#26694 (f4723786) * latex/preview.dtx: Adjust contact email address. (0e4ad85b) * tex-ispell.el: Move entries from style/empheq.el to this file. (7eab03ad) * latex/preview.dtx: Adjust modification date for CTAN. (5ea22218) Query for expl3 package options (93123b68) Add new style/floatrow.el (8e89a803) Use `ispell-tex-arg-end' on parsed elements (f0391320) Improve exclusion of reserved characters from command matches (272c9d62) Add support for plus sign in macro syntax specification list (f5cf886d) Update style/fontspec.el to package version 2.6a (6cac3e59) Consider the return value of `assq-delete-all' (ef7e48b4) * latex.el (LaTeX-common-initialization): Add eminnershape macro. (7249c789) * tex-ispell.el (TeX-ispell-skip-cmds-list): Add \addlinespace. (d4120832) Correctly exclude hypenation and thin spaces from command matches (9cf9f7cf) Add LaTeX core command \oldstylenums (581002f5) Make preview.sty compatible with recent luatex (cf6480c5) Do not highlight control spaces with "\ " (f6e7767e) Adjust macros acc. to change in `LaTeX-paragraph-commands-regexp-make' (38b413e9) * style/exam.el ("exam"): Remove duplicate entries and backslash. (6e584e91) Add the select environment and related macros to exam style. (c87ac67e) Fix comment environment highlighting (a90cab53) Add test for my last commit (a28aea0a) Do not highlight thin spaces with \, (0c15e6c8) Fix parsing of LaTeX2e date formats (f676608d) Improve error handling for Japanese users (08930b52) Deal with strange file name (c872521f) Support upmendex (865906ce) Improve command highlighting to not be triggered by hyphenation (3320d1eb) Add proper copyright header to some styles (b37c59a2) * doc/changes.texi: Update with recent changes. (21162488) ; Make sure that `regex-opt' builds a shy group. (65e56e18) ; * latex.el (LaTeX-section-list-add-locally): Fix doc string. (a45821ba) ; * style/paracol.el (TeX-arg-paracol-switchcolumn*): Guard point movement. (d82f66c4) ; * style/minted.el (LaTeX-minted-add-syntactic-keywords-extra): Fix doc string. (16f24ddc) * doc/auctex.texi (Selecting a Command): Document `TeX-ispell-verb-delimiters'. (94b227db) Fix `paragraph-start' and `paragraph-separate' (5a84d955) ; * tex-ispell.el (TeX-ispell-verb-delimiters): Remove `*'. (0cde29bd) Update package options in style/amsmath.el (83890d66) Append \b to regexp built from TeX control words (618bdf1b) Fix detection of bibliography files with dots in path (b2f69e18) ; * tex.el (TeX-ispell-tex-arg-verb-end): Drop unnecessary `format'. (83a875b9) Don't alter standard value or saved value themselves of customize option (07a2903e) Fix last improvement for skipping of inline verbatim macros (88a75635) ; Clear out byte compile warning (2fef12e3) Improve skipping of inline verbatim macros (d5951e68) * tests/latex/fontification-verb-macros.tex: New file. (e6c95e9e) Improve fontification of verbatim macros in style/minted.el (a46c3073) Adapt fontification for \lstinline (c360b9af) Recognize optional argument in verb macros with delimiters/braces (51d8d3da) Add support for Japanese font command (a71a72d9) Enhance Japanese class files support (ee42d371) * texmathp.el (texmathp-tex-commands-default): Add entries for empheq.sty. (7a382d2f) * style/minted.el ("minted"): Add key=val query for \mint and \mintinline. (77974e6b) Use `TeX-line-number-at-pos' further for older emacsen (43b07d95) Use compatibility function `TeX-line-number-at-pos' for older emacsen (9e7f21e4) Use the variable `LaTeX-listing-label' (4fcee328) Use compat function `TeX-replace-regexp-in-string' in core files (aac8694c) Use `TeX-replace-regexp-in-string' in style files (9d12a068) Add new compat function `TeX-replace-regexp-in-string' (46883103) Avoid altering user option as much as possible (592297dc) ; Provide fallback when no locale information is available (8fdc4948) Add LaTeX inline math delimiters to Ispell skip list (194a8f87) ; Simplify insertion of a newline after label (73909998) Fix addition of key=val's (a8dba19d) Modify `TeX-expand-list-builtin' instead of `TeX-expand-list' (4225941e) Add new style/fvextra.el (79361b58) Improve parsing capabilities of style/fancyvrb.el (a286e8b3) Improve fallback for indentation when & is omitted (6b5a7e0d) Remove spurious entries of view settings. (11e234b4) Add fallback for indentation when & is omitted (72a69436) ; Add some full stops at the end of sentences of the manual (cf43d7d4) ; Add fix related with coding system missing in my commit on Feb 14. (664186dd) Fix auto selection of japanese TeX engine (d0908cb4) Detect \& in tabular cells when filling (991b582e) * tex-ispell.el (TeX-ispell-skip-cmds-list): Add hyperref macros. (7c48c192) * tex-ispell.el (TeX-ispell-skip-setcdr): Add entry for filecontents package. (c97a654e) Fix documents and add trivial improvements. (6a298a87) Make customization to face specification to appear in customization buffer. (4992f5ac) Unify treatment of face argument over the relevant functions. (841d4cb3) Fix font-latex-make-match-defun to generate intended code. (a49aaa4e) Partially revert previous commit, will look better later (b0bf9ea5) Prevent infinite loop in TeX-command-expand (0dc770d0) Tweak locale treatment on xemacs. (4321dcc4) Add new style/sourcecodepro.el (7e7e55ed) * style/subfiles.el (LaTeX-subfiles-class-options): New function. (6bb49cca) Make papersize predicate in tex-jp.el to work again. Problem parallel to bug#25563. (1d7c2293) Fix setting of coding system for Japanese TeX (de5e40be) Improve regexp for looking for documentclass macro (b4f304b7) Improve determination of master file with subfiles class (a1091b8c) ; * style/empheq.el (LaTeX-empheq-item-equation): Delete unnecessary *. (c112a9e0) Add new keys for package version 4.00 (337ce76f) * latex.el (LaTeX-label): Eliminate premature returning of label. (e18e46e0) ; Add `LaTeX-equation-label' as symbol to `LaTeX-label-alist' (c21aff6a) Append "lstlisting" to `LaTeX-label-alist' (2182b6fa) Add new style/preview.el (f708e1b1) * .gitignore: Ignore only preview.el in top directory. (586cbd86) Improve parsing process in style/xcolor.el (f12dbb24) Improve parsing process in style/color.el (57085670) Fix parsing bug in style/xcolor.el (40543843) * latex/preview.dtx: Fix example for \PreviewMacro* macro. Add missing backslash. (558da5fe) Fix minor problems * tex.el (TeX-view-predicate-list-builtin): Enclose whole alternatives in regexp with shy group in order that the effect of "\`" and "\'" covers all the alternatives. * latex.el (LaTeX-auto-cleanup): Regard "Class", in addition to "class", as an indicator of LaTeX2e document. (9876030e) Simplify addition of entirely skipped environments (73ccc383) Fix TeX-view-predicate-list-builtin predicates wrt class opts (c0f36590) Fix number of arguments of local-variable-p in XEmacs (6c91dba2) Fix font-latex-after-hacking-local-variables on XEmacs (d54e7472) * tex-ispell.el: Add support for enviroments from breqn.sty. (76a2b5f7) ; * style/breqn.el ("breqn"): Add missing starred version of array. (ccd67c2b) Fix plain-TeX-auto-regexp-list docstring (4f2a3226) ; * doc/changes.texi: Improve wording. (a77e75ae) Add new style/breqn.el (ec7caff5) Update style/listings.el to use `LaTeX-env-label-as-keyval' (1b3f6e81) Add function to put labels in opt. argument of environments (85c46564) Add `NO-INSERT' argument to `LaTeX-label' (fbe07828) Check if label is defined before adding it to known labels (c886a1b4) Add \citetitle to `reftex-cite-format' in style/biblatex (b714739f) Guard setcar with appropriate test (3ca01062) * latex.el (LaTeX-newline): Make interactive. See bug#24412. (7230fece) Add makeglossaries to the list of commands (15960e46) Show summary of tests at the end of make check (474981fc) Fix ConTeXt-outline-regexp (183959ae) Remove also a gitignore (74766b4c) Remove file from distributed tar ball (46059c34) Add AUCTeX Logo (a1591144) Make gitlog-to-changelog ignore release-commit (4ebbf909) ; make change-history-commit (a181b144)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f503b52b305..a22a5fcdb365 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jul 21 19:43:19 UTC 2017
+# Sun Jul 23 19:22:14 UTC 2017
pkgbase = auctex-git
pkgdesc = TeX/LaTeX writing environment for Emacs - git checkout
- pkgver = 11.90.151.g41f229d4
+ pkgver = 11.90.152.g2b46b604
pkgrel = 1
url = http://savannah.gnu.org/projects/auctex
install = auctex.install
diff --git a/PKGBUILD b/PKGBUILD
index e782b46fbedc..74c878fdba8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=auctex-git
-pkgver=11.90.151.g41f229d4
+pkgver=11.90.152.g2b46b604
pkgrel=1
pkgdesc="TeX/LaTeX writing environment for Emacs - git checkout"
arch=('any')