summaryrefslogtreecommitdiff
path: root/helm-mode.el
Commit message (Expand)AuthorAge
* Ensure to use a string as default fname in dialogsThierry Volpiatto2020-09-09
* Fix use-dialog predicateThierry Volpiatto2020-09-08
* Check use-file-dialog valueThierry Volpiatto2020-09-08
* Honor use-file-dialog when opening file from menu (#2381)Thierry Volpiatto2020-09-08
* Make read-buffer-to-switch advice function internalThierry Volpiatto2020-09-05
* Fix read-buffer by using minibuffer-completion-tableThierry Volpiatto2020-09-05
* Improve previous commit which is not handling current-bufferThierry Volpiatto2020-09-04
* Remove internal buffers from `buffer-list'Thierry Volpiatto2020-09-04
* Fix docstringThierry Volpiatto2020-09-04
* Fall back to last-command when not finding the caller in completion-in-regionThierry Volpiatto2020-09-02
* Fix issues running emacs built from the native-comp branch (#2375)Graham Clark2020-08-30
* Remove space perhaps added by annotation in the right place (#2365, #2360)Thierry Volpiatto2020-08-16
* Remove space at end of completion at insertion (#2360)Thierry Volpiatto2020-08-13
* Pass 'exact or 'finished to :exit-function according to try-completion (#2356)Thierry Volpiatto2020-08-10
* New variable to allows completing-read return a listThierry Volpiatto2020-08-07
* Exit completion-at-point with 'finished status (#2356)Thierry Volpiatto2020-08-05
* Fix completion-at-point on special strings (#2355)Thierry Volpiatto2020-08-03
* Fix docstring and comments (#2353)Thierry Volpiatto2020-08-01
* Ignore separator when it is not a string (#2353)Thierry Volpiatto2020-08-01
* New variable to handle default separator for crm (#2353)Thierry Volpiatto2020-07-31
* Fix byte compiler warningsNicholas Vollmer2020-07-28
* Use :extend attr in all deffaceThierry Volpiatto2020-06-29
* Allow invalid candidates in helm-read-file-name (#2331)Thierry Volpiatto2020-06-25
* Fix predicate in helm-read-file-nameThierry Volpiatto2020-06-22
* Fix helm-read-file-name to fit with new HFF codeThierry Volpiatto2020-06-22
* Cleanup unneeded commented codeThierry Volpiatto2020-06-22
* Make helm-read-file-name working with new HFF cachingThierry Volpiatto2020-06-22
* Fix documentationManuel Uberti2020-06-03
* Allow passing minibuffer-completion-confirm valueThierry Volpiatto2020-05-28
* Get rid of any-prefixesThierry Volpiatto2020-05-04
* Append separator when completing multiple candidatesakater2020-05-03
* Fix issue with CRM separator #2298Thierry Volpiatto2020-04-28
* Use instead `equal` instead of `string=` to compare display propertiesIqbal Ansari2020-04-27
* Avoid error with candidates with an image as display (#2296).Thierry Volpiatto2020-04-26
* Use :nomark in completing-read'sThierry Volpiatto2020-02-27
* Fix #2274 completion--done should be called with 'exactThierry Volpiatto2020-01-27
* Rename function and add commentThierry Volpiatto2020-01-26
* Remove hook in the unwind-protect formThierry Volpiatto2020-01-26
* Check string before running completion--doneThierry Volpiatto2020-01-26
* Don't loose properties in completion-in-region (#2265)Thierry Volpiatto2020-01-22
* Honor :exit-function in completion-in-region (#2265)Thierry Volpiatto2020-01-21
* Use completion-ignore-caseThierry Volpiatto2020-01-19
* Make initial all-completions only in file completionThierry Volpiatto2020-01-15
* Fix typo in prvious commitThierry Volpiatto2020-01-05
* Fix error probably introduced when merging branchsThierry Volpiatto2020-01-05
* Revert "Add shell and eshell to helm-completion-styles-alist (#2261)"Thierry Volpiatto2020-01-04
* Add ggtags-find-tag-dwim to CR handlers (#2262)Thierry Volpiatto2020-01-03
* Remove uncalled test in or clause (#2261)Thierry Volpiatto2020-01-03
* Fix completion in *shell modes (#2261)Thierry Volpiatto2020-01-03
* Add shell and eshell to helm-completion-styles-alist (#2261)Thierry Volpiatto2020-01-03