]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2018-01-27 John WiegleyMerge pull request from jabranham/system-packages-update
2018-01-27 Alex Branhamlexical binding
2018-01-27 Alex BranhamPrefer non-obsolete var names
2018-01-09 John WiegleyMerge pull request from jabranham/fix-byte-compiler
2018-01-09 Alex BranhamPrefer org-table-align to orgtbl-ctrl-c-ctrl-c
2017-12-26 John WiegleyMerge pull request from justbur/elisp-cap
2017-12-26 John WiegleyMerge pull request from nickmccurdy/render-report-table
2017-12-20 wouter bolsterleeFix sanity check for correct :custom-face format
2017-12-20 Justin BurkettHandle automatic macro expansion by elisp-completion...
2017-12-17 John WiegleyGuard a call to display-warning with ignore
2017-12-16 Nick McCurdyRender the use-package-report table using Org
2017-12-16 John WiegleyAll the second argument in use-package-defaults lists...
2017-12-14 John WiegleyAdd a test related to
2017-12-14 John WiegleyAdd more tests related to issue
2017-12-11 John WiegleyMinor simplification of a function
2017-12-11 John Wiegleybind-keys fixes related to
2017-12-10 John WiegleyAdd a clarifying test for
2017-12-10 John WiegleyFix a scoping issues with multiple occurrences of ...
2017-12-08 John WiegleyStart building a use-package linter in use-package...
2017-12-08 John Wiegleyuse-package-normalize/:disabled has the wrong number...
2017-12-08 John WiegleyRemove several unnecessary calls to `ignore'
2017-12-08 John WiegleyAdd another :bind test
2017-12-07 John WiegleyAdd further note to NEWS.md
2017-12-07 John WiegleyAdd tests for two more issues
2017-12-07 John WiegleyFix the tests
2017-12-07 John WiegleyClarify a note in NEWS.md
2017-12-07 John WiegleyChanges to the way auto-deferral is indicated
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...
next