summaryrefslogtreecommitdiff
path: root/helm-buffers.el
Commit message (Expand)AuthorAge
* Fix regexp in helm-buffers (#1462).Thierry Volpiatto2016-04-07
* Fix copyrights.Thierry Volpiatto2016-03-05
* Add helm-only property to helm actions.Thierry Volpiatto2016-01-12
* Use consistent pretty major nameChunyang Xu2016-01-01
* Remove deprecated type-attributes definitions.Thierry Volpiatto2015-12-06
* Update mode-line when marking similars buffers.Thierry Volpiatto2015-11-18
* Drop persistent kill from prefix arg in persistent action for buffers (#1253).Thierry Volpiatto2015-11-15
* Fix persistent action toggling for buffers (#1253).Thierry Volpiatto2015-11-03
* Reindent one function.Thierry Volpiatto2015-11-01
* Fix persistent action for buffers (#1253).Thierry Volpiatto2015-11-01
* Toggle between helm-current-buffer and selection on PA (#1253).Thierry Volpiatto2015-11-01
* Don't save buffer without asking in persistent kill (#1253).Thierry Volpiatto2015-11-01
* Make helm-kill-marked-buffers count killed buffersissue-dispenser2015-10-31
* Revert previous changes breaking build with melpa (#1206).Thierry Volpiatto2015-10-08
* Add a white-list in addition of boring buffers list (#1202).Thierry Volpiatto2015-10-08
* Use helm--maybe-build-source here too.Thierry Volpiatto2015-10-07
* Unquote lambda's.Thierry Volpiatto2015-09-30
* Allow migemo+regex in helm-buffers--match-from-inside (#1175).momomo57172015-09-25
* Fix migemo for buffers over others filters (#1175).Thierry Volpiatto2015-09-22
* Fix migemo for non-matchplugin source (#1175).Thierry Volpiatto2015-09-21
* Send a message when killing marked buffers.Thierry Volpiatto2015-09-14
* Fix invalid buffer in searching from inside (#1162).Thierry Volpiatto2015-09-11
* 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