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

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

[nongnu] branch elpa/evil-escape created (now bdb1e69971)


From: ELPA Syncer
Subject: [nongnu] branch elpa/evil-escape created (now bdb1e69971)
Date: Wed, 3 Jan 2024 21:59:38 -0500 (EST)

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

        at  bdb1e69971 Correct treemacs integration (#5)

This branch includes the following new commits:

       new  4779435d94 Initial commit
       new  b09500cc4e Update readme
       new  773e7144e2 Version 1.0
       new  fe21e8f256 Fix error in readme
       new  fe0c3318d8 Remove duplicate var declaration, and add trailing 
comment line
       new  2def4a3b54 Merge pull request #1 from purcell/patch-1
       new  07c6c1b4da Fixes #2 Symbol's value as variable is void: 
isearch-abort
       new  3e3920f524 Version 1.01
       new  a8fb352edd Add melpa badge to readme
       new  05709479ed Add badge for melpa stable
       new  1d09324c72 Fix byte-compilation and defcustom
       new  b33a5c722d Fixes #5 fd-escaping makes 'df<char>' motion work
       new  8af706a87c Fixes #4 evil-escape confuse evil's minibuffer echo 
system
       new  1fe3759ab4 Fix 'commandp is nil` when search for `f` in isearch
       new  f85416cc7c Escape apropos buffers
       new  0fbedcbd86 Version 1.5.0
       new  ca4c6f6065 Correctly restore bindings when the mode is disabled
       new  37c227e4df Version 1.5.1
       new  5da641b6e6 Quit ert buffers
       new  8af69d73f8 Fixes #10 deleting with `df)` does not include `)`
       new  2e7bf1e62e Support undo-tree
       new  177eccdd92 Fix byte-compilation error: void function 
evil-escape--first-key
       new  e0a0c9a9ee Add support for paradox and gist-list menu
       new  7aa2bb2155 Suppress key-chord dependency (v2.0)
       new  0b62cb6637 Fix multiple inserted occurrences of `f` in isearch and 
ex-command context
       new  6cb4fa408a Add evil-iedit-state
       new  9dd9cccf32 Add pass through functionality
       new  a04305aa74 typos in comments
       new  95cd06f3c5 Fix regression with term buffers
       new  6d46b81bbc Fix regression for evil-iedit-state
       new  0346740ff1 Correctly handle the evil function properties
       new  6634eff564 Fix `fd` not working in some case when in `emacs state`
       new  7fd1902fac Fix regression in visual block
       new  7067e1b84d Fix escape sequence for evil-lisp-state
       new  da5498d25e Correctly restore evil-lisp-state shadowed function by 
evil-escape
       new  e78ffcdbeb Explicitly disable any running transient map
       new  1488a2c9c3 When replaying macro, pass shadow func
       new  09b6486054 Add limitation in macro in README
       new  1d7052cebc Bump to version 2.11
       new  0e95e20437 Prevent infinite recursion if evil-escape.el is 
evaluated twice
       new  67843e9dd4 Fix recursive `f` input during isearch in certain buffers
       new  f8657037f4 Add new custom variable 
`evil-escape-excluded-major-modes`
       new  457386c7bc Generalize passthrough
       new  c410d7e977 Fixes #18 Leaves first key in multi-term
       new  7600904462 Fix double insert of first key in some cases
       new  47d2031f62 Fix `f is undefined`
       new  526de681d3 Fix multiple `isearch-abort`
       new  0326241bcd Bump to version 2.18
       new  b8c9b4631d Add support for helm-ag-edit
       new  e297938f32 Remove message when the mode is enabled
       new  cf3e18673d Undefine mapping on first key when evil-escape is 
disabled
       new  05d9e5fc80 Don't break deft-mode
       new  64c65a4e96 Remove company support, bump version to 2.21
       new  8012e3d21f Correctly escape in evil replace state
       new  3637f13210 Correctly handle iedit-state
       new  b205051996 More stable passthrough
       new  e556c7a6b6 Fix line highlight flicker on escape
       new  0da35398ed Fix support for operators
       new  bc054dbe1e Add documentation to generated wrapper functions
       new  0e1996ec55 Fix Symbol's value as variable is void: hl-line-mode
       new  7e0b99467f Use `self-insert-command` instead of `insert`
       new  f59790846c Add evil-escape-inhibit variable
       new  cbfc43840f Ensure that map is defined when undefining keys
       new  1271af99ac Rewrite of evil-escape (v3.0)
       new  6c6379c19b Update README for 3.0
       new  5a8704e6a6 Add missing docstring
       new  afa9c9c321 Fixes #37 Capital r deletes a char inappropriately
       new  bf41c9e797 Fix typo in docstring (thanks to person808)
       new  bb6f6c254a Fix isearch support
       new  f62630c7d6 Simplify evil-escape-pre-command-hook
       new  efe9a3a3d1 Simplify even more evil-escape-pre-command-hook
       new  17023f4ce4 Correctly revert modified status of the buffer
       new  ddb2348b40 Bump version to 3.02
       new  b159b4307e Allow evil-escape in motion state
       new  9164cdad0b Fix evil-escape--escape-motion-state syntax error
       new  5c5b1a655c Add new defcustom evil-escape-enable-only-for-major-modes
       new  65756d4a8d Make it possible to assign a key binding to evil-escape
       new  d7f9940227 Fallback to evil-escape--escape-normal-state
       new  02aee7f613 New variable evil-escape-unordered-key-sequence
       new  9c8799446f Add support for spacemacs hybrid-state and fix emacs 
state
       new  6790f87d87 Fix unexpected escape when unordered-key-sequence is non 
nil
       new  3d3c941db8 add evil escape suppressed predicates.
       new  f8fe5c98d2 Add `evil-escape-inhibit-functions`
       new  7966f4b1be Add cl-lib dependency and provide a initial value to 
reduce.
       new  c23a84de99 Handle error in evil-escape-pre-command-hook
       new  9f7ed13160 Add support for read-only buffers
       new  6a9d60c733 Update README TOC
       new  509e39d3a0 Declare function for compiler
       new  b0d033794c Fix typo in docstring of evil-escape-mode
       new  32fec964f8 Fix evil-repeat problem
       new  d53c8930e8 Improve evil-repeat-info support but not quite right
       new  7603a2f288 Fix broken interactive evil-escape function
       new  fd633a9ffb Attempt 2 at fixing evil-repeat
       new  8f5b4ccc81 Revert insert/delete functions
       new  533e8a5649 Update README and bump to 3.10
       new  d9737a9075 Execute helm-keyboard-quit in helm buffers
       new  aa3e64af5d Add support for ibuffer
       new  fccebfe601 Add support for emoji-cheat-sheet-plus-buffer
       new  c80afe7335 Handle minibuffer in emacs-state as well
       new  1c4b0efc06 Allow evil-escape in normal state if it makes sense
       new  befb07d03c Bump version to 3.12
       new  32a6c6c31e Add support for compilation buffers
       new  0039182e81 v3.13: use new funtion evil-lisp-state/quit
       new  58ec625a94 custom handling for deft causes duplicate inserts
       new  84e3166473 Add support for excluding evil states
       new  a14fb7a538 Change predicate to characterp in pre-command-hook
       new  5e7a4c873e Add support for nil evil-escape-key-sequence
       new  80029c6892 Add support for evil-magit
       new  09e0622e16 Add support for image-mode
       new  af1a6eb532 Fix display flickering when using 'global-hl-line-mode'
       new  b4d44fc501 Bump version to 3.14
       new  a7714e61b2 set `this-original-command`
       new  fbf7e6ee35 Add support for evil-multiedit
       new  25920fb2f4 Bump version to 3.15
       new  aac5bc3206 Exit multiedit-insert-state into multiedit-state
       new  73b30bfd91 Use string-match-p over string-match
       new  f4e9116bfb Add a separate var for controlling mode lighter
       new  b548e84505 remove leading space in package header
       new  3c335a5709 Bump version to 3.16
       new  c2946d8f4f Use lexical-binding
       new  8f8b58db5e Fix compiler warnings
       new  9328f25199 Fix docstrings
       new  c3592a774e Add minor introduction to the library commentary.
       new  739871a837 Enforce use of spaces for indentation
       new  ce6982f7ce Fix indentation
       new  04b6e9c0cf Depend on latest Evil release
       new  8683314f68 Depend on Emacs 26 or later
       new  88b2cfbb38 Update url in commentary
       new  1c8fc8b46b Reindent code that font-locked highlighted as problematic
       new  9257ed0427 Don't redisplay and font locking while doing evil-escape
       new  fd1f59d4ab Add non-matching events to 
unread-post-input-method-events
       new  f71394b38a Add support for treemacs (#4)
       new  bdb1e69971 Correct treemacs integration (#5)




reply via email to

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