branch: master
commit 5f039df961e910402f4a8b742cc2f82371f2e688
Author: Arash Esbati <[email protected]>
Commit: Arash Esbati <[email protected]>
; * NEWS.org: Update the file.
---
NEWS.org | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/NEWS.org b/NEWS.org
index 10e890e0..f0649d6f 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -22,16 +22,21 @@
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 ~TeX-fold-region-functions~ which is a list of
additional functions to call when folding a region.
+- Add new custom option ~TeX-fold-auto-reveal~ which controls how the
+ original source text is revealed when user clicks the folded portion
+ by mouse.
+- Add new custom options ~TeX-fold-auto-reveal-commands~ and
+ ~preview-auto-reveal-commands~ which are lists of commands revealing
+ folded or previewed buffer text.
- 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 ~preview-leave-open-previews-visible~ which
determines if the preview code stays visible once opened.
+- Change the default value of ~TeX-one-master~ in order to recognize the
+ suffix =.ltx= as regular TeX files.
- Support query and insert of ~mcite~ compatibility macro
(=style/biblatex.el=).
- Support the =\verbatiminput*= macro (=style/verbatim.el=).