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

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

[nongnu] branch elpa/idle-highlight-mode created (now 5418252a11)


From: ELPA Syncer
Subject: [nongnu] branch elpa/idle-highlight-mode created (now 5418252a11)
Date: Thu, 7 Jul 2022 12:00:25 -0400 (EDT)

elpasync pushed a change to branch elpa/idle-highlight-mode.

        at  5418252a11 Change URL to codeberg

This branch includes the following new commits:

       new  7401286a4b Version 1.0. Initial Commit.
       new  1e0b38c09f [Refactor] Save the last highlighted regexp in a 
variable for easier unhighlighting.
       new  8b6e0dffd1 Implement idle highlighting as a minor mode.
       new  9cbb9f2fde Rename file to idle-highlight-mode.el
       new  83df5da535 Header, footer, usage comments
       new  f6ea983df9 Remove previous highlights if there's nothing to 
highlight at point.
       new  df7f6a84f5 Highlight only when point is on a symbol character.
       new  834d03af77 Update version to 1.1.2
       new  7c43cc3d7a [Refactor] Lose some weight.
       new  64d6522636 Fix documentation
       new  7f81263388 Add configurations for excepted words and what idle time 
to use.
       new  f360d4e7fe [Formatting] Place defcustoms before defvars.
       new  f71e575540 Version 1.1.3
       new  1f3620ba70 Enable lexical binding.
       new  10eda41c22 Cleanup: use '--' separator for private functions and 
variables
       new  fa7a82993e Cleanup: use defvar-local
       new  14150dde6b Cleanup: quiet checkdoc warnings
       new  902df81b5a Cleanup: deprecation warning using `in-string-p`
       new  93a498516e Cleanup: slightly more efficient checks, postpone 
calling symbol-name
       new  2bc509cc28 Cleanup: byte code compiler warnings
       new  768745ef1c Cleanup: add code sections
       new  e6239e06fd Add license file.
       new  59f5c6ce37 Add readme
       new  2b627d5d45 Cleanup: be explicit that this mode isn't global
       new  21b63d0502 Cleanup: simplify coding hook example
       new  305e9d4aa0 Cleanup: remove intermediate symbol type variable
       new  20a0fb798c Disable the repeating idle timer when the minor mode 
isn't active
       new  ac31f75fd0 Remove local variable when the mode is disabled
       new  459720cd2e Add `global-idle-highlight-mode` (globalized minor mode)
       new  1f40f80921 Remove "end" from idle-highlight-exceptions
       new  4f41607fa1 Add idle-highlight-exceptions-face
       new  05db87d2a5 Cleanup: replace defsubst with defun
       new  97047f2574 Add Campbell Barton as an author
       new  c4be332ecb readme: move hints into their own section
       new  e8f724fec2 Use a local list of overlays for highlighting
       new  4714dcafcc readme: add default values for settings
       new  bdc6cb06e0 Reduce the default idle time to 0.35 seconds
       new  c7af42119a Cleanup: remove unnecessary variable
       new  8be1b197d6 Add changelog
       new  aa4c7a7ada readme: update description
       new  9435c1f3ca readme: correct references to idle-time
       new  98d20252d6 readme: add "Motivation" & "Other Packages" section
       new  a801e7113f Remove 'idle-highlight-use-hi-lock-mode'
       new  3d785f0f1d Support *-exceptions & *-exceptions-face to be callback 
functions
       new  53b4e3c855 Add option idle-highlight-exceptions-syntax
       new  d0fcf29c7d Cleanup: unnecessary pcase-let* use
       new  94790ca395 Cleanup: variable names
       new  082ce4f5fc Fix highlighting visible ranges
       new  eaac86a1a2 Add idle-highlight-visible-buffers to apply to all 
buffers
       new  f47a2cc796 Cleanup: replace 'if' with 'cond'
       new  ee5381764c Add docstrings
       new  7d6eba737d Cleanup: remove redundant groups
       new  0916be7075 Cleanup: docstrings
       new  defcfe2756 Fix #1 face exceptions interact badly with hl-line-mode
       new  0423fc2b38 Fix #2 Substrings of identifiers are highlighted
       new  03b5de12a6 changelog: correct syntax
       new  5881f796ad Minor tweaks to code-comments
       new  0a24f8e402 Cleanup: use brief SPDX license
       new  5418252a11 Change URL to codeberg




reply via email to

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