]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2015-03-16 John WiegleyAdd to the load-path before the :preface
2015-03-16 John WiegleyMore fixes related to byte-compilation
2015-03-16 John WiegleyA few changes for byte-compilation
2015-03-16 John Wiegley:defer now accepts an optional number of seconds
2015-03-16 John WiegleyPermit minimal expansion of macro bodies, and other...
2015-03-16 John WiegleyCollapse some whitespace
2015-03-16 John WiegleyAllow vectors to be passed to :bind again
2015-03-16 John WiegleyAdd code to workaround an inefficiency with eval-after...
2015-03-16 John WiegleyOutput Compiling message only if verbose is enabled
2015-03-16 John WiegleyAllow :pin to accept a symbol
2015-03-16 John WiegleyRelax a path normalization check
2015-03-16 John WiegleyCorrect an erroneous symbol reference
2015-03-16 John WiegleyUpdate docstring for :disabled
2015-03-16 John WiegleyMerge pull request from npostavs/eval-after-name
2015-03-16 John WiegleyUndo an erroneous change
2015-03-15 John WiegleyAdd -hook to the injected hooks
2015-03-15 John WiegleyRestore an earlier fix to
2015-03-15 John WiegleyBREAKING CHANGE: Remove :idle and :idle-priority
2015-03-15 Noam Postavskyuse--package: eval-after-load name
2015-03-15 John WiegleySupport optional injection of hooks, for Spacemacs
2015-03-15 John WiegleyAdd :preface, occurring before everything except :disabled
2015-03-15 John WiegleySome minor code reformatting
2015-03-15 John WiegleyFix to :ensure normalization
2015-03-15 John WiegleyMerge pull request from thomasf/master
2015-03-15 John WiegleyMerge pull request from npostavs/warning
2015-03-15 Thomas FrössmanFix :ensure value interpretation
2015-03-14 Noam Postavskyuse-package-expand: use display-warning
2015-03-14 John WiegleyBegin refactoring for 2.0; NOTE: BREAKING CHANGES
2015-03-13 John WiegleyMany stylistics cleanups and simplifications
2015-03-13 John WiegleyRevert "Don't add autoload for existing commands"
2015-03-13 John WiegleyStylistic changes
2015-03-13 John WiegleyMinor style edits
2015-03-13 John WiegleyMinor changes
2015-03-13 John WiegleyShow more informative errors when they occur
2015-01-18 John WiegleyMerge pull request from tarsius/master
2015-01-18 Jonas BernoulliAllow using expanded macro without loading feature
2015-01-04 John WiegleyMerge pull request from killdash9/keymap
2015-01-03 Russell BlackPassing t into keymap function
2015-01-03 John WiegleyMerge pull request from killdash9/keymap
2015-01-02 John WiegleyMerge pull request from thiagowfx/patch-1
2015-01-02 Thiago Barroso... fix small typo (key > keymap)
2015-01-01 Russell Black:bind-keymap - bind a key prefix to an autoloaded packa...
2014-12-21 John WiegleyMerge pull request from vermiculus/master
2014-12-20 Sean AllredDo not quote lambda expressions
2014-12-17 John WiegleyMerge pull request from YoungFrog/fixautoloads
2014-12-17 John WiegleyMerge pull request from peterhoeg/master
2014-12-17 Peter HoegCheck if package-archives are valid when pinning
2014-12-17 Nicolas RichardDon't add autoload for existing commands
2014-12-16 Peter Hoegpure cleanup
2014-12-16 John WiegleyMerge pull request from peterhoeg/master
2014-12-11 Peter Hoegsupport for pinning package to archive
2014-09-18 John WiegleyMerge pull request from Silex/master
2014-09-18 John WiegleyMerge pull request from waymondo/master
2014-09-16 Justin Talbottadd :bind* keyword for `bind-key*`
2014-09-16 Philippe VaucherFix "compiling" typo
2014-09-14 John WiegleyMerge pull request from thomasf/master
2014-09-14 Thomas FrössmanDisplay which package that has compile errors
2014-09-08 John WiegleyMerge pull request from tarsius/master
2014-09-07 Jonas Bernoulliassume the declare-function macro exists
2014-06-20 John WiegleyMerge pull request from BernardHurley/master
2014-06-20 Bernard Hurleybind-keys macro changed to allow prefix map to have...
2014-05-31 John WiegleyMerge pull request from npostavs/desc-vector
2014-05-31 Noam Postavskybind-key: cleanup
2014-05-31 Noam Postavskybind-key: no vector keys in personal-keybindings
2014-05-31 Noam Postavskypersonal-keybindings: add docstring
2014-05-25 John WiegleyMerge pull request from alezost/bind-keys
2014-05-25 Alex KostAdd bind-keys* macro
2014-05-17 John WiegleyMerge pull request from thomasf/master
2014-05-17 Thomas FrössmanDon't abort compiling if package loading fails
2014-05-08 John WiegleyRevert "Merge pull request from alexko/master"
2014-05-07 John WiegleyMerge pull request from alexko/master
2014-05-07 John WiegleyMerge pull request from YoungFrog/fix-mult-mode
2014-05-07 Alex Kosorukoffif package can't be located, treat it the same way...
2014-05-05 Nicolas RichardEval backquote earlier and support non-`progn' lists
2014-04-15 John WiegleyMerge pull request from YoungFrog/keynameeval
2014-04-14 Nicolas Richard* bind-key.el (bind-key): don't eval key-name at macro...
2014-04-14 John WiegleyMerge pull request from npostavs/bind-vectors
2014-04-14 Noam Postavskybind-keys: bind directly to prefix-map
2014-04-14 Noam Postavskybind-keys: ,@(when map (list map)) => map
2014-04-14 Noam Postavskyfix typo
2014-03-17 John WiegleyMerge pull request from YoungFrog/idle-interval
2014-03-17 Nicolas RichardAdd new option use-package-idle-interval
2014-03-17 John WiegleyMerge pull request from ffevotte/idle-priority
2014-03-17 François Févotte:idle-priority keyword to change the running order...
2014-03-10 John WiegleyMerge pull request from tarsius/master
2014-03-09 Jonas Bernoulliuse-package-font-lock-keywords: add use-package-with...
2014-03-09 Jonas Bernoulliuse-package-with-elapsed-timer: add declare indent...
2014-03-09 Jonas Bernoulliuse-package-with-elapsed-timer: respect option at runtime
2014-03-02 John WiegleyMerge pull request from npostavs/bind-vector
2014-03-02 Noam Postavskylet bind-key accept vectors, add docstring
2014-02-18 John WiegleyMerge pull request from Fuco1/variable-col-width
2014-02-18 John WiegleyMerge pull request from Fuco1/special-form-desc
2014-02-18 Matus GoljerAdd variable column width
2014-02-18 Matus GoljerAdd better descriptions for lambdas, closures, keymaps
2014-02-17 John WiegleyMerge pull request from Fuco1/bind-keys
2014-02-13 Matus GoljerAdd `bind-keys` macro
2014-02-12 Nicolas RichardMove tests to separate file
2014-02-10 Nicolas RichardAllow multiple forms after keywords
2014-02-05 Adam Spiersstop describe-personal-keybindings adding trailing...
2014-01-06 John WiegleyMerge pull request from aspiers/best-practices
next