]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2017-11-30 John WiegleyA final fix to :ensure + :load-path
2017-11-30 John WiegleyAdd a test case for :ensure, following up from
2017-11-30 John WiegleyDon't check for an :ensure that use-package-always...
2017-11-30 John WiegleyAdd a use-package-version variable
2017-11-30 John WiegleyAdd two new tests
2017-11-30 John WiegleyAdd stubs for future tests of all keywords
2017-11-30 John WiegleyAllow :ensure to take a nil value again
2017-11-30 John WiegleyOnly add :ensure nil on :load-path if use-package-alway...
2017-11-30 John WiegleyRestructure some code
2017-11-30 John WiegleyUsing :load-path without also using :ensure now implies...
2017-11-30 John WiegleyCorrection to use-package--recognize-function
2017-11-30 John WiegleyAllow keys to be bound to nil
2017-11-30 John WiegleyFix a missing `and'
2017-11-30 John WiegleyUse backquote rather than quote
2017-11-30 John WiegleyCorrect use-package-normalize-mode
2017-11-30 John WiegleyWhitespace fix
2017-11-30 John WiegleyUpdate version and copyright
2017-11-30 John WiegleyAllow :bind ("C-c C-c" . (lambda () (ding))) and #...
2017-11-29 John WiegleyReorder some items in NEWS.md
2017-11-29 John WiegleyAdd NEWS.md file
2017-11-29 John WiegleyMerge pull request from basil-conto/version
2017-11-29 Basil L. ContovounesiosRequire Emacs version >= 24.3
2017-11-29 John WiegleyMerge pull request from basil-conto/520
2017-11-29 John WiegleyMerge branch 'master' into 520
2017-11-29 John WiegleyAdd a missing (require 'seq)
2017-11-29 Basil L. ContovounesiosRequire cl-lib and do not use seq functions
2017-11-29 John WiegleyWhen use-package-inject-hooks is non-nil, always fire...
2017-11-29 John WiegleyPrint map keys in describe-personal-keybindings
2017-11-29 John WiegleyRepeating a bind no longer causes duplicates in persona...
2017-11-29 John WiegleyWhen byte-compiling, correctly output declare-function...
2017-11-29 John WiegleyMake diminish a soft dependency, as delight already was
2017-11-29 John WiegleyAllow :diminish to take no argument, once again
2017-11-28 John WiegleyFix for single :custom (foo bar)
2017-11-28 John WiegleyAllow :custom (foo1 bar1) (foo2 bar2) etc
2017-11-28 John WiegleyAdd support for `:hook`
2017-11-28 John WiegleyAppend to *use-package* when debugging, don't clear it
2017-11-28 John WiegleyMake unrecognized keywords a warning
2017-11-28 John WiegleyUpgrade license to GPL 3
2017-11-28 John WiegleyDon't allow :commands, :bind, etc., to be given an...
2017-11-28 John WiegleyExplicit :defer t should override use-package-always...
2017-11-28 John WiegleyMerge pull request from drrlvn/patch-1
2017-11-28 John WiegleyCorrections to the normalization of :custom
2017-11-28 John WiegleyMerge pull request from joewreschnig/implicit-diminish
2017-11-21 John WiegleyMerge pull request from waymondo/master
2017-11-21 Justin Talbottallow customized values to be nil
2017-11-20 John WiegleyMerge pull request from canatella/add-customization...
2017-11-10 Damien MerenneAdd support for face customization
2017-11-10 Damien MerenneAdd support for variable customization
2017-10-30 John WiegleyMerge pull request from carldotac/master
2017-10-30 Carl LiebermanFix typos in docstring
2017-10-13 John WiegleyMerge pull request from emacsjanitors/demote-manually
2017-10-13 Jonas BernoulliCosmetic changes to use-package-ensure-elpa
2017-10-13 Jonas BernoulliDon't use with-demoted-errors in use-package-ensure...
2017-08-13 John WiegleyMerge pull request from raxod502/feat/fix-install-deferred
2017-07-30 Dror LevinRemove duplicate documentation of :mode
2017-07-10 John WiegleyMerge pull request from joewreschnig/481-delight-docs
2017-07-10 Joe WreschnigDocument :delight in the doc string and README
2017-07-08 Joe WreschnigAllow `:diminish` with no arguments
2017-07-02 John WiegleyMerge pull request from joewreschnig/477-delight-wrappers
2017-07-02 Joe WreschnigAllow :major as the third argument in :delight calls
2017-07-02 Joe WreschnigAllow multiple :delight arguments, or omitting the...
2017-06-30 Radon RosboroughFix bug in use-package-install-deferred-package
2017-06-16 John WiegleyMerge pull request from joewreschnig/magic-469
2017-06-15 Joe WreschnigAdd `:magic` and `:magic-fallback` keywords (issue)
2017-05-23 David LeathermanProtect against errors during package install
2017-05-09 John WiegleyMerge pull request from raxod502/feat/failed-autoload-msg
2017-05-07 Radon RosboroughFix quoting error in failed autoload message
2017-04-05 John WiegleyMerge pull request from raxod502/normalize-nil
2017-04-05 Radon RosboroughMake use-package-normalize-value handle nil better
2017-04-03 John WiegleyMerge pull request from raxod502/fix-bind-key-filter
2017-04-03 Radon RosboroughAdd comment explaining keyword-argument patch
2017-04-03 Radon RosboroughDon't mutilate keyword arguments in :bind
2017-03-27 John WiegleyMerge pull request from raxod502/fix-after
2017-03-27 John WiegleyMerge pull request from raxod502/always-defer-install
2017-03-26 Radon RosboroughAdd use-package-always-defer-install
2017-03-19 Radon RosboroughFix :after keyword
2017-03-19 John WiegleyMerge pull request from raxod502/defer-install
2017-03-19 Radon RosboroughMerge remote-tracking branch 'origin/master' into defer...
2017-03-19 Radon RosboroughUpdate docstring, installation prompt message
2017-03-19 Radon RosboroughVarious improvements for deferred installation
2017-03-09 Radon RosboroughGet :defer-install completely working, in theory
2017-03-09 Radon RosboroughImprove deferred installation mechanism
2017-03-09 Radon RosboroughMerge branch 'generalized-ensure' into defer-install
2017-03-09 Radon RosboroughUpdate docstring for use-package-ensure-function
2017-03-08 Radon RosboroughFirst cut at :defer-install keyword
2017-03-08 Radon RosboroughExtend capabilities of use-package-ensure-function
2017-02-18 John WiegleyRevert "Return `t' after calling `eval-after-load'"
2017-02-16 John WiegleySupport multiple symbols passed to :after
2017-02-16 John Wiegley:mode and :interpreter can now accept (rx ...) forms
2017-02-16 John WiegleyReturn `t' after calling `eval-after-load'
2017-02-16 John WiegleyAdd autoload cookie for use-package-autoload-keymap
2017-02-16 John WiegleyMerge remote-tracking branch 'origin/pr/349'
2017-02-13 John WiegleyMerge pull request from justbur/find-form
2017-02-13 John WiegleyMerge pull request from justbur/imenu3
2017-02-13 John WiegleyMerge pull request from raxod502/fix-use-package-defaults
2017-02-13 Radon RosboroughFix use-package-defaults
2017-02-13 Radon RosboroughUnrevert "Add use-package-defaults"
2017-02-13 John WiegleyRevert "Add use-package-defaults"
2017-02-12 John WiegleyMerge pull request from raxod502/use-package-defaults
2017-01-16 Radon RosboroughAdd use-package-defaults
next