[elpa] externals/ivy-explorer aee7c41 1/3: Add contribution description

2019-01-12 Thread Clemens Radermacher
branch: externals/ivy-explorer commit aee7c416f20978c65db5f7d76e5b1e8ccdd32801 Author: Clemens Radermacher Commit: Clemens Radermacher Add contribution description --- README.asc | 25 ++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/README.asc b/READ

[elpa] externals/ivy-explorer 0b1d286 3/3: Version bump

2019-01-12 Thread Clemens Radermacher
branch: externals/ivy-explorer commit 0b1d28625a8c1ba1206a33f8d8318ad5cce4a1aa Author: Clemens Radermacher Commit: Clemens Radermacher Version bump --- ivy-explorer.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ivy-explorer.el b/ivy-explorer.el index 11c3053..fd3077

[elpa] externals/ivy-explorer 4f7abe1 2/3: Don't apply format string to explorer menu, fixes #5

2019-01-12 Thread Clemens Radermacher
branch: externals/ivy-explorer commit 4f7abe1ff9a51bfc8352cc415cfc77fd814180c7 Author: Clemens Radermacher Commit: Clemens Radermacher Don't apply format string to explorer menu, fixes #5 --- ivy-explorer.el | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ivy-expl

[elpa] externals/ivy-explorer updated (1d92f4f -> 0b1d286)

2019-01-12 Thread Clemens Radermacher
clemera pushed a change to branch externals/ivy-explorer. from 1d92f4f * ivy-explorer.el: Fix copyright new aee7c41 Add contribution description new 4f7abe1 Don't apply format string to explorer menu, fixes #5 new 0b1d286 Version bump Summary of changes: R

[elpa] master a2f37b0: [el-search] Add menus

2019-01-12 Thread Michael Heerdegen
branch: master commit a2f37b05f446832618e1bcae976313e106cefb7d Author: Michael Heerdegen Commit: Michael Heerdegen [el-search] Add menus Add autoloaded menus for el-search under "Tools" and "Emacs-Lisp", and a menu for El-Occur, and bump version to 1.9.3. --- packages/el-search

[elpa] master f06794d: [el-search] Some optimization tweaks

2019-01-12 Thread Michael Heerdegen
branch: master commit f06794d7f3496071375e7273307e476d7faac85b Author: Michael Heerdegen Commit: Michael Heerdegen [el-search] Some optimization tweaks Make sure heuristic matchers aren't unnecessarily recomputed. This is important for pattern types whose heuristic matchers nee

[elpa] master 54d5856: [el-search] Include preceding comments in occur defun context

2019-01-12 Thread Michael Heerdegen
branch: master commit 54d5856adf24ce089ab40dd7c88a7dac5c605745 Author: Michael Heerdegen Commit: Michael Heerdegen [el-search] Include preceding comments in occur defun context * packages/el-search/el-search.el (el-search-occur-get-defun-context): Include preceding comments. ---