From: vttoth <vt...@us...> - 2025-08-06 06:50:53
|
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 annotated tag, 5.48.1 has been created at 099d0046c1bd7b9f020d9523141176c55b2002d2 (tag) tagging 0de8535558292a53c3d894c5f9c891f6e7e7d073 (commit) replaces 5.48.0 tagged by Viktor T. Toth on Wed Aug 6 02:50:38 2025 -0400 - Log ----------------------------------------------------------------- Version 5.48.1 Dan Gildea (1): better fix for text/html index mismatch Raymond Toy (2): Fix mismatch between html and text indices Add comments and clean up implementation a little Viktor T. Toth (1): Updating configure.ac with new version number Wolfgang Dautermann (3): Add missing file for crosscompiling to automake. Fix replacing \ by / in maxima.bat.in. Improve the windows part of commit 06ad96a6. villate (11): Adds missing figure files, removes duplicate names and orders them alphabetically. Recomends to also include in Makefile.am the mac file to create the figures. Do not add the HTML version of the manual to the distribution tarball. It is not necessary, because those HTML files will be created again when Maxima is compiled and installed. And if the texinfo version of the user is different from the one used by the developer who created the tarball, it might lead to duplication of HTML files with different names. An additional advantage is that the size of the tarball is reduced by 10%. Adds the .texi files missing fro the distribution tarball. With this commit the options --enable-lang-de, --enable-lang-ja and --enable-lang-ru now work. However, the links to the figures will be wrong. I still have to figure out how to replace './figures' by '../figures' in all of the non-English HTML pages. New version of output_format_for_help: html, that should work in Windows. I have tested it in Linux with several different Lisp flavors and Browsers and it is working as the previous version. The change is to make it work with Windows, which apparently does, but I will only be able to tell for sure tomorrow, after I install the nightly build from Wolfgang's site. A change with respect to the older version is that browser should now be just a string with the name of a browser (can include the complete path). For instance browser: "firefox". It remains to introduce also an encoder for URL's so something such as file:///Linus Torvals!*/Linux0.0 becomes something such as: file:///inus%20Torvalds%2A%21/Linux0.0 Corrects errors the to display help in HTML format in Windows The system command does not need "cmd.exe /c" at the beginning because that is already added in $system (in fact, I added if myself 12 years ago :)). And the definition of $browser is better as Raymond set it originally: "firefox" by default, "start" in Windows, "open" in MacOS or "xdg-open" in Linux. This completes my fixes of help output in html for release 5.48.1 System variable browser is now just the name of a web browser. It should work in any operating system. The manual for the section "Help" was updated accordingly, also explaining that decribe can be used to show the results in the manual in Maxima's website. 'output_format_for_help: frontend' now works in Xmaxima. Updates the information about Xmaxima's configuration and history files. Explains in more detail the process followed by Xmaxima to save its configuration and history. Fixes Xmaxima plots in ccl64 for Windows And also improved the way gnuplot plots are produced taking advantage of recent chages in $system. Fixes a typo (a forgotten pair of braces). ----------------------------------------------------------------------- hooks/post-receive -- Maxima CAS |