summaryrefslogtreecommitdiff
path: root/guix/ui.scm
AgeCommit message (Expand)Author
2020-08-05ui: Report key-and-arg exceptions correctly....Ludovic Courtès
2020-08-03ui: Add #:verbosity to 'show-what-to-build'....Ludovic Courtès
2020-07-27processes: Allow 'less' to properly estimate line length....Ludovic Courtès
2020-07-25Use 'formatted-message' instead of '&message' where appropriate....Ludovic Courtès
2020-07-25diagnostics: Add '&formatted-message'....Ludovic Courtès
2020-07-25ui: Factorize '&message' handling....Ludovic Courtès
2020-07-15ui: 'with-error-handling' does not unwind the stack....Ludovic Courtès
2020-07-02Revert "ui: Use package-description-string."...Ludovic Courtès
2020-06-28processes: Write to $PAGER....Ludovic Courtès
2020-06-15ui: Use package-description-string....Arun Isaac
2020-06-15ui: Do not translate package synopsis a second time....Arun Isaac
2020-06-15ui: Cut off search early if any regexp does not match....Arun Isaac
2020-06-14ui: Set 'LESS' environment variable unconditionally....Ludovic Courtès
2020-06-06ui: 'display-search-results' automatically invokes the pager....Ludovic Courtès
2020-04-17ui: Fix typos, 80-col & grammar in comments & docstrings....Vincent Legoll
2020-04-02ui: Clarify "dependencies changed"....Ludovic Courtès
2020-03-24ui: 'show-manifest-transaction' tabulates package lists for install/remove....Ludovic Courtès
2020-03-24ui: 'show-manifest-transaction' tabulates upgraded package lists....Ludovic Courtès
2020-03-23ui: Add 'indented-string'....Ludovic Courtès
2020-03-22ui: 'build-notifier' invokes continuation when there's nothing to do....Ludovic Courtès
2020-03-22ui: 'show-what-to-build' returns two values, for builds and downloads....Ludovic Courtès
2020-03-22ui: 'show-what-to-build' returns true when there are grafts to build....Ludovic Courtès
2020-03-22ui: Add a notification build handler....Ludovic Courtès
2020-03-11ui: Restore line wrapping for 'package->recutils'....Ludovic Courtès
2020-02-28Revert "ui: Only display link in capable terminals."...Ludovic Courtès
2020-02-24ui: Don't truncate search output when inside Emacs....Pierre Neidhardt
2020-02-24ui: Only display link in capable terminals....zimoun
2020-02-23ui: (size->number "1.M") is correctly parsed....Ludovic Courtès
2020-02-11ui: Fix typo in comment....Ludovic Courtès
2020-01-24ui: Do not display error messages with bare format strings....Ludovic Courtès
2020-01-17ui: Ignore 'raise-exception' frames when reporting exceptions....Ludovic Courtès
2020-01-16records: Improve reporting of "invalid field specifier" errors....Ludovic Courtès
2020-01-15Avoid warnings for the 'delete' binding of (guix build utils)....Ludovic Courtès
2020-01-02ui: It's 2020 now!...Ludovic Courtès
2019-11-29ui: 'with-profile-lock' keeps going upon ENOLCK....Ludovic Courtès
2019-11-29ui: Factorize 'with-profile-lock'....Ludovic Courtès
2019-11-28pull, describe: Emit hyperlinks for commit identifiers....Ludovic Courtès
2019-11-28ui: 'display-generation' emits a hyperlink for the generation....Ludovic Courtès
2019-11-28ui: Add 'file-hyperlink'....Ludovic Courtès
2019-11-27ui: Adjust SRFI-34 exception handling to Guile 2.9.5....Ludovic Courtès
2019-11-09ui: Emit hyperlinks for 'license' in package search results....Ludovic Courtès
2019-11-09ui: Produce hyperlinks for the 'location' field of search results....Ludovic Courtès
2019-10-01ui: 'show-what-to-build' colorizes store file names....Ludovic Courtès
2019-09-23ui: Add 'current-message-language'....Ludovic Courtès
2019-09-19ui: 'relevance' connects regexps with a logical and....zimoun
2019-07-20ui: 'warn-about-load-error' provides hints for unbound variables....Ludovic Courtès
2019-07-20ui: 'warn-about-load-error' warns about file/module name mismatches....Ludovic Courtès
2019-07-11guix gc: Correctly handle '--delete-generations' with no arguments....Ludovic Courtès
2019-07-05derivations: Simplify 'substitution-oracle'....Ludovic Courtès
2019-07-05derivations: 'derivation-build-plan' recurses on substituables....Ludovic Courtès