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. 39699a711d7101442c43


From: Ikumi Keita
Subject: [AUCTeX-commit] GNU AUCTeX branch, master, updated. 39699a711d7101442c43a849060e77bf614bbb25
Date: Mon, 5 Apr 2021 10:53:52 -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  39699a711d7101442c43a849060e77bf614bbb25 (commit)
       via  b587fdbeb82f48831fd1a27d6807a2d052003bc6 (commit)
       via  7ba3caa2e199be4d0af96566636e4e0b3b6c8693 (commit)
      from  65b8b29a279e3a99297f3fe552d2ed14b9050e1c (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 39699a711d7101442c43a849060e77bf614bbb25
Author: Ikumi Keita <ikumi@ikumi.que.jp>
Date:   Thu Apr 1 18:07:36 2021 +0900

    Simplify conditionals evaluating to constant
    
    * font-latex.el (font-latex-bold-face, font-latex-italic-face)
    (font-latex-math-face, font-latex-string-face)
    (font-latex-warning-face, font-latex-verbatim-face)
    (font-latex-script-char-face):
    All supported emacsens support :inherit attribute for face and
    have `fixed-pitch' basic face.

commit b587fdbeb82f48831fd1a27d6807a2d052003bc6
Author: Ikumi Keita <ikumi@ikumi.que.jp>
Date:   Sun Mar 28 03:26:16 2021 +0900

    Resolve constant fboundp/boundp/featurep
    
    * bib-cite.el (bib-apropos-keyword-at-point):
    * context.el (ConTeXt-menu-update)
    (ConTeXt-mode-common-initialization):
    * latex.el (LaTeX-math-initialize)
    (LaTeX-fill-move-to-break-point):
    * multi-prompt.el (multi-prompt-next):
    * preview.el.in (preview-transparent-border)
    (preview-place-preview, preview-reinstate-preview):
    * style/kpfonts.el (math):
    * style/dk-bib.el (LaTeX-dk-bib-package-options):
    * tex-buf.el (TeX-shell-command-option, TeX-check-engine):
    * tex-fold.el (TeX-fold-item, TeX-fold-post-command):
    * tex.el (TeX-source-specials-view-start-server)
    (TeX-auto-private, TeX-style-private, TeX-complete-symbol)
    (VirTeX-common-initialization, TeX-token-char)
    (TeX-mode-specific-command-menu-entries)
    (TeX-math-input-method-off, TeX-abbrev-mode-setup):
    Simplify conditionals containing `fboundp', `boundp' and `featurep'
    which evaluate to constant.
    
    * latex.el (LaTeX-math-initialize, LaTeX-fold-math-spec-list):
    Simplify by not using `decode-char'.  Now that emacs is unicode based,
    (decode-char 'ucs ARG) is trivial operation which just returns ARG.
    Code point in ucs is the same as emacs char.
    
    * multi-prompt (multi-prompt): Use #' to quote function names.
    (multi-prompt-next-must-match): Use
    `minibuffer-contents-no-properties' instead of
    `buffer-substring-no-properties'.

commit 7ba3caa2e199be4d0af96566636e4e0b3b6c8693
Author: Ikumi Keita <ikumi@ikumi.que.jp>
Date:   Sun Mar 28 00:53:55 2021 +0900

    Remove compatibility code for Emacs<24.3
    
    * latex.el (LaTeX-insert-left-brace):
    * tex.el (TeX-insert-dollar):
    Simplify the property `delete-selection-mode'.
    (VirTeX-common-initialization): Use " " for `comment-padding'.
    (TeX-math-input-method-off): Never use `inactivate-input-method'.

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

Summary of changes:
 bib-cite.el      |  4 +---
 context.el       |  3 ---
 font-latex.el    | 29 +++++++--------------------
 latex.el         | 54 ++++++++++++++++++++++----------------------------
 multi-prompt.el  | 17 +++++++---------
 preview.el.in    |  8 +++-----
 style/dk-bib.el  |  4 +---
 style/kpfonts.el |  4 ++--
 tex-buf.el       | 12 +++---------
 tex-fold.el      | 10 +++-------
 tex.el           | 60 +++++++++++++++++---------------------------------------
 11 files changed, 68 insertions(+), 137 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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