auctex-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-diffs] [elpa] externals/auctex 0e0551126d 17/60: * doc/changes.t


From: Tassilo Horn
Subject: [AUCTeX-diffs] [elpa] externals/auctex 0e0551126d 17/60: * doc/changes.texi: Document switch from initial input to default.
Date: Fri, 8 Apr 2022 11:52:48 -0400 (EDT)

branch: externals/auctex
commit 0e0551126da9d19120034110226c855bea3d3ae0
Author: Arash Esbati <arash@gnu.org>
Commit: Arash Esbati <arash@gnu.org>

    * doc/changes.texi: Document switch from initial input to default.
---
 doc/changes.texi | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/doc/changes.texi b/doc/changes.texi
index ed298d1867..6240c235bd 100644
--- a/doc/changes.texi
+++ b/doc/changes.texi
@@ -8,6 +8,32 @@
 
 @end ifset
 
+@heading News since last release
+
+@itemize @bullet
+@item
+@AUCTeX{} tracks the change in Emacs where initial inputs in the
+minibuffer during queries are getting phased out.  Queries for the
+mandatory arguments of macros and environments are adjusted where
+applicable.  The value which will be used after hitting @kbd{RET} without
+other input is shown in the prompt in parentheses prefixed with
+@samp{default}.  For this change the signature of the function
+@code{TeX-arg-length} is altered.  The old argument list was:
+@lisp
+(defun TeX-arg-length (optional &optional prompt
+                                initial-input definition default)
+@end lisp
+
+whereas the new one is:
+@lisp
+(defun TeX-arg-length (optional &optional prompt
+                                default initial-input definition)
+@end lisp
+
+Note the position change of @code{DEFAULT}.
+
+@end itemize
+
 @heading News in 13.1
 
 @itemize @bullet




reply via email to

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