summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR Update Bot2017-12-02 07:46:15 +0100
committerhaawda2017-12-02 07:46:15 +0100
commitfee14192f1b50eb7f1157e5517af03c6c8a04fb2 (patch)
tree7c9a765d8a17601c7222ea5a1e4d484d5701d1d4
parent1679bfe2b3267102f90c7c3990dcd6dbf1ffe326 (diff)
downloadaur-fee14192f1b50eb7f1157e5517af03c6c8a04fb2.tar.gz
Updated version (11.91.44.g9fdfe2c3 -> 11.91.51.g0aa32751).
Changelog ========= Get rid of `delete-dups' (0aa32751) * style/longtable.el ("longtable"): Use `make-local-variable'. (f0c4f4db) * tex-ispell.el: Add entry for "xltabular" environment. (8a12caec) Fix style/xltabular.el (464e1b4d) Reduce code duplication in tests (e1956047) Revert wrong test (478c9874) Add style path explicitly (b01f2f27) Re-implement auto-detect of path separator from kpsewhich output (9fdfe2c3) Don't set company-minimum-prefix-length in tex mode buffers (b2571b60) * doc/changes.texi: Mention compatibility of preview with GS 9.22. (b69d894e) Improve style/epigraph.el (c03ca2c9) Give proper argument to `TeX-command-expand' (842471c3) Add test for the recent change about `TeX-kpathsea-path-delimiter' (5d6839e9) Document `TeX-view-evince-keep-focus' (463ead70) Document `TeX-math-input-method-off-regexp' properly. (0d8e6c64) Mention the necessity of GNU make (213b7053) Bug fix and code refactoring related to kpathsea (420ec0e6) Add new style/xltabular.el (ee4cc54a) Add new function `LaTeX-env-longtable' (f0145f46) * tex.el (TeX-math-input-method-off-regexp): Turn defvar into defcustom. (ea7ff484) ; * latex.el (LaTeX-document-style-hook): Fix a typo. (f362325f) Remove use of .runandhide operator (837d5900) Fix Copyright year (b20eea0e) Cosmetic Change (5d8ac953) Fix doc strings and comments (fe062115) ; * doc/tex-ref.tex (): Fix typo and copyright year. (474cc4f2) Make preview-latex parsing robust to fix Bug#20773, Bug#27088 (9e1aa85d) Add test abount truncation of list (20b6fd0d) ; * tex.el (TeX-doc-backend-alist): Use `TeX-search-files-by-type'. (9e5e5f6a) Prevent possible truncation of list value (5a538cb4) Add a new option for evince compatible viewer. (6dcf0e10) Make correct extensions are returned (cfad977c) Add test for infinite loop (cf0ff704) Parse package/class option with comments correctly (433b5f9e) Conform to elisp coding convention (bfaa079a) Prevent possible infinite loop (7863f423) Use `delete' correctly for list variable (a9440770) Add test for my commit on Aug 18 (01224b60) Fix doc string and indent (f3180f82) Add %(PDF) when undumped format is used in preview-latex (2ed9d930) Add new style/arabxetex.el (aaf22a91) Improvements for tex-info.el (075eab75) Use #' to quote function names (90a2c295) Delay setting Japanese TeX engine in `japanese-latex-mode' (ff075446) * style/XCharter.el ("XCharter"): Update to package v1.094 from 2017/08/08. (b43ec94b) * style/amsthm.el ("amsthm"): Use `LaTeX-amsthm-env-label'. (f73ccfe7) ; * style/minted.el: Fix header. (8337345d) Conform to elisp coding convention in context.el (17d86b5f) * font-latex.el: Use the standard utf-8 rather than latin-1 (fa246543) Fix unescaped character literals (c8c86775) Manually cherry-pick commit bc0db60e (e0d067f4)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73e89f9c9fc6..6bbd751be4c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Nov 29 17:58:49 UTC 2017
+# Sat Dec 2 06:46:15 UTC 2017
pkgbase = auctex-git
pkgdesc = TeX/LaTeX writing environment for Emacs - git checkout
- pkgver = 11.91.44.g9fdfe2c3
+ pkgver = 11.91.51.g0aa32751
pkgrel = 1
url = http://savannah.gnu.org/projects/auctex
install = auctex.install
diff --git a/PKGBUILD b/PKGBUILD
index f1b28696e8d3..ff1ab09eaed6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=auctex-git
-pkgver=11.91.44.g9fdfe2c3
+pkgver=11.91.51.g0aa32751
pkgrel=1
pkgdesc="TeX/LaTeX writing environment for Emacs - git checkout"
arch=('any')