[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 0744b687b3d7f6e3c5dc2
From: |
Arash Esbati |
Subject: |
[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 0744b687b3d7f6e3c5dc29f10778b952e025a817 |
Date: |
Tue, 18 Jan 2022 16:59:28 -0500 (EST) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".
The branch, master has been updated
via 0744b687b3d7f6e3c5dc29f10778b952e025a817 (commit)
from 0a2d9be447b8c8cfb3d87d35f79b24e3f88f683e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0744b687b3d7f6e3c5dc29f10778b952e025a817
Author: Arash Esbati <arash@gnu.org>
Date: Tue Jan 18 22:57:50 2022 +0100
Add macros to skip from caption package
* tex-ispell.el (TeX-ispell-skip-cmds-list): Add macros from
caption.sty.
diff --git a/tex-ispell.el b/tex-ispell.el
index b6eddcf4..009f5a9e 100644
--- a/tex-ispell.el
+++ b/tex-ispell.el
@@ -1,6 +1,6 @@
;;; tex-ispell.el --- AUCTeX skip additions for Ispell -*- lexical-binding:
t; -*-
-;; Copyright (C) 2016--2020 Free Software Foundation, Inc.
+;; Copyright (C) 2016--2022 Free Software Foundation, Inc.
;; Author: Arash Esbati <arash@gnu.org>
;; Maintainer: auctex-devel@gnu.org
@@ -45,6 +45,7 @@
;; attachfile.sty
;; booktabs.sty
;; breqn.sty
+;; caption.sty
;; cleveref.sty
;; empheq.sty
;; enumitem.sty
@@ -132,6 +133,14 @@
;; booktabs.sty
("addlinespace" . 0)
("specialrule" . 3)
+ ;; caption.sty
+ ("captionlistentry" . 0)
+ ("captionof" . 1)
+ ("captionof*" . 1)
+ ("captionsetup" . 1)
+ ("captionsetup*" . 1)
+ ("clearcaptionsetup" . 1)
+ ("clearcaptionsetup*" . 1)
;; cleveref.sty
("cref" . 1)
("Cref" . 1)
-----------------------------------------------------------------------
Summary of changes:
tex-ispell.el | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
hooks/post-receive
--
GNU AUCTeX
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 0744b687b3d7f6e3c5dc29f10778b952e025a817,
Arash Esbati <=