auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 0e0551126da9d19120034


From: Arash Esbati
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 0e0551126da9d19120034110226c855bea3d3ae0
Date: Fri, 4 Mar 2022 05:03:57 -0500 (EST)

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  0e0551126da9d19120034110226c855bea3d3ae0 (commit)
      from  f686fbca6d9bfb69235ac5674189888f3dbbb0a0 (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 0e0551126da9d19120034110226c855bea3d3ae0
Author: Arash Esbati <arash@gnu.org>
Date:   Fri Mar 4 11:03:36 2022 +0100

    * doc/changes.texi: Document switch from initial input to default.

diff --git a/doc/changes.texi b/doc/changes.texi
index ed298d18..6240c235 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

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

Summary of changes:
 doc/changes.texi | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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