auctex-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-commit] GNU AUCTeX branch, master, updated. bfaa079a2836996a4733


From: Ikumi Keita
Subject: [AUCTeX-commit] GNU AUCTeX branch, master, updated. bfaa079a2836996a4733056c0c90daf3ad141c42
Date: Tue, 5 Sep 2017 09:34:11 -0400 (EDT)

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  bfaa079a2836996a4733056c0c90daf3ad141c42 (commit)
       via  7863f42363d0ac53663cfb6759537ee221158060 (commit)
      from  a9440770f0a935769b46bf08e7e8b936733b6eab (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 bfaa079a2836996a4733056c0c90daf3ad141c42
Author: Ikumi Keita <address@hidden>
Date:   Sat Sep 2 21:55:45 2017 +0900

    Conform to elisp coding convention
    
    * style/biblatex.el (LaTeX-arg-addbibresource)
    (LaTeX-biblatex-package-options):
    * style/fontspec.el (LaTeX-fontspec-arg-font):
    Add "done" message.
    * style/relsize.el ("relsize"): Tailor prompt string.
    * style/bidi.el: Remove spurious execution bit.

commit 7863f42363d0ac53663cfb6759537ee221158060
Author: Ikumi Keita <address@hidden>
Date:   Fri Sep 1 00:06:42 2017 +0900

    Prevent possible infinite loop
    
    * tex.el (TeX-delete-duplicate-strings): Make sure that comparison is
    done with valid list elements.
    (TeX-delete-dups-by-car): Ditto.
    Use `TeX-sort-strings' and `TeX-car-string-lessp'.
    (TeX-car-string-lessp): Move the position of defun before the
    defcustom of `TeX-engine'.  Since the defcustom requires
    `TeX-delete-dups-by-car' at load time, all the functions used in
    `TeX-delete-dups-by-car' must be defined before the defcustom.

-----------------------------------------------------------------------

Summary of changes:
 style/biblatex.el |  4 +++-
 style/bidi.el     |  0
 style/fontspec.el |  3 ++-
 style/relsize.el  |  4 ++--
 tex.el            | 19 +++++++++----------
 5 files changed, 16 insertions(+), 14 deletions(-)
 mode change 100755 => 100644 style/bidi.el


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

[Prev in Thread] Current Thread [Next in Thread]