[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-commit] GNU AUCTeX branch, master, updated. 6a298a874a572b33e14b
From: |
Ikumi Keita |
Subject: |
[AUCTeX-commit] GNU AUCTeX branch, master, updated. 6a298a874a572b33e14bf494e0374bdf78dd9eb6 |
Date: |
Sat, 4 Mar 2017 08:58:24 -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 6a298a874a572b33e14bf494e0374bdf78dd9eb6 (commit)
via 4992f5ac83d41e99b8e0b353e939099846e77f42 (commit)
via 841d4cb34755a45f544f87af4ce25ef50f964e4b (commit)
via a49aaa4e8eed55ddce5bd8e886932e1e17fb5d2d (commit)
from b0bf9ea57ffd6271e2c3116e3e91609bfe602bd1 (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 6a298a874a572b33e14bf494e0374bdf78dd9eb6
Author: Ikumi Keita <address@hidden>
Date: Sat Mar 4 22:57:08 2017 +0900
Fix documents and add trivial improvements.
* font-latex.el (font-latex-deactivated-keyword-classes): Add keyword
class biblatexnoarg, biblatex and slide-title to doc string.
Use `buffer-string'.
(font-latex-keyword-matcher): Mention that face attributes is accepted
as FACE argument in doc string.
(font-latex-make-built-in-keywords): Arrange doc string for generated
defvar of `font-latex-match-*-keywords-local' depending on the keyword
type.
Remove spurious type declaration from generated defcustom of
`font-latex-match-*-keywords'.
Replace meaningless argument with nil and add doc string for generated
defvar of `font-latex-match-*'.
Replace redundant call to intern with literal quote of symbol.
(font-latex-user-keyword-classes): Fix doc string. The accepted face
argument is face attribute rather than font specification.
Add doc string for generated defvar of `font-latex-match-*'.
(font-latex-make-user-keywords): Replace backquote with quote where
backquote is not necessary.
(font-latex-add-keywords): Add keyword class biblatexnoarg to doc
string.
* doc/auctex.texi (): Update copyright year.
(Deactivating defaults of built-in keyword classes): Add keyword
class biblatexnoarg, biblatex and slide-title.
Fix sample lisp code.
(User-defined keyword classes): The accepted face argument is face
attribute rather than font specification.
commit 4992f5ac83d41e99b8e0b353e939099846e77f42
Author: Ikumi Keita <address@hidden>
Date: Sat Mar 4 22:57:08 2017 +0900
Make customization to face specification to appear in
customization buffer.
* font-latex.el (font-latex-user-keyword-classes): Exchange the order
of `face' and `custom-face-edit'. Tweak doc string.
commit 841d4cb34755a45f544f87af4ce25ef50f964e4b
Author: Ikumi Keita <address@hidden>
Date: Sat Mar 4 22:57:08 2017 +0900
Unify treatment of face argument over the relevant functions.
* font-latex.el (font-latex-keyword-matcher): Conform the face
argument correctly to the format `font-lock-keywords' requires.
(font-latex-make-user-keywords) : Call `font-latex-make-match-defun'
directly without `eval'.
(font-latex-deactivated-keyword-classes) : Accept a face symbol, as
well as a form returning a face symbol, for the third element for each
item of `font-latex-built-in-keyword-classes'.
(font-latex-built-in-keyword-classes) : Remove quoting from the face
names. Contrary to the sentence of the doc string
"The third element is the symbol of a face to be used or a Lisp
form returning a face symbol.", symbol of a face was invalid due to
the above bugs.
commit a49aaa4e8eed55ddce5bd8e886932e1e17fb5d2d
Author: Ikumi Keita <address@hidden>
Date: Sat Mar 4 22:57:08 2017 +0900
Fix font-latex-make-match-defun to generate intended code.
* font-latex.el (font-latex-make-match-defun): Arrange the order of
evaluation not to generate meaningless clause. Byte compile warning
on xemacs went away.
-----------------------------------------------------------------------
Summary of changes:
doc/auctex.texi | 17 +++++---
font-latex.el | 132 ++++++++++++++++++++++++++++++++------------------------
2 files changed, 85 insertions(+), 64 deletions(-)
hooks/post-receive
--
GNU AUCTeX
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [AUCTeX-commit] GNU AUCTeX branch, master, updated. 6a298a874a572b33e14bf494e0374bdf78dd9eb6,
Ikumi Keita <=