]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2017-12-03 John WiegleyMinor simplification
2017-12-03 John WiegleyFix a byte-compiler warning in up-ensure.el
2017-12-03 John WiegleyMove optional jumping functionality to its own module
2017-12-03 John WiegleyBreak out ensure/diminish/delight into their own suppor...
2017-12-03 John WiegleyMove the use-package-keywords defcustom to the top...
2017-12-03 John WiegleyDisable a test that is not working on Travis
2017-12-03 John WiegleyMove functions around for better logical grouping
2017-12-03 John WiegleyMore variable renaming needed in the tests
2017-12-03 John WiegleyChange most use-package-- prefixes to just use-package-
2017-12-03 John WiegleyRemove a local variable binding
2017-12-03 John WiegleyAlways catch errors during configuration
2017-12-03 John WiegleySeparate out all tests, the better to identify which...
2017-12-03 John WiegleyDefine macroexpand-1 for older Emacsen
2017-12-03 John WiegleyA great deal of internal reorganization and simplification
2017-12-02 Radon RosboroughFix `use-package-ensure-function' docstring typo
2017-12-01 John WiegleyIf use-package-verbose is t, show loading times when...
2017-12-01 John WiegleyRemove the :defer-install keyword
2017-12-01 John Wiegley:demand should not override an explicit use of :after
2017-12-01 John WiegleyRemove some debug code that crept in
2017-12-01 John WiegleyAdd tests for the last two keywords
2017-12-01 John WiegleyAdd many more tests
2017-12-01 John WiegleyAlways wrap the expanded body from use-package in ...
2017-12-01 John WiegleyComment out :no-require test for now
2017-12-01 John WiegleyDon't factor out a volatile variable
2017-12-01 John WiegleyAdd many new tests
2017-12-01 John WiegleyGenerate :defines and :functions correctly
2017-12-01 John WiegleyCorrect the ordering of :preface, :load-path, :defines...
2017-12-01 John WiegleyWhitespace fix
2017-12-01 John WiegleyMove :hook before :defer
2017-12-01 John WiegleyDon't macroexpand bind-keys, leave that to the evaluator
2017-12-01 John WiegleyAlways use `load' when loading for the sake of compilation
2017-12-01 John WiegleySort keywords at the appropriate time
2017-12-01 John WiegleyChange the :config default, if none has been set in...
2017-12-01 John Wiegley:no-require t should never require
2017-12-01 John WiegleyCode reformatting
2017-12-01 John WiegleyAllow match-expansion to take multiple cases
2017-12-01 John WiegleyAdd test for use-package-test-normalize/:ensure
2017-12-01 John WiegleyAdd the missing plist-delete
2017-11-30 John WiegleyRemove an unneeded defvar
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...
next