branch: externals/auctex commit 0e8c03d9071bfa3df79beefdc912697665c5579f Author: Arash Esbati <ar...@gnu.org> Commit: Arash Esbati <ar...@gnu.org>
; * NEWS.org: Update the file. --- NEWS.org | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/NEWS.org b/NEWS.org index 1c741b10e0..9a3a0ce709 100644 --- a/NEWS.org +++ b/NEWS.org @@ -14,12 +14,21 @@ for =dvipdfmx= and the choice for viewer after compilation are not optimal, yet. Overall, the support comes close to what the =auctex-latexmk= library provides. -- Support query and insert of ~mcite~ compatibility macros - (=style/biblatex.el=). -- Support the =\verbatiminput*= macro (=style/verbatim.el=). -- Add new custom variable ~TeX-fold-auto-reveal~ which contols how the +- Add new command ~TeX-fold-section~ (bound to =C-c C-o C-s=) which + hides all configured macros in the section containing point when + ~TeX-fold-mode~ is active. The unfold counterpart + ~TeX-fold-clearout-section~ is bound to =C-c C-o s=. +- Add new custom option ~TeX-fold-auto-reveal~ which contols how the original source text is revealed when user clicks the folded portion by mouse. +- Add new custom option ~preview-protect-point~ which determines whether + previews generated on top of the current point should be temporarily + opened (~nil~ by default). +- Add new custom option ~TeX-fold-region-functions~ which is a list of + additional functions to call when folding a region. +- Support query and insert of ~mcite~ compatibility macro + (=style/biblatex.el=). +- Support the =\verbatiminput*= macro (=style/verbatim.el=). * [14.0.4] - 2024-03-31 @@ -27,11 +36,11 @@ - Support completion for many commands described in =clsguide.tex=, =fntguide.tex= and =usrguide.tex=. -- Provide new custom variable ~LaTeX-flymake-chktex-options~ to enable - or disable specific warnings of =chktex= backend used by Flymake. -- Provide new custom variable ~TeX-kill-process-without-query~ which - controls if user is asked before aborting a running process for a - TeX document. +- Provide new custom option ~LaTeX-flymake-chktex-options~ to enable or + disable specific warnings of =chktex= backend used by Flymake. +- Provide new custom option ~TeX-kill-process-without-query~ which + controls if user is asked before aborting a running process for a TeX + document. ** Fixed