maxima:dodier-maxima-unicode-display

Last commit made on 2023-12-29
Get this branch:
git clone -b dodier-maxima-unicode-display https://git.launchpad.net/maxima

Branch merges

Branch information

Name:
dodier-maxima-unicode-display
Repository:
lp:maxima

Recent commits

c1490a7... by Robert Dodier <email address hidden>

Minor clarification in documentation for display2d_unicode: mention display2d flag.

f455514... by Robert Dodier <email address hidden>

Change name of global flag from maxima_unicode_display to display2d_unicode.

Likewise change name of function from MAXIMA-UNICODE-ENABLED to DISPLAY2D-UNICODE-ENABLED.

884692f... by Robert Dodier <email address hidden>

Yet more tests for Unicode pretty printer display.

c5fb28c... by Robert Dodier <email address hidden>

Still more tests for Unicode pretty printer display.

e92954a... by Robert Dodier <email address hidden>

Additional tests for Unicode pretty printer display.

2a616a2... by Robert Dodier <email address hidden>

Commit new test script rtest_unicode_display.mac, and append to list of tests,
but only if :lisp-unicode-capable is true, otherwise it is omitted.

0795d6a... by Robert Dodier <email address hidden>

Ensure that existing pretty printer output tests are executed with maxima_unicode_display = false.

Follow-on work for commit 69f41b4.

4871309... by Robert Dodier <email address hidden>

Description of maxima_unicode_display in reference manual,
and images showing Unicode and ASCII display examples.

197c564... by Robert Dodier <email address hidden>

Fix bug in display of box(x) (or box applied to anything which has height = 1 and depth = 0)
when maxima_unicode_display = true.

69f41b4... by Robert Dodier <email address hidden>

Ensure that existing pretty printer output tests are executed with maxima_unicode_display = false.

Additional tests, for the same expressions with maxima_unicode_display = true,
are in progress.