emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/magit updated (9b94654921 -> 3525928602)


From: ELPA Syncer
Subject: [nongnu] elpa/magit updated (9b94654921 -> 3525928602)
Date: Tue, 22 Feb 2022 08:58:52 -0500 (EST)

elpasync pushed a change to branch elpa/magit.

      from  9b94654921 Remove redundant version/feature caches
      adds  f321409f4d Rename magit-utils.el to magit-base.el
      adds  50953fc4f0 Define section classes in magit-base.el
      adds  9585356e98 magit-commit-section: New class
      adds  4727dcbe22 Refactor Imenu support
      adds  8fef6b9651 magit-status-mode: Add more to Imenu index
      adds  b563e448c1 magit-refs-mode: Make Imenu items less noisy
      adds  df50834f24 magit-imenu--{*}: Rearrange and abbreviate docstrings
      adds  512d78cb3a magit-imenu--{*}: Cosmetics
      adds  f815ea7795 Disband magit-imenu.el
      adds  3525928602 magit-stashes-section-map: Bind magit-stash-list

No new revisions were added by this update.

Summary of changes:
 default.mk                             |   5 +-
 docs/Makefile                          |   2 +-
 docs/magit-section.org                 |   4 +-
 docs/magit.org                         |   4 +-
 lisp/Makefile                          |  21 ++-
 lisp/git-commit.el                     |   8 +-
 lisp/git-rebase.el                     |  18 +++
 lisp/{magit-utils.el => magit-base.el} |  48 +++++--
 lisp/magit-core.el                     |   3 +-
 lisp/magit-diff.el                     |  28 +---
 lisp/magit-git.el                      |   3 +-
 lisp/magit-imenu.el                    | 253 ---------------------------------
 lisp/magit-log.el                      |   8 +-
 lisp/magit-margin.el                   |   2 +-
 lisp/magit-mode.el                     |  61 +++++++-
 lisp/magit-process.el                  |   8 +-
 lisp/magit-reflog.el                   |   3 +-
 lisp/magit-refs.el                     |   3 +-
 lisp/magit-repos.el                    |  17 +++
 lisp/magit-section.el                  |  21 ---
 lisp/magit-stash.el                    |   4 +-
 lisp/magit-status.el                   |   3 +-
 lisp/magit-submodule.el                |  14 ++
 lisp/magit.el                          |   1 -
 24 files changed, 180 insertions(+), 362 deletions(-)
 rename lisp/{magit-utils.el => magit-base.el} (97%)
 delete mode 100644 lisp/magit-imenu.el



reply via email to

[Prev in Thread] Current Thread [Next in Thread]