summaryrefslogtreecommitdiff
path: root/helm-color.el
Commit message (Collapse)AuthorAge
* Update copyrightsThierry Volpiatto2021-11-12
|
* require facemenu no more loaded in emacs-28Thierry Volpiatto2021-03-20
|
* Move local vars in .dir-locals fileThierry Volpiatto2021-03-13
| | | | and shutup compiler about doctring warnings.
* Update copyrightsThierry Volpiatto2020-12-16
|
* Fix documentationManuel Uberti2020-06-03
|
* Update copyrightsThierry Volpiatto2019-03-26
|
* Update copyrightsThierry Volpiatto2018-01-08
|
* Update copyrights.Thierry Volpiatto2017-01-01
|
* Remove now unneeded local settings of (not cl-lib) warnings.Thierry Volpiatto2016-11-13
| | | | Done according to helm-bbdb syohei commit (thanks).
* Require helm-elisp in helm-colors (#1613).Thierry Volpiatto2016-09-26
|
* Use elisp persistent action in helm-colors (#1613).Thierry Volpiatto2016-09-26
| | | | * helm-color.el (helm-source-customize-face): Do it.
* Fix copyrights.Thierry Volpiatto2016-03-05
|
* Add helm-only property to helm actions.Thierry Volpiatto2016-01-12
| | | | Use with-helm-alive-p where needed.
* Rename helm-run-after-quit and helm-quit-and-execute-action.Thierry Volpiatto2015-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make these functions obsolete and use their new names prefixed by helm-exit-. * helm-aliases.el (helm-c-quit-and-execute-action): Do it. * helm-bookmark.el (helm-bookmark-run-edit): Do it. (helm-bookmark-run-jump-other-window): Do it. * helm-buffers.el (helm-buffer-run-kill-buffers): Do it. (helm-buffers-run-multi-occur): Do it. * helm-color.el (helm-color-run-insert-name): Do it. * helm-elisp-package.el (helm-el-run-visit-homepage): Do it. (helm-el-run-package-install): Do it. (helm-el-run-package-uninstall): Do it. (helm-el-run-package-upgrade): Do it. (helm-el-run-package-reinstall): Do it. * helm-files.el (helm-ff-query-replace-on-marked): Do it. (helm-ff-query-replace): Do it. (helm-ff-run-switch-to-history): Do it. (helm-ff-run-locate): Do it. (helm-ff-run-insert-org-link): Do it. (helm-ff-run-print-file): Do it. (helm-ff-run-browse-project): Do it. (helm-ff-run-gid): Do it. (helm-ff-run-find-sh-command): Do it. * helm-grep.el (helm-grep-run-default-action): Do it. * helm-mode.el (helm-cr-empty-string): Do it. * helm-regexp.el (helm-moccur-run-goto-line-ow): Do it. (helm-moccur-run-save-buffer): Do it. * helm-tags.el (helm-etags-run-switch-other-window): Do it. (helm-etags-run-switch-other-frame): Do it. * helm-utils.el (helm-quit-and-find-file): Do it. (helm-exit-and-execute-action): Do it. * helm.el (helm-run-after-exit): Do it. (helm-resume-previous-session-after-quit): Do it. (helm-enable-or-switch-to-debug): Do it. (helm-kill-selection-and-quit): Do it.
* Require helm-help in several places.Thierry Volpiatto2015-07-14
|
* Remove old help command from all maps affected.Thierry Volpiatto2015-07-14
| | | | | | | | | | | | | | | | | | | | | | * helm-apt.el: Do it. * helm-bookmark.el: Do it. * helm-buffers.el: Do it. * helm-color.el: Do it. * helm-command.el: Do it. * helm-elisp-package.el: Do it. * helm-files.el: Do it. * helm-font.el: Do it. * helm-grep.el: Do it. * helm-id-utils.el: Do it. Remove mode-line slot. * helm-imenu.el: Do it. * helm-locate.el: Do it. * helm-regexp.el: Do it. * helm-ring.el: Do it. * helm-semantic.el: Do it. * helm-sys.el: Do it. * helm-tags.el: Do it. * helm.el: Bind C-c ? to helm-amp for compat.
* Remove most mode-line strings to use generic one.Thierry Volpiatto2015-07-14
| | | | | | | | | | | | | | | | | | | | | | * helm-bookmark.el: Do it. * helm-buffers.el: Do it. * helm-color.el: Do it. * helm-command.el: Do it. * helm-elisp-package.el: Do it. * helm-files.el: Do it. * helm-font.el: Do it. * helm-grep.el: Do it. * helm-help.el: Do it. * helm-imenu.el: Do it. * helm-locate.el: Do it. * helm-regexp.el: Do it. * helm-semantic.el: Do it. * helm-sys.el: Do it. * helm-tags.el: Do it. * helm-types.el: Do it. * helm.el: Do it. r# commençant par '#' seront ignorées, et un message vide abandonne la validation.
* Generalize usage of C-h m everywhere.Thierry Volpiatto2015-07-14
| | | | | | | | | | | | | | | | | | | | | | | * helm-apt.el:Use help-message in source. * helm-buffers.el:Use help-message in source. * helm-color.el:Use help-message in source. * helm-command.el:Use help-message in source. * helm-elisp-package.el:Use help-message in source. * helm-files.el:Use help-message in source. * helm-font.el:Use help-message in source. * helm-grep.el:Use help-message in source. * helm-help.el (helm-help): Insert local help + generic help. Remove all local help commands, fix all help strings. * helm-imenu.el:Use help-message in source. * helm-locate.el:Use help-message in source. * helm-mode.el:Use help-message in source. (helm-comp-read): Allow usage of help-message. * helm-regexp.el:Use help-message in source. * helm-ring.el:Use help-message in source. * helm-semantic.el:Use help-message in source. * helm-sys.el:Use help-message in source. * helm-tags.el:Use help-message in source. * helm-types.el:Use help-message in source.
* Use helm-source to define sources in helm-color.Thierry Volpiatto2015-05-22
| | | | * helm-color.el: Do it.
* Update copyrights.Thierry Volpiatto2015-03-24
|
* * helm-color.el: Remove interactive specs from action functions (#493).Thierry Volpiatto2014-05-03
|
* Add shortcuts for helm-colorsMarkus Hauck2014-05-02
|
* Reindent all files.Thierry Volpiatto2014-04-18
|
* * helm-color.el (helm-custom-faces-init, helm-colors-init): Use ↵Thierry Volpiatto2014-02-08
| | | | save-selected-window.
* Update copyrights.Thierry Volpiatto2014-01-02
|
* Enable lexical-binding in all files.Thierry Volpiatto2013-11-14
|
* Finish replacing cl symbols and requiring cl-lib, no compile error.Thierry Volpiatto2013-11-04
|
* Update copyrights.Thierry Volpiatto2013-03-17
|
* Replace "helm-c-" prefix by "helm-" in all files.Thierry Volpiatto2013-02-26
|
* * helm-bmkext.el: Use 'global buffer names.Thierry Volpiatto2013-02-17
| | | | | | * helm-bookmark.el: idem. * helm-color.el: idem. * helm-eshell.el: idem.
* * helm-color.el: Fix initialization of sources.Thierry Volpiatto2013-01-13
|
* Remove all byte-compile-dynamic and update autoloads.Thierry Volpiatto2012-11-08
|
* * helm-color.el (helm-c-source-customize-face): Add kill-new action.Thierry Volpiatto2012-08-03
|
* Disable compile warnings and add new keyword to helm.Thierry Volpiatto2012-07-30
| | | | | | * helm.el (helm): Send error when running helm within helm unless :allow-nest is non--nil. Fix docstring. * helm-ring.el (helm-show-kill-ring): Use new keyword :allow-nest
* New command to show all and some arrangements.Thierry Volpiatto2012-04-07
| | | | | | | | | | | | * helm-color.el (helm-custom-faces-init): new (helm-c-source-customize-face): use it * helm-utils.el (helm-show-all-in-this-source-only): Show only current source of this helm session. (helm-show-all-candidates): Overhide helm-candidate-number-limit. * helm.el (helm-set-source-filter): don't loose cur selection. (helm-init-candidates-in-buffer): Initialize a candidates-in-buffer session more easily.
* Fix autoloads and remove faces variables.Thierry Volpiatto2012-04-02
| | | | | | | | | Remove `generated-autoload-file' local var in all files. * helm-bookmark.el (helm-bookmark-directory): new face. Remove obsolete faces vars. * helm-misc.el: require also *-files and *-buffers. * helm.el: Reorder, clean and remove obsolete faces.
* Fix dependencies and autoloads. Reorder.Thierry Volpiatto2012-03-28
|
* * helm-color.el: NewThierry Volpiatto2012-03-22
* helm-bookmark.el: Move two fun there * helm-config.el: require also font