Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

wxMaxima-26.07.0-1.1 RPM for riscv64

From OpenSuSE Ports Tumbleweed for riscv64

Name: wxMaxima Distribution: openSUSE Tumbleweed
Version: 26.07.0 Vendor: openSUSE
Release: 1.1 Build date: Tue Jul 14 12:56:32 2026
Group: Productivity/Scientific/Math Build host: reproducible
Size: 9882663 Source RPM: wxMaxima-26.07.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://wxmaxima-developers.github.io/wxmaxima/
Summary: Graphical User Interface for the maxima Computer Algebra System
wxMaxima is a GUI for the computer algebra system maxima
based on wxWidgets.

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Tue Jul 14 2026 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 26.07.0:
    * Fixed a crash on loading a worksheet containing an empty
      <img/> or <slideshow/> tag (found by the parser fuzzer).
    * No longer lose an embedded image on save if the current build
      cannot decode it.
    * The license dialog now has a second tab listing third-party
      component notices (e.g. the Microsoft Edge WebView2 loader
      shipped with the Windows builds).
    * Added a regression test guarding matrix column widths against
      being frozen by a layout-time deadline.
    * The "follow evaluation" toolbar button now lights up
      immediately when needed.
    * Fixed matrices keeping stale (too narrow or too wide) column
      widths when a layout-time deadline interrupted their
      recalculation.
    * Fixed short Text and Title cells flickering.
    * Fixed data loss when trying to embedd .svg.gz files into .wxmx
      files.
    * wxWidgets 3.3 compatibility.
    * A proper Dark mode (dark sidebars, toolbars and menus require
      wxWidgets 3.3 and up)
    * Many improvoements to the automatic tests
    * Many batch mode improvements
    * Many stability improvements
    * Many diff viewer enhancements
    * Corrected the find algorithm
    * A correctness review for all wizards.
    * EditorCells again grow and shrink when the user adds and
      removes lines
  - Changes from version 26.06.2:
    * A whole AI-driven safety review
    * Many diff viewer improvements
    * Many find dialogue improvements
    * Corrected the table of contents showing only part of sections,
      sometimes.
    * More responsivity when loading many images.
    * Removed some visible glitches.
    * Better implementation of the layout timeout.
    * Fix layout of fractions inside exponents (e.g. x^((a+b)/c)).
    * Don't leave orphaned Maxima processes behind when wxMaxima is
      killed by a
    * signal or crashes.
    * The crash dialogue now works on more systems.
    * Another layout fix.
    * Add a new command wxmxdiff (symlinked to wxmaxima on
      installation) which automatically opens in side-by-side diff
      comparison mode.
    * More preparation for packaging
    * Improve the randomness of the authentication token passed to
      Maxima.
    * Add a "Math layout strategy" radio box to the config.
    * Better undo handling.
    * Another try to make accessibility work.
* Wed Jun 10 2026 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 26.06.1:
    * Fix syntax errors caused by sending duplicate/consecutive
      command delimiters to Maxima by filtering out delimiter-only
      commands and correctly handling unicode non-breaking space
      characters during ending checks.
    * Fix a rare access violation (crash) when activating or
      clicking on an EditorCell that has a null or detached group
      cell pointer.
    * Fix mouse capture lost warning messages by correctly marking
      mouse capture loss events as handled in the table of contents
      and worksheet.
    * Fix the error status being immediately replaced by "awaiting
      input" on the status bar and taskbar when Maxima encounters an
      error.
    * Fix layout recalculation of images and plots when window
      height changes (e.g. at startup or on vertical resizing).
    * Fix duplicate evaluation triggers (sending known answers
      twice) when Maxima questions are received in multiple chunks.
    * Fix scroll position tracking: call
      ScrolledAwayFromEvaluation(true) when the user manually
      scrolls so that the active cell is completely outside the
      visible portion of the worksheet.
    * Fix inserting a new cell (via hCaret) on large worksheets
      causing the scroll range to shrink to the first screen and the
      view to jump to the top.
  - Changes from version 26.06.0:
    * Optimize drawing during mouse moves (bracket autohide): redraw
      only the actual height of the cell, rather than drawing all
      the way to the absolute bottom coordinate.
    * Change the "Jump to first error" menu item to "Jump to last
      error" and fix its implementation to scroll to the most recent
      error cell.
    * Fix handling of to_lisp() and (to-maxima).
    * Fix redundant Maxima process spawns when opening worksheets
      and in batch mode.
    * A Diff Viewer that compares two wxmx files from the same
      origin that were saved with this wxMaxima version or newer.
    * Fix startup keyboard focus: The worksheet now correctly gains
      focus on application start.
    * New wx_matrix() command for advanced matrix formatting (lines,
      headers, custom brackets).
    * Persistent matrix formatting: Style flags are now saved within
      the matrix object.
    * Major XML performance optimization: Faster worksheet loading
      via hash-based attribute filtering.
    * Improved XML integrity: Automated validation tests to prevent
      duplicate attributes and malformed files.
    * Windows Accessibility: Fixed several bugs in the wxAccessible
      implementation for better screen reader support.
    * Script rendering: Fixed issues where complex
      subscripts/superscripts would flatten into standard
      subscripts.
    * High-DPI: Optimized SVG rendering and resolved redundant
      resource requests.
    * Editor performance: Optimized drawing by rendering only
      visible text tokens.
    * Non-interactive mode: Automated tests now skip most blocking
      modal dialogues.
    * The log now contains errors maxima encountered.
    * Many improvements to the Doxygen documentation.
    * Fix the cursor position after autocompletion (#2090).
    * Fix XML for saving as wxmx, when Maxima warnings are displayed
      (#2092).
    * Fix XML output for definite integrals. It was saved without
      the limits.
    * Resolved a Crash on encountering some integrals (#2095)
    * A complete overhaul of the worksheet's layout and display
      engine.
    * Opening <file.wxmx>#UUID opens the file and scrolls to the
      Group with that UUID
    * Many stability improvements, most of these AI-driven (#2072,
      [#2061])
    * The size of subscripts is now calculated correctly
    * The table of contents can now show section numbers
    * Massive improvement of the search within the worksheet
    * Ctrl+G now interrupts the current command again on MS windows
    * Reduced the time windows in which wxMaxima blocks because it
      is processing data
    * Fixed a deadlock when closing the application while background
      autocompletion tasks were running.
    * Fixed a bug where finding an item in an output cell didn't
      trigger a scroll to the found item.
    * Fixed a bug where text from long output cells couldn't be
      selected if the beginning of the cell was scrolled out of view
      (#2069)
    * MS Windows: The "maxima is running" indicator should now work
      correctly
    * HI-DPI improvements
    * A few Autocompletion fixes
    * Better SVGZ support
    * Some fixes for selection of output
    * Improved MathML and RTF output
    * Big find-and-replace functionality additions
    * A compiler supporting C++20 is required now
    * Files opened by double-clicking now have a consistent layout
    * Added automatic tests and repaired others.
* Mon May 04 2026 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 26.05.0:
    * Fix search and replace. Before in a longer string - e.g.
      "aaaaaaaaa" only every second occurrence was replaced, when
      (e.g.) one wanted to replace "a" by "b".
    * Improvements in Plot2dWiz and Plot3dWiz.
    * Fix the "Hide all Sidebars" menu option, it did not work.
      (Changed from "Hide all Toolbars"), it hides sidebars, not the
      toolbar.
    * Build system: Allow changing the C++ standard using
      CMAKE_CXX_STANDARD.
    * Build system: Use C++20 by default, if the compiler supports
      it.  C++14 still works.
    * Build system: Fix compiling with C++20, C++23 and C++26.
    * Fix webp support for wxWidgets >= 3.3.0.
    * Fix 2nd 'Special constant' button in the integrate wizard.
    * Fix many issues in the integrate numerically menu
      (gh#wxMaxima-developers/wxmaxima#2069).
    * Also mentioned "QUADPACK" in the menu, so that one knows, from
      what Maxima package these special functions come.
    * Don't include dot files in the release archive
      (gh#wxMaxima-developers/wxmaxima#2068).
    * New compile option WXM_DISABLE_QA
      (gh#wxMaxima-developers/wxmaxima#2064).
    * Fix the 'Create a list from a list' menu (mentioned in the
      discussion forum).
    * Fix the 'Extract nth element of a list' menu.
    * Fix the 'Do for all list elements' menu.
    * Fix the 'export list to csv file' and 'read list from csv
      file' menu.  It was not working at all. Renamed to 'read
      nested list from csv file', the menu item is using
      read_nested_list(). Mentioned in the discussion forum.
    * Fix the 'Apply a function to each list element' menu.
      Mentioned in the discussion forum.
    * Fix the List/Push menu (wrong order of arguments). Mentioned
      in the discussion forum.
    * Provide a relevant OSDescription in the top bar.
    * Discard intermediate PNG plots from with_slider_draw
      (gh#wxMaxima-developers/wxmaxima#2081).
    * A better 'List sort' wizard. (Mentioned in the discussion
      forum).
    * Fix the Help->Example and Help->Apropos menus.
    * Fix the Matrix->Row and columns operations->Remove rows or
      columns menu.
    * Change to one 'Remove rows' and one 'Remove columns' menu.
    * Fix statistics sidebar (wxbarsplot, wxboxplot, wxpiechart,
      mean, median, std were not working)
    * Fix inconsistent behavior in the list menu (mentioned in the
      discussion forum)
    * Make toolbar icons HDPI
      (gh#wxMaxima-developers/wxmaxima#2074).
* Thu Jan 15 2026 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 26.01.0:
    * Keep the wxm/mac difference when saving wxm/exporting mac.
    * Replace unicode fractions in math input.
    * Use wxArtProvider images for the copy/print icons in the
      config dialogue.
    * Support webp images if wxWidgets >= 3.3.0 is used.
    * Fix the General Math sidebar resize issue
      (gh#wxMaxima-developers/wxmaxima#2022).
    * Fix the resizing of the 'Insert cell' sidebar (same problem as
      the 'General Math' sidebar).
    * Fix a crash when copying a input cell (collapsed to only show
      the input).
    * Fix a crash when deleting a text cell
      (gh#wxMaxima-developers/wxmaxima#2041).
    * Fix subscripts of greek letters
      (gh#wxMaxima-developers/wxmaxima#2045).
    * Fix the "Numerical solutions of polynomial" (with and without
      bigfloats) wizards.
    * Save the chosen invertion status in the configuration. Fixes
      issue gh#wxMaxima-developers/wxmaxima#2049.
    * Try to highlight input text that coincides with selected
      output text.
    * diff() now doesn't add a ",1" if only the 1st derivate is
      meant.
    * A more consistent worksheet zoom feature.
  - Drop use of deprecated %suse_update_desktop_file macro.
* Wed Nov 19 2025 Atri Bhattacharya <badshah400@gmail.com>
  - Don't remove pixmaps icons.
* Fri May 02 2025 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 25.04.0:
    * Use the (standard) wxWidgets log window instead of our own log
      pane.
    * Do not set lmxchar/rmxchar (used for displaying a matrix in
      text mode) (gh#wxMaxima-developers/wxmaxima#1926).
    * Kill Lisp (e.g. sbcl.exe) when closing wxMaxima.
      (gh#wxMaxima-developers/wxmaxima#1963,
      gh#wxMaxima-developers/wxmaxima#1922,
      gh#wxMaxima-developers/wxmaxima#1824,
      gh#wxMaxima-developers/wxmaxima#1199).
    * Correct heading colors (gh#wxMaxima-developers/wxmaxima#2005).
    * Repaired the Equations->Solve numerical->Find numerical
      solution" menu (gh#wxMaxima-developers/wxmaxima#2010).
    * Included examples (10MinuteTutorial.wxm,
      testbench_simple.wxmx) were affected by the Maxima/Gnuplot 6
      problem (see issue gh#wxMaxima-developers/wxmaxima#1960).
    * Support wxWidgets, if it was build with '--enable-utf8=yes'
      (gh#wxMaxima-developers/wxmaxima#2012).
    * Fix compiling with wxWidgets without webview.
    * HTML export/Mathjax: Don't remove 1st/last label char
      (gh#wxMaxima-developers/wxmaxima#2003).
* Fri Feb 14 2025 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 25.01.0:
    * Remove the change label width popup menu
      (gh#wxMaxima-developers/wxmaxima#1964): it was not working at
      all and caused crashes.
    * If an empty worksheet is saved as wxmx, allow it to be read
      again (gh#wxMaxima-developers/wxmaxima#1978).
    * Fix compiling with clang++.
    * CopyAsMathML: encode "<" and ">" as HTML entities (valid XML).
    * CopyAsMathML: improvements (operators and identifiers)
    * HTML export: print the output labels on the left side.
* Wed Dec 18 2024 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 24.11.0:
    * Resolved a crash when inverting the worksheet
      (gh#wxMaxima-developers/wxmaxima#1951)
    * Do not strip Lisp comments before sending the input to Maxima
      (gh#wxMaxima-developers/wxmaxima#1953)
    * Correctly copy superscript when CopyAsMathML
      (gh#wxMaxima-developers/wxmaxima#1945)
    * Copy as MathML: Use a centered dot instead of *, if configured
      (gh#wxMaxima-developers/wxmaxima#1956)
    * Fix superfluous quote marks in text copied by "Copy as MathML"
      (gh#wxMaxima-developers/wxmaxima#1946)
    * Fix copy as MathML for boxes.
    * Correct display/handling of minf.
    * WxMaxima was not responsive in the 1st minute.
    * Fix display of subscripts.
      (gh#wxMaxima-developers/wxmaxima#1584,
      gh#wxMaxima-developers/wxmaxima#1807)
    * Allow Maxima strings with newlines.
      (gh#wxMaxima-developers/wxmaxima#76)
    * Support Maxima which uses ABCL.
    * Updated translations.
* Mon Oct 07 2024 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 24.08.0:
    * Add an advanced plotting tutorial.
    * Try harder to kill maxima on closing it.
    * Try harder to clean up maxima's temporary files on closing it.
    * Resolved a race condition on closing multiple windows.
    * Resolved a CMake error on configuration with -B switch
      (gh#wxMaxima-developers/wxmaxima#1917).
    * More menu icons.
    * A better dialogue if Maxima isn't found.
    * Better search for the Maxima binary.
    * Security: Use a standard function (CreateTempFileName) for
      creating a temporary file for the 'popout interactively'
      function of wxdraw.
    * Security: Add a random number to lisp generated temporary
      files.
    * Fix the greek letter replacement for 'beta' with newer Maxima
      versions (gh#wxMaxima-developers/wxmaxima#1921).
    * Fix a problem, when 'maxima-local' (a not installed version of
      Maxima) was chosen as Maxima. WxMaxima did not finish on
      File->Exit and used much CPU power.
    * Size calculations for numbers that were broken into lines
      failed the first time (gh#wxMaxima-developers/wxmaxima#1931).
    * Updated translations.
* Tue Jul 02 2024 Atri Bhattacharya <badshah400@gmail.com>
  - Manually install mimetype icons ignored by cmake install.
* Tue May 14 2024 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 24.05.0:
    * Faster discarding of maths that is too long to read
    * Resolved a crash on closing the last window
      (gh#wxMaxima-developers/wxmaxima#1898)
    * Now only wxWidgets builds with Unicode support (default) are
      allowed.
    * Use po4a instead of po4a-translate for the generation of
      internationalized manuals. po4a-translate is deprecated
      (gh#wxMaxima-developers/wxmaxima#1899)
    * Allow compiliation with the current wxWidgets development
      version
    * Code reorganization to promote stability
    * Security: Use a standard function (CreateTempFileName) for
      creating
    * temporary filenames instead of using the process id as
      'random' number.
    * Security: (autosaved) temporary files now use secure
      permissions, are not readable by everyone.
    * wxm files no more truncate text
      (gh#wxMaxima-developers/wxmaxima#1908)
    * Unicode sidebar: Allow searching for unicode numbers too, not
      only the character name.
    * Unicode sidebar: Correct the search filter, the last char was
      always shown, even if there was no match.
    * Improvements of the manual.
    * Performance: Replaced many copy operations by references to
      const
    * Correctly handle deletion of the last cell
      (gh#wxMaxima-developers/wxmaxima#1911,
      gh#wxMaxima-developers/wxmaxima#1840)
    * A link from the help menu to maxima's help page
    * Offer more maxima demos in the right-click menu
    * Resolved a threading race condition
      (gh#wxMaxima-developers/wxmaxima#1912)
    * Resolved literally hundreds of warnings from static analysis
      tools
    * Support for the %catalan constant
    * A backward-search fix (gh#wxMaxima-developers/wxmaxima#1913)
    * Updated translations.
* Fri Mar 22 2024 Giacomo Comes <gcomes.obs@gmail.com>
  - drop obsolete texinfo scriptlet
* Tue Mar 12 2024 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 24.02.2:
    * Set maxima's LANG variable, not wxMaxima's LANG
      (gh#wxmaxima-developers/wxmaxima#1897).
    * Speed up the communication between maxima and wxMaxima.
    * Sometimes newlines in misc text from maxima got lost
      (gh#wxmaxima-developers/wxmaxima#1894).
  - Delete non-standard hicolor icon sizes.
  - Do not recreate icons manually; these are now installed by build
    scripts automatically.
  - Drop BuildRequires: rsvg-convert: no longer required after above
    change.
* Mon Feb 05 2024 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 24.02.0:
    * Faster start-up
    * Better performance directly after startup
    * Faster loading of files
    * Better button placement in sidebars
    * Got rid of a crash on startup in fedora
      (gh#wxmaxima-developers/wxmaxima#1862)
    * Clear wxMaxima's input buffer on starting a new maxima process
      (gh#wxmaxima-developers/wxmaxima#1856)
    * A nicer ChangeLog dialogue
    * Corrected for swapped row and columns in wizard enter matrix
    * Fixed a few bugs in the XML saving code
      (gh#wxmaxima-developers/wxmaxima#1867)
    * Zooming did cause recalculation only for the 1st cell
      (gh#wxmaxima-developers/wxmaxima#1870)
    * Many config changes now have immediately effect on the
      worksheet
    * Added the unicode-enhanced ASCII art from maxima to the menus
    * Steamlined the cell size calculation stuff
    * Completely overhauled the printing functionality
    * Moved more of the help file indexing to the background
      (gh#wxmaxima-developers/wxmaxima#1856)
    * Better event handling in the unicode sidebars
      (gh#wxmaxima-developers/wxmaxima#1875, #1863)
    * Reading out the values of maxima variables for the GUI was
      broken
    * Many checkmarks in menus had the wrong value
    * Maxima's demos are now available in the menu and context menu
    * Default the filter search boxes to text search, not regex
    * Rescaling affected size calculations for code only with a
      delay
    * Mac Os: way higher stability if multiple windows are open
    * The context menu in the "greek letters" sidebar now works
      (gh#wxmaxima-developers/wxmaxima#1878)
    * Resolved an assert if the internal help browser was disabled,
    * but requested (gh#wxmaxima-developers/wxmaxima#1881)
    * wxMaxima now preserves history entries between sessions
    * Better LibreOffice compatibility with the MathML output
    * Better HTML output
    * Fix crash when exporting a worksheet with animations to TeX
    * Resolved a crash on closing a window
      (gh#wxmaxima-developers/wxmaxima#1889)
* Mon Dec 25 2023 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 23.12.0:
    * Input text selection was cleared when right-clicking on it
      (gh#wxMaxima-developers/wxmaxima#1845).
    * Pressing both mouse buttons simultaneously caused an assert
      (gh#wxMaxima-developers/wxmaxima#1844).
    * Corrected the cursor position after unsuccessful
      autocompletes.
    * Corrected the handling of question prompts from maxima
      (gh#wxMaxima-developers/wxmaxima#1827).
    * Bug corrections in the search functionality.
    * RegEx search works again.
    * Clicking on the notification now is more likely to focus the
      worksheet.
    * Corrected the cell folding logic
      (gh#wxMaxima-developers/wxmaxima#1853).
    * Folded cells are no more evaluated
      (gh#wxMaxima-developers/wxmaxima#1853).
    * Now we try to generate a backtrace on crashes
      (gh#wxMaxima-developers/wxmaxima#1802).
    * Corrected the position of integral limits.
    * Nicer product, sum and integral signs.
    * Hidden cells weren't restored from wxm files
      (gh#wxMaxima-developers/wxmaxima#1855).
    * diff() no longer causes spurious multiplication dots
      (gh#wxMaxima-developers/wxmaxima#1825).
* Mon Nov 20 2023 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 23.11.0:
    * Correctly draw the bracket of the cell under the cursor
      (gh#wxMaxima-developers/wxmaxima#1811).
    * Maths display was corrupted if the window was temporarily not
      wide enough to display it in 2D
      (gh#wxMaxima-developers/wxmaxima#1812).
    * Added many range checks to the code.
    * Correct label scaling after changing the zoom factor
      (gh#wxMaxima-developers/wxmaxima#1815).
    * Repaired "copy as bitmap"
      (gh#wxMaxima-developers/wxmaxima#1820).
    * Repaired EMF and SVG output
      (gh#wxMaxima-developers/wxmaxima#1838).
    * Focus the search text on activating the search box
      (gh#wxMaxima-developers/wxmaxima#1821).
    * Correctly support dropping multiple files on the worksheet.
    * If the worksheet isn't empty dropping a file on the worksheet
      no more closes the currently open file.
    * Try harder to kill maxima on closing it
      (gh#wxMaxima-developers/wxmaxima#1824).
    * Menu items for displaying the internal representation.
    * Better display of diff(), if multiplication dots are enabled
      (gh#wxMaxima-developers/wxmaxima#1825).
    * Tried to resolve a few asserts
      (gh#wxMaxima-developers/wxmaxima#1831).
    * Resolved many warnings from several static analysis tools.
    * Fine-tuning of the "undo" function.
* Sun Oct 08 2023 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 23.10.0:
    * A big rewrite to make the static analysis tools happy.
    * Many stability improvements.
    * Maxima's help commands work again out-of-the-box.
    * Corrected the worksheet size calculation.
    * Better support for loading .wxmx files from weird paths.
    * Finally resolved the "Right-click resets zoom" problem
      (gh#wxMaxima-developers/wxmaxima#1810).
    * A speed up.
    * Many right-click menu fixes
      (gh#wxMaxima-developers/wxmaxima#1810).
    * Display/Hide label fixes.
    * Many help browser improvements
      (gh#wxMaxima-developers/wxmaxima#1802).
    * The worksheet size no more is underestimated
      (gh#wxMaxima-developers/wxmaxima#1802).
    * Cell creation fixes.
    * Copy-and-paste improvements
      (gh#wxMaxima-developers/wxmaxima#1809).
    * Better error messages for bitmaps.
    * Many additional bug fixes.
* Thu Sep 07 2023 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 23.8.0:
    * Better print scaling.
    * More consistent page size handling for printing.
    * Many performance and stability fixes from coverity-scan.
    * Resolved many warnings from cppcheck.
    * A RegEx search.
* Wed Aug 02 2023 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 23.7.0:
    * Printing:
    * Made the page margins configurable
      (gh#wxMaxima-developers/wxmaxima#1787).
    * We no more print page headers
      (gh#wxMaxima-developers/wxmaxima#1791).
    * Printing no more omits labels
      (gh#wxMaxima-developers/wxmaxima#1507).
    * A better pagebreak algorithm.
    * No more ghost lines around text cells.
    * Less ugly integral signs.
    * Many stability fixes.
    * More Consistent worksheet scaling and sizes
      (gh#wxMaxima-developers/wxmaxima#1780).
    * Correctly save the color settings
      (gh#wxMaxima-developers/wxmaxima#1789).
    * Correctly check the numeric and other menu items.
    * The cursor no more disappears
      (gh#wxMaxima-developers/wxmaxima#1788).
    * Updated translations.
* Sat Jun 10 2023 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 23.5.1:
    * Process the command line option --maxima=.
    * Resolved several possibilities to crash the config dialogue
      (gh#wxMaxima-developers/wxmaxima#1774,
      gh#wxMaxima-developers/wxmaxima#1766).
    * Correctly calculate the worksheet size in the background
      (gh#wxMaxima-developers/wxmaxima#1766).
    * Correctly restore parenthesis on load
      (gh#wxMaxima-developers/wxmaxima#1779).
    * Always revise the decision what to display as 2D equation on
      window width changes.
    * 2D display of integrals had zero size
      (gh#wxMaxima-developers/wxmaxima#1780).
* Thu May 18 2023 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 23.5.0:
    * Got rid of some compiler and cppcheck warnings.
    * Big performance improvements.
    * A "maxima versus typical programming languages" tutorial.
    * Table of contents: Jump to the chapter the cursor is in.
    * Resolved another crash in the config dialogue.
    * Updated the unicode character list.
    * Resolved more potential event ID clashes.
    * Use an external file as wxMathML.lisp is now selected using a
      command line option, not configured in the GUI. This is mostly
      needed for developers, no need to expose it to the end user.
    * Better handling of paths to maxima when starting new wxMaxima
      processes.
    * new wxMaxima processes now get more of the command-line args
      of the parent process.
    * wxMaxima no more tries to install its own fonts.
* Thu May 04 2023 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 23.4.1:
    * More config dialogue tweaks.
    * Recent file list: Don't try to re-use no-more-used wxWidgets
      IDs.
    * Make sure that the help sidebar is shown when opening a help
      topic.
    * If maxima wants us to open a help browser and wxMaxima was
      compiled without one it now opens an external help browser.
    * The load() command now again works with symbols as package
      names..
  - Changes from version 23.4.0:
    * Made the GUI more responsive for functions with much output.
    * Handle errors in the XML from maxima more gracefully.
    * Rewrote parts of the lisp part of wxMaxima.
    * Resolved a few lisp warnings.
    * Resolved a few XML errors caused by not escaping special
      chars.
    * Automatic XML generation tests.
    * Correct display of operators.
    * A better style sample for the config dialogue.
    * Resolved several asserts.
    * Resolved a few small bugs in the autosave logic.
* Tue Mar 14 2023 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 23.3.0:
    * More styles consistency
      (gh#wxMaxima-developers/wxmaxima#1753).
    * Better configuration validation
    * Depending on the wxWidgets version Unicode letters were
      interpreted inorrectly (gh#wxMaxima-developers/wxmaxima#1754).
    * The manual anchors cache now saves the file-per-chapter URLs,
      too.
    * cmake -DWXM_DISABLE_WEBVIEW now allows to find wxWidgets, if
      wxWebView wasn't compiled.
    * Completely rewrote the dockable-sidebars-stuff.
    * Many files are now build on demand, not at configure time.
* Tue Feb 14 2023 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 23.2.0:
    * Fix XML generation of wxmx documents
      (gh#wxMaxima-developers/wxmaxima#1556).
    * A faster font cache.
    * Faster communication between wxMaxima and maxima.
    * Dropped the dependency on an [internal] ww898 library.
    * More consistent text style handling.
    * A separate style for operators
      (gh#wxMaxima-developers/wxmaxima#1002).
    * A nicer ChangeLog.
* Wed Jan 04 2023 Dirk Müller <dmueller@suse.com>
  - update to 22.12.0:
    * A cleaner status bar with double-click actions
    * Better display of labels
    * box() now is displayed as a box, as the maxima manual states
    * box(expr, "highlight") display expr in red, instead
    * Resolved a few display glitches
    * Resolved OS-dependant wrong actions on gui events
    * A few system and compiler specific fixes
    * Resolved a few compilation warnings
    * Try harder to connect maxima if one communication port is blocked
    * Better display of help text in the console
    * Faster saving of .wxmx files
    * Better toolbar bitmap handling

Files

/usr/bin/wxmaxima
/usr/bin/wxmxdiff
/usr/share/applications/io.github.wxmaxima_developers.wxMaxima.desktop
/usr/share/bash-completion/completions/wxmaxima
/usr/share/doc/wxmaxima
/usr/share/doc/wxmaxima/AUTHORS.md
/usr/share/doc/wxmaxima/BatchImage.png
/usr/share/doc/wxmaxima/InputCell.png
/usr/share/doc/wxmaxima/MatrixTableExample.png
/usr/share/doc/wxmaxima/NEWS.md
/usr/share/doc/wxmaxima/README
/usr/share/doc/wxmaxima/README.md
/usr/share/doc/wxmaxima/SecondTableExample.png
/usr/share/doc/wxmaxima/SidePanes.png
/usr/share/doc/wxmaxima/Sidepane-TOC-convert-headings.png
/usr/share/doc/wxmaxima/cell-example.png
/usr/share/doc/wxmaxima/ezUnits.png
/usr/share/doc/wxmaxima/header.html
/usr/share/doc/wxmaxima/horizontal-cursor-between-cells.png
/usr/share/doc/wxmaxima/horizontal-cursor-only.png
/usr/share/doc/wxmaxima/locale-warning.png
/usr/share/doc/wxmaxima/maxima_screenshot.png
/usr/share/doc/wxmaxima/sbclMemory.png
/usr/share/doc/wxmaxima/wxMaximaLogo.png
/usr/share/doc/wxmaxima/wxMaximaWindow.png
/usr/share/doc/wxmaxima/wxMaxima_configuration_001.png
/usr/share/doc/wxmaxima/wxmaxima.css
/usr/share/doc/wxmaxima/wxmaxima.de.html
/usr/share/doc/wxmaxima/wxmaxima.es.html
/usr/share/doc/wxmaxima/wxmaxima.fr.html
/usr/share/doc/wxmaxima/wxmaxima.html
/usr/share/doc/wxmaxima/wxmaxima.it.html
/usr/share/doc/wxmaxima/wxmaxima.ru.html
/usr/share/doc/wxmaxima/wxmaxima.svg
/usr/share/doc/wxmaxima/wxmaxima.tr.html
/usr/share/doc/wxmaxima/wxmaxima.uk.html
/usr/share/doc/wxmaxima/wxmaxima.zh_CN.html
/usr/share/doc/wxmaxima/wxsubscripts.png
/usr/share/icons/hicolor/1024x1024/apps/io.github.wxmaxima_developers.wxMaxima.png
/usr/share/icons/hicolor/128x128/apps/io.github.wxmaxima_developers.wxMaxima.png
/usr/share/icons/hicolor/16x16/apps/io.github.wxmaxima_developers.wxMaxima.png
/usr/share/icons/hicolor/192x192/apps/io.github.wxmaxima_developers.wxMaxima.png
/usr/share/icons/hicolor/22x22/apps/io.github.wxmaxima_developers.wxMaxima.png
/usr/share/icons/hicolor/24x24/apps/io.github.wxmaxima_developers.wxMaxima.png
/usr/share/icons/hicolor/256x256/apps/io.github.wxmaxima_developers.wxMaxima.png
/usr/share/icons/hicolor/32x32/apps/io.github.wxmaxima_developers.wxMaxima.png
/usr/share/icons/hicolor/36x36/apps/io.github.wxmaxima_developers.wxMaxima.png
/usr/share/icons/hicolor/48x48/apps/io.github.wxmaxima_developers.wxMaxima.png
/usr/share/icons/hicolor/512x512/apps/io.github.wxmaxima_developers.wxMaxima.png
/usr/share/icons/hicolor/64x64/apps/io.github.wxmaxima_developers.wxMaxima.png
/usr/share/icons/hicolor/72x72/apps/io.github.wxmaxima_developers.wxMaxima.png
/usr/share/icons/hicolor/96x96/apps/io.github.wxmaxima_developers.wxMaxima.png
/usr/share/icons/hicolor/scalable/apps/io.github.wxmaxima_developers.wxMaxima.svg
/usr/share/icons/hicolor/scalable/mimetypes/text-x-wxmathml.svg
/usr/share/icons/hicolor/scalable/mimetypes/text-x-wxmaxima-batch.svg
/usr/share/licenses/wxMaxima
/usr/share/licenses/wxMaxima/COPYING
/usr/share/licenses/wxMaxima/GPL.txt
/usr/share/man/de/man1/wxmaxima.1.gz
/usr/share/man/de/man1/wxmxdiff.1.gz
/usr/share/man/man1/wxmaxima.1.gz
/usr/share/man/man1/wxmxdiff.1.gz
/usr/share/metainfo/io.github.wxmaxima_developers.wxMaxima.appdata.xml
/usr/share/mime/packages/x-wxmathml.xml
/usr/share/mime/packages/x-wxmaxima-batch.xml
/usr/share/pixmaps/io.github.wxmaxima_developers.wxMaxima.png
/usr/share/pixmaps/io.github.wxmaxima_developers.wxMaxima.svg
/usr/share/pixmaps/text-x-wxmathml.svg
/usr/share/pixmaps/text-x-wxmaxima-batch.svg
/usr/share/pixmaps/wxmaxima-16.xpm
/usr/share/pixmaps/wxmaxima-32.xpm
/usr/share/wxMaxima
/usr/share/wxMaxima/io.github.wxmaxima_developers.wxMaxima.png
/usr/share/wxMaxima/io.github.wxmaxima_developers.wxMaxima.svg


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Aug 9 16:45:24 2026