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

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

[nongnu] branch elpa/multiple-cursors created (now 616fbdd)


From: ELPA Syncer
Subject: [nongnu] branch elpa/multiple-cursors created (now 616fbdd)
Date: Sat, 7 Aug 2021 09:18:21 -0400 (EDT)

elpasync pushed a change to branch elpa/multiple-cursors.

        at  616fbdd   Document existing functions in Readme

This branch includes the following new commits:

       new  13668a9   initial commit
       new  c18aa84   Separate kill-ring for each cursor.
       new  0d40ea1   Updated readme.
       new  4c91260   Updated readme.
       new  9a5c9cd   Refactored setup of unsupported commands.
       new  487e8be   Added docstrings to each function.
       new  80fdb6f   Hook multiple-cursors into mark-multiple, first step:  - 
C-g in mark-multiple takes you to multiple-cursors    Note: C-g again to remove 
extra cursors
       new  224f919   Explicitly depend on mark-multiple.
       new  c07d761   Some thoughts about combining with mark-multiple.
       new  18f7f1a   More white-listed commands for multiple cursors.
       new  a4d406e   Conclude multiple-cursors-mode with <return>
       new  399db27   More white-listed commands:
       new  d8f5116   Add more commands to multiple-cursors whitelist.
       new  cf82088   Add backward-list to white-list.
       new  26d0e52   Add more commands to white-list.
       new  1fcf7ed   More white-listing of commands.
       new  b51ee01   More white-listing.
       new  6cac5f4   Even more white-listing.
       new  e44f45f   More white-listing in multiple-cursors.
       new  382616a   Don't get annoyed so easily at multiple cursors.
       new  ef7eddf   Started adding feature tests.
       new  dcd9c52   Add new feature test.
       new  b28e8f9   Update test to fix missing step definition.
       new  03dfc70   A working multiple-regions implementation, with some 
issues.
       new  5e64246   Move todo to own file.
       new  e0ffd9c   Disable marker when done with it, for performance reasons.
       new  a682c15   Disable regions first with C-g, then multiple-cursors.
       new  9938aca   Save er/history for each cursor, to be able to contract.
       new  dfe8a2d   Slight optimisation
       new  00896cf   Refactor: simplify saving of state for cursors.
       new  1392027   Separate secondary stuff from core.
       new  53dd119   Add docstring.
       new  6c0e16e   More things to do.
       new  d3a29a2   Started working on multiple-cursor core tests.
       new  7ff9e9a   Only store er/history when it is defined.
       new  07a4411   More things to do.
       new  75581da   Fix bug with expand-region dependency.
       new  9875982   Add smart-forward to whitelist
       new  8d49171   Update todo
       new  87169c8   Clean up multiple-cursors-core
       new  d7be50e   rectangular-region-mode
       new  c2bb81f   Dont forget to require rectangular-region-mode
       new  efd79f3   Add undo to list of known run-only-once commands.
       new  b60cbc3   Add support for yank-pop
       new  759391e   Don't message about skipping known run-once commands
       new  9182897   Add message about delete-char vs delete-forward-char
       new  b99d54a   Fix error message.
       new  1db643c   Add support for modes that remap commands.
       new  8c8d52f   Run pre-command-hooks for each cursor
       new  71f444a   Remove unused commands from whitelist.
       new  ba11b12   Make interprogram-paste work for all cursors.
       new  45488df   yank-pop is supported
       new  37ddaf2   Set this-command for each cursor.
       new  6f9911f   Add more explanatory prose.
       new  fca0685   Use symbol properties on commands instead of maintaining 
a list of unsupported commands.
       new  822bf18   Update test.
       new  de0519e   Add support for running lambdas for each cursor.
       new  eda9952   Finally got the tests running. :-)
       new  4a7fb32   Autotest
       new  50851e7   Add more core tests.
       new  ed678df   Couple more core-tests.
       new  700db99   Add kill-ring-save to whitelist.
       new  466d036   Prompt for inclusion in white/black-lists when met with 
an unknown command
       new  c34e4df   Don't grow cursor overlays.
       new  4c56cb8   Tests for white-list prompt.
       new  4078570   Switch to multiple-cursors-mode from rectangular-region 
with <return>
       new  7ab8a8c   Better support for undo.
       new  0bfd611   More consistent naming.
       new  608ceb4   Disable multiple-cursors-mode if there's only one cursor 
(the real one).
       new  1d5b54e   Separate default cmd-lists and those populated by the end 
user.
       new  15e88c6   Move more mode-specific cmds into personal lists.
       new  84ef509   Save users own white/black lists in .mc-lists.el
       new  d69ae15   Use setq for default lists to be able to re-evaluate.
       new  092b0a1   Cycle through cursors with C-v and M-v
       new  56d0373   Fix rectangular-region-mode when adding cursors over 
hidden areas of the buffer.
       new  0512561   Skip lines in rectangular-region-mode that are too short 
for the rectangle.
       new  a19c8c3   Add cycle-backwards to once-list
       new  51b282e   Switch to multiple-cursors-mode from 
rectangular-region-mode when doing expand-region
       new  ccdc025   Run prefix argument commands just once.
       new  8ec468f   Don't save .mc-list.el when running tests.
       new  a4c4714   Remove multiple cursors when reverting buffer.
       new  df5f83a   Add more common commands to run only once.
       new  c3c4544   Place the file definition with the save definition.
       new  ca0e0ae   Tests for rectangular-region-mode
       new  f2da52a   Update readme with new testing info.
       new  36b262c   Added mc-version of mark-next-like-this
       new  576bf90   mc version of mark-previous-like-this
       new  c9548ea   Use inverse face for cursor
       new  0d89125   Added mc-version of mark-all-like-this
       new  f42e467   Added mc-version of mark-all-in-region
       new  39e4eb2   Added mc-version of mark-more-like-this-extended
       new  0233ba8   Add commands to run-once-list
       new  294d574   Update README
       new  8bc7916   Updated README.
       new  b1ea7f2   Add licences to all el-files.
       new  b912bf8   Always require multiple-cursors-core
       new  b2906bb   Don't forget to autoload
       new  b72e016   Don't require mark-multiple.
       new  c331366   Add multiple-cursors-pkg
       new  61280ae   autoload integration for package.el compatibility
       new  3e31cc6   Merge pull request #5 from milkypostman/master
       new  4003aa1   Replace outdated function name with new one
       new  491b206   Use forward-line instead of next/previous-line in lisp 
code.
       new  16563e3   Add hooks when mc-mode is enabled and disabled.
       new  6926ca3   Avoid strange smooth-scrolling behavior.
       new  d82e252   Don't let fake cursors scroll the buffer
       new  f2add1d   Suggest C-c C-< instead of the often used M-<
       new  dc22766   Macros must be defined before they are used to be 
expanded properly
       new  059ee6b   Merge pull request #7 from Mon-Ouie/fix/macro-expansion
       new  b607794   Add config for travis-ci
       new  c1fba2c   Add travis badge
       new  f6403ea   Fix assertion
       new  6481972   Update ecukes
       new  6e61e3d   Fix travis badge
       new  32213d4   Make sure we run the right version of Emacs in travis.
       new  ef2226b   Consolidate kill-ring entries when exiting 
multiple-cursors-mode
       new  7a655b0   Disable emacs-snapshot tests until it is in order.
       new  067063a   Split multiline kill-ring entry over cursors when num 
lines match
       new  719fe40   Integrate with rect.el instead of consolidating/splitting 
on kill-ring
       new  810636b   Avoid smooth-scroll issues with multiple cursors
       new  605894d   Add link to video.
       new  d534132   Remove todo.org - use issues instead
       new  241e34e   Remove mark-multiple integration
       new  bdc4d9a   Add some more commands to default run-once/run-for-all 
lists.
       new  f73569f   Update documentation.
       new  26544fa   Bump version to 1.1.0
       new  466d8bd   Don't use next-line non-interactively
       new  f7d393d   Don't use next-line and previous-line in non-interactive 
ways.
       new  37a89a6   Remove mark-multiple-integration feature test
       new  35921b5   Clarify that you need to set up own keybindings
       new  fc59b63   Fix typo
       new  d5a9d57   Add minibuffer-complete-and-exit to default run-once list.
       new  0f54f98   Bump to 1.1.1 for bugfix
       new  ce777dc   Add some mouse-commands to the run-once list.
       new  80bc6f6   Temporarily disable auto-complete-mode in 
multiple-cursors-mode
       new  d7263f2   A more rubust way of finding the command currently being 
invoked.
       new  b48e2b7   mc/edit-lines: Don't include the 'invisible' line
       new  d98b85b   Bump to 1.1.2
       new  5fcc69c   Skip keyboard macros
       new  ae0033f   Protect post-command-hook from errors to avoids undead 
cursors
       new  97da977   Intercept some reading commands
       new  64ffd81   Add quoted-insert to run-for-all list.
       new  f040a33   Add execute-extended-command to run-once list
       new  6d4979d   Bump to 1.1.3
       new  7a6eb0d   Never execute keyboard macros for fake cursors.
       new  00f9055   Add mc/dump-list to make mc/save-lists diff-friendly
       new  f4d5aea   Sort before saving list in mc/save-lists
       new  8a12e97   Mention region-bindings-mode in README
       new  6e9ea1a   Merge pull request #20 from tkf/diff-friendly-save-lists
       new  879ddb0   Add Takafumi Arakaki to list of contributors
       new  a0f771f   Include interactive commands for deselecting prev/next
       new  fcbb7a4   Make mc/cycle-forward and mc/cycle-backward loop around 
by default.
       new  876937b   Use (interactive "P") instead of the weird (but 
equivalent) (interactive (list prefix-arg))
       new  3f20fc1   When no region is active mc/mark-next-like-this and 
mc/mark-previous-like-this should create a cursor one like up (or down).
       new  9ac7675   Added tests for mc/cycle-forward and mc/cycle-backward 
with their new looping behaviour
       new  80ebdbb   Added test for mc/mark-(next|previous)-like-this when 
there is no active region.
       new  324d935   Split macro mc/for-each-fake-cursor into a function 
returning all the cursor overlays and a macro to loop over this list.
       new  e4adefc   Fix issues with mc/cycle-(backward|forward) where the 
cycling was dependent on not having an active mark.
       new  a8b6323   Remove superfluous lambda.
       new  19b1a83   Refactor mc/first-cursor-after and mc/last-cursor-before 
to not use extreme.
       new  038c9a7   Added stop as a possible value for 
mc/cycle-looping-behaviour.
       new  1ec78e1   Don't let mc/mark-lines create 'double' cursors.
       new  2818d9e   Rename mc/(first|last)-cursor-(before|after)-point to 
mention that they operate on fake cursors
       new  c3b2d84   Merge pull request #23 from segv/master
       new  796fb64   Added segv to contributors list
       new  bb546b1   Display number of cursors in mode-line
       new  dce196c   Merge pull request #28 from gvol/master
       new  65d4f87   Added Ivan Andrus to list of contributors
       new  be4067d   Fixed mode-line not showing up
       new  7382b46   Merge pull request #30 from gvol/master
       new  b3ca408   Have to require 'cl for now, because of count-if.
       new  6b09b9c   Add some more basic commands to the run-all and run-once 
lists.
       new  5f7c92b   Add more backward-delete commands to run-for-all
       new  dce6c00   Add mc/cursor-specific-vars to handle vars that need to 
be tracked per cursor.
       new  1afbb93   Add mc/cycle-looping-behaviour to multiple-cursors custom 
group.
       new  fe211c0   Add word/symbol limiting mark-more functions:
       new  a37e02b   Add new mc-commands to default run-once list.
       new  1074c88   Added mc/mark-all-like-this-dwim
       new  f721308   Tweak mc/mark-all-like-this-dwim and add tests
       new  c010afb   Rename mc/mark-sgml-tags to mc/mark-sgml-tag-pair
       new  717c97e   Added Fuco to list of contributors
       new  7d79b98   Autoload new functions.
       new  839c6ef   Update README with command overview and tips-n-tricks.
       new  0a081a7   Move mc/maybe-multiple-cursors-mode to core.
       new  b218a13   Run tests in Emacs 23, Emacs 24 and snapshot.
       new  bc8af45   Use derived-mode-p to check for sgml-mode-ishness.
       new  fa753aa   Fix: mc/dump-list loosing old setting
       new  0b9aae1   Merge pull request #40 from tkf/fix-dump-list
       new  129ea77   1.1.4
       new  52300ff   Prevent byte-compilation warnings 'cl functions
       new  94164f7   Merge pull request #41 from purcell/patch-1
       new  6339657   Fix byte-compilation warnings, and avoid unnecessary use 
of "eval"
       new  dc0aa99   Simplify travis run script, and make it work when 
ECUKES_EMACS has a space in the path
       new  e7605bb   Merge pull request #42 from purcell/cleanup
       new  07b8808   Merge pull request #43 from purcell/travis-script
       new  84ab4ee   Fix mc/dump-list (take 2): it looses old setting
       new  f1a5a39   Merge pull request #46 from tkf/fix-dump-list-take-2
       new  424e066   1.1.5
       new  3ce6e4a   Avoid strange behavior with smartrep
       new  bfb293f   Merge pull request #48 from tkf/smartrep
       new  9a376a6   Add note about yank-rectangle
       new  6a5969e   Adding support for using mc/edit-lines without transient 
mark mode.
       new  a6984a1   Merge pull request #53 from oneself/master
       new  9582c72   Add mc/insert-numbers
       new  a4f6ea1   Add transient-mark-mode to mc/cursor-specific-vars to fix 
other selections than C-SPC. Fixes #55
       new  5190e0c   Add test case for shift-select-mode
       new  3f3cdc6   Merge pull request #56 from 
paradoxxxzero/transient-mark-mode
       new  56839df   Update docs with mc/edit-*-lines
       new  82a1fe3   Add mc/sort-regions and mc/reverse-regions
       new  cb7a145   Release 1.2.0
       new  16add89   Bugfix for sort/reverse regions w/similar contents
       new  641eb68   Can use mc/reverse-regions w/o region or cursors
       new  e7a5fe6   Release 1.2.1
       new  0ee76bf   Add mc/add-cursor-on-click
       new  a6e0ccb   mc/add-cursor-on-click should not run per cursor
       new  5c60757   export ECUKES_EMACS in run-travis-ci.sh
       new  d24ddc5   Default ECUKES_EMACS to $EMACS
       new  373dcbe   Add a scenario for mc/mark-all-symbols-like-this
       new  25dd14d   Add more scenarios for mark-all-*-like-this
       new  aa9a1ec   Add failing scenarios for mark-all-symbols/words
       new  1cdd730   Automatically select word/symbol
       new  ed18fa4   Merge pull request #62 from tkf/export-ECUKES_EMACS
       new  980a880   Merge pull request #63 from tkf/select-thing-at-point
       new  16589a5   Update README.md
       new  72ba43a   add .nosearch to directory with bundled libraries
       new  8a53db8   Merge pull request #64 from tarsius/master
       new  ccb42b5   Inline defun for better readability.
       new  9dac934   Fix scrolling behavior in Emacs 24.
       new  6e15923   Use uninterned symbols in macros to avoid surprising 
local vars
       new  bf01772   Use phi-search for C-s in mc-mode when available.
       new  8b91e47   Add py-electric-backspace to run-for-all list
       new  374244b   Add support for C-s and C-r when phi-search is installed
       new  7a236d1   Add flyspell-mode to unsupported minor modes
       new  69c9961   Use Carton for dev dependencies
       new  4535033   Added a new function mc/mark-pop that sets cursors by 
popping marks off the mark stack.
       new  75df47f   Added mention of mc/mark-pop to README.md
       new  53db250   Added a mark-pop.feature file.
       new  4748386   Make mc/mark-pop only run once per invocation
       new  cb848b2   Add @smithzvk to contributors list
       new  94af074   Add some readability enhancing step definitions
       new  cc45842   Improved mc/mark-more-like-this-extended
       new  1cb894d   Add more mc-specific commands to the run-once list
       new  754de4e   Backport set-temporary-overlay-map to emacs <24.3
       new  4c293c4   Disable snapshot CI
       new  6cff0c2   Add pre- & post-command-hook to be cursor specific
       new  66ceb0b   Revert cursor specific pre- & post-command-hooks
       new  2186e1b   mc/mark-lines: Mark by logical lines.
       new  39f1725   Add support for god-mode
       new  47e03d5   Release 1.2.2
       new  6745142   Move from Carton to Cask
       new  398cc9e   Merge pull request #92 from knu/mark_by_logical_lines
       new  e8d7344   Fix the doc string of mc/mark-pop, which was not updated 
after a copy.
       new  725369c   Merge pull request #97 from knu/fix-mc-mark-pop-doc
       new  c94eca5   Fix broken let binding
       new  186cb3b   Release 1.2.3
       new  45c6cd0   Add mc/mark-all-dwim
       new  a374031   Add gnu repo to Cask, which is needed for cl-lib on Emacs 
<24.3
       new  be7905d   Update README to note that there is a mode allowing 
search in multiple-cursors.
       new  e28090d   Merge pull request #106 from porterjamesj/patch-1
       new  2345958   Run ecukes tests in --no-win mode
       new  5e879f9   Guard against empty search pattern in 
'mc/mark-all-in-region', otherwise it will enter an infinite loop
       new  49027c6   Add basic tests for 'mc/mark-all-dwim'
       new  61388fe   Add 'mark-all-dwim' tests for selection
       new  af66635   Make 'mc/mark-all-dwim' into 'mc/edit-lines' if prefix 
arg is passed
       new  45ed43e   Test edit-lines functionality in 'mc/mark-all-dwim'
       new  bf4b0c6   Refactor mark-dwim tests to share a common background
       new  9f91a04   Add 'mc/mark-all-dwim' to README
       new  d8c5227   Merge pull request #103 from mathrick/compat-24.2
       new  8dfe725   Abort immediately when empty search pattern is passed to 
'mc/mark-all-in-region'
       new  a86daa7   Guard with 'if' rather than defun*/return-from
       new  68dfa46   Merge pull request #109 from 
mathrick/fix-mark-all-in-region-hang
       new  18d858f   Fall straight through in 'mc/mark-all-dwim' if multiple 
cursors are already active, as that means we can't sensibly edit lines or mark 
all in region
       new  ad79ad8   Mention only 'mc/mark-all-dwim' in README to prevent 
confusing redundancy
       new  ec47813   Derp, multiple cursors means > 1, not > 0.
       new  65c0c0c   Merge pull request #104 from mathrick/mark-all-dwim
       new  d17c89e   Release 1.3.0
       new  6467fe2   Add mc/mark-all-dwim to autoloads
       new  17c48f9   Merge pull request #111 from mathrick/mark-all-dwim
       new  54e408f   Update README.md
       new  cfe4bd9   Add python-indent-dedent-line-backspace to run-for-all
       new  239acbf   Skip folded lines with mc/edit-lines
       new  c69be0e   Travis CI: Update location of cask install
       new  2b536cb   Added mc/edit-lines-empty-lines This allows mc/edit-lines 
to behave differently for short lines
       new  2d639b0   Added tests for new mc/edit-lines
       new  2682e48   Merge pull request #116 from gvol/master
       new  5fead7d8  Update README with @gvol contribution.
       new  aed5d59   fix compilation warnings (#66)
       new  75ece68   Merge pull request #118 from aspiers/fix-compile-warnings
       new  00aea4c   Show appropriate error messages on trying 
skipping/unmarking commands with no fake cursors
       new  3cfae1d   Merge pull request #122 from 
kyanagi/appropriate-error-messages-when-no-fake-cursors-exist
       new  238fb97   Add edge case scenarios which test behavior of 
mc/cycle-forward and mc/cycle-backward
       new  38e590c   Fix cycle-cursor behavior.
       new  5cd6ddf   Merge pull request #125 from 
kyanagi/fix-cycle-cursors-on-edge
       new  f5866d6   Fix typo in readme
       new  7b4dd88   Merge pull request #129 from jistr/readme_typo
       new  d1ad51f   Gitignore *.elc
       new  a3e6ec7   Merge pull request #135 from jistr/gitignore_elc
       new  da2a9ab   Add mc/mark-all-in-region-regexp
       new  fc39dab   Adds jedi-mode to list of unsupported minor modes
       new  0847147   Merge pull request #143 from mjdarby/jedi-mode
       new  d184f35   Add company-mode to the list of unsupported minor modes.
       new  4da58ea   Merge pull request #146 from bling/master
       new  e94567c   Add installation instructions
       new  9f4502b   Change file load timing
       new  98f2346   Merge pull request #152 from ShingoFukuyama/master
       new  b3fd49c   Revert "Change file load timing"
       new  38d6013   Merge pull request #156 from magnars/revert-152-master
       new  653d523   Added mc-hide-unmatched-lines mode
       new  bf9e8e9   Added testcase for mc-hide-unmatched-lines-mode
       new  4b0e912   Added description of mc-hide-unmached-mode to Readme
       new  f3daf86   Merge pull request #157 from lexa/master
       new  7ddda85   Added vertical align commands
       new  7156651   fixed documentation
       new  b46f795   Fix style issues
       new  912342e   Add missing ###autoload markers
       new  49fe803   Merge pull request #163 from Silex/master
       new  66eefa2   Add cperl-electric-backspace to default run-for-all list
       new  19f842d   Undo after leaving mc mode will restore cursors as they 
was
       new  40b1bad   Merge pull request #169 from lexa/master
       new  adf86bd   Add @lexa to list of contributors
       new  82586a0   Consolidate contributor entries for Aleksey
       new  ff0ac1f   Add function to disable mc undo into undo-list.
       new  f0dcd06   Merge pull request #175 from lexa/master
       new  952877f   Revert undo-feature for multiple-cursors
       new  dc1bfbf   Add cua-delete-region to default run-for-all
       new  7cf6374   Typo fixo.
       new  7d84398   Add missing require to mc-hide-unmatched-lines-mode
       new  cec48cc   Merge pull request #188 from iqbalansari/master
       new  72b4bf3   Enable to specify search word in mc/mark-all-in-region
       new  2d6ffce   Support unmarking with no region. Change mc/mark-lines to 
preserve point.
       new  4969d38   Move mc/list-file to the user-emacs-directory
       new  97f7b1d   Merge pull request #197 from kissge/user-emacs-directory
       new  89e360e   Merge pull request #193 from dovej/master
       new  faf331d   Merge pull request #183 from grettke/patch-1
       new  533e157   Merge pull request #160 from P-Seebauer/master
       new  66b1127   Merge pull request #192 from uk-ar/add_search_word
       new  142fdd6   Use locate-user-emacs-file to find directory for 
.mc-lists.el
       new  2588cce   Revert "Support unmarking with no region. Change 
mc/mark-lines to preserve point."
       new  c90bb62   Changed mc/furthest-cursor-after(before)-point to check 
if mark is active.
       new  49c9f7f   Merge remote-tracking branch 'upstream/master'
       new  5d677f7   Unrevert "Support unmarking with no region. Change 
mc/mark-lines to preserve point."
       new  2e904a0   Add safety ceiling to cursor count at creation
       new  cd967e7   Small optimization
       new  9b53e89   Merge pull request #203 from dovej/master
       new  3f1611c   Factor out a superfluous variable
       new  97e5db1   Merge pull request #207 from vermiculus/master
       new  ca822cd   Add mc/insert-letters function and test cases
       new  36b7025   Add alternative to mc/mark-next-like-this
       new  bbbe90d   Minor changes mark-next-like-this-word and readme
       new  8703b19   Add mark-next-like-this-symbol function
       new  dd07bc5   Merge pull request #228 from 
jtamagnan/mark-next-like-this-word
       new  415e29f   Add @jtamagnan to contributors list
       new  a393384   Merge pull request #227 from jtamagnan/insert_letters
       new  55af659   Speedup mc--numbers-to-letters
       new  68961b4   Avoid requiring cl at runtime
       new  54c05c3   Add more aliases for cl stuff
       new  40eb74e   Extend mc/add-cursor-on-click to toggle fake cursors
       new  4c52fb1   Merge pull request #239 from ilohmar/dwim-mouse-select
       new  e17851e   Fix click-toggling and make it robust (address all PR 
#239 comments)
       new  e31b1eb   Merge pull request #240 from 
ilohmar/toggle-click-improvements
       new  8ac4ad3   Update README.md
       new  06a2985   * mc-mark-more.el (mc/mark-all-in-region-regexp): Don't 
infloop when regexp matches empty string
       new  8297f1f   Merge pull request #241 from YoungFrog/fix-#230
       new  4bf9860   Use cl-lib instead of shimming, which breaks in older 
emacsen
       new  d5b544e   Merge pull request #246 from purcell/cl-lib
       new  da069c8   Merge pull request #236 from jtamagnan/insert_letters_fix
       new  6a62e60   Fix issue #131 (#247)
       new  9f4cdd0   Modified mc/mark-lines to allow skipping
       new  1686630   try to implement blacklist
       new  432a3fc   Merge pull request #250 from nispio/mark-lines-allows-skip
       new  fb0e71a   Remove mention of marmalade
       new  b3bd49c   Bump version to 1.4.0
       new  be4fbc7   Mention MELPA Stable
       new  741eec6   Update some copyright years
       new  a9daac1   Add/fix docstring to functions. fix #161
       new  a508978   Add /.ecukes-failing-scenarios to gitignore
       new  3112e61   When cursor-type is bar, mc/cursors appear as bars
       new  be149f9   Create customizable mc/insert-numbers-default
       new  fd847ae   added mc/always-run-for-all
       new  2329611   Merge remote-tracking branch 'upstream/master'
       new  d26cecd   added always-run-for-all
       new  2ccfc74   Merge pull request #252 from bb2020/master
       new  8413969   Merge pull request #253 from jtamagnan/fake-bar-cursor
       new  d9a6047   Fix mc/cursor-is-bar as per @cpitclaudel
       new  60b9ef8   Updated readme according to `mc/always-run-for-all
       new  ad95d28   Update docstring of `mc/cursor-is-bar`
       new  21e4825   mc/mark-previous-like-this-word/symbol.
       new  67d6579   Updated tests, README.
       new  6d8c6fc   Pass tests.
       new  8e59a8a   Merge pull request #262 from AndreaOrru/master
       new  95f2e41   Add @AndreaOrru to list of contributors
       new  dfaf621   Fix #254; remove mc/mark-next-like-this-extended
       new  277aef4   Make mc/list-file into defcustom
       new  6327681   Merge pull request #267 from Fuco1/master
       new  616fd84   Add ivy-done (from ivy) to the list of commands that are 
only executed once by default.
       new  ddbe3ae   Merge pull request #278 from shlomme/master
       new  fa91dfb   Don't display message while loading mc/list-file
       new  7cb18b8   Fix bug in mc/mark-all-in-region-regexp. Fixes #293
       new  c945665   Merge pull request #294 from nispio/fix-293
       new  d2766bc   tips and tricks: add note about <return> and newlines; if 
it is not default, let it at least be more discoverable
       new  e14fdb7   Merge pull request #298 from Quasilyte/update_readme
       new  f6bac94   Add note about M-x
       new  18f992b   Merge pull request #290 from raxod502/feat/silent-load
       new  f33cdd4   Fix minor error
       new  6f183a1   Merge pull request #304 from angadgill92/master
       new  e048e04   Fix #271: The command yank can't work
       new  1075270   Added mc/interactive-repeating-commands (#303)
       new  f628df7   Always call `mark` with `mark-even-if-inactive` set to t
       new  eba1020   Add temporary-goal-column to mc/cursor-specific-vars
       new  0e49fec   Merge pull request #326 from pstray/issue325
       new  e419903   Merge pull request #324 from mkcms/master
       new  35ff8b5   Add customization group definition
       new  75dd6bf   Merge pull request #327 from notetiene/master
       new  038815b   Make "no more matches found." user-error, fix #218
       new  9c49874   Merge pull request #333 from drrlvn/patch-1
       new  3f382d2   Move variables before first use
       new  8172edd   Realign the file according to Elisp conventions
       new  6a7c3c0   Fix whitespace
       new  9980faa   Add dabbrev state variables to mc/cursor-specific-vars
       new  5ff2071   Merge pull request #351 from jrosdahl/dabbrev-expand
       new  d27870d   Load mc/list-file as late as possible
       new  fc6a6a7   Merge pull request #355 from flatwhatson/lazy-list-file
       new  a730c41   Update README.md
       new  5ffb19a   Update README.md
       new  b39e963   Faster line-number-at-pos calculation
       new  b9b851a   Merge pull request #358 from renatofdds/master
       new  b880554   Fix typos (#359)
       new  6a04a14   Fix docstrings
       new  7763f4f   Load mc-cycle-cursors and mc-hide-unmatched-lines-mode 
after loading multiple-cursors-core
       new  83abb05   Add badges to README (#363)
       new  a9d7764   Add option to disable bar-style fake cursors (#367)
       new  cb93501   Minor backward compatibility fix to remove warning
       new  7b13b03   Add homepage
       new  616fbdd   Document existing functions in Readme




reply via email to

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