emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] branch elpa/evil-goggles created (now 1b66053ea5)


From: ELPA Syncer
Subject: [nongnu] branch elpa/evil-goggles created (now 1b66053ea5)
Date: Wed, 12 Jan 2022 08:58:20 -0500 (EST)

elpasync pushed a change to branch elpa/evil-goggles.

        at  1b66053ea5 Merge pull request #31 from skangas/bump-version

This branch includes the following new commits:

       new  fc62425d64 Initial version for evil-delete only
       new  e489bcc112 Add support for evil-indent
       new  2133b9b671 Use different faces for delete and indent
       new  01b23de219 Remove all advices on mode disable
       new  15261c2683 Add yank
       new  661e9b17ac Enable/disable all registered advices by 
(evil-goggles-mode)
       new  2e2da80d0d Add join
       new  5ae539673d Configurable faces
       new  9d20051b25 Add evil-surround
       new  e26b505a92 Don't break evil-inhibit-operator in evil-delete advice
       new  02a8072435 Use evil faces for delete and yank
       new  a4958cf377 Add evil-commentary and evil-replace-with-register
       new  dc4ce17b65 Add license header
       new  0c5ba02b40 Take into account `evil-inhibit-operator`
       new  42456816de Use macros to preserve "interactivity"
       new  fa7dca4f82 Cleanup delete advice
       new  170cc01885 Remove incorrect "generic advice"
       new  bf1be3be24 Don't show overlay on whitespaces-only regions
       new  dd76fd3d28 Make sure the overlay is cleaned-up
       new  0afe8cf165 Fix no-whitespace check
       new  cbcad38344 Cleanup code, add some doc strings
       new  805e20dcde Don't show overlay when :global or :vglobal is executed
       new  8d6fc41234 Doc strings
       new  bff3f367f8 Docs for checkdoc
       new  d947547e7e No default faces per command
       new  4f04526b5d Add evil-paste-before and evil-paste-after
       new  743fd1d96d Indent tweak
       new  1014993453 Add custom variable evil-goggles-blacklist to allow 
disabling individual functions
       new  f29820fe98 Detect only `evil-inhibit-operator-value` into account
       new  9882706667 Preserve the return value of evil-paste-*
       new  ac3b272cdb Reduce byte compiler errors
       new  dd9a888516 Test infrastructure
       new  168f07ecd6 Simplify add/remove of advices
       new  4388040c0c Check early for non-nil `evil-last-paste'
       new  412ed4ce79 Initial README
       new  9b8eb6db52 Build badge
       new  10b480e7ca Update README.md
       new  fd417360a2 Update README.md
       new  253613ce66 Fix check of evil-last-paste
       new  3dc8417950 Add evil-fill-and-move "="
       new  788c73d505 Make lighter configurable
       new  9927490983 Update README.md
       new  04cd386c33 Update README.md
       new  36fb70d6a1 Rename option `evil-goggles-show-for` to 
`evil-goggles-duration`
       new  55ecf5c2c4 Update README.md
       new  450e153a2d Depend on emacs 25 for `funcall-interactively'
       new  6e4d0fab3c Add missing :group to custom variable
       new  d1ada11b2d Update README.md
       new  99d3416598 Update README.md
       new  97498ef1ba Clarify package should be on Melpa
       new  ae066ce954 Autoload the minor mode function
       new  056a35572e Fix link
       new  bebcecadef .gitignore *.elc
       new  10512f5b3b Check evil-mode is on with bound-and-true-p
       new  cb295a7f68 Don't show the overlay when evil's motion type is 'block
       new  bf6f836609 Update README.md
       new  08da44cf83 Add the evil-goggles face
       new  e95fb4d6b9 Partially revert README
       new  bc4a117f6c Rename evil-goggles-face to evil-goggles-default-face
       new  e74c8d6e29 Tweak Makefile
       new  9dae90cef6 Define faces in a separate file
       new  d759e22ba3 Re-add support for yank, join, commentary, surround, 
replace with register
       new  214fb33c8f Re-add :g/:v. Fix disabling the mode
       new  ef1cad8f3a Re-add paste and fill-and-move
       new  ca75849806 Add support for evil-shift-left and evil-shift-right
       new  336f6038a3 Don't inherit diff-mode's faces by default
       new  ae77a5c6f0 Replace the boilerplate in evil-goggles-faces.el with a 
macro
       new  6645070a0c Add helper `evil-goggles-use-diff-faces`
       new  7f09345024 Update README
       new  0f6254f548 Update README.md
       new  179c3002f2 Update README.md
       new  904fc39728 Add doc for evil-goggles-use-diff-faces
       new  10285be578 Improve doc for on/off custom vars
       new  c405e0e58f Update README
       new  c2c9aedaff No lonely parentheses in README
       new  126b9f77aa Update README.md
       new  d2dfe823d5 Remove deprecated variable evil-goggles-faces-alist
       new  bb49e3a001 Make travis catch compilation warnings
       new  c1df77a548 Add "checkdoc" make target
       new  5b9a3af1af Make pasting from a register show the goggles overlay
       new  3d71c2c24c Add support for evil-set-marker
       new  2b7331aa62 Make checkdoc happy
       new  e65aa39749 Add support for block paste
       new  902270eea8 Show a vertical visual hint for vertical text objects.
       new  879114abea Don't show the overlay when evil-mc is displaying 
multiple fake cursors
       new  0c713e7462 Add experimental support for undo/redo, off by default
       new  2117f62dff Alternative implementation for undo/redo
       new  fec8dfd7b5 Simplify undo/redo checks
       new  fd85719817 Improve doc strings
       new  685e3714a5 Handle a specific u/redo case when the list has 2 
connecting items
       new  8738d28e48 Improve doc
       new  7aaddd2d84 Use `evil-test-helpers` for testing
       new  6ab09a09c7 Don't use `caadr`
       new  513ba2eb3e Polish u/redo implementation to handle u/redo after 
"o"/"O"
       new  1e9ebe5e4c Extend support for u/redo after some text is changed.
       new  d274e1572c Make Travis run all of evil's tests under 
(evil-goggles-mode)
       new  0585f4d657 Try to avoid Travis seg-faults by running emacs in batch 
mode
       new  221a5ed8ea Add support for Emacs 24 by not relying on 
funcall-interactively
       new  c6935dc53d Don't bundle evil-tests.el. Fix #15
       new  88cb3ffa38 Fetch evil-tests.el from evil's repo. Comment out parts 
of it with sed. Refs #15
       new  02d649ccde Enable undo/redo by default, it's no longer experimental
       new  1ffd97d6b8 add support for evil-nerd-commenter
       new  aaa93841f9 Update evil-goggles.el
       new  12cfb80230 Use separate config, face and advice for nerd-commenter 
and commentary. Refs #13
       new  142e0a9f2b Remove unused option
       new  5404dcfaf8 Don't quote inherited faces so face-background works
       new  ee7fafb858 Remove debugs
       new  f79c03ba62 Experimental: add support for pulsing, new 
option`evil-goggles-pulse'
       new  33ea1247a7 Add helper to make evil-goggles use magit-diff-* faces
       new  13fd7e348c Disable pulsing by default
       new  2d2011180f Mention experimental pulse option in README
       new  9fa3d448ca Update "Recent Significant Changes" section in README
       new  49c1318098 Update README
       new  e14b865d80 Don't ignore foreground color when not pulsing. Fix #16
       new  90da624f36 Improve docs
       new  c7e3f6ff17 Remove incorrectly commited snippet
       new  6bf281c788 Simplify macro
       new  219d93e125 Add support for displaying the hint after the operation
       new  92d614e731 Display the hint after indenting and "replacing with 
register" #7
       new  f282263af4 Show visual hint after shift left/right, not before #7
       new  4777cd7849 Show hint after indenting, not before #7
       new  9f4a9dec5a Fix comment
       new  856cb548c3 Define per-action durations
       new  287491d0a0 Add WIP support for per-action durations
       new  03cb67fc4c Remove duplicated line
       new  8b3889332c Use new funcs/macros which support duration per operation
       new  c5c49d7965 Use different duration for before/after hints
       new  5c313522cf Don't call deprecated functions
       new  2932d91a6c Remove deprecated functions
       new  888f064624 Add docstrings
       new  70ed667698 Fix compile warnings
       new  56691c6e65 Rename functions
       new  ea0102bcf5 Use "post" hint when commenting
       new  d705bef9d4 Fix CI failing
       new  f5e98355f4 Use one function for `evil-paste-after` and 
`evil-paste-before` advices
       new  82c14bc058 Don't block when surrounding
       new  e9b0ed0484 Tweak defaults
       new  ca6b5f7bfe Rename APIs pre/post to blocking/async
       new  7f30cbd73c Fix default values
       new  7f417d8eff Improve docs
       new  d3802c500f Rename function with-no-hint => with-disabled-hint
       new  5bd77428e3 Cleanup internal API for showing a vertical hint once
       new  f482c9762d Remove unnecessary function
       new  546fdafd8f Add comment for internal APIs
       new  761abb7b2f Hint duration should be configured via three variables
       new  52e77e9a3a Simplify customization: remove duration options for each 
advised command
       new  87949d4c7e Update README
       new  691bd2ef28 Make comments compatible with outline
       new  f6519214b8 Update README.md
       new  4645be7ac2 Fix block hint using only the bg of the face, ignoring 
the fg
       new  3f6dd85657 Update README
       new  be3acc9142 Merge branch 'per-action-duration'
       new  df26adb069 Use async hints for paste, undo/redo, set mark
       new  5db6848df8 Undo adds should show a blocking hint
       new  d4b3d873dc Update CI setup to run evil's tests unaltered
       new  75d124851f Update README.md
       new  04b93b8564 Use alternative pulse duration calculation
       new  692f276434 Indentation
       new  787b8dcabd Fix macro indentation
       new  c515477fd4 Clarify docs for evil-goggles-async-duration and 
evil-goggles-blocking-duration
       new  440324a1ed Silence compilation warning for unused lexical variable
       new  b611a140a2 Highlight the whole line when pasting a whole line, not 
just the text
       new  79a25e4da1 make compile: use dolist instead of mapc
       new  9a1ddbda3e Add helper function on inherit from diff-refine-* faces
       new  690dd7aba3 Pulse only if the face defines a background
       new  3dce5937ac Pulsing is no longer experimental
       new  d1683b3353 Pulse if the face inherits a background
       new  4d4465fd59 Improve logic deciding whether to pulse or not
       new  d4b0ea224d Add tests covering the decision whether to pulse or not
       new  b620c7512c Update README
       new  9626b143e1 Always use `evaporate` overlay property
       new  2670fdf664 Revert `evaporate` overlay property
       new  6d3247db6c Enable pulsing by default on graphical displays
       new  e2cccdf0c0 Tweak Makefile
       new  a1a62d2b56 Fix failing CI by using latest evil-tests.el
       new  838aacbe33 evil-goggles--show-p: check for a single char *and* 
single line
       new  1fd103dc13 evil-goggles--show-p: allow the "whitespace-only" check 
to be skipped
       new  3b874c7630 Set mark advice: show hint on whitespace-only lines
       new  ca18c944ed Show hint on start/stop record macro
       new  48feeba6f0 Update README
       new  aad4b44727 evil-goggles--show-hint: fix value of 
evil-goggles--force-block
       new  b756edf31e Show hint on u/redo after inserting text with "O"
       new  deab4966d7 README: reverse NEWS, newest on top
       new  bc318ad4b7 `require` pulse, rather than create an autoload for one 
of its functions
       new  a7340dbb49 Run travis tests on Emacs 25.3, set `load-prefer-newer` 
to t in tests
       new  5780bcf8cb Show hint only when the command is called interactively 
#18
       new  89fcaebb6e Add hint for `c`, `C` and `S` actions #18
       new  674a1be5aa Merge branch 'hint-only-when-command-is-interactive'. 
Close #18
       new  57f45c2582 Temporarily disable change hint until #19 is resolved
       new  79a2f620bf Implement yank, delete, indent & change with a :before 
advice
       new  4bfc8df8b3 Remove deprecated macros
       new  580b219de6 Add `S` hint
       new  bb974e38d2 Add hints for `J`, `gq` and `=`
       new  943382b367 Add hints for surround, commentary, nerd commenter
       new  13bcbda8a4 Add hind for `C`
       new  1c72501a6f Reduce configuration options - drop `substitute`
       new  42051e2cb3 Keep configuration per command in a variable
       new  2739529221 Add hint for evil-replace-with-register
       new  2b922512fb Refactor
       new  6d2ce52faa Add hint for `m`
       new  04d66ddc20 Add hint for `q`
       new  c0afde5d66 Remove depracated variable
       new  057378b54f Add paste hint
       new  946598059f Fix compilation warnings
       new  8aa26e9671 CI: run package-lint
       new  e89110cd92 Fix docstrings reported by `checkdoc`
       new  77a8bb1785 Update README
       new  d3ad932a1c Merge branch 'use-before-advice'
       new  dc0d65911e Update README.md
       new  87722a5b46 Add hint for `D`
       new  b896ca797c Add support for evil-org. Close #21
       new  0a96a8fb43 Show paste hint after `C-n' and `C-p'
       new  2186289a01 evil-goggles--show-p: no need to check 
evil-inhibit-operator-value
       new  dac6c45aa1 Add hint for `Y', when `evil-want-Y-yank-to-eol' is t
       new  636b263361 Make async overlay cleanup more robust, without using 
pre-command-hook
       new  2e5452b6a5 Revert "evil-goggles--show-p: no need to check 
evil-inhibit-operator-value"
       new  ea5ab4012a Fix parentheses nesting
       new  d7876e6566 Drop unnecessary helper macro
       new  d3222f8b07 speedup: count-lines instead of substracting 
line-number-at-pos's
       new  78454a7e8b Merge pull request #24 from unhammer/count-lines-speedup
       new  1f8ca71acd Fix custom variable's label
       new  61d3c1e3d9 Switch to makel.mk
       new  08a22058fd Remove evil-tests.el workaround
       new  7801d9204c Bump version to 0.0.2
       new  1b66053ea5 Merge pull request #31 from skangas/bump-version




reply via email to

[Prev in Thread] Current Thread [Next in Thread]