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. 1d72a5ceec85f507a252


From: Ikumi Keita
Subject: [AUCTeX-commit] GNU AUCTeX branch, master, updated. 1d72a5ceec85f507a252ccc41f9a5abda966e110
Date: Tue, 7 Jan 2020 06:54:34 -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  1d72a5ceec85f507a252ccc41f9a5abda966e110 (commit)
       via  89798122cb96d78a8b56178d46a0fb40ba85342a (commit)
       via  7565d7c8d9e8bb78bdd3635824979a7bb78b2e07 (commit)
       via  68247ff4680eabcbad11853447880f5a77735112 (commit)
      from  8cd9db38c6eba5066dd02cf9166e51160f93abe9 (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 1d72a5ceec85f507a252ccc41f9a5abda966e110
Author: Ikumi Keita <address@hidden>
Date:   Sun Jan 5 21:15:02 2020 +0900

    Remove compatibility code for older emacsen
    
    According to NEWS.22, `font-lock-extra-managed-props' is available in
    all supported emacsen.
    
    * font-latex.el (font-latex-script,font-latex-script-char): Remove
    `boundp' test for `font-lock-extra-managed-props'.
    (font-latex-unfontify-region): Don't play with `invisible' text
    property because it is now handled by font-lock thanks to
    `font-lock-extra-managed-props'.

commit 89798122cb96d78a8b56178d46a0fb40ba85342a
Author: Ikumi Keita <address@hidden>
Date:   Sun Jan 5 20:03:11 2020 +0900

    Don't use obsolete variable
    
    According to NEWS.20, `font-lock' no longer supports
    `font-lock-comment-start-regexp'.
    
    * font-latex.el (defvar): Remove `defvar' for
    `font-lock-comment-start-regexp'.
    (font-latex-setup): Don't include `font-lock-comment-start-regexp' in
    `font-lock-defaults'.

commit 7565d7c8d9e8bb78bdd3635824979a7bb78b2e07
Author: Ikumi Keita <address@hidden>
Date:   Sun Jan 5 19:44:13 2020 +0900

    Remove compatibility code for older emacsen
    
    Since `font-lock-multiline' is available in all supported emacsen, we
    no longer need `font-latex-multiline'.
    
    * font-latex.el (font-latex-setup): Remove `boundp' check.
    (font-latex-unfontify-region): Delete unnecessary code.
    (font-lock-after-change-function): Delete obsolete advice.
    (font-latex-put-multiline-property-maybe): Remove.
    (font-latex-match-command-with-arguments):
    (font-latex-match-command-in-braces):
    (font-latex-match-math-env):
    (font-latex-match-math-envII):
    (font-latex-match-quotation):
    Remove call on `font-latex-put-multiline-property-maybe'.

commit 68247ff4680eabcbad11853447880f5a77735112
Author: Ikumi Keita <address@hidden>
Date:   Sun Jan 5 19:33:33 2020 +0900

    Delete obsolete comment
    
    * font-latex.el: Delete obsolete comment.  `font-latex-do-multi-line'
    was removed in 2007.

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

Summary of changes:
 font-latex.el | 97 +++++++++--------------------------------------------------
 1 file changed, 14 insertions(+), 83 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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