summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-11-18Meta: Reduce required Emacs version to 28.2externals/activitiesAdam Porter
2025-10-20Tidy: UntabifyAdam Porter
2025-02-23Fix: Don't call file-truename for remote filesAdam Porter
2025-02-23Update changelog, tidy binding and docstringAdam Porter
2025-01-23annotate: skip file-truename for remote filesJD Smith
2024-12-25Merge: Completion annotationsAdam Porter
2024-12-25Docs: (README.org) TidyAdam Porter
2024-12-24README: mention new completion interface in ChangelogJ.D. Smith
2024-12-24sort-by-active-age: fix sort logicJ.D. Smith
2024-12-24completing-read: make sort-by always set to a sort functionJ.D. Smith
2024-12-24sort-by: use function-item for customJ.D. Smith
2024-12-24oldest-age: find oldest age of last OR default stateJ.D. Smith
2024-12-24README: simplify Completion descriptionJ.D. Smith
2024-12-24README: rename section as CompletionJ.D. Smith
2024-12-24activities-completing-read: use cl-labels for clarityJ.D. Smith
2024-12-24sort-by-active-age: reformulate using pcaseJ.D. Smith
2024-12-24age: mention related bug report and magit--age in commentJ.D. Smith
2024-12-24activities--buffers-and-files-differ-p: rename args for clarityJ.D. Smith
2024-12-24activities-annotation-colors: simplify doc and use ALPHAJ.D. Smith
2024-12-24improve custom activities-sort-function -> activities-sort-byJ.D. Smith
2024-12-24activities--age: rewrite, note future core replacementJ.D. Smith
2024-12-24buffers-and-files: fix docstring typoJ.D. Smith
2024-12-24mapcar-window-state-leafs: improve varnames and docstringJ.D. Smith
2024-12-24inline annotation-function and eliminate vc-annotateJ.D. Smith
2024-12-24cl-labels file-or-buffer: improve docstringJ.D. Smith
2024-12-24map-window-state-leafs -> mapcar-window-state-leafsJ.D. Smith
2024-12-24buffers-and-files: better var nameJ.D. Smith
2024-12-24buffer-and-files-differ: improve docstringJ.D. Smith
2024-12-24Inline activities--completion-tableJ.D. Smith
2024-12-24README: improve annotation/sorting docsJ.D. Smith
2024-12-24save: retain last timestamp when buffer and files have not changedJ.D. Smith
2024-12-24Factor out buffer-and-files comparison functionsJ.D. Smith
2024-12-24Remove debug messageJ.D. Smith
2024-12-24Make activities--annotate privately namedJ.D. Smith
2024-12-24annotate: "zero files" is pluralJ.D. Smith
2024-12-24completing-read: sort completion using new completion-tableJ.D. Smith
2024-12-24Handle plurals correctly in annotation bufs/filesJ.D. Smith
2024-12-24annotate: separate active flag (@) from modified flag (*)J.D. Smith
2024-12-24annotate: indicate active and modified using final flag charJ.D. Smith
2024-12-24annotate: compare file truenames and buffers correctlyJ.D. Smith
2024-12-24annotate: make variable names more explicitJ.D. Smith
2024-12-24README: add information about the annotationsJ.D. Smith
2024-12-24handle missing last state and add `*' for modified state buffer listJ.D. Smith
2024-12-24annotate: correct indentation for makem.shJ.D. Smith
2024-12-24annotate: rename vars and simplify age paddingJ.D. Smith
2024-12-24annotate: remove extra indentation-preserving space in function callJ.D. Smith
2024-12-24map-window-state-leafs: remove additional unused pcase branchJ.D. Smith
2024-12-24map-window-state-leafs: omit unused pcase branchJ.D. Smith
2024-12-24Use struct-slot-value instead of rolling our own functionJ.D. Smith
2024-12-24simplify annotation-function using pcase-let*J.D. Smith