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

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

[nongnu] branch elpa/spell-fu created (now cbe5cd84c3)


From: ELPA Syncer
Subject: [nongnu] branch elpa/spell-fu created (now cbe5cd84c3)
Date: Thu, 7 Jul 2022 12:03:32 -0400 (EDT)

elpasync pushed a change to branch elpa/spell-fu.

        at  cbe5cd84c3 Correct URL

This branch includes the following new commits:

       new  4f9732492c Initial code.
       new  a5a06e150a Fix error comparing times of cache to word-list
       new  907271a557 Cleanup: unnecessary 'let' nesting
       new  3898e6f591 Cleanup: remove use of exception handling
       new  1e6928f77d Cleanup: add message for generating cache, some comments
       new  eeda8ef28e Cleanup: minor non-functional changes
       new  ae4504f14d Fix using hard coded en_US dictionary
       new  f2b7d58e87 Cleanup: correct comment
       new  bd00417a0e Improve status messages when generating word-list & cache
       new  afeb1fd46f readme: add some TODO's
       new  b7e5cf3d73 Fix missing checks that ispell variables are bound 
before use
       new  30be3683b2 readme: update settings docs
       new  676498f757 Support buffer local dictionaries
       new  18724c2e53 Avoid potentially accessing the same files time multiple 
times
       new  bd76cb262e Avoid 2x loops over the pending screen overlays
       new  073932be78 Cleanup: replace '(nth 5 ...' with 
file-attribute-modification-time
       new  9587fa4b99 Add missing args (quiet checkdoc warnings)
       new  2c792330ac Case insensitive sort lines as a list (not in the buffer)
       new  6a7440044e Cleanup: rename variables to make the assignment explicit
       new  03114080c8 Add requirements at the top of the file
       new  fe557e3dff Be explicit about using macro that sets values in-place
       new  8e8711f1fa Add TODO's to the readme
       new  41a7ebcbab Cleanup: replace cl-letf with advice macro
       new  5915e0ae2a Cleanup: use safer sharp-quoted function names
       new  00b75e5741 Cleanup: docstring
       new  88d803e994 Cleanup: use updated auto-formatting results
       new  1bc18879b6 Add license file
       new  d0700095ea Add header to cache loading & error checking for cache 
content
       new  251e63eacc readme: update, clarify TODO
       new  f6c849f860 Fix disabling spell-fu when used without a timer
       new  502d523b46 Fix unintended modification of the standard syntax table
       new  3f4fc34204 Add 'spell-fu-buffer' utility
       new  db0eef27ab Add: spell-fu-goto-next-error, 
spell-fu-goto-previous-error
       new  e62cfc4f08 Add support for personal dictionary management
       new  e94d01cdc8 Fix for attempting to use wave style in the terminal
       new  a7db587471 Remove redundant escaping
       new  86d46cf63e fix: encode word to utf8
       new  96f72c35b1 Update spell-fu.el, correct package url.
       new  c58be13845 Fix #3 default word regex now excludes trailing 
apostrophes
       new  ad139f6fac Cleanup: quiet checkdoc warning
       new  33a28e0df5 fix: encode word to utf-8 generating the cache
       new  98424adbea adds helper routine to get lang from dict
       new  ddad489f2c Adds affix dict support via aspell expand cmd
       new  2caa9fc6f0 Update changelog
       new  ac9c1581c8 readme: move details into top level section
       new  143233734a Allow global-spell-fu to be ignored per mode or using a 
function
       new  7770c005c4 Cleanup minor name change for spell-fu function name
       new  9180a77865 Fix #15: don't enable (when used globally) for 
application buffers
       new  103d3a19ce Fix checking words that spanned different faces
       new  866044304f Check if faces can be used on property change
       new  ce64f4bc4d Cleanup: remove arguments that are always fixed
       new  41a133d119 Fix #16: Fails to spellcheck when whitespace-mode splits 
a word
       new  484b6bdf04 Fix disabling spell-fu-mode stopping the idle timer in 
other buffers
       new  646f40ba06 Cleanup: use 'when' instead of 'if'
       new  1c0424b4c9 Cleanup: minor tweak to docstring
       new  d4e3deedee Have a better excludes list for org-mode. In particular 
`org-src`.
       new  fd27978614 Update readme.rst
       new  1b765f8029 Cleanup: replace setq with let binding
       new  a7879fe9e7 Cleanup: over-wide docstrings
       new  a2a0e3b786 Cleanup: remove redundant group properties
       new  4e7ad5c5ef Cleanup: docstrings
       new  f38bebefea Cleanup: replace 'if' with 'cond'
       new  1159eeec13 Fix including trailing single-quote in the word
       new  570ccd84ed Fix spell-fu-goto-{next/prev}-error silently failing
       new  3230ff96f1 Cleanup: modified word ordering
       new  8f780a874c Reduce idle overlay fragmentation
       new  b2da2874f3 Cleanup: use shorter variable names
       new  32fcbd9e8e Initial changes for multiple dictionaries
       new  4fc84a9028 Fix spell-fu-directory's documentation
       new  a17b2f90ae Re-order definitions
       new  00af362af3 Add multiple dictionary support
       new  1f3e5b8f05 readme: Fix typos
       new  7c2542e109 Merge branch 'multiple-dictionaries' into 'master'
       new  2ba65de269 Cleanup: include all arguments in doc-strings
       new  e7cfe54d4e changelog: note that multiple dictionaries are now 
supported
       new  4782667d7b Fail gracefully with a message when aspell can't be found
       new  50be652a6e Fix overlay faces masking other faces (when checking 
faces-at-point)
       new  3a19836c69 Cleanup: use brief SPDX license
       new  1698c51740 Store a list of hashes instead of symbol lookups for 
each word
       new  2590ee3002 Cleanup: remove cl-remove-if-not
       new  53bd2b24c6 Cleanup: add spell-fu--canonicalize-word utility function
       new  8185467b24 Cleanup: remove redundant 'format'
       new  2f2fd6de00 Change URL to codeberg
       new  47d92c1989 Fix wrong function name for multiple languages example
       new  1299bfca2e Merge pull request 'Fix wrong function name for multiple 
languages example' (#27) from kepi/emacs-spell-fu:master into master
       new  cbe5cd84c3 Correct URL




reply via email to

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