[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] [elpa] externals/auctex 7e6d83ff4e 47/60: Add news
From: |
Tassilo Horn |
Subject: |
[AUCTeX-diffs] [elpa] externals/auctex 7e6d83ff4e 47/60: Add news |
Date: |
Fri, 8 Apr 2022 11:52:55 -0400 (EDT) |
branch: externals/auctex
commit 7e6d83ff4eb1c775cf0d2b94f12b38f72941064a
Author: Ikumi Keita <ikumi@ikumi.que.jp>
Commit: Ikumi Keita <ikumi@ikumi.que.jp>
Add news
* doc/changes.texi: Announce the disappearance of tex-buf.el.
* tex.el (TeX-command-default): Add change somehow dropped off from
the previous commit.
---
doc/changes.texi | 14 ++++++++++++++
tex.el | 3 +--
2 files changed, 15 insertions(+), 2 deletions(-)
diff --git a/doc/changes.texi b/doc/changes.texi
index fbf4826ffc..f59bfef222 100644
--- a/doc/changes.texi
+++ b/doc/changes.texi
@@ -37,6 +37,20 @@ Indenting of conditionals is improved. Code inside
constructs like
@samp{\ifx . \else . \fi} is correctly indented. An interface for style
files is also introduced which can add their macros to the indentation
engine. Check the file @file{algpseudocode.el} for an example.
+
+@item
+Now @file{tex-buf.el} is merged into @file{tex.el} and no longer exists.
+If your personal code has @code{(require 'tex-buf)}, one of the following
+prescriptions would serve.
+@enumerate
+@item
+Remove @code{(require 'tex-buf)}.
+@item
+Replace it with @code{(require 'tex)}.
+@item
+Replace it with @code{(require 'latex)}.
+@end enumerate
+
@end itemize
@heading News in 13.1
diff --git a/tex.el b/tex.el
index 81997e46fa..e0947b73d3 100644
--- a/tex.el
+++ b/tex.el
@@ -7545,8 +7545,7 @@ omitted) and `TeX-region-file'."
(append BibTeX-file-extensions
TeX-Biber-file-extensions)))
;; We should check for bst files here as well.
- (if (and (boundp 'LaTeX-using-Biber)
- LaTeX-using-Biber)
+ (if (bound-and-true-p LaTeX-using-Biber)
TeX-command-Biber TeX-command-BibTeX))
((and
;; Rationale: makeindex should be run when final document is almost
- [AUCTeX-diffs] [elpa] externals/auctex 323eb08ca6 46/60: Assign reasonable sentinel in AmS-TeX mode, (continued)
- [AUCTeX-diffs] [elpa] externals/auctex 323eb08ca6 46/60: Assign reasonable sentinel in AmS-TeX mode, Tassilo Horn, 2022/04/08
- [AUCTeX-diffs] [elpa] externals/auctex 2af3c1bcbd 33/60: Add new style/ifthen.el, Tassilo Horn, 2022/04/08
- [AUCTeX-diffs] [elpa] externals/auctex e1c3e37e0c 56/60: ; Update copyright year, Tassilo Horn, 2022/04/08
- [AUCTeX-diffs] [elpa] externals/auctex 3df1e313ea 25/60: Adapt TeX-region-hook for lexical-binding, Tassilo Horn, 2022/04/08
- [AUCTeX-diffs] [elpa] externals/auctex fded69c292 59/60: Let \Describe<foo> macros stay on their own lines, Tassilo Horn, 2022/04/08
- [AUCTeX-diffs] [elpa] externals/auctex 806100f29a 27/60: Delete obsoleted variables (bug#54339), Tassilo Horn, 2022/04/08
- [AUCTeX-diffs] [elpa] externals/auctex 9554d1e8a2 40/60: * doc/changes.texi: Announce the indentation improvement., Tassilo Horn, 2022/04/08
- [AUCTeX-diffs] [elpa] externals/auctex 8460859b69 34/60: Improve fontification of kernel macros, Tassilo Horn, 2022/04/08
- [AUCTeX-diffs] [elpa] externals/auctex 494d501e63 43/60: Adjust indenting of conditionals in styles, Tassilo Horn, 2022/04/08
- [AUCTeX-diffs] [elpa] externals/auctex 8e7d19fe84 44/60: Make tex-buf.el compile without (require 'latex), Tassilo Horn, 2022/04/08
- [AUCTeX-diffs] [elpa] externals/auctex 7e6d83ff4e 47/60: Add news,
Tassilo Horn <=
- [AUCTeX-diffs] [elpa] externals/auctex 180cc28dfa 50/60: Apply remaining portion of Stefan's patch, Tassilo Horn, 2022/04/08
- [AUCTeX-diffs] [elpa] externals/auctex fd118c67d4 58/60: ; * style/doc.el (LaTeX-env-doc-no-comment): Fix docstring., Tassilo Horn, 2022/04/08