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

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

[nongnu] branch elpa/iedit created (now 3bd4c15e3d)


From: ELPA Syncer
Subject: [nongnu] branch elpa/iedit created (now 3bd4c15e3d)
Date: Mon, 10 Jan 2022 22:58:25 -0500 (EST)

elpasync pushed a change to branch elpa/iedit.

        at  3bd4c15e3d Add license file with GPLv3

This branch includes the following new commits:

       new  e9a94852d8 updates
       new  9a891d7abf updates
       new  5ad28b5ea0 updates
       new  f348f2d8fb updates
       new  da0a24701b Add option to match only complete words, not inside words
       new  8e87f353fe add me as a contributor
       new  af6d0ef70b host on github
       new  ec6785b0d2 host on git
       new  69d6c03e06 Fix syntax error
       new  4864e17126 Merge remote-tracking branch 'tsdh/master'
       new  17e8fca7e6 Merge from tsdh/master
       new  f808bf1ce9 Merge from lewang/master and update comments
       new  02946e07b6 Update contributors and spell check
       new  fc71952cf9 Boolean `t'
       new  6d96992291 Remove duplicated comments
       new  011e8d354c Performance optimization of iedit-occurrence-update
       new  df6c2ad919 fix search to use regexp-quote when needed
       new  ec765ee0c4 implement interactive string-rectangle mode with 
universal argument and region selected
       new  d4b9fd53ce don't call hooks when there is only text properites 
change
       new  c8dac6bee8 exit iedit mode when change is not inside of occurrence.
       new  7ed8e04557 Optmize iedit-hide-unmatched-lines
       new  768d89b60c Merge remote-tracking branch 'lewang/master'
       new  039c0e23ab Postpone iedit-done after commands are excuted.
       new  0edc86ff41 Fix the last occurrence problem when it is a complete 
symbol.
       new  e6f558539e fix org-mode text-property compatibility (use 
insert-and-inherit)
       new  13ecba138a Merge branch 'upstream-master'
       new  dd7d2f95f8 fix org-mode text-property compatibility (use 
insert-and-inherit)
       new  c5a0d4de84 fix zero-width rectangle insertion
       new  1d070b7d36 move init code for iedit-mode-map inside defvar
       new  d5d4027a33 fix `iedit-toggle-unmatched-lines-visible' for rectangles
       new  a75c44645a fix bug with autopair and iedit-rect
       new  20c1075948 remove conditions on setting 
`iedit-before-modification-string'.
       new  c4091203ea Merge pull request #3 from lewang/master
       new  b81b9d6025 Clean code.
       new  17ce97381b Clean up code
       new  652087d63c fix warning: the function `make-sparse-key-map' is not 
known to be     defined.
       new  9b3aaa8f21 Fix occurrence from history does not exist problem
       new  da47784c8d Add iedit mode easy access keys M-u M-l M-r M-c M-t
       new  7d18e5d775 Add a help command C-? for occurrences
       new  c53a885fe5 Add bufferring modification functionalities
       new  9bc57d2a30 make iedit-skipped-modification-once buffer local
       new  6e49225083 Add iedit-toggle-case-sensitive
       new  e08ad5923a Make Iedit mode available for read only buffer
       new  e99e65fccb Fix current point move problem when call 
iedit-replace-occurrences. Replace funcall with "apply"
       new  78f606d4fc Add iedit-number-occurrences function Fix point moving 
when iedit-clear-occurrences is called.
       new  0d4027fe10 Move save-excursion out of dolist
       new  a8cbb6838b Add iedit-kill-rectangle to iedit-rect mode and adjust 
keymap help Display the number of occurrences in mode-line
       new  3bca7e2da5 Fix iedit toggle case-sensitive problem when getting 
occurrence from history
       new  84c02ea4b6 Fix toggle case-sensitive problem when occurrence is 
empty string.
       new  5ab980908c Update documents Fix a printed message problem
       new  8219304d9c Fix problem when iedit-stop-buffering is called when 
current point is at any occurrence.
       new  4e31d50327 Add a prefix arg handling to 
iedit-toggle-unmatched-lines-visible to show context of occurrence.
       new  799a0d17d1 Bump to version 0.94
       new  87053a3d44 Remove two buffer local variables for rectangle.
       new  d2a6e16977 Update commentary with rectangle support
       new  e568677fe4 Add new functionality: restrict iedit-mode in region Fix 
iedit-toggle-case-sensitive with history problem
       new  61689f6ba4 Add arg handle for iedit-mode to exclude some 
occurrences.
       new  d872cb77e5 Update comments for restricting
       new  b58ba728ef Add global variables and functions to make it possible 
to reapply last iedit modification
       new  a9bda4db66 Refine hotkeys case-sensitive replace
       new  00abe88e13 Hide line-feed between occurrence Keep invisible lines 
invisible when restricting.
       new  bd8c116489 Add new occurrence function iedit-restrict-defun Add new 
key bindings for iedit-occurrence-keymap
       new  b579dd0739 Update with new information
       new  90ef2d5ac9 Add digit prefix argment 0 to enable restricting match 
in a function
       new  4fa7342be9 Copy from iedit.el
       new  16ed986c33 Update document
       new  a13c4d6b56 Remove README
       new  f8c930f073 Add org markup
       new  1b3672d28a Init
       new  7ebea0f43b Add tests for iedit-rectangle
       new  30971294b2 Remove a limitation of empty occurrence string
       new  e5f083f977 Add testcase for iedit-restrict-defun
       new  697e24c337 remove a todo item: add ert test case
       new  3ead6c6d3b run checkdoc
       new  ac2faa29d0 Add iedit-mode-defun and global key binding
       new  8559638b9b Fix C-u C-u iedit-last-inital-string-global problem
       new  62d2a5ac45 Fix iedit-kill-rectangle problem
       new  428be4e13e Fix iedit-kill-rectangle problem
       new  7479d4c947 Merge branch 'topic/multi-interface'
       new  33d1b24e04 Fix compatible with Emacs 22 problem
       new  641d062b1b Update documents
       new  df9e958703 Add more short-cut to iedit on function
       new  c935255053 minor change
       new  6300ca95d0 Update document with "narrowing" information It was lost 
some time ago.
       new  ab4a3857e7 Adds a .gitignore file to avoid dirty submodules.
       new  6cc86d58e6 Merge pull request #6 from gorakhargosh/master
       new  06fac017b4 explain what "quite different" means in rectangle 
context in README
       new  09c5063668 Merge pull request #10 from lewang/master
       new  1d32922c04 Run after-change-functions hook for every occurrence
       new  75552aa1c8 Rename
       new  59ce7fa759 Merge branch 'master' of github.com:victorhge/iedit
       new  4cf803d9cb Skip the first occurrence for occur-edit-mode
       new  307262b25a (add-hook 'change-major-mode-hook 'iedit-done nil t)
       new  c5ab2c593d Avoid to restore Iedit mode when restoring desktop 
(add-to-list 'desktop-minor-mode-handlers              '(iedit-mode . nil))
       new  b9d97fa50e Fix iedit-blank-occurrences broken with rectangles 
problem
       new  d29bf65e5e Do not update mode line when buffering modification
       new  e35530f45d Fix conjointed overlays overlapped problem after 
modification Insert in the front of and in the end of a occurrence overlay is 
included in the overlay. Text inserted between two conjointed overlays are 
included in both of overlays.
       new  f334da3f57 Split iedit into three files: iedit.el, iedit-lib.el, 
iedit-rect.el
       new  d2684ee774 Remove duplicate definations
       new  2bf67ff6c7 Merge changes in master and Change to unix line-feed
       new  1c410fc2b8 Fix iedit-number-occurrences with conjointed occurrences 
problem Call ieit-move-conjointed-overlays
       new  76eeb87b95 Add feekback message for iedit-restrict-function
       new  9a1b776f22 Remove todo for conjointed overlays
       new  84896f8be0 *** empty log message ***
       new  78ac0ea958 Fix typo
       new  6f80f88134 Differentiate lib keymap and occurrence keymap
       new  b94c75e8c6 Move iedit-help-keymap to iedit.el
       new  541eab7b6b Add document for iedit-rectangle-mode
       new  1bced99a26 Fix bugs when undo is in progress
       new  a089103fa0 Fix typoes
       new  3cf5e8f806 Minor update README.org to reflect modulized change
       new  6d16d92a5a replace iedit-occurrence-face with real face
       new  21a60f2ea3 Add toogle key option
       new  b4c736225f Merge pull request #18 from lewang/lewang-use-real-face
       new  8ff86b768d Replace "(set-mark nil)" with (setq mark-active nil)" 
(set-mark nil) breaks C-u C-SPC
       new  f88df1072b Merge branch 'master' of github.com:victorhge/iedit
       new  95eb44ee30 Add new function iedit-add-next-occurrence-overlay
       new  29869ebed0 Add buffer local variable iedit-occurrence-keymap
       new  466ab11996 Add APIs for adding occurrence overlay
       new  e4d67bdb06 Separate iedit-mode-from-isearch
       new  9cfd76f7c2 Toggle case-sensitive with intial region
       new  a5d117a75a add test-case for deleting char at end of overlay with 
mirror at EOB
       new  a5ce38a9c3 fix deleting char at end of overlay with mirror at EOB
       new  962fcdb6cd Fix failed test cases
       new  66ca4f9595 Merge pull request #21 from lewang/fix-overlay-at-eob
       new  73a5884b4c Merge branch 'master' of github.com:victorhge/iedit
       new  d7d5931566 Fix the arguments for after-change-functions
       new  4efe511684 allow iedit-rectangle-mode to take beg end 
programatically
       new  3fae24471f fix tests to call iedit-rectangle-mode interactively
       new  d6c99fa91a set `iedit-rectangle` to the actual rectangle corners
       new  4b1416f83f refactor out common test code in "test-util"
       new  8eb9caaa94 use real buffer for testing to ease debugging
       new  27de77eda5 add test to ensure padding of EOL happens to make up 
rectangle
       new  4d50a08dd6 Add parameter back to iedit-mode-from-isearch
       new  52a7ead70c Fix comiler error for extra ")"
       new  d1326bdef1 release.sh: New file.
       new  b3ebd84769 Merge pull request #29 from jorgenschaefer/elpa-package
       new  64a7905949 Rewrite iedit-hide-unmatched-lines
       new  bceb12e17b Do not jump to the first occurrence after 
iedit-restrict-region
       new  8149b66ce6 Read-only text handling Set read-only occurrence in 
different face
       new  57beb10db5 Remove all the dependency to the order of 
iedit-occurrences-overlays Now iedit-ocurrences-overlays are no long sorted
       new  060b359afc Merge branch 'master' of github.com:victorhge/iedit
       new  f36e6fcf0d Move iedit-apply-global-modification to iedit
       new  0d6193362d Follow error convention
       new  8d58171240 bugfix for iedit-hide-unmatched-lines
       new  232cd0e5ec tweak to use isearch case sensitivity
       new  95e7731a91 bugfix for when there are no occurrences
       new  d89ee51834 Merge branch 'redo-prs' of github.com:lewang/iedit
       new  df2de42fa1 Remove test-util.el
       new  22f4729ae9 Add test case for iedit-hide-unmatched-lines
       new  6e6d4bc478 Merge branch 'master' of 
https://github.com/mbneedham/iedit
       new  acb9fa54f3 Fix the testcase for iedit-hide-unmatched-lines
       new  ceb729863b Update iedit-lib.el
       new  46d5f65019 clean up old occurrences when calling from isearch
       new  79d0f4f3dc Merge pull request #32 from mbneedham/master
       new  83c037d678 Fix infinite loop problem in iedit-rect-mode Also add a 
new test case
       new  7a35f3bd06 Add overlay priority option
       new  a8ab03848d complete iedit-toggle-selection
       new  c7abe595b4 Remove confusing messages "Locate the fist occurrence" 
Fix failed testcases
       new  50748a5694 ensure iedit-skip-modification-once is t in case of 
errors
       new  a6d8568379 Merge pull request #35 from 
lewang/ensure-skip-mofication-once
       new  27dbbdda0b Split iedit-occurrence-update into two functions
       new  d2f08e8862 Provide functions to narrow around current-line
       new  1242c675d2 Add save-window-excursion
       new  fd801e77df Merge pull request #38 from 
mgalgs/narrow-around-current-line
       new  c0d108da3b make the occurrence the latest kill in the kill ring
       new  f7b2d60989 Make occurrence string the latest kill in the kill ring
       new  c2763baaf6 Do not enable iedit from a failing isearch
       new  18b99c1fb4 Fix compile warning and test case
       new  6019d3c376 defvar iedit-current-symbol
       new  d31bafa97c Refactored for easier to show different messages
       new  19f35aa1a0 Change the default key binding for 
`iedit-rectangle-mode' to c-x-r-ret
       new  bd3fd44691 Added the default value for iedit-replace-occurrences
       new  dbe9e4478b Merge pull request #41 from 
Vifon/iedit-replace-occurrences_default-value
       new  a55fcae6d0 Bind <tab> to iedit-next-occurrence
       new  b95c35107a Merge branch 'master' of github.com:victorhge/iedit
       new  6c6522c7e9 Minor bugfix: `help-char' need not be acceptable to 
`char-to-string'.
       new  7885f4beda iedit-restrict-current-line resets expand state
       new  adb0d2e92d Expand to next occurence ("incremental select")
       new  b5a3415b00 Merge pull request #47 from 
zhenya1007/help-char-can-be-meta
       new  2d9017daea Merge pull request #51 from 
jasminpatry/fix/restrict-current-line-resets-expand
       new  8d20094a11 Use the original case in the iedit-replace default value
       new  d335d6842a Check if the default keybinding of iedit-mode is taken
       new  b2bffd978c Merge pull request #54 from 
Vifon/iedit-replace-occurences_default-case
       new  e48b52e353 Merge branch 'incremental-select' of 
git://github.com/bmag/iedit into bmag-incremental-select
       new  9d03d5d44e Merge branch 'incremental-select'
       new  106185cd95 Merge branch 'bmag-incremental-select'
       new  4884f61a3b Merge branch 'master' of github.com:victorhge/iedit
       new  c55fcd5bac avoid error if iedit-toggle-key-default already bound to 
iedit-mode
       new  b9ebb768b7 Merge pull request #60 from danrharms/issue-59-hotfix
       new  30db1d2ba1 Remove the key binding to M-[
       new  67ad83f7fc Rewrite iedit-expand-by-a-line
       new  f707cce0b8 Remove the key binding to M-[
       new  70e6d370fb Merge branch 'master' of github.com:victorhge/iedit
       new  668ea99c51 Allow prefix for expand functions
       new  c742ae4fa6 Exit iedit when there is no occurrence
       new  52c4865e5b Add special prefix argument 1
       new  8c2316693a Fix bug: C-u M-p does not work
       new  c25992ef7f Fix doc strings
       new  c274e6423b Quit iedit mode if the number of occurrence is zero
       new  2fe78a5ec9 Remove two confusing options
       new  048d8417cf *** empty log message ***
       new  06bdb68bbf Add iedit-switch-to-mc-mode
       new  b73b977839 Merge branch 'default-occurrence'
       new  9a40f6fa36 check if mc present
       new  007a6f9c28 check if mc present
       new  d25b655768 Merge branch 'master' of github.com:victorhge/iedit
       new  607e82c7b0 rename `iedit-current-symbol` to 
`iedit-default-occurrence`
       new  b4c7e41049 More doc for iedit-switch-to-mc-mode
       new  1eabaa061a Merge branch 'master' of github.com:victorhge/iedit
       new  5883f9af54 Avoid overriding user's key bindings
       new  f9f87a0dd9 Add key bindings for iedit-quit
       new  afca4e6bbf Rename hook functions
       new  54b2495af7 More default occurrence types
       new  ad8fd96f86 Add support for markup tags
       new  c448864424 Remove iedit-unmatched-lines-invisible-default
       new  01fa1e5925 Fix error if sgml-electric-tag-pair-mode not bound
       new  76ff4aa6b9 Merge pull request #64 from justbur/sgml-error
       new  5b0b618a20 Quit iedit-mode in  `before-revert-hook'
       new  de54411d0e Detect markup tag only if region inactive
       new  7e277119fc Fix doc string for markup tag
       new  06e600aae2 Fix: use return value of 
iedit-default-occurrence-mode-local
       new  14376a97e0 Ignore error in `iedit-mark-sgml-pair'
       new  06f1f50939 Merge pull request #65 from pstray/master
       new  7ab2509231 Expand iedit-regexp-quote with passthrough
       new  890a11657c Merge pull request #66 from pstray/master
       new  2221a517a8 Fix comments
       new  3211c2ee6c Merge branch 'master' of github.com:victorhge/iedit
       new  9fd1b43170 Fix  failed test cases for Emacs 25.1
       new  39919478f9 fix C-R-RET key binding problem in term
       new  abcc27a9f0 Add Installation instruction
       new  3f9eed229e Allow custom mode-line
       new  85fad4a3b7 Merge pull request #73 from lionel-/feature-mode-line
       new  03b647be8b Expand or collapse  mutiple lines
       new  64c3505d04 correct spelling mistake
       new  abb577e447 Merge pull request #77 from EdwardBetts/spelling
       new  796ee5298d fix the key conflict with yas-minor-mode
       new  5fdf89edc9 Fix switch to mc mode problem
       new  745ea6f812 Rename iedit-toggle-unmatched-lines-visible to 
iedit-show/hide-unmatched-lines
       new  02bad3e3b9 Fix compile warnings
       new  5b14cc9fca Add a demo gif and update document
       new  f6682186f0 Replace eval-after-load with require check
       new  02b4a6553e Add the index of the current occurrence on mode-line
       new  658c10a249 fix issue of iedit-restrict-function doesn't update 
mode-line text correctly
       new  e1decb37e5 Fix verion numbers
       new  77e1661134 Readme.org: add melpa/stable version badges
       new  19abf6e871 Update URLs to emacswiki
       new  efe98b2015 fix `iedit-mode-on-fuction problem
       new  f09b675c67 Add an option 'iedit-auto-narrow'
       new  3c305620ae Optimize iedit-mode-from-isearch
       new  50b7da10ac Add option `iedit-auto-buffering`
       new  7a6a0d65ab Replace deprecated cl with cl-lib
       new  6d2694356c Move "declare-function" invocations outside of "when" 
statement.
       new  97ad9d0600 removed downcasing the from-string in 
iedit-lib.el/iedit-replace-occurrences to allow case sensitivity.
       new  7e507b370b Set the FIXEDCASE argument of replace-match in 
iedit-replace-occurrences to T to allow preserving case.
       new  e575cbf569 Allow adding a incremented number in each occurence
       new  a7f5ed7cf9 Turn off iedit-mode at running 
`iedit-mode-toggle-on-function` twice
       new  01767ddca3 Fix a failed testcase in batch mode
       new  0ef1410ec5 Add iedit-show/hide-occurrence-lines
       new  5050b7e88e Fix a failed test case when Emacs is compiled without GUI
       new  4e8b9453ac Update occurrences in `post-command-hook'
       new  8b620efacb Replace `inhibit-modification-hooks' with 
`iedit-updating'
       new  326b6f7787 Merge `iedit-number-occurrences' and 
`iedit-increment-occurrences'
       new  f566ade5e4 Workaround for slow `c-before-change'
       new  ca844b40f4 Fix package URLs in commentaries
       new  42654ba7ed iedit-rect.el: Don't set iedit-initial-string-local
       new  7a3725cd04 Small optimizations
       new  ed52608a0d Fix conjoined occurrences issues
       new  44601e01fa fix an issue with electric pair
       new  c1b672cfc9 Fix bug #115. Now properly disable iedit-mode during 
desktop restore.
       new  4765fa7a4d Fix a conjoined overlay issue
       new  c00a8ba805 Add a new feature - preserve case
       new  c11ecd9080 Update copyright notice
       new  5e7253c36e Update documents and comments
       new  f79846e639 Fix issue #117
       new  3d71392852 Fix as well issue #118
       new  3a892bac38 Enhance a test case to compile iedit under clean 
environment
       new  e5b51ac0af Move hooks setup to iedit-lib to reduce code duplication
       new  d7db0e5d19 Replace `iedit-lib-aborting-hook' with a callback 
function
       new  d4a878d52e Minor docstring typo fix: covert -> convert.
       new  9c08a48c88 Remove the workaround for slow c-before-change
       new  ac51555341 New feature: ignore hidden occurrences
       new  2f0c484817 Move iedit-buffering related to `iedit-lib'
       new  f7184f81d6 Clean up some lines of  unnecessary code
       new  dfed75064e Save and restore `line-move-ignore-invisible'
       new  93b642f0a8 A few small fixes
       new  4ef9bf6323 prefix-arg for `iedit-next-occurrence` and 
`iedit-prev-occurrence`
       new  88101571fe Make it an option to save occurrence in the kill ring
       new  31986b640a Take iedit-goto-first-occurrence back
       new  dbf3f9a0e3 Add iedit-update-key-bindings
       new  f74ae491f3 fix failed test cases
       new  351bee5e0d New iedit-record-changes
       new  012de2e8d8 A few rephase in doc
       new  345431294a Unify prefix augument handling
       new  2e1fd5b1b2 fix a byte compile issue
       new  070775fb85 New feature: apply kmacro on occurrences
       new  6bb8d63a97 Fix several typo errors
       new  3c7159a107 Avoid calling `iedit-lib-cleanup` twice
       new  344ff8de91 Add iedit-autoloads.el to .gitignore
       new  68233e302d Fix some byte-compiler warnings in Emacs 28
       new  3bd4c15e3d Add license file with GPLv3




reply via email to

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