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. 65b8b29a279e3a99297f


From: Ikumi Keita
Subject: [AUCTeX-commit] GNU AUCTeX branch, master, updated. 65b8b29a279e3a99297f3fe552d2ed14b9050e1c
Date: Sat, 3 Apr 2021 08:32:14 -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  65b8b29a279e3a99297f3fe552d2ed14b9050e1c (commit)
       via  4046481ae70597907ea2691ffedd15236aa9d829 (commit)
      from  3750d1a6e1316ff487cbf4fdb6067d4f3ba9f10e (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 65b8b29a279e3a99297f3fe552d2ed14b9050e1c
Author: Ikumi Keita <ikumi@ikumi.que.jp>
Date:   Sun Mar 28 04:27:09 2021 +0900

    Use #' instead of ' to quote function names
    
    * bib-cite.el (bib-switch-to-buffer-function):
    * latex.el (LaTeX-item-array, LaTeX-item-tabular*)
    (LaTeX-math-insert-function, LaTeX-environment-menu-entry)
    (LaTeX-environment-modify-menu-entry)
    (LaTeX-section-menu-entry, LaTeX-indent-tabular)
    * preview.el.in (preview-auto-reveal, preview-copy-mml)
    (preview-copy-region-as-mml, preview-generate-preview):
    * style/amsmath.el (LaTeX-item-equation-alignat):
    * style/amsthm.el (LaTeX-amsthm-auto-cleanup)
    ("amsthm"):
    * style/biblatex.el ("biblatex"):
    * style/dinbrief.el (LaTeX-dinbrief-style)
    (LaTeX-dinbrief-env-recipient):
    * style/exam.el ("exam"):
    * style/jurabib.el ("jurabib"):
    * style/letter.el (LaTeX-env-recipient):
    * style/minted.el (LaTeX-minted-auto-cleanup):
    * style/natbib.el ("natbib"):
    * style/ntheorem.el (LaTeX-ntheorem-auto-cleanup)
    ("ntheorem"):
    * style/pythontex.el ("pythontex"):
    * style/tcolorbox.el (LaTeX-tcolorbox-auto-cleanup):
    * style/theorem.el (LaTeX-theorem-auto-cleanup)
    ("theorem"):
    * style/xparse.el (LaTeX-xparse-macro-parse):
    * tests/latex/font-latex-test.el (font-latex-three-dollars)
    (font-latex-extend-region-backwards-quotation)
    (font-latex-general-fontification):
    * tex-bar.el (TeX-bar-TeX-button-alist)
    (TeX-bar-LaTeX-button-alist):
    * tex-buf.el (TeX-command-master, TeX-view):
    * tex-info.el (TeX-texinfo-mode):
    * tex-fold.el (TeX-fold-post-command):
    * tex-site.el.in (tex-site-unload-hook):
    * tex.el (TeX-expand-list-builtin,toplevel)
    (TeX-source-correlate-start-server-maybe)
    (TeX-install-font-lock, TeX-command-current)
    (TeX-command-select-master, TeX-command-select-buffer)
    (TeX-command-select-region, TeX-newline-function)
    (TeX-mode-specific-command-menu-entries)
    (TeX-font-replace-function, TeX-insert-dollar):
    * toolbar-x.el (toolbarx-default-toolbar-meaning-alist):
    * doc/auctex.texi (Mathematics, Filling, Folding)
    (Hacking the Parser):
    * doc/tex-ref.tex:
    Use #' instead of ' to quote function names.
    
    tex.el (): Add `declare-function' for `gnuserv-start'.

commit 4046481ae70597907ea2691ffedd15236aa9d829
Author: Ikumi Keita <ikumi@ikumi.que.jp>
Date:   Sun Mar 28 03:54:07 2021 +0900

    Use closure rather than hand-made lambda
    
    * latex.el (LaTeX-math-initialize):
    * style/kpfonts.el (math):
    * toolbar-x.el (toolbarx-make-command):
    Use closure rather than hand-made lambda form.

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

Summary of changes:
 bib-cite.el                    |  2 +-
 doc/auctex.texi                | 10 +++++-----
 doc/tex-ref.tex                |  4 ++--
 latex.el                       | 18 +++++++++---------
 preview.el.in                  |  8 ++++----
 style/amsmath.el               |  2 +-
 style/amsthm.el                |  6 +++---
 style/biblatex.el              |  4 ++--
 style/dinbrief.el              |  8 ++++++--
 style/exam.el                  |  2 +-
 style/jurabib.el               |  6 +++---
 style/kpfonts.el               |  4 ++--
 style/letter.el                |  4 +++-
 style/minted.el                |  2 +-
 style/natbib.el                |  6 +++---
 style/ntheorem.el              | 20 ++++++++++----------
 style/pythontex.el             |  4 ++--
 style/tcolorbox.el             |  6 +++---
 style/theorem.el               |  4 ++--
 style/xparse.el                |  6 +++---
 tests/latex/font-latex-test.el |  6 +++---
 tex-bar.el                     | 28 ++++++++++++++--------------
 tex-buf.el                     |  4 ++--
 tex-fold.el                    |  4 ++--
 tex-info.el                    |  2 +-
 tex-site.el.in                 |  2 +-
 tex.el                         | 34 ++++++++++++++++++----------------
 toolbar-x.el                   | 18 ++++++++++--------
 28 files changed, 117 insertions(+), 107 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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