]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2017-12-04 John WiegleyAdd expand-maximally macro to up-tests.el
2017-12-04 John WiegleyRevert "Reduce some code duplication"
2017-12-04 John WiegleyMove :preface handling within the code
2017-12-04 John WiegleyAdd two new tests
2017-12-04 John WiegleyReduce some code duplication
2017-12-04 John WiegleyNormalize some whitespace and ordering in new code
2017-12-04 John WiegleyMove :init back to happening after all autoloads have...
2017-12-04 Justin TalbottAdd `use-package-chords` and `use-package-ensure-system...
2017-12-04 John WiegleyChange order of :defines and :functions within `use...
2017-12-04 John WiegleyAdd further notes to NEWS.md, in light of recent breakages
2017-12-04 John WiegleyAdd new customization variable `use-package-deferring...
2017-12-04 John WiegleyMinor comment change
2017-12-04 John Wiegleyup-ensure's customization variables are now in their...
2017-12-04 John WiegleyRemove code from up-core.el that is now in up-diminish.el
2017-12-04 John WiegleyAdd notes to NEWS.md
2017-12-04 John WiegleyCorrection to a macro expansion
2017-12-04 John WiegleyDelete an unneeded blank line
2017-12-04 John WiegleyReduce some code duplication
2017-12-04 John WiegleyNormalize the code emitted by :mode, :interpreter,...
2017-12-04 John WiegleyAdd 'errors as another option to `use-package-verbose'
2017-12-04 John WiegleyOnly emit the debugging context text once
2017-12-04 John WiegleyCorrection to error detection at both :init and :config...
2017-12-03 John WiegleyReport errors during deferred :config as intelligent...
2017-12-03 John WiegleyDrop some unnecessary detail from a warning message
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
next