I noticed when listing installed or available packages that the output is often pretty jumbled up because columns in each row have an inconsistent width. This series of patches adds a new procedure for printing tabular data (pretty-print-table) and modifies the code for --list-installed, --list-available, and --list-generations to utilize it. -Steve