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

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

[elpa] branch externals/orderless created (now 3678f84606)


From: ELPA Syncer
Subject: [elpa] branch externals/orderless created (now 3678f84606)
Date: Tue, 11 Jan 2022 12:58:01 -0500 (EST)

elpasync pushed a change to branch externals/orderless.

        at  3678f84606 Add "This file is part of GNU Emacs"

This branch includes the following new commits:

       new  95b6e302f6 Initial version of orderless
       new  2913935f16 Add README and tweak commentary
       new  a371c26c69 Stronger wording for warning
       new  0e2c985f0a Clean up whitespace in README
       new  5e402282db Mostly (but not completely) fix the problem with file 
completion
       new  938c7639ad Finish fixing problem with file completion
       new  7c83d76f16 Use cl-pushnew instead of push to register the 
completion style
       new  105a004784 Improve installation instructions
       new  2be7bf8c3d Add forgotten :test to cl-pushnew call
       new  24cfe928e4 Minor tweaks
       new  0efa87672d Fix bug on no matches
       new  cd24e47c96 Corrected very misleading typo
       new  7752cb4abb Correct innocuous typo
       new  c5003a2990 Fix typo
       new  ae36760f61 Colorize matching portions of candidates
       new  b46dbb1045 Merge branch 'master' of 
https://github.com/oantolin/orderless
       new  aad0aa8a8d Copy candidates to avoid permanently changing their face
       new  a11302737e Keep split-string from modifying global match data
       new  80b53ec38e Rename lim to limit
       new  ac12bc4d54 Unify calls to save-match-data
       new  1ad6bd254b Only copy and highlight once the candidate is known to 
match
       new  6aabc83f02 Remove warning and stuff about SPC
       new  c9ae65ea16 Highlight component matches in one of four faces
       new  c51037b8ef Add custom variable for component separator regexp
       new  118ec4f36a Document customization options
       new  eaa8b00d23 Add "literature review"
       new  d2b5d71e75 Better match face defaults (kindly contributed by 
Protesilaos)
       new  d576dc9fac Add reminder that match faces only are used if orderless 
"wins"
       new  044fac0859 Revert "Better match face defaults (kindly contributed 
by Protesilaos)"
       new  acc2645cf3 Even better match faces (kindly contributed by 
Protesilaos)
       new  582b3a9fa8 Make all `defface' syntax more efficient+readable
       new  4effeb0839 Merge pull request #5 from 
protesilaos/update-defface-syntax
       new  25266dfc60 Update README.org
       new  269d7388ab Merge pull request #6 from raxod502/patch-1
       new  6ada0ad21c Add docstrings to functions
       new  31fbb254c4 Update badly outdated commentary
       new  48ec46518a Fix typo in README (thanks Juanjo!)
       new  7f79dc2233 Don't move point unless actually completing
       new  2813ffb2b1 Optimization: check if first component is string literal
       new  39202177e1 Undo previous optimization as it is invalid in general :(
       new  cacd856f9a Leverage completion-regexp-list: simplify code, increase 
speed!
       new  3b2741737b Fix regression bug on no matches
       new  9218343171 Add command to temporarily change separator
       new  b0913a9c56 Placate checkdoc again
       new  ecddc3da2e Un-nest definition of orderless--highlight-matches
       new  ff6f57c7c8 Implement component matching styles
       new  9856eeed32 Mention prefixes style in overview
       new  36bf6ee6df Documentation improvements
       new  1f7339fdf0 Minor improvements to README
       new  c23a9a40be Typo in README
       new  d0143484d0 Fix missing ./ and ../ in file name completion
       new  b059c15911 Make orderless-prefixes more like partial-completion
       new  42eb6bfc6e Now on MELPA!
       new  ae466bc4f4 Rename orderless-regexp-separator to 
orderless-component-separator
       new  ba93f3e521 Typo in README pointed out by codecoll
       new  3827b4119c Add screenshot
       new  f2af44bf2e Mention Icicles's progressive matching
       new  5af63c1217 Merge remote-tracking branch 'github/master'
       new  3b15b2f59d Demote Icicles heading
       new  2df602bc74 Add TOC to README
       new  f2ccc538ef Refactor to provide reusable filtering and highlightinf 
functions
       new  60e70aa53b Add autoloads
       new  c75f5d15dd Add autoloads for orderless-filter and 
orderless-highlight-matches
       new  123d2fa19c Document selectrum integration
       new  2750e15c74 Add ivy integration
       new  fc441ecdf0 Update README TOC
       new  fb6ad592b7 List more helpful functions for integration
       new  278af2d607 Mention Ivy support in overview
       new  f4fa6a9d56 Add declaration of ivy-regex
       new  a21ef6d985 If matching-styles is nil, assume regexp matching
       new  1a4bf2e237 Merge remote-tracking branch 'github/master'
       new  46e4ecdba5 Improve ivy integration
       new  1631eb1733 Fix autoload for ivy
       new  50c83f2752 Avoid using cl-lib in autoloads
       new  862eed345c Add more orderless initialism styles
       new  dc3f8da022 Avoid other cl-pushnes in an autoload
       new  3005cf8ee9 Merge pull request #12 from 
noctuid/feature/strict-initialism
       new  274c8cbadc Declare other ivy variable used
       new  3c4b4815f0 Refactor strict initialism functions
       new  40d46ba925 Fix typo
       new  f25e2dcc02 Merge pull request #13 from clemera/patch-1
       new  f30a3e912c Initial implementation of style dispatchers
       new  a3471e47aa Explain company integration (+ misc formatting 
improvements)
       new  b69b52289f Add Company to TOC
       new  7e57a5458c Allow dispatcher to modify component without handling it
       new  7e83e37870 Fine-tune dispatcher semantics
       new  f8efbdae4d Document style dispatches in the README
       new  e3644defcd Add orderless-pattern-compiler variable for maximum 
flexibility
       new  436ef98b16 Add optional argument for dispatches: total number of 
components
       new  b63019aea3 Add missing (oops!) "forgiving funcall" function
       new  c245cb6e9d Make dispatchers always take 3 args (to avoid depending 
on 26.1)
       new  74947d0862 Update dispatchers documentation, and documents pattern 
compiler
       new  7a547b5722 Drew says "progressive completion"
       new  5897841be4 Rename default pattern compiler
       new  bf91e1d8a2 Name sections of code
       new  6c05cf8e00 Add global dispatcher to compute default matching styles
       new  ed37c22902 Prefer descriptive argument over "mystery t's"
       new  dc1a31b5fc Merge remote-tracking branch 'github/master'
       new  e16fc5ddb1 Ido has progressive completion too!
       new  306fb267f5 Mark orderless-temporarily-change-separator obsolete 
(#15)
       new  c1be870f02 Undocument orderless-temporarily-change-separator in 
README
       new  830976770b Put integration before related packages in README
       new  99e90bf139 Declare orderless-old-component-separator obsolete too
       new  d0b217512f Switch to single variable config, add transient vars
       new  09f4c74280 Update dispatchers documentation, add transient vars
       new  9cebf2fc8c Escape parenthesis in first column of docstrings
       new  5618c349a6 Remove global dispatchers
       new  42bca066b9 Split dispatchers into their own variable
       new  81248a8dbf Merge branch 'dispatcher'
       new  12ea1f2947 Make transients buffer local
       new  d42e41c8cb Allow separator inside double quotes
       new  93f4bccea1 Go back to split-string until empty components issue is 
resolved
       new  68e592055c The transient variables should not be customizable
       new  2d1f68b914 Fix tiny bug in customization type
       new  5c2f44d901 Allow component separator to be a function
       new  21e9f87579 Typo: escapeable --> escapable
       new  2f2c757a33 Correct error about 
orderless-transient-style-dispatchers in README
       new  5b292ac136 Document custom splitter option
       new  1f985d0e07 Remove obsolete temporary separator change command and 
variables
       new  bc9e48216e Add option for "smart case" matching
       new  c6432b086f Bump version number for new smart case feature
       new  1f1e0380e2 Test for match before highlighting it
       new  351d2fbb7d Fix typo
       new  6b94b9abf8 Merge pull request #21 from wyuenho/patch-1
       new  1d62307cce Add badge.
       new  e56eeef6e1 Merge pull request #22 from jcs-PR/badge
       new  e316991cfe Add negative literals (fix #26)
       new  f49a0faceb Off by one error in orderless-without-literal
       new  6fec4f0a52 Remove a duplicated documentation entry
       new  0826fd4eb4 Merge pull request #27 from vifon/master
       new  3bcfb3f806 Generate texinfo manual from readme
       new  487e51ea66 Merge branch 'master' of 
https://github.com/oantolin/orderless
       new  ef9bff0020 Modify readme for better texinfo export
       new  fc420e3d07 Minor readme tweak
       new  5dcf4a6f2b Corrected broken link
       new  cbc0109eac Merge pull request #28 from b3n/patch-1
       new  d1c0cbf87b Add matching style and dispatcher per category overrides 
(fix #31)
       new  ec71107992 Merge branch 'master' of 
https://github.com/oantolin/orderless
       new  4844452f4e Update documentation
       new  43896f3e10 Accidentally omitted the overview! Bring it back
       new  9f18a34d7e Revert documentation for #31
       new  a22d894d39 Revert "Update documentation" for #31
       new  ea752ba6e3 Revert "Add matching style and dispatcher per category 
overrides (fix #31)"
       new  b600f88db0 Add orderless-define-completion-style macro, a new fix 
for #31
       new  94d52640d4 Change docstring interface for 
orderless-define-completion-style
       new  da876320b3 Remove all orderless-transient-* variables (fix #34)
       new  8e28b74aab Update information about Selectrum
       new  cce7072dc3 Mention completion-category-defaults in the documentation
       new  ee5e8bda25 Remove unnecessary :group in defcustom
       new  c023ee1cbe Add option to skip-highlighting as requested by @clemera
       new  ea60844b82 Add missing funcall in decision whether to skip 
highlighting
       new  b8e7e53a8f Don't recommend icomplete (fix #36)
       new  1ed0c4aabb Fix typo
       new  0ebc884693 Update manual to not recommend icomplete anymore
       new  edce950fe1 Capture empty string to avoid highlighting for strict 
initialism
       new  701b6a07c8 orderless-try-completions: Remove _metadata argument
       new  9d5b95f402 Merge pull request #40 from minad/master
       new  237ee002ac Make orderless-regexp match invalid regexps literally
       new  a609004d5f Document that orderless-regexp matches invalid regexps 
literally
       new  150155ce3c Add literal matching to default styles and document (fix 
#42)
       new  9b70ac8df2 orderless-filter: Remove unnecessary condition-case
       new  3440b5aa33 orderless-regexp: Return "null matcher" if regexp is 
invalid
       new  f6394f19f3 orderless-default-pattern-compiler: Ignore nil components
       new  e5cb3f7b57 update readme
       new  d6eb575714 Merge pull request #44 from minad/invalid-regexp
       new  44935d8962 Fix bug when all matching styles return nil
       new  818af9e6f0 Remove pattern compiler variable
       new  87ab7e47e3 Merge pull request #46 from 
minad/remove-pattern-compiler-variable
       new  05fc3d223e fix typo
       new  0205fb5b0e Merge pull request #50 from minad/typo
       new  8d187bd31e Only enable regexp and literal matching styles by default
       new  d97a91f6e1 Merge pull request #51 from minad/disable-initialism
       new  d13f47df73 Bump version number
       new  d2891b807b orderless+initialism example requires Marginalia (see 
#54)
       new  94e8940ac1 Omit null components (fix #55)
       new  e4c38efcd6 README: Add variable category to orderless+initialism 
sample
       new  9637d7fd59 Merge pull request #56 from minad/readme-fix
       new  871eb1d0f0 Use add-face-text-property
       new  e85084e733 Merge pull request #58 from minad/add-face-text-property
       new  f7be0fb8ee Make strict initialism independent of syntax tables (fix 
#60)
       new  cbb1c00f99 Mention orderless works fine with Vertico (fix #59)
       new  2646dad28c Update manual to mention Vertico
       new  df4f29a4f4 Use minibuffer customization group
       new  1e84120a28 Merge pull request #70 from minad/group
       new  3f76b7d1a1 Delete duplicate regexps (fix #73)
       new  268e56d436 Fix orderless-escapable-split-on-space
       new  665ade9984 Merge pull request #76 from minad/fix-split
       new  cc15f27107 orderless-escapable-split-on-space: Fix escaping mistake
       new  1a7011ac9c Merge pull request #77 from minad/fix-split2
       new  793eb0ec01 Implement ^literal optimization discussed in #79
       new  62f71c34ba Extend prefix optimization to anchored quoted regexps 
(fix #81)
       new  75d3398056 Have orderless-try-completion return t for exact match 
(fix #95)
       new  9c1b276fe4 Optimize orderless-try-completion
       new  8cea82b6d3 Merge pull request #97 from minad/optimize-try
       new  1e59cf2b9c Fix orderless-try-completion for hash tables and alists
       new  c615334c79 Simplify
       new  c8731aacfa Merge pull request #98 from minad/fix-try
       new  855255eb01 Mention Corfu and consult-completion-in-region (fix #99)
       new  0f674253a8 Reword sentence for clarity
       new  1ccf74ffdb Fix small bug in the alist case of try-completion
       new  4e4774474c Remove strict initialism code by @noctuid
       new  f22789f358 Merge pull request #94 from minad/strict-initialism
       new  7385bcf3c1 Assign copyright to FSF
       new  3678f84606 Add "This file is part of GNU Emacs"




reply via email to

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