1. Cedar components
BasicPackages
Example in Random.mesa says Choose instead of ChooseInt.
Imager
Imager.Space needs another parameter: "amplified: BOOL ← FALSE".
ImagerRasterImpl.ValidateFontInfo should protect against state.font=NIL.
MesaRuntime
Basics: fix comments that say "pairber".
PrincOps: make Priority an enumerated type, as in CedarProcess.
Rope
Rope: in RopeRep.object, UnsafeAppendChars would be more useful than AppendChars.
Terminal
Need some way to synchronize Create with RegisterNotifier.
Redo color cursor implementation? Use B-channel?
Tioga
Autoscrolling needs a rewrite.
Trying to open a file in the unsaved documents viewer seems to sometimes lock up the world.
TJaM
Protect against "exec stack overflow"?
Viewers
Some modules have "mesa" style!
SetIconLabel is missing.
WindowManagerImpl: Hit*Scroll needs to convert mouse pos from window to client coords.
ViewerClasses: fix comment under NotifyProc.
Adjusting color viewers puts feedback on bw display.