summaryrefslogtreecommitdiff
path: root/helm-utils.el
Commit message (Expand)AuthorAge
* Reorder helm-lib and move code from helm-help.Thierry Volpiatto2015-07-09
* Move functions from helm-utils to helm-lib.Thierry Volpiatto2015-07-09
* Move many functions to helm-lib.elThierry Volpiatto2015-07-08
* Move the *remove-if functions to helm.el.Thierry Volpiatto2015-06-03
* Fix paren error.Thierry Volpiatto2015-06-01
* Improve docstring of helm-goto-line-before-hook.Thierry Volpiatto2015-06-01
* * helm-utils.el (helm-yank-text-at-point-function): Fix docstring.Thierry Volpiatto2015-05-13
* Remove obsolete helm-yank-symbol-first.Thierry Volpiatto2015-05-13
* Store default in helm-input when using helm--maybe-use-default-as-input.Thierry Volpiatto2015-05-12
* Get rid of helm-default-directory, the variable, use now the fn.Thierry Volpiatto2015-04-16
* * helm-utils.el (helm-quit-and-find-file): Fix preselection.Thierry Volpiatto2015-04-02
* Don't try to highlight empty matches when going to a line.Thierry Volpiatto2015-04-02
* Prevent error when going to a line with an invalid-regexp.Thierry Volpiatto2015-04-01
* * helm-utils.el (helm-persistent-autoresize-hook): Check is split is vertical.Thierry Volpiatto2015-04-01
* Allow resizing some helm buffers on persistent action.Thierry Volpiatto2015-04-01
* Allow highlighting matches around current line.Thierry Volpiatto2015-03-31
* Fix bug in helm-quit-and-find-file introduced by (#948).Thierry Volpiatto2015-03-27
* Filter out the negations in helm-highlight-current-line.Thierry Volpiatto2015-03-27
* * helm-utils.el (helm-highlight-current-line): Remove forgotten unneeded var.Thierry Volpiatto2015-03-26
* * helm-utils.el (helm-selection-line): Use distant-foreground.Thierry Volpiatto2015-03-26
* * helm-utils.el (helm-selection-item-inline): Renamed to helm-match-item.Thierry Volpiatto2015-03-26
* New face to highlight matched item.Thierry Volpiatto2015-03-26
* Highlight matches when jumping to a line.Thierry Volpiatto2015-03-26
* Update copyrights.Thierry Volpiatto2015-03-24
* * helm-utils.el: Remove compatibility functions no more needed.Thierry Volpiatto2015-03-24
* Remove obsolete code.Thierry Volpiatto2015-03-23
* Move helm-selection-line to *faces group (#926).Thierry Volpiatto2015-03-19
* Use highlight face for helm-selection-line (#926).Thierry Volpiatto2015-03-19
* Fix colors for dark and light backgrounds (#926).Thierry Volpiatto2015-03-18
* Run helm-handle-winner-boring-buffers in *cleanup-hook by default.Thierry Volpiatto2015-03-17
* Simplify helm-handle-winner-boring-buffers (#925).Thierry Volpiatto2015-03-17
* Handle winner-boring-buffers (#925).Thierry Volpiatto2015-03-17
* Remove code for Emacs 23Syohei YOSHIDA2015-03-17
* move helm-read-repeat-string from helm-bbdb.Thierry Volpiatto2015-03-07
* Move helm-symbolify and helm-stringify.Thierry Volpiatto2015-03-04
* Allow switching to more than one buffer (#861).Thierry Volpiatto2015-02-09
* * helm-utils.el (helm-find-file-as-root): Fix remote-path (#764).Thierry Volpiatto2015-01-20
* * helm-utils.el (helm-find-file-as-root): Simplify.Thierry Volpiatto2015-01-20
* * helm-utils.el (helm-find-file-as-root): Fix, use let*.Thierry Volpiatto2015-01-20
* Allow using helm-find-file-as-root on remote files (#764).Thierry Volpiatto2015-01-20
* * helm-utils.el (helm-quit-and-find-file): Fix it for non string candidates.Thierry Volpiatto2015-01-19
* new macro `helm-with-gensyms'; fix local macro variablesMichael Heerdegen2015-01-14
* * helm-utils.el (helm-walk-directory): Reuse cl-labels now it is fixed.Thierry Volpiatto2014-12-17
* Improve helm-walk-directory directory checking.Thierry Volpiatto2014-12-14
* Keep improving helm-walk-directory.Thierry Volpiatto2014-12-14
* * helm-utils.el (helm-walk-directory): Call directory-file-name only once.Thierry Volpiatto2014-12-14
* * helm-utils.el (helm-walk-directory): Fix bug with infinite loop on symlinks.Thierry Volpiatto2014-12-14
* * helm-utils.el (helm-walk-directory): Fix long lines.Thierry Volpiatto2014-12-14
* The helm-walk-directory version using file-name-all-completions.Thierry Volpiatto2014-12-14
* Improve helm-walk-directory.Thierry Volpiatto2014-12-14