summaryrefslogtreecommitdiff
path: root/lisp/km-diff.el
AgeCommit message (Collapse)Author
2022-02-06Drop dates from copyright linesKyle Meyer
public-inbox has started to drop dates from its copyright lines, pointing to the recommendation at https://www.linuxfoundation.org/blog/copyright-notices-in-open-source-software-projects/ I regularly fail to keep copyright lines up to date, so I'll gladly follow suit.
2020-12-24Drop use of dashKyle Meyer
2020-09-01Update copyright yearsKyle Meyer
2020-04-13Update URL values for repository moveKyle Meyer
2019-01-15Update repo URL in file headersKyle Meyer
2019-01-15Update copyright yearsKyle Meyer
2019-01-15Update repo URL in file headersKyle Meyer
2018-01-13Update copyright yearsKyle Meyer
2017-08-02diff-review: Fix function for comment movementKyle Meyer
Rework km/diff-review-next-comment's move procedure to avoid an error when the buffer doesn't contain any comments and to short-circuit the recursion when the search function fails. This also introduces a change in behavior when N exceeds the number of comment blocks before/after point: instead of always positioning point at the start of the block, point is positioned at the end of the block for forward movement and the start of the block for backward movement.
2017-07-01diff-review: Add open-line variantKyle Meyer
2017-07-01diff-review: Add commands to move to the previous/next commentKyle Meyer
2017-07-01diff-review: Extract bounds logic into separate functionKyle Meyer
The same calculation will be useful in the next commit, which adds commands for moving to the next/previous comment.
2017-07-01diff-review-mode: Show mode map in docstringKyle Meyer
An upcoming commit will add commands for going to the next/previous comment.
2017-07-01diff-review: Add more docstringsKyle Meyer
2017-07-01diff-review-as-mail: Anchor regexp searchKyle Meyer
2017-04-12Add mode for reviewing diffsKyle Meyer
2016-02-25Add diff-current-buffer-with-file commandKyle Meyer
2016-02-15ediff: Restore window configurationKyle Meyer
2016-02-14diff: Add diff-with-other-window commandKyle Meyer
2016-02-14diff: Add command to lock buffer nameKyle Meyer
2016-02-14diff: Don't use custom diff commandKyle Meyer
2016-01-12Rewrite configuration with use-packageKyle Meyer