summaryrefslogtreecommitdiff
path: root/helm-buffers.el
Commit message (Expand)AuthorAge
* Allow seeing all hidden buffers in buffer list.Thierry Volpiatto2015-08-31
* Rename helm-run-after-quit and helm-quit-and-execute-action.Thierry Volpiatto2015-08-15
* Change default value of helm-buffers-end-truncated-string.Thierry Volpiatto2015-08-13
* Don't hard code endstr in truncated buffers (#1113).Thierry Volpiatto2015-08-08
* Simplify query-replace (#832).Thierry Volpiatto2015-07-15
* Fix usage of multi-query-replace-map in query-replace (#832).Thierry Volpiatto2015-07-15
* Remove old help command from all maps affected.Thierry Volpiatto2015-07-14
* Remove most mode-line strings to use generic one.Thierry Volpiatto2015-07-14
* Generalize usage of C-h m everywhere.Thierry Volpiatto2015-07-14
* Move types from helm-source.el to helm-types.elThierry Volpiatto2015-07-09
* Don't allow persistent kill of helm-current-buffer.Thierry Volpiatto2015-06-18
* Move helm-mini to helm-buffers.el (#1057).Thierry Volpiatto2015-06-13
* Fix typo in variable name.Thierry Volpiatto2015-06-12
* Allow setting truncate-lines in helm-buffers (#1055).Thierry Volpiatto2015-06-11
* Buffers file with their file deleted or not already saved not shown correctly.Thierry Volpiatto2015-05-25
* Fix `helm-set-local-variable' to work in an init function when force-updating.Thierry Volpiatto2015-05-21
* Don't set globally helm-buffer-max-length (#810).Thierry Volpiatto2015-05-20
* * helm-buffers.el (helm-source-buffers): Add new slot :buffer-list.Thierry Volpiatto2015-04-02
* Ensure buffer-name is called on a buffer when killing buffer.Thierry Volpiatto2015-04-01
* Create buffer maybe according to auto-mode-alist (#949).Thierry Volpiatto2015-03-27
* Fix error related to buffer-names introduced by (#934).Thierry Volpiatto2015-03-26
* Use a buffer as real candidate buffer and not a buffer-name (#948).Thierry Volpiatto2015-03-26
* Update copyrights.Thierry Volpiatto2015-03-24
* Fix matching from directory names in buffers (#903).Thierry Volpiatto2015-03-10
* Return nil on non file buffers when matching on directories.Thierry Volpiatto2015-03-09
* * helm-buffers.el: Declare helm-comp-read and require *help.Thierry Volpiatto2015-03-06
* * helm-buffers.el (helm-buffers--match-from-mjm): Fix no need to loop.Thierry Volpiatto2015-03-05
* Allow matching buffers from more than one directory.Thierry Volpiatto2015-03-05
* * helm-buffers.el (helm-buffers--match-from-directory): Fix check if buf have...Thierry Volpiatto2015-03-05
* * helm-buffers.el (helm-buffer--match-mjm): Fix negation.Thierry Volpiatto2015-03-05
* * helm-buffers.el (helm-buffer--match-mjm): Use patterns.Thierry Volpiatto2015-03-05
* * helm-buffers.el: Clean, remove DRY.Thierry Volpiatto2015-03-05
* Add new functions for matching buffers.Thierry Volpiatto2015-03-05
* Use fuzzy highlighting everywhere.Thierry Volpiatto2015-02-26
* * helm.el (helm-fuzzy-highlight-matches): New.Thierry Volpiatto2015-02-25
* Fix some bugs happening after resuming.Thierry Volpiatto2015-02-14
* Allow switching to more than one buffer (#861).Thierry Volpiatto2015-02-09
* * helm-buffers.el (helm-buffer-revert-and-update): Fix preselection.Thierry Volpiatto2015-02-07
* * helm-buffers.el: Don't jump to next source explicitely when buffer empty.Thierry Volpiatto2015-02-06
* Fix preselection of truncated buffers when killing.Thierry Volpiatto2015-02-05
* Fix preselection when killing buffers persistently.Thierry Volpiatto2015-02-05
* Allow killing persistently more than one buffer.Thierry Volpiatto2015-02-05
* Use same face for file and buffer-file (#817).Thierry Volpiatto2015-01-22
* Add query replace on contents actions in *find-files (#832).Thierry Volpiatto2015-01-21
* Fix details on remote candidates (#749).Thierry Volpiatto2014-12-15
* Try to fix slowness with many tramp buffers (#749).Thierry Volpiatto2014-12-12
* Define `helm-source-buffers-list' at run time.Thierry Volpiatto2014-12-08
* * helm-buffers.el: Declare some ido var and fn to shutup byte compiler.Thierry Volpiatto2014-12-06
* Allow fuzzy matching in ido virtual buffers.Thierry Volpiatto2014-12-06
* Added helm faces to the Faces customize group.Etan Zapinsky2014-11-25