]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2017-12-05 John WiegleyDon't auto-defer if the package itself was given to...
2017-12-05 John WiegleyEnable all tests on Travis
2017-12-05 John WiegleyAllow `:load t' to mean the same as :load of the packag...
2017-12-05 John WiegleyWhitespace change
2017-12-05 John WiegleyDefault running-on-travis to t
2017-12-05 John WiegleyEnable 4 tests that work when not run on Travis
2017-12-05 John WiegleyFor now, stub out test that breaks Travis
2017-12-05 John WiegleyStub some referenced variables, for Travis
2017-12-05 John WiegleyAdd note in NEWS.md about :requires vs. :if
2017-12-05 John WiegleyLower the priority of :if/:when/:unless in use-package...
2017-12-05 John WiegleyEnhance fix-expansion to take surrounding let bindings...
2017-12-05 John WiegleyRewrite normalization of :bind and :bind*
2017-12-05 John WiegleyNormalize errors should be errors, that are then caught...
2017-12-05 John WiegleyAvoid using pcase and many other macros in macro-expand...
2017-12-05 John WiegleyFix bad interaction between bind-keys* and the :package...
2017-12-05 John WiegleyAdd missing autoload cookies
2017-12-05 Radon RosboroughFix function accidentally made interactive
2017-12-05 John WiegleyUse cl-gensym
2017-12-05 John WiegleyFix the case where :ensure is given no arguments
2017-12-05 John WiegleySome Emacsen don't have gensym
2017-12-05 John WiegleyAdd note in NEWS.md about :after and autoloaded keybindings
2017-12-04 John WiegleyAdd a note to `bind-key` on the usage of the KEYMAP...
2017-12-04 John WiegleyAdd a bind-key test
2017-12-04 John WiegleySupport :ensure (pkg :pin archive)
2017-12-04 John WiegleyAdd several missing comments
2017-12-04 John WiegleySwap the order of two definitions
2017-12-04 John WiegleyFix an argument process problem with bind-key
2017-12-04 John WiegleyComment out two tests that break on Travis
2017-12-04 John WiegleyRename up-* files to use-package-* for consistency
2017-12-04 John WiegleyMerge branch 'split-bind-key'
2017-12-04 John WiegleyCommit .texi file, as it requires several dependencies...
2017-12-04 John WiegleyMerge branch 'master' into next
2017-12-04 John WiegleyAdd a test-in-progress for issue 506
2017-12-04 John WiegleyAdd new customization variables `use-package-hook-name...
2017-12-04 John WiegleySplit key binding functionality out into its own file
2017-12-04 John WiegleyPlease the byte-compiler
2017-12-04 John WiegleyRequire cl for the use-package tests
2017-12-04 John WiegleyExpand use-package-core as a macro, to avoid load time...
2017-12-04 John Wiegley:ensure can be a list; correct handling of multiple...
2017-12-04 John WiegleyEnsure that :commands always declare-function at compil...
2017-12-04 John WiegleyAdd a new :catch keyword, and move :preface before...
2017-12-04 John WiegleyFix duplication in an error message
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 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...
next