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 <ik...@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 <ik...@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

_______________________________________________
auctex-commit mailing list
auctex-com...@gnu.org
https://lists.gnu.org/mailman/listinfo/auctex-commit

Reply via email to