[elpa] master d995d75: Fix "Make amount of context around occur matches adjustable"

2017-10-22 Thread Michael Heerdegen
branch: master commit d995d755edad10b21a36e31bca1c58d2855c74fc Author: Michael Heerdegen Commit: Michael Heerdegen Fix "Make amount of context around occur matches adjustable" Add missing defun `el-search--bounds-of-defun'. --- packages/el-search/el-search.el | 36 +

[elpa] master 28028d8: Fix replacing matches with nil

2017-10-22 Thread Michael Heerdegen
branch: master commit 28028d80db3bed25625eb89cbc6749c9171d6556 Author: Michael Heerdegen Commit: Michael Heerdegen Fix replacing matches with nil Replacing PATTERN -> nil replaced with t instead. This commit fixes this. --- packages/el-search/el-search.el | 4 ++-- 1 file chan

[elpa] master 561fc58: Require the new rmc.el lib when available

2017-10-22 Thread Michael Heerdegen
branch: master commit 561fc58f6eebbc0a29dc8df6856650ca6d9b231d Author: Michael Heerdegen Commit: Michael Heerdegen Require the new rmc.el lib when available --- packages/el-search/el-search.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/el-search/el-searc

[elpa] externals/ebdb updated (aac31a3 -> db53550)

2017-10-22 Thread Eric Abrahamsen
girzel pushed a change to branch externals/ebdb. from aac31a3 Add browse-url action for domain fields new 121281d Part one of migration from org-contacts new c56d9e2 Get ebdb-ispell working again new eee0868 Downcase all-completions string when searching

[elpa] externals/ebdb 59449b9 10/11: New defsubst ebdb-record-self

2017-10-22 Thread Eric Abrahamsen
branch: externals/ebdb commit 59449b9d161e5dd2ee368cb8aeff5a24c3c65b02 Author: Eric Abrahamsen Commit: Eric Abrahamsen New defsubst ebdb-record-self * ebdb.el (ebdb-record-self): Convenience subst for returning the self record. (ebdb-field-phone-signal-text): Use it.

[elpa] externals/ebdb c56d9e2 02/11: Get ebdb-ispell working again

2017-10-22 Thread Eric Abrahamsen
branch: externals/ebdb commit c56d9e26ae58b479088b0d70a22f71ae6afc9f41 Author: Eric Abrahamsen Commit: Eric Abrahamsen Get ebdb-ispell working again * ebdb-ispell.el (ebdb-ispell-dictionary-list): Remove variable. Maybe I'm misunderstanding how this worked, but why were we loo

[elpa] externals/ebdb 121281d 01/11: Part one of migration from org-contacts

2017-10-22 Thread Eric Abrahamsen
branch: externals/ebdb commit 121281df91a8a37a66afd72d03f395879d774f81 Author: Eric Abrahamsen Commit: Eric Abrahamsen Part one of migration from org-contacts * ebdb-migrate.el (ebdb-migrate-org-simple-correspondences): Variable holding correspondences between org-contacts pro

[elpa] externals/ebdb d4dbf34 07/11: New ebdb-record-change-name methods for strings

2017-10-22 Thread Eric Abrahamsen
branch: externals/ebdb commit d4dbf340137b04d4c8354e3a4f82e2c41e06d2c1 Author: Eric Abrahamsen Commit: Eric Abrahamsen New ebdb-record-change-name methods for strings * ebdb.el (ebdb-record-change-name): One for people and organizations. I think I was failing this before becau

[elpa] externals/ebdb 2661406 09/11: Use cached record name string in cl-print-object

2017-10-22 Thread Eric Abrahamsen
branch: externals/ebdb commit 2661406dfdd4e7ed9aa17c1e7191c882f80ad7b2 Author: Eric Abrahamsen Commit: Eric Abrahamsen Use cached record name string in cl-print-object * ebdb.el (cl-print-object): Don't recalculate. --- ebdb.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[elpa] externals/ebdb 90ff5d1 06/11: New MUA command for toggling record layout

2017-10-22 Thread Eric Abrahamsen
branch: externals/ebdb commit 90ff5d184a5127fa4778761b285c10cd844c809e Author: Eric Abrahamsen Commit: Eric Abrahamsen New MUA command for toggling record layout * ebdb-mua.el (ebdb-mua-toggle-records-format): New command to toggle layout from MUA windows. (ebdb-mua-keym

[elpa] externals/ebdb db53550 11/11: Protect against bug with timestamp/creation-dates

2017-10-22 Thread Eric Abrahamsen
branch: externals/ebdb commit db53550d813b205146b2a104a6ca4c5b90c97c43 Author: Eric Abrahamsen Commit: Eric Abrahamsen Protect against bug with timestamp/creation-dates The real solution will involve fixing initialize-instance for records so that the timestamp/creation-date are

[elpa] externals/ebdb c9acc38 04/11: Add ebdb-org-field-tags to ebdb-hash-extra-predicates

2017-10-22 Thread Eric Abrahamsen
branch: externals/ebdb commit c9acc38259880e08c355cc5aed8ff18cc27fd366 Author: Eric Abrahamsen Commit: Eric Abrahamsen Add ebdb-org-field-tags to ebdb-hash-extra-predicates * ebdb-org.el: Use the fast lookups for this field, too. --- ebdb-org.el | 6 ++ 1 file changed, 6 insert

[elpa] externals/ebdb d806d7d 08/11: Compiler-inspired fixes, vol 335534

2017-10-22 Thread Eric Abrahamsen
branch: externals/ebdb commit d806d7da0d5dfc5618c1db4a5f64e7f90b3f3e72 Author: Eric Abrahamsen Commit: Eric Abrahamsen Compiler-inspired fixes, vol 335534 Where "compiler" is understood to mean "Stefan" * ebdb-migrate.el (ebdb-migrate-from-bbdb, ebdb-migrate-vector-to

[elpa] externals/ebdb eee0868 03/11: Downcase all-completions string when searching

2017-10-22 Thread Eric Abrahamsen
branch: externals/ebdb commit eee0868f2e528fdf9871f921a0ec1f0915154512 Author: Eric Abrahamsen Commit: Eric Abrahamsen Downcase all-completions string when searching * ebdb.el (ebdb-search): ebdb-puthash downcases its strings, so downcase the strings when doing all-completions

[elpa] externals/ebdb fd66ed0 05/11: Add optional "shortcut" arg to ebdb-prompt-for-db

2017-10-22 Thread Eric Abrahamsen
branch: externals/ebdb commit fd66ed012e6dd85469e37a33bbadb46b867fdfe1 Author: Eric Abrahamsen Commit: Eric Abrahamsen Add optional "shortcut" arg to ebdb-prompt-for-db * ebdb.el (ebdb-prompt-for-db): If non-nil and there's only one database, just return it without prompting.