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. 95c3acff496eaaebed1c


From: Ikumi Keita
Subject: [AUCTeX-commit] GNU AUCTeX branch, master, updated. 95c3acff496eaaebed1cf38bf0bdaa8a034d46d4
Date: Thu, 6 May 2021 09:01:03 -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  95c3acff496eaaebed1cf38bf0bdaa8a034d46d4 (commit)
       via  dc425b75de29143ec2a1991b1befab58aaf38157 (commit)
      from  431375f4d84117e0dc64b83e2356eebda6be9a97 (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 95c3acff496eaaebed1cf38bf0bdaa8a034d46d4
Author: Ikumi Keita <ikumi@ikumi.que.jp>
Date:   Thu May 6 21:54:26 2021 +0900

    Ensure rawness of data to compute MD5
    
    * tex-buf.el (TeX-run-TeX): Use `insert-file-contents-literally'
    instead of `insert-file-contents' in order to avoild possible wrong
    MD5 value due to unnecessary encoding conversion.
    ;(TeX-sentinel-function, TeX-sentinel-default-function): Fix typo.

commit dc425b75de29143ec2a1991b1befab58aaf38157
Author: Ikumi Keita <ikumi@ikumi.que.jp>
Date:   Thu May 6 21:27:31 2021 +0900

    Make `TeX-run-format' self-contained (bug#48144)
    
    * tex-buf.el (TeX-run-format, TeX-run-TeX): Move initialization of
    `TeX-error-report-switches' from `TeX-run-TeX' to `TeX-run-format'.
    This makes `TeX-TeX-sentinel', set to `TeX-sentinel-function', work
    without error when `TeX-run-format' is called outside of
    `TeX-run-TeX'.
    (TeX-error-report-switches, TeX-error-report-has-errors-p): Define
    them before `TeX-run-format' to prevent compiler warning.

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

Summary of changes:
 tex-buf.el | 59 +++++++++++++++++++++++++++++++----------------------------
 1 file changed, 31 insertions(+), 28 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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