summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-09-17 09:00:37 +0200
committerhaawda2017-09-17 09:00:37 +0200
commit38da2124f4483a38d63a114a7d80e199a7225ec1 (patch)
treeda57207ef6b82e3bdabe704c852c7b297cb346e1
parentdc865a27b25ba539dfc37b14ba91eda8e9845267 (diff)
downloadaur-38da2124f4483a38d63a114a7d80e199a7225ec1.tar.gz
Updated version (11.91.20.gcfad977c -> 11.91.21.g6dcf0e10).
Changelog ========= 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 dc461b88e237..53f59761740c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Sep 15 19:31:35 UTC 2017
+# Sun Sep 17 07:00:37 UTC 2017
pkgbase = auctex-git
pkgdesc = TeX/LaTeX writing environment for Emacs - git checkout
- pkgver = 11.91.20.gcfad977c
+ pkgver = 11.91.21.g6dcf0e10
pkgrel = 1
url = http://savannah.gnu.org/projects/auctex
install = auctex.install
diff --git a/PKGBUILD b/PKGBUILD
index 282789bd12a3..f459b7f086c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=auctex-git
-pkgver=11.91.20.gcfad977c
+pkgver=11.91.21.g6dcf0e10
pkgrel=1
pkgdesc="TeX/LaTeX writing environment for Emacs - git checkout"
arch=('any')