summaryrefslogtreecommitdiff
path: root/diffview.el
AgeCommit message (Collapse)Author
2023-02-24Merge branch 'externals/diffview' of https://git.sv.gnu.org/git/emacs/elpaexternals/diffviewMitchel Humpherys
[mgalgs: dropped mode map changes due to similar change already present]
2022-03-22diffview.el: Document keybindingsMitchel Humpherys
2022-03-22Add menu and next, prev, align JohnC32
1. Add Diffview menu 2. Add diffview--next-file bound to "}" (similar to diff-mode) 3. Add diffview--prev-file bound to "{" 4. Add diffview--align-windows bound to "l". This is from issue #1, 'Aligning Windows'. I briefly looked at trying to use align windows instead of scroll-all-mode per the comment on the issue. However, I couldn't get it work work nicely.
2020-11-27* diffview.el (diffview-mode-map): Define explicitlyStefan Monnier
2020-11-27* diffview.el: Fix copyright headerStefan Monnier
2015-09-28diffview.el: Add `Maintainer' pseudo-headerMitchel Humpherys
2015-09-26diffview.el: Remove unnecessary htmlMitchel Humpherys
(Now that make-readme-markdown knows how to work with image links)
2015-09-26diffview.el: Version bump (1.0)Mitchel Humpherys
2015-09-23Add MELPA installation instructionsMitchel Humpherys
2015-09-23Rely on make-readme-markdown for license badgeMitchel Humpherys
2015-09-21Use emacs quotesMitchel Humpherys
indent-hints knows how to convert them to markdown anyways.
2015-09-21Fix some `checkdoc' warningsMitchel Humpherys
2015-09-19Improve clarity of some docsMitchel Humpherys
I can haz understand you?
2015-09-19Update documentationMitchel Humpherys
2015-09-19set up some more reasonable autoloadsMitchel Humpherys
2015-09-19Fix some warnings from flycheck-package.elMitchel Humpherys
2015-09-19Update some package tagsMitchel Humpherys
2015-09-19Add GPLv3 badgeMitchel Humpherys
2013-02-16improve documentationMitchel Humpherys
2013-02-16add screenshotsMitchel Humpherys
2013-02-15initial commitMitchel Humpherys