|
From: rtoy <rt...@us...> - 2025-11-21 03:36:58
|
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 "Maxima CAS".
The branch, rtoy-highlightjs-example-maxima-blocks-texi-dev has been updated
via 362e9ff9084001b6e7953073700ef11402f6f09d (commit)
via 82f6a5e015c57f206c908fa3c983fc24951557d1 (commit)
via c3b58349472a8103ff571fc6d59836bcb317b870 (commit)
via 18f73e887e4a81c88c267ad20cb9e82125f43642 (commit)
via 55f4cc17155732c280e7639f638a92cf0163a53c (commit)
via 9f875ef1bc10456a254f072cb632a428795c6efa (commit)
via 73bf030a4c3bb5f20954fb63dd5d8608f1d93dd0 (commit)
via 309ed0d3c9c48df480aafcd6c31d5c425c58f935 (commit)
via 31a22907ca4c85c8fc5093c5401f9a0a9ceefc41 (commit)
from 64c9bd227da5822e631ee775c30998b1018c9006 (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 362e9ff9084001b6e7953073700ef11402f6f09d
Author: Raymond Toy <toy...@gm...>
Date: Thu Nov 20 19:34:17 2025 -0800
Require at least 7.2dev for custom-pygments
Let's use 70299 (which is 7.2dev) as the minimum version to support
custom-pygments. Previously we disallowed 7.2 or earlier, but 7.2dev
seems a bit safer for now.
diff --git a/configure.ac b/configure.ac
index 5668b3d40..b1cb8d232 100644
--- a/configure.ac
+++ b/configure.ac
@@ -931,7 +931,7 @@ EOF
fi
fi
if test x${syntax_highlighting} = "xcustom-pygments"; then
- if test ${makeinfo_version} -le 70200; then
+ if test ${makeinfo_version} -lt 70299; then
AC_MSG_ERROR([Makeinfo version (${makeinfo_version_string}) too old to use custom-pygments for syntax highlighting. Disable or use highlightjs or pygments])
else
dnl This tells build_html.sh to use a custom call to
commit 82f6a5e015c57f206c908fa3c983fc24951557d1
Merge: 64c9bd227 c3b583494
Author: Raymond Toy <toy...@gm...>
Date: Thu Nov 20 14:04:45 2025 -0800
Merge branch 'master' into rtoy-highlightjs-example-maxima-blocks-texi-dev
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 +-
configure.ac | 173 ++++++++++++++--------
share/contrib/integration/rtest_abs_integrate.mac | 10 +-
src/limit.lisp | 59 ++++++--
src/testsuite.lisp | 2 +-
tests/rtest_limit.mac | 21 ++-
tests/rtest_log.mac | 2 +-
7 files changed, 180 insertions(+), 91 deletions(-)
hooks/post-receive
--
Maxima CAS
|