[feat] Folding real numbers displays their first few digits
[fix] <real>^(- <real>) -> (+/-) <real>*10^<real>
[feat] <Ctrl-n>: 10^3 -> 1000
[feat] Expand real^real as real*10^integer
[fix] splitRealExponent requires both numbers be real
[feat] '=': 10^3 -> 1000
[refactor] Change console feedback in Calculate
[feat] Ctrl-n: a/b/c -> a/(b*c)
[feat] Ctrl-n: 3*x/2 -> (3/2)*x
[feat] 3*x/3 -> x
[feat] '=': 3*x/2 -> 1.5*x
[fix] Long running chord check exception
[fix] Don't wrap emmet strings in a times branch
[feat] Emmet strings can use '>'
[WIP][HACK] Parse a simple emmet string
[refactor] Split ListDisplay into parts
[doc] Remove obsolete comments
[feat] Remove the bottom left scroll bar
[fix] To compile, remove ScrollBar.java from fileList.txt
[feat] Copy all selected equations with OS Copy Equation
[refactor] KetImage.toSingleImage() accepts a clear flag (transparent background)
[WIP] Add a (non-functional) transparent image export toggle button
[dbg][WIP] Generate intermediate images in toSingleImage()
[fix] Draw the images within toSingleImage()
[feat] Stop saving debugging images
[fix] Remove the ineffective image background check box menu item
[refactor] Remove references to transparent checkbox menu item
[feat] Export images with and without transparent backgrounds
[fix] Don't open individually exported images
[feat] Represent primed variable x' with "x.\prime"
[feat] Ctrl-n: x <-> x.\prime
[fix] Ctrl-n \delta.x <-> \delta.x.\prime
[feat] Ctrl-n: x_1 -> x_2
[feat] Ctrl-n: x_1 -> x_2 and x_0
[feat] Ctrl-a: a_1 -> a_2 and Ctrl-z: a_2 -> a_1 (instead of Ctrl-n)
[fix] Check for nulls in Transform.addCompound()
[fix] Add missing source files to the file list
[feat] Clean up paste-around, 'gp'
[fix][refactor] Paste "clipboard" around "current"
[feat] Prepend paste with 'gp', e.g. 'gp*'
[refactor] Use Order.PREPEND and APPEND throughout
[feat] AddResponder requires a Speed enum
[feat] <Ctrl-o> Opens a new document
[fix] Revert <Ctrl-o> back to move in-right with parent
[feat] <Ctrl-s> Saves the document
[feat] Add a descriptions field to each suggestion in Alternatives
[feat] All Alternatives should be described
[feat] Add :open<nl> and :open <filename><nl> commands
[fix] '=' : 1.1+1 -> 2.1 (not 2.1*10^0)
[refactor] Use create() to create scientific notation
[refactor] Store suggestions in a LinkedList
[refactor] Rename Family to Alias to avoid confusion with expression trees
[feat] i_<Ctrl-r>* pastes without quotes
[refactor] Split Clipboard into SystemClipboard
[refactor] Rename familyCycle to aliasCycle
[doc] Remove non-existing Document constructor @param argument
[feat] Ctrl-n: lb <-> kg
[feat] Export Words to LaTeX in \mbox{..}
[feat] Export single letter words to HTML in italics
[fix] Separate TIMES arguments with gaps when exporting to LaTeX
[refactor] Move toBox() from Value
[fix] Find CompoundState by first character
[WIP] Display single-letter words in italics
[feat] Display italic single letters and plain words
[feat] Use Alternatives.Suggestion text in debugging Alias
[dbg] Add (commented out) debugging console feedback in normalizeScientificNotation()
[fix] transposeProductOfFractions() requires fractions
[WIP] Proivde suggestion labels to AlbumMode
[feat] '=' should normalize scientific notation
[feat] Add tooltips to <C-w>a alias popup menu
[refactor] Clean up the album tooltips
[feat] Add Clipboard >> OS copy tree as XML
[refactor] Sort import statements and remove duplicates
[refactor] Move text, html, latex and image tools to ket.display.text etc.
[feat] Clipboard >> OS Copy Tree as prefix notation
[refactor] Move SystemClipboard to ket.mc.system
[refactor] Rename ket.display.image.ImageTools to KetImage
[refactor] Indent the Function class
[refactor] Split io methods from KetImage into ket.io.ImageTools
[refactor] Cull unused imports in image classes
[refactor] Move symbolic function toLatex() code to LatexFactory
[refactor] Indent the Symbol class's public fields
[refactor] Clean up HTMLFactory comments
[refactor] Export HTML via HTMLFactory
[refactor] Cull HTMLFactory and LatexFactory import statements
[refactor] Use LatexFactory and HTMLFactory for all ket.math.purpose.function classes
[refactor] Move HTMLFactory and LatexFactory to ket.display.html and .latex
[feat] Ctrl-n: a/b/c -> a/(b*c) etc.
[feat] Pause briefly between tutorial pages
[feat] Increase tutorial font size and window size
[feat] Properly organize the Edit and View menus
[feat] <Ctrl-Plus> and <Ctrl-minus> zoom in and out as expected
[feat] Increase border size in BorderedBox
[fix] (') didn't recognize derivatives
[feat] Match a first derivative by regex /\1'~t/
[refactor] Avoid null confusion by renaming Function.NULL to Function.SEVERAL
[doc] Clarify mouse selection in the tutorial
[refactor] Avoid ambiguity: Rename ChordFrame to QuickReferenceFrame
[refactor] Move Write.toSingleImage() to ImageTools
[feat] Change Ctrl-n order to favour x+(-y)->x-y