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

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

[nongnu] branch elpa/rainbow-delimiters created (now d576e6694a)


From: ELPA Syncer
Subject: [nongnu] branch elpa/rainbow-delimiters created (now d576e6694a)
Date: Sat, 1 Jan 2022 00:58:36 -0500 (EST)

elpasync pushed a change to branch elpa/rainbow-delimiters.

        at  d576e6694a Add Emacs 27.2 to CI

This branch includes the following new commits:

       new  eb7b957adc Initial commit.
       new  3482ea5ced Update README to link to the appropriate locations at 
EmacsWiki.
       new  8acf9bd165 Update README to link to the appropriate locations at 
EmacsWiki.
       new  8911d984e6 Use markdown syntax in the README file.
       new  13deb06eab Use markdown syntax in the README file.
       new  8d3f503cea Release version 1.3.1, a bugfix release. Correct typo 
and revert light background color scheme.
       new  4c94853583 Add an item to the TODO list.
       new  6e9e17e739 Add a 'global-rainbow-delimiters-mode' for enabling 
rainbow-delimiters in all buffers.
       new  1d1af1b8df Add a Contributors/Thanks session. Thank Satya Mishra 
for the initial idea to make rainbow-delimiters mode global.
       new  8dded7ba49 Bugfix: Removing text properties using re-search-forward 
can now go to point-max instead of (1- (point-max)), apparently thanks to a 
change in Emacs CVS.
       new  daa1737a8f Whitespace changes.
       new  898a2754f0 Interim Changelog update.
       new  55d098bc39 Add changelog entry noting addition of 
global-rainbow-delimiters-mode.
       new  9fc9343631 Documentation updates reflecting presence of 
global-rainbow-delimiters-mode.
       new  34a490a998 Remove workaround from documentation; problem has to be 
fixed in Emacs by now. Was step 5, (setq-default frame-background-mode 'dark), 
in order to work around rainbow-delimiters getting an incorrect 
frame-background-mode and using its light color scheme - causing washed-out 
looking colors on darker backgrounds.
       new  25ad3c3def Update README.markdown; include instructions re: 
global-rainbow-delimiters-mode.
       new  5fe4b7b54d Update README.markdown; include instructions re: 
global-rainbow-delimiters-mode.
       new  a44624fa05 Update README.markdown; include instructions re: 
global-rainbow-delimiters-mode.
       new  56faa7bd86 Update README.markdown; include instructions re: 
global-rainbow-delimiters-mode.
       new  012a5937e3 Update README.markdown; include instructions re: 
global-rainbow-delimiters-mode.
       new  779b40f39d Update README.markdown; include instructions re: 
global-rainbow-delimiters-mode.
       new  a99e69234a Make (global-rainbow-delimiters-mode 1) work as intended.
       new  e6f14c2273 Merge pull request #2 from immerrr/patch-1
       new  6a68bdb9e3 Inherit from current major-mode syntax table upon 
activation of mode.
       new  0444666196 Note Bugfix of syntax-table problem in the 1.4 release 
notes.
       new  e302ab778c Release rainbow-delimiters version 1.3.2 (2011-10-21).
       new  1dc8ea6fdf Change top-line description for marmalade-repo.org.
       new  40c2aa5ce3 Update description and commentary at top of file.
       new  fcec6e0ee7 Update README.
       new  d44ed19ade Note that rainbow-delimiters-depth-1-face only gets 
applied to outermost delimiter pair. (Stylistically this is nice because it 
makes the outermost pair distinct.)
       new  4fc4352c0d Release rainbow-delimiters.el version 1.3.3.
       new  d59a5a53b8 In emacs 24 it is possible to hook it to 
`prog-modes-hook`, so it is enabled for **all** programming modes.
       new  59d8d64a84 Merge pull request #9 from To1ne/patch-1
       new  9d0683d77d 6-15x Speed improvement by enhancing two key functions, 
see commit message for benchmarks.
       new  1d71bda98c Rename syntax-table functions to be clearer.
       new  164b55be80 Double the speed of main jit-lock highlighting fn (see 
commit msg for benchmarks); eliminate bottleneck in large files.
       new  493b514ae7 Color scheme for light backgrounds.
       new  d2c5b21464 Release rainbow-delimiters version 1.3.4. Changelog:  
1.3.4 (2012-04-27)   - Further optimize highlighting speed. Benchmarks show 2x 
improvement.   - Color scheme for light backgrounds.   - Eliminate bottleneck 
seen in certain large files.     A large file which revealed this bottleneck 
now highlights ~40x faster.   - Correct broken/incorrect highlighting reported 
in certain language
       new  8a8ee4e4e1 Merge branch 'master' of 
github.com:jlr/rainbow-delimiters
       new  6345c1fa4b Release rainbow-delimiters version 1.3.4 (2012-04-27).
       new  73b15f1b77 Use major-mode-specific escape character recognization
       new  949078cfd7 Ignoring compiled files
       new  3d6de240fb Merge pull request #12 from crlf0710/master
       new  aff2162d35 Merge pull request #13 from habib/master
       new  d38744e945 Remove middle initial from my name.
       new  ee4519d20a Use face symbols instead of face strings to better 
cooperate with htmlize.
       new  b9991fb222 Handle unescaped parentheses characters, e.g. ?(
       new  b78dd93407 Silence the byte compiler warnings.
       new  506fef695f Allow the user to define the number of faces used only 
for the outermost level.
       new  5a7d0131f8 README.markdown: minor wording changes.
       new  f1ff54da71 Release version 1.3.5.
       new  2561e9853c Attempt to fix issue #25.
       new  2f17e9d735 Flush the ppss cache on mode activation.
       new  3dfd3fa9b1 Use sorted-list caching to improve large-file performance
       new  6e4efb11f0 Don't hard-code version in the elisp: rely on tags 
instead
       new  04ba26ead6 Revert "Don't hard-code version in the elisp: rely on 
tags instead".
       new  b9252e33d2 Remove unneeded require.
       new  fc70c7ec67 Use standard form of the footer comment.
       new  a1dd352c1a Fix docstring style errors reported by checkdoc.
       new  9c4950a283 Properly tear down the mode when changing major mode.
       new  5ab3135986 Fix a bug that caused (rainbow-delimiters-syntax-ppss 1) 
to return nil.
       new  54855dcf52 Revert a part of 3dfd3fa9b that shouldn't be changed in 
the first place.
       new  75acc28109 Release version 1.3.7.
       new  b656f8c9cd Wrap rainbow-delimiters-{un,}propertize-region with 
with-silent-modifications and with-syntax-table.
       new  89b748e401 Make rainbow-delimiters-outermost-only-face-count 
customizable.
       new  a095a77dc9 Correct the prefix of the rainbow-delimiters-faces group.
       new  36df2e014c Add code to highlight mismatched closing delimiters.
       new  4eae4bc56f Reduce the amount of copy and paste in 
rainbow-delimiters-propertize-region.
       new  447293003b Highlight correctly even in presence of these evil 
'intangible' properties.
       new  4144a75120 Add lisp-interaction-mode to 
rainbow-delimiters-escaped-char-predicate-list.
       new  c4c127992a Use font-lock instead of jit-lock.
       new  b3f87cfe99 Highlight delimiters even in already highlighted text.
       new  a1cd80ee8d Remove the changelog.
       new  df383f86f7 Clean up comments and whitespace.
       new  43b02d2d20 Rename rainbow-delimiters-keywords.
       new  f116221d42 Simplify the logic in rainbow-delimiters-propertize a 
little...
       new  f73763583c Remove unneeded save-excursion.
       new  d7946fdf94 Fix a typo in a comment.
       new  14e0f971f6 Call font-lock-{flush,fontify-buffer} only when 
font-lock-mode is on.
       new  0fa4723a9d Add rainbow-delimiters-ignore-modes
       new  36efff58a8 Don't highlight delimiters inside comments starting with 
two chars.
       new  a37d19b415 Add a comment explaining the previous change.
       new  24f6c5767e Release version 1.3.8.
       new  35eace73ca Reuse parse-partial-sexp state in 
rainbow-delimiters-propertize.
       new  ddf7f179d3 Change defsubst -> defun.
       new  df4976a965 Release version 1.3.9.
       new  1305bca532 Use comment-search-forward to see if a delimiter starts 
a comment.
       new  b85b86c0b4 Release version 1.3.10.
       new  6d488e566a Test if comment-start-skip is non-nil before using it.
       new  49fb05303a Use when/if instead of and/or+and.
       new  6df71dba8f Release version 1.3.11.
       new  3a18183db3 Remove cider-repl-mode from 
rainbow-delimiters-ignore-modes.
       new  ecacb319d3 Wrap the font-lock-fontify-buffer call with 
with-no-warnings.
       new  3d425a85d3 Don't enable in Completion List Mode
       new  fb54c05ba0 Don't enable in special RefTeX modes
       new  6cdf1f1c14 Merge pull request #38 from lunaryorn/patch-1
       new  e2a67de8e7 Deprecate global-rainbow-delimiters-mode.
       new  29e7bfd8e4 Remove global-rainbow-delimiters-mode from installation 
instructions.
       new  4cc4d38479 Remove global-rainbow-delimiters-mode.
       new  e05dd60c12 Don't propertize if the syntax table is unset
       new  5a56248229 Pass the variable symbol to 
rainbow-delimiters-apply-color directly.
       new  5459aa4c6a Simplify rainbow-delimiters-delim-regex.
       new  756fd642fa Release version 1.3.12.
       new  e48b7bf746 Merge pull request #41 from jlr/no-global
       new  3143de1136 Update the readme.
       new  d35b992378 Don't error when highlighting an unmatched closing 
delimiter.
       new  ccd68b7eb8 Replace a generalized push with setcdr+cons+cdr.
       new  f2404ef0bf Remove dead code.
       new  cf61a3aee6 Use double hyphen to indicate internal symbols.
       new  d4d8f74158 Use #' to quote function names.
       new  575620510f Reindent after cf61a3aee6.
       new  2cde18809f Use the syntax table to determine if a delimiters starts 
a comment.
       new  0a4e4958ed Add a missing or in 
rainbow-delimiters--char-ineligible-p.
       new  513bb785eb Update authorship, package metadata, and URLs.
       new  4699fd94c8 Release version 1.3.13.
       new  1473fbddce Add a test suite.
       new  89574443f0 Fix the Emacs 24.3-specific test failure.
       new  30c6a4c1bc Use the major mode's syntax table directly.
       new  ed5dd72f79 Restore the ability to disable the highlighting of 
selected delimiters.
       new  f5679e9040 Simplify two ifs by using max in their stead.
       new  b32fedb455 Remove an unneeded condition.
       new  d8de0c6954 Kill rainbow-delimiters--parse-partial-sexp-cache when 
turning off.
       new  f50a4ae177 Use `syntax-ppss` instead of our own implementation.
       new  50551159a7 Move rainbow-delimiters--mode-turn-{on,off} back into 
rainbow-delimiters-mode.
       new  3e538315ae Point URLs to the new address.
       new  406ee45e7c Rewrite the installation and usage instructions.
       new  44bd65920e Remove the TODO list from rainbow-delimiters.el.
       new  25ceded842 Add MELPA and build status badges to the readme.
       new  41546fa1f2 Fix a typo in the readme.
       new  b316b7f49d Make the MELPA Stable link actually point at MELPA 
Stable.
       new  df63c842a3 Update the customization instructions.
       new  8012604ea9 Add maintainership information.
       new  9ee4a86d47 Run the test suite under Emacs 23.
       new  d723eb0a8c In the C++ template syntax test, remove some text 
properties.
       new  845e681fae Use lexical-binding.
       new  039e9345c5 Document why there's no Emacs 24 requirement.
       new  5eeddfb2d6 Test for blacklisting in 
rainbow-delimiters--char-ineligible-p.
       new  7b882c9489 Merge (let … (let* …)) => (let* …).
       new  3611b101d3 Test if already highlighted text is highlighted 
correctly.
       new  f57067cda5 Make Emacs 23 tests less verbose.
       new  daae2c22a6 Really make Emacs 23 tests less verbose.
       new  115173b2eb Rename README.markdown to README.md.
       new  8a2c0374b0 Use a macro to generate face definitions.
       new  e50e4787b4 Turn rainbow-delimiters-max-face-count into a defcustom.
       new  5435305789 Move all variables to 'rainbow-delimiters' group.
       new  8b94fc0100 Make rainbow-delimiters-faces reachable from 
(customize-group 'faces).
       new  798af906df Add a test checking if blacklisted delims still 
contribute to depth.
       new  82952aa34a Test for blacklisting right before highlighting the 
delimiter.
       new  58f17c9c4d The faces should really use foreground colors.
       new  ef33129a0a Treat byte compilation warnings as test suite failures.
       new  0441e7317b Add a better escaped delimiter test case.
       new  402a9e8e04 Treat the ? as a quote character only when it starts a 
symbol.
       new  ab79aec8f8 Simplify the handling of escaped delimiters.
       new  b10da10248 Release version 2.0.
       new  bb38452706 Remove the Emacs Lisp specific escaping test.
       new  a802a6c823 Refactor the code, no functional changes.
       new  f91b36bad7 Use the depth from parse-partial-sexp directly instead 
of tracking it on our own.
       new  4bac5ce118 Don't flush the syntax-ppss cache unless necessary.
       new  e75a4b18e9 Remove unneeded with-no-warnings.
       new  9d23157002 Simplify the way we determine whether to flush 
syntax-ppss cache.
       new  ac62aa0a53 Remove useless comments.
       new  a4005ac963 Remove more useless comments.
       new  c37b61c4b5 Release version 2.0.1.
       new  28438926aa Move installation instructions before the commentary.
       new  edf59bad7f Move the usage instructions from installation to 
commentary.
       new  a50f8f1a9c Shorten the header line.
       new  27d21f278b Rephrase the header line description.
       new  153284f304 Fix a typo.
       new  3d1e204f04 Allow the user to customize the way faces are picked.
       new  cc829473be Deprecate rainbow-delimiters-delimiter-blacklist.
       new  edd8f8624d Kill rainbow-delimiters-delimiter-blacklist.
       new  9eb2dff24e Release version 2.1.
       new  c1149daac0 Make it clear that global-rainbow-delimiters-mode is no 
more
       new  d007f2d797 Use skip-syntax-forward instead of re-search-forward
       new  5e6fbb46f9 Update copyright years
       new  0823d0c67f Release version 2.1.1
       new  352b4f2bfe No need to set inhibit-point-motion-hooks
       new  9a644d9e42 Pass -y to apt-get install
       new  93cd2dc873 syntax-begin-function is obsolete, so test for its 
existence
       new  19b93892af Inherit all rainbow-delimiters faces from a base face
       new  e561cff4ab Amended Travis build matrix
       new  455bcee19c Provide a base face for the error faces too
       new  a695c0f3b9 Use GitHub workflows for CI
       new  b4ef113712 Move the test script to root and make sure it's 
executable
       new  5125f4e476 Update the CI badge in the readme to point to GH Actions
       new  f43d48a246 Widen before propertizing if under mmm-mode
       new  7919681b0d Use keyword arguments in define-minor-mode
       new  d576e6694a Add Emacs 27.2 to CI




reply via email to

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