aboutsummaryrefslogtreecommitdiff
path: root/lisp/git-commit.el
AgeCommit message (Collapse)Author
2015-07-01add release notes, bump version2.1.0Jonas Bernoulli
2015-06-29remove obsolete face definitionsJonas Bernoulli
To many faces were renamed for these few backward-compatibility definitions to make much of difference. Rip off the bandage.
2015-06-29Add autoload cookie for lazy loadingSyohei YOSHIDA
2015-06-28fix and extend package metadataJonas Bernoulli
2015-06-23improve package summaries and commentaryJonas Bernoulli
Improve the library summaries of the libraries that are distributed as separate packages, as well as the summary and commentary of `magit.el'.
2015-06-23update elpa package dependenciesJonas Bernoulli
Note that emacs-24.4 implies cl-lib.
2015-06-23clarify copyright lines in library headersJonas Bernoulli
At the beginning of library headers use ;; Copyright (C) YEARS The Magit Project Contributors instead of ;; Copyright (C) YEARS The Magit Project Developers "Developers" might be read as to imply that only the core team hold the copyright. But that is not the case, since nobody assigned their rights to us. Everyone who ever contributed holds the copyright for their contribution(s).
2015-06-23move all libraries to new lisp/ subdirectoryJonas Bernoulli
and move AUTHORS.md to the Documentation/ subdirectory. This also requires extensive changes to the Makefiles and some libraries.