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. 323eb08ca66c75173050


From: Ikumi Keita
Subject: [AUCTeX-commit] GNU AUCTeX branch, master, updated. 323eb08ca66c75173050fdaa78d150bdfb099c0b
Date: Wed, 30 Mar 2022 01:34:46 -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  323eb08ca66c75173050fdaa78d150bdfb099c0b (commit)
       via  4b1c7015ae77b88832af35510232e1a1b716da3a (commit)
       via  8e7d19fe848f24879cb770e86679ac690e073956 (commit)
      from  494d501e635e2ce268c1f2cc957ee419e562d0f8 (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 323eb08ca66c75173050fdaa78d150bdfb099c0b
Author: Ikumi Keita <ikumi@ikumi.que.jp>
Date:   Sun Mar 27 19:45:03 2022 +0900

    Assign reasonable sentinel in AmS-TeX mode
    
    * plain-tex.el (TeX-plain-tex-mode):
    (plain-TeX-common-initialization):
    Move `setq' for `TeX-sentinel-default-function' into
    `plain-TeX-common-initialization' so that AmS-TeX mode also attains
    reasonable value.

commit 4b1c7015ae77b88832af35510232e1a1b716da3a
Author: Ikumi Keita <ikumi@ikumi.que.jp>
Date:   Sat Mar 19 23:59:29 2022 +0900

    Move contents of tex-buf.el into tex.el
    
    Resolve circular dependency between tex.el and tex-buf.el and get rid
    of tedious `defvar' and `declare-function' business over tex-buf.
    
    * tex-buf.el: Delete.
    * Makefile.in: Delete tex-buf.el from AUCSRC.
    * tex.el: Adapt defvar's and declare-function's.
    Remove all autoload's for tex-buf functions.
    Move all the rest of tex-buf.el at the last of tex.el.
    * context.el:
    * plain-tex.el:
    * preview.el.in:
    * style/ifluatex.el:
    * style/polyglossia.el:
    * tests/japanese/error-parsing.el:
    * tests/tex/command-expansion.el:
    * tests/tex/error-parsing.el:
    * tex-bar.el:
    * tex-jp.el:
    Remove "(require 'tex-buf)".
    Supply "(require 'tex) or "(require 'latex)" instead if necessary.
    * latex.el:
    * tex-info.el:
    Remove defvar's and declare-function's for tex-buf.el.

commit 8e7d19fe848f24879cb770e86679ac690e073956
Author: Ikumi Keita <ikumi@ikumi.que.jp>
Date:   Sat Mar 19 23:07:53 2022 +0900

    Make tex-buf.el compile without (require 'latex)
    
    * tex-buf.el (): Delete (require 'latex) and add defvar's &
    declare-function.
    (TeX-command-default): Add `bound-and-true-p' guard for
    `LaTeX-using-Biber'.
    * tests/tex/command-expansion.el: Supply (require 'latex) which is now
    needed.

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

Summary of changes:
 Makefile.in                     |    2 +-
 context.el                      |    1 -
 latex.el                        |    9 +-
 plain-tex.el                    |    3 +-
 preview.el.in                   |    1 -
 style/ifluatex.el               |    1 -
 style/polyglossia.el            |    1 -
 tests/japanese/error-parsing.el |    1 -
 tests/tex/command-expansion.el  |    2 +-
 tests/tex/error-parsing.el      |    1 -
 tex-bar.el                      |    3 +-
 tex-buf.el                      | 3515 --------------------------------------
 tex-info.el                     |    6 -
 tex-jp.el                       |    1 -
 tex.el                          | 3531 ++++++++++++++++++++++++++++++++++++++-
 15 files changed, 3498 insertions(+), 3580 deletions(-)
 delete mode 100644 tex-buf.el


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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