NonGNU ELPA - helm-core

helm-core Atom Feed

Description
Development files for Helm
Latest
helm-core-4.0.tar (.sig), 2024-Aug-22, 590 KiB
Maintainer
Thierry Volpiatto <thievol@posteo.net>
Website
https://emacs-helm.github.io/helm/
Browse ELPA's repository
CGit or Gitweb
Badge

To install this package from Emacs, use package-install or list-packages.

Full description

Contains the main code for Helm.
As a package helm-core provides the files helm-core.el, helm-lib.el,
helm-source.el and helm-multi-match.el.

Old versions

helm-core-3.9.9.tar.lz2024-May-31 118 KiB
helm-core-3.9.8.tar.lz2024-Apr-11 117 KiB
helm-core-3.9.7.tar.lz2024-Mar-31 114 KiB
helm-core-3.9.6.tar.lz2023-Nov-22 114 KiB
helm-core-3.9.5.tar.lz2023-Sep-08 113 KiB
helm-core-3.9.4.tar.lz2023-Aug-18 111 KiB
helm-core-3.9.3.tar.lz2023-Aug-06 109 KiB
helm-core-3.9.2.tar.lz2023-Jul-31 108 KiB
helm-core-3.9.1.tar.lz2023-Jul-10 108 KiB
helm-core-3.9.0.tar.lz2022-Nov-12 109 KiB
helm-core-3.8.9.tar.lz2022-Nov-11 109 KiB
helm-core-3.8.8.tar.lz2022-Sep-28 108 KiB
helm-core-3.8.7.tar.lz2022-Aug-03 108 KiB
helm-core-3.8.6.tar.lz2022-Jul-03 107 KiB
helm-core-3.8.5.tar.lz2022-Mar-19 106 KiB
helm-core-3.8.4.tar.lz2022-Feb-10 106 KiB
helm-core-3.8.3.tar.lz2022-Feb-05 105 KiB
helm-core-3.6.2.tar.lz2022-Jan-2999.7 KiB

News

1. NEWS

1.1. Version 4.0

1.1.1. Enhance helm-finder

Now helm-finder fetchs keywords from all packages, not only built-in and allows installing from there.

1.1.2. helm-popup-tip-mode is now usable in any source having the popup-info attribute

In addition of the various helm-grep-* now helm-man-woman and helm-find-files can benefit of this mode.

1.1.3. New command helm-outline to navigate buffers according to outline-regexp
1.1.4. New helm grep ag action to search results from the helm ag/rg session

This allows filtering the current results to another pattern or to specific file.

1.1.5. New helm grep ag action to launch ag/rg on parent directory of current search
1.1.6. Packages can now be (re)installed/upgraded asynchronously from helm-packages

It is now the default, you can customize this with helm-packages-async.

1.1.7. Helm-find-files persistent delete uses now a read-answer prompt

It is now possible to answer "!" (yes for all) when using marked candidates, this for the file deletion itself and also for the kill buffer question.

1.1.8. Allow saving selection when deleting minibuffer contents

This is now possible with a prefix arg given when position is at eol in minibuffer. This allow for example showing all candidates keeping current selection in helm-ls-git log after a search.

1.1.9. Save files opened from etags and fd in file-name-history
1.1.10. Provide help in helm-read-answer
1.1.11. Disable helm for read-multiple-choice–long-answers

1.2. Version 3.9.9

1.2.1. Change prefix arg behavior of helm-show-all-candidates-in-source

With a prefix arg show all candidates, with a numeric prefix arg show ARG number of candidates, and with no prefix arg show only helm-candidate-number-limit of candidates.

1.2.2. Get rid of popup.el dependency
1.2.3. helm-completion-styles-alist accepts commands for completion-in-region
1.2.4. Minibuffer-contents change color in HFF when updating

This is controlled by helm-ff-dim-prompt-on-update user variable.

1.2.5. Now new file and dir have a dummy source in HFF, same for completing-read's

and read-file-name.

1.2.6. helm-info-at-point shows index of current page in addition of default

So it can safely be used as a replacement of "i" in Info.

1.2.7. Add affixation function for eww (emacs-30 only)
1.2.8. Allow toggling auto update in helm-top with a prefix arg
1.2.9. Do not use `dired-create-destination-dirs` mechanism for directory creation

as it is not working in some cases (e.g. symlinks).

1.2.10. Fix persistent action in helm mark-ring when follow mode is on
1.2.11. Fix Imenu preselection when point is on a name with special chars
1.2.12. Provide a new progress bar for rsync with a svg widget

Needs svg-lib package but it is not mandatory.

1.3. Version 3.9.8

1.3.1. New helm-finder command
1.3.2. Make `completions-detailed` working with 'emacs' helm-completion-style

It was already working but was really slow and was not supporting `helm-completing-read-command-categories` mechanism which provide `completions-detailed` in much more places than Emacs vanilla.

1.3.3. Helm-goto-line save position even when using persistent actions
1.3.4. helm-info is now colorized
1.3.5. Displaying thumnails is now slighly faster
1.3.6. Add a new mode to edit bookmark annotations

When viewing an annotation you had to kill the buffer, restart helm-bookmarks, and run the edit annotation action, now you can edit directly from the view buffer.

1.3.7. It is now possible to rename marked bookmarks
1.3.8. New compress/uncompress/compress-to action in helm-find-files

All actions are asynchronous except the persistent ones.

1.3.9. Allow toggling while-no-input for easier edebugging

Use the new `helm-update-edebug` variable to enable this.

1.3.10. And various bug fixes as always

1.4. Version 3.9.7

1.4.1. Fix package-requires in helm.el

1.5. Version 3.9.6

1.5.1. Fix bug with helm-mm-exact-search (bug#2616)
1.5.2. Improve locate library fns
1.5.3. Fix a old bug with candidate transformer

candidate-transformer functions should behave the same in in-buffer and sync source: transforming all candidates.

1.5.4. Fix kmacro for Emacs-29+

… …