aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/03-notations/13840-print-prim.rst11
-rw-r--r--doc/changelog/07-vernac-commands-and-options/13912-remove-bijint.rst5
-rw-r--r--doc/sphinx/user-extensions/syntax-extensions.rst6
3 files changed, 22 insertions, 0 deletions
diff --git a/doc/changelog/03-notations/13840-print-prim.rst b/doc/changelog/03-notations/13840-print-prim.rst
new file mode 100644
index 0000000000..d6e3184662
--- /dev/null
+++ b/doc/changelog/03-notations/13840-print-prim.rst
@@ -0,0 +1,11 @@
+- **Changed:**
+ Flag :flag:`Printing Notations` no longer controls
+ whether strings and numbers are printed raw
+ (`#13840 <https://github.com/coq/coq/pull/13840>`_,
+ by Enrico Tassi).
+
+- **Added:**
+ Flag :flag:`Printing Raw Literals` to control whether
+ strings and numbers are printed raw.
+ (`#13840 <https://github.com/coq/coq/pull/13840>`_,
+ by Enrico Tassi).
diff --git a/doc/changelog/07-vernac-commands-and-options/13912-remove-bijint.rst b/doc/changelog/07-vernac-commands-and-options/13912-remove-bijint.rst
new file mode 100644
index 0000000000..99efda3a5b
--- /dev/null
+++ b/doc/changelog/07-vernac-commands-and-options/13912-remove-bijint.rst
@@ -0,0 +1,5 @@
+- **Changed:**
+ The printing order of :cmd:`Print Classes` and :cmd:`Print Graph`, due to the
+ changes for the internal tables of coercion classes and coercion paths.
+ (`#13912 <https://github.com/coq/coq/pull/13912>`_,
+ by Kazuhiko Sakaguchi).
diff --git a/doc/sphinx/user-extensions/syntax-extensions.rst b/doc/sphinx/user-extensions/syntax-extensions.rst
index 557ef10555..453e878a5d 100644
--- a/doc/sphinx/user-extensions/syntax-extensions.rst
+++ b/doc/sphinx/user-extensions/syntax-extensions.rst
@@ -442,6 +442,12 @@ Displaying information about notations
Controls whether to use notations for printing terms wherever possible.
Default is on.
+.. flag:: Printing Raw Literals
+
+ Controls whether to use string and number notations for printing terms
+ wherever possible (see :ref:`string-notations`).
+ Default is off.
+
.. flag:: Printing Parentheses
If on, parentheses are printed even if implied by associativity and precedence