]> code.delx.au - gnu-emacs-elpa/shortlog
gnu-emacs-elpa
2015-05-18 Jackson Ray... Merge commit '3bf805df83fe6f110f3e7e8ce2dc37e0cf6c14cb...
2015-05-18 Jackson Ray... Version 6.3.0.
2015-05-18 Jackson Ray... Merge branch 'elisp'
2015-05-18 Jackson Ray... Minor cleanup.
2015-05-18 Jackson Ray... Add derived mode support.
2015-05-18 Jackson Ray... Update documentation for emacs lisp.
2015-05-18 Jackson Ray... Compiler micro-optimizations.
2015-05-18 Jackson Ray... Bind optional parameters earlier.
2015-05-18 Jackson Ray... Remove verbose parsing.
2015-05-18 Jackson Ray... Add test for interruption.
2015-05-18 Jackson Ray... Add constant comment test.
2015-05-18 Jackson Ray... Fix incorrect last fontified position.
2015-05-18 Jackson Ray... Improve defun regexp.
2015-05-18 Jackson Ray... Fix timer disposal and timer buffer detection.
2015-05-18 Jackson Ray... Only set defaults when the mode is enabled.
2015-05-18 Jackson Ray... Fix font-lock error.
2015-05-17 Jackson Ray... Add TODO.
2015-05-17 Jackson Ray... Add idle change teardown function.
2015-05-17 Jackson Ray... Fontify keywords.
2015-05-17 Jackson Ray... Improve interruptability of syntactic coloring.
2015-05-17 Jackson Ray... Make dispatches fully redefinable.
2015-05-17 Jackson Ray... Tweak iteration values, add logging.
2015-05-17 Jackson Ray... Refactor maybe-colorize-comments-and-strings.
2015-05-17 Jackson Ray... Add interruption mechanism.
2015-05-17 Jackson Ray... Ignore question marks.
2015-05-17 Jackson Ray... Add change hooks for elisp.
2015-05-17 Jackson Ray... Remove unused functions.
2015-05-17 Jackson Ray... Ignore the dot.
2015-05-17 Jackson Ray... Add complex nesting to let test.
2015-05-17 Jackson Ray... Add let test.
2015-05-17 Jackson Ray... Include binding order in let* test.
2015-05-17 Jackson Ray... Pass let* test.
2015-05-17 Jackson Ray... Fix let* test.
2015-05-17 Jackson Ray... Trivial refactoring for clarity.
2015-05-16 Jackson Ray... Add let coloring.
2015-05-16 Jackson Ray... Also color defsubst.
2015-05-16 Jackson Ray... Don't color function calls as level 0.
2015-05-16 Jackson Ray... Add non-recursive let* coloring.
2015-05-16 Jackson Ray... Refactor elisp tests to use visual assertions.
2015-05-16 Jackson Ray... Don't treat unbindables like variables.
2015-05-16 Jackson Ray... Add elisp comments and strings support.
2015-05-16 Jackson Ray... Add quote and number coloring.
2015-05-16 Jackson Ray... Add lambda coloring.
2015-05-16 Jackson Ray... Cover malformed defun cases.
2015-05-16 Jackson Ray... Add basic elisp defun coloring.
2015-05-15 Nicolas PettonUpdate seq.el to version 1.7
2015-05-15 Jackson Ray... Use lowercase for hex codes.
2015-05-09 Oleh KrehelMerge commit 'e242f04e32c7d874c779fb83c86aa5bdbc508f18...
2015-05-09 Oleh KrehelMerge commit 'b114cf8a93224c85c51e95db52bf359131130476...
2015-05-09 Oleh KrehelBump version
2015-05-09 Oleh KrehelUpdate and document the style customization
2015-05-09 Oleh KrehelAllow to display the full path using `at-full' style
2015-05-09 Oleh KrehelFix avy-background some more
2015-05-09 Oleh KrehelFix avy-background for multiple windows
2015-05-09 Oleh KrehelRun checkdoc
2015-05-09 Oleh KrehelFix eval-after-load isearch
2015-05-09 Bozhidar BatsovAdd a dependency to cl-lib for Emacs < 24.3
2015-05-08 Tassilo HornAlways default to avy-keys but allow for per-command...
2015-05-08 Oleh KrehelMove the package metadata to avy.el
2015-05-08 Bozhidar BatsovUse cl-lib instead of cl-macs
2015-05-08 Stefan Monnier* avy.el: Fix up author email and top-level require.
2015-05-08 Sean AllredAdd more customization types
2015-05-08 Sean AllredAdd customization type to `avy-keys'
2015-05-08 Oleh KrehelUse `avy-keys' for `avy-goto-subword-1'
2015-05-08 Oleh KrehelWhen selecting from many windows, prioritize the current
2015-05-08 Oleh Krehelace-window.el (aw-ignore-current): New defcustom
2015-05-08 Oleh KrehelAdd avy-goto-char-timer
2015-05-08 Oleh Krehelavy-jump.el (avy--regex-candidates): Update arglist
2015-05-08 Oleh KrehelMerge commit 'cc38c044a13e6df822431d6c706cf4b9255900bd...
2015-05-08 Oleh KrehelAdd 'packages/avy/' from commit '32003515c8efa2cf38b62c...
2015-05-08 Oleh KrehelBump version
2015-05-08 Oleh Krehelavy-jump.el (avy-setup-default): Setup some bindings
2015-05-08 Oleh KrehelAce Window now depends on Avy
2015-05-08 Oleh Krehelavy.el: Update commentary
2015-05-08 Oleh KrehelAdd avy-goto-subword-1
2015-05-07 Oleh Krehelavy-jump.el (avy-goto-word-1): Fix for "."
2015-05-07 Tassilo HornSpecial-case char RET to allow for jumping to end-of...
2015-05-07 Oleh KrehelAbstract windows and rely on subword
2015-05-07 Oleh KrehelREADME.md: Add command descriptions
2015-05-07 Oleh Krehelavy-jump.el (avy--line): Avoid image-mode and doc-view...
2015-05-07 Oleh KrehelCustomize the leading char style for chars and words
2015-05-07 Oleh KrehelREADME.md: add
2015-05-07 Tassilo HornFix avy-goto-subword-0
2015-05-07 Tassilo HornRegexp-quote strings of avy-goto-char* functions.
2015-05-07 Jackson Ray... Add URL to header.
2015-05-06 Artur MalabarbaMerge commit '6811a4d2788cf6753a19be728b78e13dd44e4ca8'
2015-05-06 Artur MalabarbaVersion 1.0.2
2015-05-06 Artur MalabarbaAdd iedit support. Fix #47
2015-05-06 Oleh KrehelMove obsoletes to one place
2015-05-05 Oleh KrehelAvoid image-mode and doc-view-mode
2015-05-05 Oleh KrehelMove from "avi-" to "avy-", leave old stuff obsolete
2015-05-05 Oleh KrehelInitial import
2015-05-05 Oleh KrehelStart the decoupling of ace-window and avy-jump
2015-05-05 Oleh Krehelavy-jump.el (avi--goto): Push mark before moving
2015-05-05 Oleh KrehelFix rounding error
2015-05-05 Kaushal ModiAdd `avi-word-punc-regexp` defcustom
2015-05-05 Oleh KrehelAdd "make compile" and "make run"
2015-05-05 Oleh Krehelavy-jump.el (avi-goto-word-1): Count some syms as words
2015-05-05 Jackson Ray... Merge commit '283a006be8e96c7e011dedddb460b289d335a9fb...
2015-05-05 Jackson Ray... Version 6.2.1.
next