summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-11-07 20:26:19 +0100
committerhaawda2017-11-07 20:26:19 +0100
commit30134d6f5a257509c5766a2e9e8ab09acdca3600 (patch)
tree7c41dfb9e6802cc339a2d1eb17111334b006d6db
parenta892c3d1cf5c2fe2b29fe373791e28f8a11cad70 (diff)
downloadaur-30134d6f5a257509c5766a2e9e8ab09acdca3600.tar.gz
Updated version (11.91.29.gb20eea0e -> 11.91.30.g837d5900).
Changelog ========= 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 c8f0742e27ca..072f6bdbb276 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Oct 5 16:56:20 UTC 2017
+# Tue Nov 7 19:26:19 UTC 2017
pkgbase = auctex-git
pkgdesc = TeX/LaTeX writing environment for Emacs - git checkout
- pkgver = 11.91.29.gb20eea0e
+ pkgver = 11.91.30.g837d5900
pkgrel = 1
url = http://savannah.gnu.org/projects/auctex
install = auctex.install
diff --git a/PKGBUILD b/PKGBUILD
index 83ffd5f5a208..c77fd1eae043 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=auctex-git
-pkgver=11.91.29.gb20eea0e
+pkgver=11.91.30.g837d5900
pkgrel=1
pkgdesc="TeX/LaTeX writing environment for Emacs - git checkout"
arch=('any')