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

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

[nongnu] branch elpa/vcomplete created (now 8450b1befd)


From: ELPA Syncer
Subject: [nongnu] branch elpa/vcomplete created (now 8450b1befd)
Date: Tue, 24 May 2022 15:58:59 -0400 (EDT)

elpasync pushed a change to branch elpa/vcomplete.

        at  8450b1befd ; Bump to version 1.2.1

This branch includes the following new commits:

       new  21edba4beb Initial commit
       new  1106acfc5b ; Fix various erroneous references to swsw
       new  369a9fb9c4 ; Ignore Emacs' backup files
       new  452cf29801 Optionally update the '*Completions*' buffer 
automatically
       new  e37470eb13 ; Fix indentation
       new  3c5e8eba9c ; Remove 'vcomplete--setup' from the correct hook 
variable
       new  5391b6e4e2 Auto update the completion list when completing in-region
       new  556a6c2cff ; Document recent changes in the NEWS file
       new  07f3483c0c Improve usability of 'vcomplete-kill-buffer'
       new  cb8fbc39ef Fix 'vcomplete--update-in-region' added to 
'post-command-hook' globally
       new  aa4bdbf080 * vcomplete.el (vcomplete-mode): Ensure variables are 
reset
       new  b658642c23 * vcomplete.el (vcomplete-auto-help): Reset vars when 
setting
       new  39f0aead10 Fix 'vcomplete--update-in-region' added to 
'post-command-hook' globally
       new  68b3a86741 ; Fix incorrect short description of Info node
       new  07da8d9c1b Fix 'vcomplete-auto-update' triggering an error when set 
initially
       new  b1fa61dffd Change the way the current completion is highlighted
       new  36ae2920e4 * vcomplete.el (vcomplete-kill-buffer): Remove to 
simplify the package
       new  dce24e895d Replaced current completion variables with a function
       new  12def7b143 Highlight the completion at point in the completion list 
buffer
       new  14429ac79d Exits 'completion-in-region-mode' when completions 
aren't visible
       new  739fee1af0 Cleanup automatic update code
       new  60b5a005bf ; Add last few changes to NEWS file
       new  a064184c7f Add basic Embark support
       new  56a95cc1df ; Fix indentation
       new  a7eb3b9365 ; Fixes and improvements to the Info node
       new  0170c083a3 Eliminate delay after Embark action from minibuffer when 
auto updates are on
       new  6bc410d948 Handle cases where 'vcomplete-mode' starts before 
loading Embark
       new  e320d50fb4 Make auto updating the completion list buffer more 
responsive
       new  10d9ca2fe1 ; Small Makefile modifications
       new  5e055dc556 Fix cases where 'completion-in-region-mode' is used in 
the minibuffer
       new  b6fd11b7c4 ; Update mail address
       new  faca6e8c18 ; Change all instances of "‘" and "’" to "`" and "'" 
respectively
       new  2995fb124d ; Add disclaimer regarding Embark integration
       new  db010f4f61 Mark variables as risky local variables
       new  b53c3d8caa ; Fix case in license part of vcomplete.el
       new  0f5505cd54 ; Add a link to the relevant part of the manual for 
'vcomplete-auto-update'
       new  29423a4aa1 ; Documentation improvements
       new  8441803b7a Split 'vcomplete--setup-current' into two functions
       new  50d812fc6a Remove unnecessary hook removal
       new  5fefec3e91 Fix broken highlighting in completion list buffers when 
completing in-region
       new  6684bd7640 ; Update info node to remove disclaimer for bug fixed in 
last commit
       new  6136a3ba16 ; Update NEWS file
       new  668f16f903 ; Bump to version 1.0
       new  8ade381c7c Move Embark integration to a separate file
       new  b14444ef8a ; Edit docstrings to conform completely to 'checkdoc'
       new  371e7c9b77 ; Add requirement for Embark to vcomplete-embark.el
       new  62428759ac ; Change required Emacs version according to package-lint
       new  8a921cf088 ; Optimize require's in vcomplete-embark.el
       new  d086a33a1a * vcomplete.el (vcomplete-with-completions-buffer): Use 
'derived-mode-p'
       new  b831752c4c Refactor auto updating of the completion list buffer
       new  3c00d732a2 Remove 'vcomplete--reset-vars'
       new  9aa2d01fb9 ; Improvements to the manual
       new  20e327acce ; Indicate that Embark integration has been moved in the 
NEWS file
       new  24c4552d2f Use a user option to control which commands cause auto 
updates
       new  45adfdd13e ; Document last commit in the NEWS file
       new  89fd222097 ; Improve docstring of 
'vcomplete--disable-completion-in-region'
       new  b4f5326ad8 ; Fix required Emacs version vcomplete-pkg.el
       new  e59690bd71 * vcomplete.el (vcomplete-no-update-commands): Add 
'choose-completion'
       new  7cd781f7f3 ; Documentation improvements
       new  b8402112ba ; Remove unnecessary declaration
       new  cbdde2fc09 Define a face for highlighting completions
       new  a280ce2c59 ; Bump to version 1.1
       new  fdb366a898 Allow controlling where to search for the completion 
list buffer
       new  cfb7099ab3 Unify search range user variables
       new  b30cedbf26 ; Fix small style issue in info file
       new  e139895b51 Fix reference to void variable
       new  40ac892aa6 ; Consistently mark lisp variables and functions in NEWS
       new  336cfaad33 Remove unnecessary (while-no-input (redisplay) ...) block
       new  0bbc9b391b ; Improve docstrings and comments
       new  31b7cfbb45 ; Small change to 'vcomplete-mode's docstring
       new  18164dd260 ; Another small change to 'vcomplete-mode's docstring
       new  5a7d90596b ; Move local mode declaration to the top of NEWS
       new  6c7ea30339 Fix and cleanup Embark integration
       new  db35265ff2 ; Load 'subr-x' when byte-compiling
       new  3fe8f92f16 ; Remove unnecessary ';' from lexical binding declaration
       new  6a3b02df46 * vcomplete.el (vcomplete-with-completions-buffer): 
Allow debugging body
       new  cd8411949c ; Update package URL to 
https://dsemy.com/projects/vcomplete
       new  4019e76a3d New internal function for getting the '*Completions*' 
window
       new  695b22e213 ; Indentation fix and docstring change
       new  8ca95b2c81 Rename `vcomplete--update-in-minibuffer'
       new  84c888747e Reset the '*Completions*' buffer when 'vcomplete-mode' 
is disabled
       new  6dbdbf1a4b ; Add build manifest
       new  a5763edf35 ; Bump to version 1.2
       new  c66599c7a4 ; Update copyright years
       new  9df472e302 ; Indicate the mailing list is the "maintainer" of the 
package
       new  2a5c215033 ; Prepare for NonGNU ELPA inclusion
       new  3ac64b6241 ; Fix info node hyperlink in the commentary of 
vcomplete.el
       new  acf575c8af Remove Embark integration
       new  a64c37e780 ; Generate 'vcomplete-pkg.el' automatically
       new  ed98c1b50d ; Change to NEWS
       new  8450b1befd ; Bump to version 1.2.1




reply via email to

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