[elpa] master 6c6b7a1: [gnorb] More little tweaks to registry searching, bump to 1.5.2

2018-05-03 Thread Eric Abrahamsen
branch: master commit 6c6b7a18e9e3f8c215919fc1bef6f2c0af15e093 Author: Eric Abrahamsen Commit: Eric Abrahamsen [gnorb] More little tweaks to registry searching, bump to 1.5.2 * packages/gnorb/gnorb-gnus.el (gnorb-gnus-search-registry): Use case-fold-search, better parsing rege

[elpa] master e57f1be: [gnorb] Fix immediate and inexplicable typos, bump to 1.5.1

2018-05-03 Thread Eric Abrahamsen
branch: master commit e57f1be0c46463b75b91f47de707e368d080cb89 Author: Eric Abrahamsen Commit: Eric Abrahamsen [gnorb] Fix immediate and inexplicable typos, bump to 1.5.1 * packages/gnorb/gnorb-gnus.el (gnorb-gnus-search-registry): Cat walked on keyboard? * packages/gnorb/

[elpa] master 7c12813 5/5: Update copyright notices, bump to version 1.5

2018-05-03 Thread Eric Abrahamsen
branch: master commit 7c12813970557d874403236b0c4b27b1521a9fd2 Author: Eric Abrahamsen Commit: Eric Abrahamsen Update copyright notices, bump to version 1.5 * packages/gnorb/gnorb.el: Version 1.5 --- packages/gnorb/gnorb-bbdb.el | 2 +- packages/gnorb/gnorb-gnus.el | 2 +-

[elpa] master c7d86a3 4/5: New gnorb-helm file

2018-05-03 Thread Eric Abrahamsen
branch: master commit c7d86a3f0080cc0c5ba07206cd9de95829338ff0 Author: Eric Abrahamsen Commit: Eric Abrahamsen New gnorb-helm file * packages/gnorb/gnorb-helm.el: New library, so far only one command. (gnorb-helm-search-registry): Command for searching the Gnus registry.

[elpa] master 620d210 2/5: Missing a require for seq package

2018-05-03 Thread Eric Abrahamsen
branch: master commit 620d2109951e3a833bd7ca33d8dbbdb4599acd5c Author: Eric Abrahamsen Commit: Eric Abrahamsen Missing a require for seq package * packages/gnorb/gnorb-utils.el --- packages/gnorb/gnorb-utils.el | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/gnorb/gnor

[elpa] master updated (e538c67 -> 7c12813)

2018-05-03 Thread Eric Abrahamsen
girzel pushed a change to branch master. from e538c67 Allow short-circuiting the nnir search new 7d3f43c Factor out function for finding nngnorb server new 620d210 Missing a require for seq package new 6f43089 New function gnorb-gnus-search-registry ne

[elpa] master 6f43089 3/5: New function gnorb-gnus-search-registry

2018-05-03 Thread Eric Abrahamsen
branch: master commit 6f430895afdcb19c06e2bfa98c7992953b8eb3d5 Author: Eric Abrahamsen Commit: Eric Abrahamsen New function gnorb-gnus-search-registry * packages/gnorb/gnorb-gnus.el (gnorb-gnus-search-registry): For searching the registry and displaying messages. (gnorb-

[elpa] master 7d3f43c 1/5: Factor out function for finding nngnorb server

2018-05-03 Thread Eric Abrahamsen
branch: master commit 7d3f43cbe76663db52e7b6d9b19d1c497b43349c Author: Eric Abrahamsen Commit: Eric Abrahamsen Factor out function for finding nngnorb server * packages/gnorb/gnorb-gnus.el (gnorb-gnus-find-gnorb-server): New function, so this can be called from elsewhere.