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

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

[nongnu] branch elpa/evil-numbers created (now 08f0c1ee93)


From: ELPA Syncer
Subject: [nongnu] branch elpa/evil-numbers created (now 08f0c1ee93)
Date: Thu, 6 Jan 2022 03:00:01 -0500 (EST)

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

        at  08f0c1ee93 Cleanup: warnings for tests

This branch includes the following new commits:

       new  221ceb6177 Initial commit.
       new  82f9d7c702 Search for number at point or after point (until end of 
line).
       new  bd2359c96f Fix provide.
       new  e0f4ba3d13 Fix number search.
       new  7e7e2e42f3 Remove "support" for negative non-decimal literals.
       new  95fd1faf90 Use `while' instead of `do'.
       new  88de7e9622 Extract number search.
       new  4466368c6d Adjust error messages.
       new  2301d66203 Fix docstrings of inc and dec.
       new  83b2ad44ff Use lowercase and uppercase example.
       new  1ed882ca9f Add docs.
       new  b84ee09de1 Fix license.
       new  30b13905a7 Move search and replace out of increment.
       new  afbc461412 Tag version 0.1
       new  6c6441e39e Fix install docs.
       new  2543f0bf35 Fix number search.
       new  cdfb3cb83c Cursor position adjustment after inc/dec
       new  780db06056 Tag version 0.2.
       new  8ef07f7883 Prepare for elpa submission.
       new  ecc51feda6 Fix glitches.
       new  0a376ace35 Add autoload comments.
       new  b3e906f734 Fix last glitches.
       new  b2e8ac003f Fix install documentation.
       new  d37c9812a1 Remove superflous but malicious check.
       new  e40b606d92 Add readme.
       new  38e17cb47f Allow region processing.
       new  0ddb39d98e Stray paren fix
       new  649c01ee4a deactivate-mark when operating on region
       new  db0c5adc68 Add documentation the increment of region.
       new  6e13c0450a Update documentation.
       new  caa4679814 Merge pull request #3 from 
mlf176f2/evil-numbers-in-region
       new  5ec72e6cb5 Add visual state key documentation.
       new  23c0a48b62 Add contributors section.
       new  8834eb2e8b Bump to 0.4
       new  b711ef787e Document keypad binding variants.
       new  6ea1c8c3a9 Use list for contributers.
       new  84bb03cb51 Add incremental increasing like `g C-a' in vim
       new  ff37f8329b Add incremental increase feature to README
       new  b754f53c82 support for increasing superscripts
       new  cfa8650393 Remove extra &optional
       new  31c7f1ad6d Fix wrong handling of region if number of characters 
changes
       new  7ff262f36b Support block selections
       new  e5dd1e2e31 Fix changing the number directly behind us
       new  cbbfd83c79 Merge https://github.com/unhammer/evil-numbers
       new  9e2d6f721f Support negative superscripts and fix padding of 
negative numbers
       new  f033965377 Support subscript numbers
       new  8da2221b7b Make padding optional and off by default (can be 
configured)
       new  154703dca7 Make binary, octal and hexadecimal numbers honour 
padDefault
       new  a2ce896e05 Update documentation
       new  4fd2d402fe Add CHANGELOG
       new  9478e05192 Fix documentation markup. Closes #2
       new  ac4101f0e4 Explicitly require evil.
       new  4a17780038 Merge pull request #5 from leungbk/require
       new  fb16206158 Fix autoloading
       new  ebfb368851 Create evil-numbers customisation group
       new  d988041c1f List myself as maintainer
       new  d1b1f503a5 Autoload operators as interactive commands
       new  c2cfdd1eb1 Merge pull request #6 from hlissner/patch-1
       new  8b59acf267 fix: handle hyphen-separated numbers correctly
       new  006da406d1 Merge pull request #7 from midchildan/fix/hyphens
       new  4308935a03 Resolve looking-back warnings
       new  02de70f481 Quiet checkdoc warnings
       new  aa94cd1b26 Merge pull request #11 from ideasman42/patch-1
       new  37d148f50b Merge branch 'master' into patch-2
       new  c6ba8e3381 Merge pull request #13 from ideasman42/patch-2
       new  26ec2d4a52  Use lexical binding, remove unused function 'pad'
       new  74cd618d02 Merge pull request #14 from ideasman42/patch-3
       new  ff3bcf4efd Change repo URLs
       new  963e78cb44 Change repo URLs in Readme too
       new  5622da311d Cleanup: spelling, use full sentences
       new  a75c4b0a24 Cleanup: replace tabs with spaces
       new  f33d0137ac Cleanup: quiet package-lint warnings
       new  6fa8e02e3b Cleanup: avoid right shift
       new  ab6d436454 Cleanup: use '--' separator for private functions
       new  3a0c5a8619 Merge pull request #16 from juliapath/temp-priv-vars
       new  b54cc5ba35 Fix spelling
       new  5356111930 Cleanup: avoid let binding to set default values for 
arguments
       new  b1ba250f98 Cleanup: reduce right shift
       new  cc930fb6c4 Cleanup: use 'rx' for number search regex
       new  027f8d586c Fix #18 operating on bin/hex/octal failed w/ the cursor 
at the start
       new  e8dfba58c9 Cleanup: split skip characters matching out into a 
function
       new  445943fbce Fix #17 bin/octal/hex numbers don't support becoming 
negative
       new  adda2cc221 Cleanup: use private function name
       new  626ea72a21 Cleanup: add missing argument to doc-string
       new  6093a5e039 Cleanup: use identity functions
       new  11fc45c760 Cleanup: move subscript encode/decode into utility 
functions
       new  15dcea1be0 Fix #20 The cursor moves when increment/decrement fails
       new  bea0c102af Cleanup: use term amount for both 
decimal/(hex/bin/octal) functions
       new  1520c24b6b Fix padded argument is ignored on non-decimal types
       new  a6cf01fd90 Fix #21 increment w/ selection ignores items before the 
cursor
       new  3fe56219af Cleanup: docstring
       new  c37a4cf92a Fix padding being ignored with block selection
       new  299e0418ca Cleanup: remove duplicate number search logic
       new  b2397f278a Cleanup: move forward character check in 
evil-numbers--search-number
       new  819530cefa Cleanup: use xdigit for matching hexidecimal
       new  83e98f9fe2 Correct invalid limit argument to `looking-back'
       new  8403eeb125 Correct oversight in 
299e0418caa43cb7c15dd21d2dd40b75b147990f
       new  b87c8b735c Use ORG mode for the CHANGELOG
       new  0934e38a76 README: various minor updates
       new  7ca411f4ac CHANGELOG: use fullstops
       new  7602f3b484 Cleanup: split number incrementing into it's own function
       new  ad15824867 Cleanup: share code-paths for decimal and bin/hex/octal 
encoding
       new  6483ab668b Cleanup: use '?' instead of '*' for matching sign
       new  b98a3dccd3 Cleanup: forward limits to 
evil-numbers--search-and-replace
       new  43036127c1 Cleanup: line length < 80, spelling
       new  a01fa6b83a Rename evil-numbers/padDefault to 
evil-numbers-pad-default
       new  af088b7107 Cleanup: < 80 chars, reduce right shift
       new  8d84bd3763 Cleanup: remove strict number searching logic
       new  0bbf3a8161 Cleanup: store unicode subscript/superscript in constants
       new  79daec88d5 Cleanup: sort code into sections
       new  a427fda95e Update README.org
       new  b88595d46b Cleanup: reduce vertical space use
       new  9841266544 Cleanup: replace catch/throw with a 'found' variable
       new  01c68921b5 README.org: update keymap examples
       new  43ae06047c README.org: keypad can be used for other platforms too
       new  0d66b63f42 CHANGELOG.org: update with recent fixes
       new  70b986276a Cleanup: declare nums as `(list)` for readability
       new  d5c40d2bd1 Cleanup: docstring line wrapping
       new  9cf802c29d Fix #24 hexadecimal values case when 
incrementing/decrementing
       new  6ff686be13 Cleanup: remove autoload on defcustom
       new  f48504348f Add evil-numbers-case option
       new  c39f8f1c19 Cleanup: auto-indent the changelog
       new  a65dbc5094 Cleanup: remove nil for empty body
       new  11883bc3a3 Fix incremental regression in cleanup from 
7602f3b4842f4ec149d3b8ed32c9da9f771597c3
       new  d09a0e676a Fix #25 increment steps to the next line
       new  407d62222e Add separator character support (issue #23)
       new  fd742943fd README.org use definition lists for options
       new  1acf90638b Bump to 0.6
       new  d7a3e6ddec Add evil to requirements
       new  623bcbd04f README: add "similar packages" section
       new  48b528baec Refactor: instead of passing an amount, pass in a 
function
       new  1bf577af5c Fix #26: Optionally match characters directly before the 
cursor
       new  e1b60f3b75 Fix #27 Number directly before the cursor manipulated in 
some cases
       new  3bd94723f8 Cleanup: indentation
       new  ef72a4fea1 Cleanup: correct doc-strings
       new  cd23a7b458 README.org: update poor wording
       new  bce451b700 Use message instead of error when no number is found
       new  29859e64c0 Add automated tests, resolve #22
       new  061de6f895 Tests: watch evil-numbers.el as well as the tests
       new  6087ef48b9 Tests: run increment operations at different offsets
       new  cb9eb99998 Tests: add simple-nop-non-number-with-newline-after test
       new  9423e4cb8f Tests: add simple-hex-negative-to-positive
       new  8ce0066fa4 Tests: rename evil-numbers-test.el to 
evil-numbers-tests.el
       new  8761f55167 Cleanup: redundant group usage
       new  08f0c1ee93 Cleanup: warnings for tests




reply via email to

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