]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2017-12-07 John WiegleyIntroduce new customization variable `use-package-merge...
2017-12-07 John WiegleyUse cl-gentemp in another place
2017-12-07 John WiegleyCorrectly fix the problem of unreferenced symbols after...
2017-12-07 John WiegleyRevert "Pre-expand lexical-let, since otherwise it...
2017-12-07 John WiegleyPre-expand lexical-let, since otherwise it requires...
2017-12-06 John WiegleyAdd documentation for `use-package-report'
2017-12-06 John Wiegleyuse-package-defaults predicate must also receive the...
2017-12-06 John WiegleyRemove Package-Requires for diminish and delight, as...
2017-12-06 John WiegleyAdd a comment as to why max-lisp-eval-depth is set...
2017-12-06 John WiegleyAdd missing autoload cookie, and make lack of a normali...
2017-12-06 John WiegleyDon't compute the verbose debug text unless it's requested
2017-12-06 John WiegleyAdd :bind test for a single cons cell
2017-12-06 John WiegleyAdd support for gathering statistics on use-package...
2017-12-06 John WiegleyRespect keyword ordering in use-package-deferring-keywords
2017-12-06 John WiegleyClarify :config with setq versus :custom
2017-12-06 John WiegleyUpdate some GPL version references
2017-12-06 John WiegleyAllow the expansion of :after (:or foo bar) to be byte...
2017-12-06 John WiegleyMake the expanded text for :after cleaner
2017-12-06 John WiegleySeveral changes as suggested by flycheck
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
next