diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2019-04-16 09:19:00 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2019-04-17 19:30:09 +0200 |
| commit | cd391a035a7ff935b2247707c819351fa759d805 (patch) | |
| tree | 2cbe7224fb7568c6f7c42935a1e6a368ca1cb062 /lisp/Makefile | |
| parent | 0e67ca9eb043e72586bb3945d5391f37608d789a (diff) | |
Restore bookmark support
Differences to the old implementation include:
- The format of bookmark names has changed.
- It now depends on the used `bookmark' command in what window
a bookmark is opened. Previously both `magit' and `bookmark'
displayed the buffer, which for some commands and buffers
resulted in it being displayed in multiple windows.
- `magit-submodules-mode' is no longer supported because it does
not derive from `magit-mode' and therefore does not conform to
the interface we now rely on. Bookmarking such buffers isn't
particularly useful because just using the regular command is
likely more efficient than using a bookmark.
Diffstat (limited to 'lisp/Makefile')
| -rw-r--r-- | lisp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/Makefile b/lisp/Makefile index 5bd89e8..8a3698d 100644 --- a/lisp/Makefile +++ b/lisp/Makefile @@ -58,6 +58,7 @@ magit-gitignore.elc: magit.elc magit-extras.elc: magit.elc magit-merge.elc git-rebase.elc: magit.elc magit-imenu.elc: magit.elc git-rebase.elc +magit-bookmark.elc: magit.elc magit-obsolete.elc: magit.elc ## Build ############################################################# |
