summaryrefslogtreecommitdiff
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-10-21README.md: Re-generateMitchel Humpherys
2022-03-22Update screenshotsMitchel Humpherys
Previous ones were unreadable.
2022-03-22diffview.el: Document keybindingsMitchel Humpherys
2022-03-22README.md: Re-generate (adds an Emacs logo)Mitchel Humpherys
make-readme-markdown learned how to spiffy things up a bit. Re-generate our README.md to get the latest spiffiness.
2022-03-22Update screenshotsMitchel Humpherys
2022-03-22Merge pull request #3 from JohnC32/masterMitchel Humpherys
Add menu and next, prev, align
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-28README.md: Re-generate (now includes MELPA stable badge)Mitchel 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-25Revert "Regenerate README.md (now includes MELPA stable badge)"Mitchel Humpherys
This reverts commit 214ec5945c315f81907e91637204bc4632090a48. diffview isn't actually listed on MELPA stable yet.
2015-09-25Regenerate README.md (now includes MELPA stable badge)Mitchel Humpherys
2015-09-25Makefile: Proper local build supportMitchel Humpherys
2015-09-25Regenerate README.md (now includes MELPA badge)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