]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
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
2017-01-16 John WiegleyMerge pull request from raxod502/use-package-ensure...
2017-01-15 Radon RosboroughAdd use-package-ensure-function
2016-12-22 John WiegleyAdd new customization option `use-package-always-demand`
2016-12-18 John WiegleyMerge pull request from basil-conto/preface
2016-12-18 John WiegleyMerge pull request from tarsius/outline
2016-12-18 John WiegleyMerge pull request from tarsius/bind-later
2016-12-18 Jonas BernoulliDelay decision whether to use eval-after-load until...
2016-12-17 Jonas BernoulliSupport outline-minor-mode
2016-12-16 Basil L. ContovounesiosIncrease :preface priority
2016-10-31 John WiegleyMerge pull request from phst/bug398
2016-10-31 Philipp StephaniDeclare package-read-all-archive-contents
2016-10-31 Philipp StephaniRemove tests, which don’t work
2016-10-31 Noam PostavskyDon't allow implicit package name arg for binders
2016-10-31 Noam PostavskyDon't allow nil as a mode function
2016-10-31 Noam PostavskyRefactor pair normalizers; add tests for them
2016-10-31 Noam PostavskyRemove obsolete mplist tests
2016-10-17 John WiegleyBump version to 2.3
2016-08-15 John WiegleyMerge pull request from appleby/master
2016-08-15 Mike ApplebyEnsure package-pinned-packages is bound before referenc...
2016-07-22 John WiegleyRemove the use of a tab
2016-07-22 John WiegleyMerge pull request from ketbra/master
2016-07-21 Matthew FeinbergMake pin and ensure compatible
2016-07-18 John WiegleyMerge pull request from npostavs/state-noconst
2016-07-18 Noam PostavskyFix declare-function call: FILE must be a string
2016-07-18 Noam Postavskyuse-package-as-string: use noerror parameter
2016-07-18 Noam PostavskyDon't pass a constant as the state
2016-07-06 John WiegleyVersion 2.2
2016-07-05 John WiegleyMerge pull request from justbur/bump-init
2016-06-23 Justin BurkettMove :init forms before :after and :demand
2016-06-23 Justin BurkettAdd function use-package-jump-to-package-form
2016-06-16 Justin BurkettImprove imenu support
2016-06-14 John WiegleyMerge pull request from justbur/imenu2
2016-06-14 Justin BurkettFix imenu support for older versions
2016-06-13 John WiegleyMerge pull request from justbur/imenu
2016-06-13 John WiegleyMerge pull request from robario/patch-1
2016-06-13 Justin BurkettAdd imenu support for use-package forms
2016-06-05 robarioFix to ignore load error caused via :after
2016-04-03 John WiegleyMerge pull request from xuchunyang/fix-package-install
2016-03-31 Chunyang XuMark package as selected with package-install
2016-02-27 John Wiegley:map no longer accepts lists; only eval-after-load...
2016-02-27 John WiegleyNormalize some error text
2016-02-27 John WiegleyOnly printing debug messages if use-package-verbose...
2016-02-27 John WiegleyMerge pull request from ljos/master
2016-02-27 John WiegleyRepair :map handling in bind-key.el
2016-02-26 Bjarte JohansenQuote variable in `bind-keys*'
2016-02-26 John WiegleyAdd configuration variable `use-package-check-before...
2016-02-26 John WiegleyUse `add-to-list' defensively instead of `push'
2016-02-26 John WiegleyAdd variable `use-package-always-defer'
2016-02-26 John WiegleyRestore :bind-keymap, it does something special still
2016-02-26 John WiegleyRemove :bind-keymaps, and only apply :map bindings...
2016-02-25 John WiegleySupport multiples uses of :map with :bind
2016-02-25 John WiegleyAdd some variable settings to use-package-tests.el...
2016-02-25 John WiegleyMerge pull request from alezost/keymap-doc-fix
2016-02-25 John WiegleyAdd another `declare'
2016-02-25 John WiegleyHandle :unless correctly
2016-02-10 John WiegleyAdd a comment about a recent change
2016-02-10 John WiegleyMerge pull request from waymondo/master
2016-02-06 John WiegleyMerge pull request from dudebout/patch-1
2016-02-06 John WiegleyAdd an autoload cookie for `use-package'
2016-02-06 Nicolas DudeboutUpper casing Cs corresponding to Ctrl
2016-02-04 John WiegleyMerge pull request from thierryvolpiatto/fix_package_in...
2016-02-04 Thierry VolpiattoEnsure package-install support a second argument
2016-02-04 Thierry VolpiattoWhen :ensure is used install package as a selected...
2016-01-25 John WiegleyMerge pull request from kovrik/fix-pin-performance
2016-01-21 John WiegleyMerge pull request from phillord/fix/always-pin-typo
2016-01-21 Phillip LordFix errant variable name
2016-01-20 John WiegleyMerge pull request from phillord/feature/always-pin
2016-01-20 Phillip LordAdd new option `-always-pin'
2016-01-19 Ivan GoncharovChange condition that checks if package has been initia...
2016-01-18 Ivan GoncharovDo not package-initialize on each :pin
2016-01-12 John WiegleyMerge pull request from kovrik/issue-299
next